Openvario / meta-openvario

Official OpenEmbedded layer for Openvario flight computer.
http://www.openvario.org
30 stars 29 forks source link

Image not building #242

Closed Scumi closed 2 years ago

Scumi commented 2 years ago

Image does not build. I think it happens because of aa342dc6bc1bb22fcad9b8440ab25e6f762bceac. I currently fail to fix it.

ERROR: u-boot-1_2021.07-r0 do_bootenv: ExecutionError('/workdir/tmp/work/openvario_7_CH070-ovlinux-linux-gnueabi/u-boot/1_2021.07-r0/temp/run.do_bootenv.303177', 127, None, None)
ERROR: Logfile of failure stored in: /workdir/tmp/work/openvario_7_CH070-ovlinux-linux-gnueabi/u-boot/1_2021.07-r0/temp/log.do_bootenv.303177
Log data follows:
| DEBUG: Executing shell function do_bootenv
| /workdir/tmp/work/openvario_7_CH070-ovlinux-linux-gnueabi/u-boot/1_2021.07-r0/temp/run.do_bootenv.303177: line 150: /workdir/tmp/work/openvario_7_CH070-ovlinux-linux-gnueabi/u-boot/1_2021.07-r0/recipe-sysroot-native/usr/bin/python3-native/python3: No such file or directory
| WARNING: /workdir/tmp/work/openvario_7_CH070-ovlinux-linux-gnueabi/u-boot/1_2021.07-r0/temp/run.do_bootenv.303177:150 exit 127 from '/workdir/tmp/work/openvario_7_CH070-ovlinux-linux-gnueabi/u-boot/1_2021.07-r0/recipe-sysroot-native/usr/bin/python3-native/python3 /workdir/tmp/work/openvario_7_CH070-ovlinux-linux-gnueabi/u-boot/1_2021.07-r0/ini2c.py < /workdir/tmp/work/openvario_7_CH070-ovlinux-linux-gnueabi/u-boot/1_2021.07-r0/bootenv.ini >> /workdir/tmp/work/openvario_7_CH070-ovlinux-linux-gnueabi/u-boot/1_2021.07-r0/git/include/config_distro_bootcmd.h'
| WARNING: Backtrace (BB generated script):
|       #1: do_bootenv, /workdir/tmp/work/openvario_7_CH070-ovlinux-linux-gnueabi/u-boot/1_2021.07-r0/temp/run.do_bootenv.303177, line 150
|       #2: main, /workdir/tmp/work/openvario_7_CH070-ovlinux-linux-gnueabi/u-boot/1_2021.07-r0/temp/run.do_bootenv.303177, line 153
ERROR: Task (/workdir/openembedded-core/meta/recipes-bsp/u-boot/u-boot_2021.07.bb:do_bootenv) failed with exit code '1'
NOTE: Tasks Summary: Attempted 2874 tasks of which 2869 didn't need to be rerun and 1 failed.
MaxKellermann commented 2 years ago

I guess a task dependency is missing on python3-native:do_populate_sysroot.