auto3000 / pedalpi-dev-platform

pedalpi development platform
MIT License
5 stars 1 forks source link

lvtk recipe install failed #13

Closed Rezzonics closed 4 years ago

Rezzonics commented 4 years ago

I think there is an issue with lvtk recipe. Install is looking for the files in the wrong folder: ERROR: lvtk-1.0.2-r0 do_install: Execution of '/home/amlogic-bsp/build/tmp/work/aarch64-poky-linux/lvtk/1.0.2-r0/temp/run.do_install.9193' failed with exit code 1: Waf: Entering directory `/home/amlogic-bsp/build/tmp/work/aarch64-poky-linux/lvtk/1.0.2-r0/build' could not find 'build/version.h' in /home/amlogic-bsp/build/tmp/work/aarch64-poky-linux/lvtk/1.0.2-r0/git WARNING: /home/amlogic-bsp/build/tmp/work/aarch64-poky-linux/lvtk/1.0.2-r0/temp/run.do_install.9193:1 exit 1 from 'waf_do_install'

ERROR: Logfile of failure stored in: /home/amlogic-bsp/build/tmp/work/aarch64-poky-linux/lvtk/1.0.2-r0/temp/log.do_install.9193

auto3000 commented 4 years ago

lvtk is using waf (=makefile) for build, this is pretty robust. Maybe this version of lvtk is not compatible with the python/waf installation on zeus. You can try to update to latest lvtk, maybe the author did use a newer waf script that could be compatible. Let me know if you this is successful or not.

Le sam. 3 oct. 2020 à 20:29, Rezzonics notifications@github.com a écrit :

I think there is an issue thi lvtk recipe. Install is looking for the files in the wrong folder: ERROR: lvtk-1.0.2-r0 do_install: Execution of '/home/amlogic-bsp/build/tmp/work/aarch64-poky-linux/lvtk/1.0.2-r0/temp/run.do_install.9193' failed with exit code 1: Waf: Entering directory `/home/amlogic-bsp/build/tmp/work/aarch64-poky-linux/lvtk/1.0.2-r0/build' could not find 'build/version.h' in /home/amlogic-bsp/build/tmp/work/aarch64-poky-linux/lvtk/1.0.2-r0/git WARNING: /home/amlogic-bsp/build/tmp/work/aarch64-poky-linux/lvtk/1.0.2-r0/temp/run.do_install.9193:1 exit 1 from 'waf_do_install'

ERROR: Logfile of failure stored in: /home/amlogic-bsp/build/tmp/work/aarch64-poky-linux/lvtk/1.0.2-r0/temp/log.do_install.9193

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/auto3000/pedalpi-dev-platform/issues/13, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACDPVF7JAEYNJG4VWDSQ4E3SI5UPJANCNFSM4SDFQUHA .

auto3000 commented 4 years ago

This problem is occurring on "zeus" poky release. This problem is fixed by https://github.com/auto3000/meta-pedalpi/commit/d6a9d38d41facac1a65d7c3c62fcf90bd0afcf84

Resolved.