* GTK+3 build error when build alsa-tools on poky master branch
2014-03-25 19:17 ` [Documentation][PATCH 2/2] source/machine-list.inc: Reorder the table Daiane Angolini
2014-03-26 13:51 ` Trevor Woerner
@ 2014-03-27 8:26 ` junzhu
2014-03-27 16:06 ` John Weber
1 sibling, 1 reply; 9+ messages in thread
From: junzhu @ 2014-03-27 8:26 UTC (permalink / raw)
To: meta-freescale@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 233 bytes --]
Hello all,
Has anyone meet the GTK+3 build error when using poky 1.5+snapshot-20140327? Attached my build log.
As alsa-tools is upgraded to new version and depends on GTK+3 for X11 graphic backend.
Best Regards,
Jun Zhu
[-- Attachment #2: gtk+3_build.log --]
[-- Type: application/octet-stream, Size: 19820 bytes --]
Loading cache...done.
Loaded 2116 entries from dependency cache.
Parsing recipes...done.
Parsing of 1715 .bb files complete (1683 cached, 32 parsed). 2147 targets, 81 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies
NOTE: multiple providers are available for jpeg (jpeg, libjpeg-turbo)
NOTE: consider defining a PREFERRED_PROVIDER entry to match jpeg
NOTE: multiple providers are available for jpeg-native (jpeg-native, libjpeg-turbo-native)
NOTE: consider defining a PREFERRED_PROVIDER entry to match jpeg-native
Build Configuration:
BB_VERSION = "1.21.1"
BUILD_SYS = "i686-linux"
NATIVELSBSTRING = "Ubuntu-12.04"
TARGET_SYS = "arm-poky-linux-gnueabi"
MACHINE = "imx6qsabresd"
DISTRO = "poky"
DISTRO_VERSION = "1.5+snapshot-20140327"
TUNE_FEATURES = "armv7a vfp neon callconvention-hard cortexa9"
TARGET_FPU = "vfp-neon"
meta
meta-yocto = "(nobranch):39846ddbce87d26eb68870914bf86a8ce5e86e5c"
meta-oe = "(nobranch):7dfa6be8c5d9b093ae79c403c685c6b8ed6216dd"
meta-fsl-arm = "(nobranch):478c033ff00a9ae001bcb0f95c3e08977df3b791"
meta-fsl-arm-extra = "(nobranch):8397088147a940017db712d9e265d768d2389992"
meta-fsl-demos = "(nobranch):430f524fd4113b703181c08f398465ba18d4396c"
meta-fsl-mpu-internal = "(nobranch):7e52746944b6cc9a7ecb702b2accd1d1e6c108c5"
meta-fsl-arm
meta-fsl-demos = "(nobranch):9f5d05a3ea37eb51a07ae5c334eaa5285ed77896"
meta-browser = "(nobranch):cdf79fa08366eba24e6072e7a5899c50d11f7fbd"
meta-gnome
meta-multimedia
meta-networking = "(nobranch):7dfa6be8c5d9b093ae79c403c685c6b8ed6216dd"
NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
NOTE: Running task 1292 of 1440 (ID: 6, /home/zhujun/work/fsl_yocto/next_3.10/sources/poky/meta/recipes-gnome/gtk+/gtk+3_3.10.7.bb, do_compile)
NOTE: recipe gtk+3-3.10.7-r0: task do_compile: Started
ERROR: Function failed: do_compile (log file is located at /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/gtk+3/3.10.7-r0/temp/log.do_compile.24277)
ERROR: Logfile of failure stored in: /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/gtk+3/3.10.7-r0/temp/log.do_compile.24277
Log data follows:
| DEBUG: SITE files ['endian-little', 'bit-32', 'arm-common', 'common-linux', 'common-glibc', 'arm-linux', 'arm-linux-gnueabi', 'common']
| DEBUG: Executing shell function do_compile
| NOTE: make -j 4
| make all-recursive
| make[1]: Entering directory `/home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/gtk+3/3.10.7-r0/build'
| Making all in po
| make[2]: Entering directory `/home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/gtk+3/3.10.7-r0/build/po'
| make[2]: Nothing to be done for `all'.
| make[2]: Leaving directory `/home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/gtk+3/3.10.7-r0/build/po'
| Making all in po-properties
| make[2]: Entering directory `/home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/gtk+3/3.10.7-r0/build/po-properties'
| make[2]: Nothing to be done for `all'.
| make[2]: Leaving directory `/home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/gtk+3/3.10.7-r0/build/po-properties'
| Making all in gdk
| make[2]: Entering directory `/home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/gtk+3/3.10.7-r0/build/gdk'
| if test -f gdkconfig.h; then :; \
| else rm -f stamp-gc-h; make stamp-gc-h; fi
| make all-recursive
| make[3]: Entering directory `/home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/gtk+3/3.10.7-r0/build/gdk'
| Making all in x11
| make[4]: Entering directory `/home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/gtk+3/3.10.7-r0/build/gdk/x11'
| make[4]: Nothing to be done for `all'.
| make[4]: Leaving directory `/home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/gtk+3/3.10.7-r0/build/gdk/x11'
| Making all in wayland
| make[4]: Entering directory `/home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/gtk+3/3.10.7-r0/build/gdk/wayland'
| make all-am
| make[5]: Entering directory `/home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/gtk+3/3.10.7-r0/build/gdk/wayland'
| make[5]: Nothing to be done for `all-am'.
| make[5]: Leaving directory `/home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/gtk+3/3.10.7-r0/build/gdk/wayland'
| make[4]: Leaving directory `/home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/gtk+3/3.10.7-r0/build/gdk/wayland'
| Making all in .
| make[4]: Entering directory `/home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/gtk+3/3.10.7-r0/build/gdk'
| if test -f gdkconfig.h; then :; \
| else rm -f stamp-gc-h; make stamp-gc-h; fi
| make[4]: Leaving directory `/home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/gtk+3/3.10.7-r0/build/gdk'
| make[3]: Leaving directory `/home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/gtk+3/3.10.7-r0/build/gdk'
| make[2]: Leaving directory `/home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/gtk+3/3.10.7-r0/build/gdk'
| Making all in gtk
| make[2]: Entering directory `/home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/gtk+3/3.10.7-r0/build/gtk'
| make all-recursive
| make[3]: Entering directory `/home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/gtk+3/3.10.7-r0/build/gtk'
| Making all in a11y
| make[4]: Entering directory `/home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/gtk+3/3.10.7-r0/build/gtk/a11y'
| make[4]: Nothing to be done for `all'.
| make[4]: Leaving directory `/home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/gtk+3/3.10.7-r0/build/gtk/a11y'
| Making all in native
| make[4]: Entering directory `/home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/gtk+3/3.10.7-r0/build/gtk/native'
| make[4]: Nothing to be done for `all'.
| make[4]: Leaving directory `/home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/gtk+3/3.10.7-r0/build/gtk/native'
| Making all in .
| make[4]: Entering directory `/home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/gtk+3/3.10.7-r0/build/gtk'
| ../arm-poky-linux-gnueabi-libtool --tag=CC --mode=link arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd -O2 -pipe -g -feliminate-unused-debug-types -Wall -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -o gtk-query-immodules-3.0 queryimmodules.o libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lXcomposite -lXdamage -lXfixes -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0
| ../arm-poky-linux-gnueabi-libtool --tag=CC --mode=link arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd -O2 -pipe -g -feliminate-unused-debug-types -Wall -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -o gtk-launch gtk-launch.o libgtk-3.la ../gdk/libgdk-3.la -lpangocairo-1.0 -lX11 -lXi -lXcomposite -lXdamage -lXfixes -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -latk-bridge-2.0 -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm
| arm-poky-linux-gnueabi-libtool: link: arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd -O2 -pipe -g -feliminate-unused-debug-types -Wall -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -o .libs/gtk-launch gtk-launch.o ./.libs/libgtk-3.so -L=/usr/lib /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/gtk+3/3.10.7-r0/build/gdk/.libs/libgdk-3.so ../gdk/.libs/libgdk-3.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libXrandr.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libXcursor.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libxkbcommon.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libwayland-cursor.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libwayland-client.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libpangocairo-1.0.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libharfbuzz.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libXi.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libXcomposite.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libXdamage.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libXfixes.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libcairo-gobject.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libcairo.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libpixman-1.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libxcb-shm.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libxcb-render.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libXrender.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libXext.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libgdk_pixbuf-2.0.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libpng16.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libatk-bridge-2.0.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libatk-1.0.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libatspi.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libSM.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libuuid.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libICE.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libX11.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libxcb.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libXau.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libXdmcp.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libdbus-1.so -lrt /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libpangoft2-1.0.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libpango-1.0.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libgthread-2.0.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libfontconfig.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libexpat.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libfreetype.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libgio-2.0.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libgmodule-2.0.so -ldl -lz -lresolv /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libgobject-2.0.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libffi.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libglib-2.0.so -lpthread -lm -pthread
| arm-poky-linux-gnueabi-libtool: link: arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd -O2 -pipe -g -feliminate-unused-debug-types -Wall -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -o .libs/gtk-query-immodules-3.0 queryimmodules.o -Wl,--export-dynamic -pthread ./.libs/libgtk-3.so -L=/usr/lib /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/gtk+3/3.10.7-r0/build/gdk/.libs/libgdk-3.so ../gdk/.libs/libgdk-3.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libXrandr.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libXcursor.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libxkbcommon.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libwayland-cursor.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libwayland-client.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libpangocairo-1.0.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libharfbuzz.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libXi.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libXcomposite.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libXdamage.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libXfixes.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libcairo-gobject.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libcairo.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libpixman-1.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libxcb-shm.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libxcb-render.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libXrender.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libXext.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libgdk_pixbuf-2.0.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libpng16.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libatk-bridge-2.0.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libatk-1.0.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libatspi.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libSM.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libuuid.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libICE.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libX11.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libxcb.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libXau.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libXdmcp.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libdbus-1.so -lrt /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libpangoft2-1.0.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libpango-1.0.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libgthread-2.0.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libfontconfig.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libexpat.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libfreetype.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libgio-2.0.so -lz -lresolv /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libgobject-2.0.so /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libffi.so -lm /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libgmodule-2.0.so -ldl /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/sysroots/imx6qsabresd/usr/lib/libglib-2.0.so -lpthread -pthread
| /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/gtk+3/3.10.7-r0/build/gdk/.libs/libgdk-3.so: undefined reference to `wl_proxy_marshal_constructor'
| collect2: error: ld returned 1 exit status
| make[4]: *** [gtk-launch] Error 1
| make[4]: *** Waiting for unfinished jobs....
| /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/gtk+3/3.10.7-r0/build/gdk/.libs/libgdk-3.so: undefined reference to `wl_proxy_marshal_constructor'
| collect2: error: ld returned 1 exit status
| make[4]: *** [gtk-query-immodules-3.0] Error 1
| make[4]: Leaving directory `/home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/gtk+3/3.10.7-r0/build/gtk'
| make[3]: *** [all-recursive] Error 1
| make[3]: Leaving directory `/home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/gtk+3/3.10.7-r0/build/gtk'
| make[2]: *** [all] Error 2
| make[2]: Leaving directory `/home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/gtk+3/3.10.7-r0/build/gtk'
| make[1]: *** [all-recursive] Error 1
| make[1]: Leaving directory `/home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/gtk+3/3.10.7-r0/build'
| make: *** [all] Error 2
| ERROR: oe_runmake failed
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_compile (log file is located at /home/zhujun/work/fsl_yocto/next_3.10/new_build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/gtk+3/3.10.7-r0/temp/log.do_compile.24277)
NOTE: recipe gtk+3-3.10.7-r0: task do_compile: Failed
ERROR: Task 6 (/home/zhujun/work/fsl_yocto/next_3.10/sources/poky/meta/recipes-gnome/gtk+/gtk+3_3.10.7.bb, do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1434 tasks of which 1433 didn't need to be rerun and 1 failed.
Summary: 1 task failed:
/home/zhujun/work/fsl_yocto/next_3.10/sources/poky/meta/recipes-gnome/gtk+/gtk+3_3.10.7.bb, do_compile
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
^ permalink raw reply [flat|nested] 9+ messages in thread