Skip to content

Instantly share code, notes, and snippets.

@bartosh
Created October 2, 2015 10:39
Show Gist options
  • Save bartosh/642c02c6abd6fa2864c0 to your computer and use it in GitHub Desktop.
Save bartosh/642c02c6abd6fa2864c0 to your computer and use it in GitHub Desktop.
$ bitbake core-image-minimal
WARNING: Host distribution "openSUSE-13.2" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.
Parsing recipes: 100% |#############################################################################################################################################################################| Time: 00:00:11
Parsing of 908 .bb files complete (0 cached, 908 parsed). 1339 targets, 39 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies
Build Configuration:
BB_VERSION = "1.28.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "openSUSE-13.2"
TARGET_SYS = "x86_64-poky-linux"
MACHINE = "qemux86-64"
DISTRO = "poky"
DISTRO_VERSION = "2.0"
TUNE_FEATURES = "m64 core2"
TARGET_FPU = ""
meta
meta-yocto
meta-yocto-bsp
meta-selftest = "master:2fb1eb08a525d1eeafca9cb8edd6144962364932"
NOTE: Preparing RunQueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: Function failed: do_configure (log file is located at /home/ed/git/yocto/poky/build/tmp/work/x86_64-linux/qemu-native/2.4.0-r1/temp/log.do_configure.2124)
ERROR: Logfile of failure stored in: /home/ed/git/yocto/poky/build/tmp/work/x86_64-linux/qemu-native/2.4.0-r1/temp/log.do_configure.2124
Log data follows:
| DEBUG: Executing python function sysroot_cleansstate
| DEBUG: Python function sysroot_cleansstate finished
| DEBUG: Executing shell function autotools_preconfigure
| DEBUG: Shell function autotools_preconfigure finished
| DEBUG: Executing python function autotools_copy_aclocals
| DEBUG: Python function autotools_copy_aclocals finished
| DEBUG: Executing shell function do_configure
|
| ERROR: User requested feature sdl
| configure was not able to find it.
| Install SDL devel
|
| WARNING: /home/ed/git/yocto/poky/build/tmp/work/x86_64-linux/qemu-native/2.4.0-r1/temp/run.do_configure.2124:1 exit 1 from
| /home/ed/git/yocto/poky/build/tmp/work/x86_64-linux/qemu-native/2.4.0-r1/qemu-2.4.0/configure --prefix=/home/ed/git/yocto/poky/build/tmp/sysroots/x86_64-linux/usr --sysconfdir=/home/ed/git/yocto/poky/build/tmp/sysroots/x86_64-linux/etc --libexecdir=/home/ed/git/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/lib/qemu --localstatedir=/home/ed/git/yocto/poky/build/tmp/sysroots/x86_64-linux/var --disable-strip --target-list=mips64-softmmu,arm-linux-user,arm-softmmu,aarch64-linux-user,aarch64-softmmu,i386-linux-user,i386-softmmu,mips-linux-user,mips-softmmu,mipsel-linux-user,mipsel-softmmu,ppc-linux-user,ppc-softmmu,x86_64-linux-user,x86_64-softmmu --disable-werror --disable-bluez --disable-libiscsi --with-system-pixman --extra-cflags='-isystem/home/ed/git/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe' --audio-drv-list=oss,alsa --enable-debug --enable-debug-info --disable-linux-aio --disable-curses --enable-fdt --disable-opengl --disable-gnutls --disable-gtk --disable-vte --disable-cap-ng --disable-curl --disable-libusb --disable-lzo --disable-smartcard-nss --disable-numa --enable-sdl --disable-libssh2 --enable-uuid --disable-virtfs --disable-vnc-jpeg --disable-vnc-png --disable-vnc-sasl --disable-vnc-tls --disable-xen --disable-xfsctl $KVMOPTS
| ERROR: Function failed: do_configure (log file is located at /home/ed/git/yocto/poky/build/tmp/work/x86_64-linux/qemu-native/2.4.0-r1/temp/log.do_configure.2124)
ERROR: Task 72 (virtual:native:/home/ed/git/yocto/poky/meta/recipes-devtools/qemu/qemu_2.4.0.bb, do_configure) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1271 tasks of which 945 didn't need to be rerun and 1 failed.
Waiting for 0 running tasks to finish:
Summary: 1 task failed:
virtual:native:/home/ed/git/yocto/poky/meta/recipes-devtools/qemu/qemu_2.4.0.bb, do_configure
Summary: There was 1 WARNING message shown.
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment