fairbird / openpli-dreambox-oe-core

GNU General Public License v3.0
7 stars 8 forks source link

ERROR: boost-1.83.0-r0 #92

Closed elhawaryna closed 7 months ago

elhawaryna commented 7 months ago

ERROR: boost-1.83.0-r0 do_package: dwarfsrcfiles failed with exit code 1 (cmd was ['dwarfsrcfiles', '/home/elhawary/openpli-dreambox-oe-core/build/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/boost/1.83.0/package/usr/lib/libboost_log_setup.a']): dwarfsrcfiles: /home/elhawary/openpli-dreambox-oe-core/build/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/boost/1.83.0/package/usr/lib/libboost_log_setup.a: not a valid ELF file

ERROR: Logfile of failure stored in: /home/elhawary/openpli-dreambox-oe-core/build/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/boost/1.83.0/temp/log.do_package.2764941 ERROR: Task (/home/elhawary/openpli-dreambox-oe-core/openembedded-core/meta/recipes-support/boost/boost_1.83.0.bb:do_package) failed with exit code '1'

fairbird commented 7 months ago

You have got error from boost ... Perhaps the build time stopped for you and the file was not built correctly and the error occurred, or perhaps because you built for another device and when you wanted to build for the Arm device the error occurred... I always repeat that when the image is built for more than one device on the same build tree, the tmp folder must be deleted within the build Or delete the build folder, especially when the meta-core is fully upgraded.

or try to clean and rebuild package again ..

cd build source env.source; MACHINE=dm920 bitbake -c cleanall -f boost source env.source; MACHINE=dm920 bitbake boost cd ..