OpenBricks / openbricks

Embedded Linux Framework
http://www.geexbox.org/
GNU General Public License v2.0
82 stars 42 forks source link

after 'make clean' an run 'make' >> .../toolchain/bin/opkg: No such file or directory #37

Closed vitalogy closed 9 years ago

vitalogy commented 9 years ago

i got this error every time i run 'make clean' and start a new build with make

at first run 'make clean'

michael@zero ~/build/openbricks $ make clean make -C DOCS clean make[1]: Entering directory '/home/michael/build/openbricks/DOCS' rm -f openbricks-manual.html introduction.html features.html supported-platforms.html toolchain-overview.html build-instructions.html config-format.html package-format.html kconfig-format.html add-a-new-package.html add-a-new-architecture.html add-a-new-platform.html add-a-new-machine.html add-a-new-flavour.html docbook-xsl.css rm -f openbricks-manual.pdf make[1]: Leaving directory '/home/michael/build/openbricks/DOCS' scripts/clean CLEAN admin CLEAN drivers CLEAN filesystem CLEAN firmware CLEAN fonts CLEAN games CLEAN host-packages CLEAN libs CLEAN misc CLEAN multimedia CLEAN net CLEAN nodejs CLEAN perl CLEAN proto CLEAN python CLEAN sound CLEAN system CLEAN utils CLEAN x11 UNPACKAGEDEV opkg-host UNINSTALLDEV opkg-host Removing package opkg-host from root...

and start a new build with 'make'

michael@zero ~/build/openbricks $ make scripts/rootfs INSTALL base-files base-files is already packaged, skipping... scripts/install: Zeile 55: /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/opkg: Datei oder Verzeichnis nicht gefunden Makefile:51: recipe for target 'rootfs' failed make: * [rootfs] Error 1 michael@zero ~/build/openbricks $ LC_ALL=C make scripts/rootfs INSTALL base-files base-files is already packaged, skipping... scripts/install: line 55: /home/michael/build/openbricks/build/build.cubietruck.eglibc/toolchain/bin/opkg: No such file or directory Makefile:51: recipe for target 'rootfs' failed make: * [rootfs] Error 1

after removing the following dirs "opkg, opkg-utils and opkg-host" in .stamps i can start a new build

rm -r /home/michael/build/openbricks/build/build.cubietruck.eglibc/.stamps/opkg*

tomlohave commented 9 years ago

should be solved with https://github.com/OpenBricks/openbricks/commit/5ce476eb8a67985c2e772dcaeb5be4a1048f4615 Please , test.