On Friday 17 August 2012 15:54:06 Jack Mitchell wrote: > So I am trying to build qemuarm with latest master and I ran into this > issue: > > NOTE: Resolving any missing task queue dependencies > NOTE: Preparing runqueue > NOTE: Executing SetScene Tasks > NOTE: Executing RunQueue Tasks > ERROR: Function failed: do_configure (see > > /mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp/work/x86_64-linux/qemu- > native-0.15.1-r11/temp/log.do_configure.2967 for further information) > ERROR: Logfile of failure stored in: > > /mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp/work/x86_64-linux/qemu- > native-0.15.1-r11/temp/log.do_configure.2967 > Log data follows: > | DEBUG: Executing python function sysroot_cleansstate > | DEBUG: Python function sysroot_cleansstate finished > | DEBUG: Executing shell function do_configure > | libSDL and header no found to build opengl acceleration for > > qemu-native. > > | Ubuntu package names are: libsdl1.2-dev. > | Fedora package names are: SDL-devel. > | > | ERROR: Function failed: do_configure (see > > > /mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp/work/x86_64-linux/qemu- > native-0.15.1-r11/temp/log.do_configure.2967 for further information) > ERROR: Task 67 > > (virtual:native:/mnt/storage/yoctoBuilds/poky-vanilla.git/meta/recipes-devt > ools/qemu/qemu_0.15.1.bb, do_configure) failed with exit code '1' > NOTE: Tasks Summary: Attempted 1099 tasks of which 1074 didn't need > to be rerun and 1 failed. > > > Summary: 1 task failed: > virtual:native:/mnt/storage/yoctoBuilds/poky-vanilla.git/meta/recipes-devtoo > ls/qemu/qemu_0.15.1.bb, do_configure > Summary: There was 1 WARNING message shown. > Summary: There was 1 ERROR message shown, returning a non-zero exit code. > > Ok, I thought, lets install the sdl libraries. Which has now given me > this error: > > Build Configuration: > BB_VERSION = "1.15.3" > TARGET_ARCH = "arm" > TARGET_OS = "linux-gnueabi" > MACHINE = "qemuarm" > DISTRO = "poky" > DISTRO_VERSION = "1.2+snapshot-20120817" > TUNE_FEATURES = "armv5 dsp thumb arm926ejs" > TARGET_FPU = "soft" > meta > meta-yocto = "master:bddd8300325267253941e7ce656ce2cf86a8a4a4" > > NOTE: Resolving any missing task queue dependencies > NOTE: Preparing runqueue > NOTE: Executing SetScene Tasks > NOTE: Executing RunQueue Tasks > ERROR: Function failed: do_configure (see > > /mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp/work/x86_64-linux/qemu- > native-0.15.1-r11/temp/log.do_configure.6313 for further information) > ERROR: Logfile of failure stored in: > > /mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp/work/x86_64-linux/qemu- > native-0.15.1-r11/temp/log.do_configure.6313 > Log data follows: > | DEBUG: Executing python function sysroot_cleansstate > | DEBUG: Python function sysroot_cleansstate finished > | DEBUG: Executing shell function do_configure > | ERROR > | ERROR: User requested feature gl_accel > | ERROR: configure was not able to find it > | ERROR > | ERROR: Function failed: do_configure (see > > > /mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp/work/x86_64-linux/qemu- > native-0.15.1-r11/temp/log.do_configure.6313 for further information) > ERROR: Task 67 > > (virtual:native:/mnt/storage/yoctoBuilds/poky-vanilla.git/meta/recipes-devt > ools/qemu/qemu_0.15.1.bb, do_configure) failed with exit code '1' > NOTE: Tasks Summary: Attempted 1152 tasks of which 1108 didn't need > to be rerun and 1 failed. > > Summary: 1 task failed: > > virtual:native:/mnt/storage/yoctoBuilds/poky-vanilla.git/meta/recipes-devto > ols/qemu/qemu_0.15.1.bb, do_configure > Summary: There was 1 WARNING message shown. > Summary: There was 1 ERROR message shown, returning a non-zero exit > code. > > > I am building on a headless machine with no X if that makes any > difference in the matter...
Right, this is a known limitation - see Yocto Project bug 2407. By pure coincidence I was thinking about fixing it today as I am testing some other related changes; for now the only options are install the required recipes or hack out the gl-requiring parts of the qemu recipe. Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
