31
Allgemein [ General ] / Keine Symbole in Skin flatPlus
« Last post by MegaV0lt on November 18, 2024, 14:57:02 »hier ist der Link wie bei uns die DEV Umgebung genutzt wirdSchon der erste Schritt läuft ins leere:
https://gitlab.com/MLD-6/mld-dev
Code: [Select]
root@MLD:~# apt install gawk wget git-core diffstat unzip texinfo gcc-multilib build-essential chrpath socat libsdl1.2-dev xterm python3-pip locales locales-all cpio default-jre zstd liblz4-tool
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package wget
E: Unable to locate package git-core
E: Unable to locate package diffstat
E: Unable to locate package unzip
E: Unable to locate package texinfo
E: Unable to locate package gcc-multilib
E: Unable to locate package build-essential
E: Unable to locate package chrpath
E: Unable to locate package socat
E: Unable to locate package libsdl1.2-dev
E: Couldn't find any package by glob 'libsdl1.2-dev'
E: Unable to locate package xterm
E: Unable to locate package locales
E: Unable to locate package locales-all
E: Unable to locate package default-jre
E: Unable to locate package liblz4-tool
Edit:Auf meinem Mint-PC (Ubuntu) Klemmt es dann beim zweiten Schritt:Code: [Select]
darkwing@darkwing-PC ~ $ sudo pip3 install kas
error: externally-managed-environment
× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
python3-xyz, where xyz is the package you are trying to
install.
If you wish to install a non-Debian-packaged Python package,
create a virtual environment using python3 -m venv path/to/venv.
Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
sure you have python3-full installed.
If you wish to install a non-Debian packaged Python application,
it may be easiest to use pipx install xyz, which will manage a
virtual environment for you. Make sure you have pipx installed.
See /usr/share/doc/python3.12/README.venv for more information.
note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.
Edit: Code: [Select]
apt install kas
hat geklapptNoch mal Edit:Nach gut einer Stunde bricht dann das Bauen mit folgendem Fehler ab:
Code: [Select]
2024-11-18 15:57:15 - INFO - /home/darkwing/src/mld-dev.git/poky$ /tmp/tmpi6ck5xw1/get_bb_env /home/darkwing/src/mld-dev.git/build
2024-11-18 15:57:15 - INFO - /home/darkwing/src/mld-dev.git/build$ /home/darkwing/src/mld-dev.git/poky/bitbake/bin/bitbake -c build mld-image-netinstall
ERROR: The following required tools (as specified by HOSTTOOLS) appear to be unavailable in PATH, please install them in order to proceed:
python python2.7
2024-11-18 15:57:17 - ERROR - Command "/home/darkwing/src/mld-dev.git/poky/bitbake/bin/bitbake -c build mld-image-netinstall" failed with error 1