* wayland libglu_9.0.0.bb compile error @ 2015-04-24 0:16 Myung-ju,Kim 2015-04-24 11:39 ` Otavio Salvador 0 siblings, 1 reply; 6+ messages in thread From: Myung-ju,Kim @ 2015-04-24 0:16 UTC (permalink / raw) To: meta-freescale [-- Attachment #1: Type: text/plain, Size: 1148 bytes --] Hello. I'm ImxqsabreSD user. I'd like to build for wayland but It has been occur abnormal as below. I think, if backend is wayland or fb, It will be occur error. How to solve it ? I already tried, copy libGL.so* to sysroot path. but eliminate error message. # repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx- 3.10.53-1.1.1_patch # bitbake fsl-image-qt5 <Error Message> | /home/dev/sdk/fsl-release-bsp/build-wayland/tmp/sysroots/i686- linux/usr/libexec/cortexa9hf-vfp-neon-poky-linux-gnueabi/gcc/arm-poky-linux- gnueabi/4.8.2/ld: cannot find -lGL | collect2: error: ld returned 1 exit status | make: *** [libGLU.la] Error 1 | ERROR: oe_runmake failed | WARNING: exit code 1 from a shell command. | ERROR: Function failed: do_compile (log file is located at /home/dev/sdk/fsl-release-bsp/build-wayland/tmp/work/cortexa9hf-vfp-neon- mx6-poky-linux-gnueabi/libglu/2_9.0.0-0/temp/log.do_compile.16551) ERROR: Task 1738 (/home/dev/sdk/fsl-release-bsp/sources/poky/meta/recipes- graphics/mesa/libglu_9.0.0.bb, do_compile) failed with exit code '1' [-- Attachment #2: Type: text/html, Size: 4104 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: wayland libglu_9.0.0.bb compile error 2015-04-24 0:16 wayland libglu_9.0.0.bb compile error Myung-ju,Kim @ 2015-04-24 11:39 ` Otavio Salvador 2015-04-25 7:15 ` Myung-ju,Kim 0 siblings, 1 reply; 6+ messages in thread From: Otavio Salvador @ 2015-04-24 11:39 UTC (permalink / raw) To: Myung-ju,Kim; +Cc: meta-freescale@yoctoproject.org On Thu, Apr 23, 2015 at 9:16 PM, Myung-ju,Kim <asistobefor@gmail.com> wrote: > I'm ImxqsabreSD user. > > > > I'd like to build for wayland but It has been occur abnormal as below. > > I think, if backend is wayland or fb, It will be occur error. > > > > How to solve it ? > > I already tried, copy libGL.so* to sysroot path. but eliminate error > message. > > > > # repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b > imx-3.10.53-1.1.1_patch > > # bitbake fsl-image-qt5 > > > > <Error Message> > > | > /home/dev/sdk/fsl-release-bsp/build-wayland/tmp/sysroots/i686-linux/usr/libexec/cortexa9hf-vfp-neon-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.8.2/ld: > cannot find -lGL > > | collect2: error: ld returned 1 exit status > > | make: *** [libGLU.la] Error 1 > > | ERROR: oe_runmake failed > > | WARNING: exit code 1 from a shell command. > > | ERROR: Function failed: do_compile (log file is located at > /home/dev/sdk/fsl-release-bsp/build-wayland/tmp/work/cortexa9hf-vfp-neon-mx6-poky-linux-gnueabi/libglu/2_9.0.0-0/temp/log.do_compile.16551) > > ERROR: Task 1738 > (/home/dev/sdk/fsl-release-bsp/sources/poky/meta/recipes-graphics/mesa/libglu_9.0.0.bb, > do_compile) failed with exit code '1' Can you enable meta-qt5 under FSL Community BSP and reproduce it? It is working fine here. -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: wayland libglu_9.0.0.bb compile error 2015-04-24 11:39 ` Otavio Salvador @ 2015-04-25 7:15 ` Myung-ju,Kim 2015-04-25 14:36 ` Otavio Salvador 0 siblings, 1 reply; 6+ messages in thread From: Myung-ju,Kim @ 2015-04-25 7:15 UTC (permalink / raw) To: 'Otavio Salvador'; +Cc: meta-freescale Hi, Otavio I was found the cause why it occur the error. Becuase It is include libsdl-dev package. <local.conf> IMAGE_INSTALL_append = "libsdl-dev alsa-dev ... \ " And I've already build include dependancy library for libsdl-dev. but It's also occur same error as previous mail. At this here, I'd like to include sdl for wayland. How to add libsdl-dev library. I just want to compile libsdl-dev library. -----Original Message----- From: otavio.salvador@gmail.com [mailto:otavio.salvador@gmail.com] On Behalf Of Otavio Salvador Sent: Friday, April 24, 2015 8:39 PM To: Myung-ju,Kim Cc: meta-freescale@yoctoproject.org Subject: Re: [meta-freescale] wayland libglu_9.0.0.bb compile error On Thu, Apr 23, 2015 at 9:16 PM, Myung-ju,Kim <asistobefor@gmail.com> wrote: > I'm ImxqsabreSD user. > > > > I'd like to build for wayland but It has been occur abnormal as below. > > I think, if backend is wayland or fb, It will be occur error. > > > > How to solve it ? > > I already tried, copy libGL.so* to sysroot path. but eliminate error > message. > > > > # repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b > imx-3.10.53-1.1.1_patch > > # bitbake fsl-image-qt5 > > > > <Error Message> > > | > /home/dev/sdk/fsl-release-bsp/build-wayland/tmp/sysroots/i686-linux/usr/libexec/cortexa9hf-vfp-neon-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.8.2/ld: > cannot find -lGL > > | collect2: error: ld returned 1 exit status > > | make: *** [libGLU.la] Error 1 > > | ERROR: oe_runmake failed > > | WARNING: exit code 1 from a shell command. > > | ERROR: Function failed: do_compile (log file is located at > /home/dev/sdk/fsl-release-bsp/build-wayland/tmp/work/cortexa9hf-vfp-ne > on-mx6-poky-linux-gnueabi/libglu/2_9.0.0-0/temp/log.do_compile.16551) > > ERROR: Task 1738 > (/home/dev/sdk/fsl-release-bsp/sources/poky/meta/recipes-graphics/mesa > /libglu_9.0.0.bb, > do_compile) failed with exit code '1' Can you enable meta-qt5 under FSL Community BSP and reproduce it? It is working fine here. -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: wayland libglu_9.0.0.bb compile error 2015-04-25 7:15 ` Myung-ju,Kim @ 2015-04-25 14:36 ` Otavio Salvador 2015-04-27 3:43 ` Christan,Kim 0 siblings, 1 reply; 6+ messages in thread From: Otavio Salvador @ 2015-04-25 14:36 UTC (permalink / raw) To: Myung-ju,Kim; +Cc: meta-freescale@yoctoproject.org On Sat, Apr 25, 2015 at 4:15 AM, Myung-ju,Kim <asistobefor@gmail.com> wrote: > I was found the cause why it occur the error. > Becuase It is include libsdl-dev package. > > <local.conf> > IMAGE_INSTALL_append = "libsdl-dev alsa-dev ... \ " > > And I've already build include dependancy library for libsdl-dev. but It's also occur same error as previous mail. > > At this here, I'd like to include sdl for wayland. > How to add libsdl-dev library. I just want to compile libsdl-dev library. Did you test it with FSL Community BSP? -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: wayland libglu_9.0.0.bb compile error 2015-04-25 14:36 ` Otavio Salvador @ 2015-04-27 3:43 ` Christan,Kim 2015-04-27 19:24 ` Otavio Salvador 0 siblings, 1 reply; 6+ messages in thread From: Christan,Kim @ 2015-04-27 3:43 UTC (permalink / raw) To: 'Otavio Salvador'; +Cc: meta-freescale Hi, Otivio I've tested FSL Community BSP for your recommend. But, If I include libsdl-dev pacakage, It occur same error as below. I've already remark build for wayland. How to remove the error message ? I just want it to libsdl-dev compile. <Error Message> | WARNING: exit code 1 from a shell command. | ERROR: Function failed: do_configure (log file is located at /home/dev/sdk/fsl-community-bsp/build-fb/tmp/work/cortexa9hf-vfp-neon-mx6qdl-poky-linux-gnueabi/libglu/2_9.0.0-0/temp/log.do_configure.19189) ERROR: Task 2481 (/home/dev/sdk/fsl-community-bsp/sources/poky/meta/recipes-graphics/mesa/libglu_9.0.0.bb, do_configure) failed with exit code '1' Waiting for 2 running tasks to finish: <build> Build Configuration: BB_VERSION = "1.26.0" BUILD_SYS = "i686-linux" NATIVELSBSTRING = "Ubuntu-14.04" TARGET_SYS = "arm-poky-linux-gnueabi" MACHINE = "imx6qsabresd" DISTRO = "poky" DISTRO_VERSION = "1.8" TUNE_FEATURES = "arm armv7a vfp neon callconvention-hard cortexa9" TARGET_FPU = "vfp-neon" meta meta-yocto = "(nobranch):7209c0bb135e0b91f177c2542b7b27a0aa424f54" meta-oe meta-multimedia meta-ruby meta-filesystems meta-webserver = "(nobranch):2080f15e86d3d8e1e1f65e16b014545fe538114c" meta-qt5 = "fido:0ac32269e74c15ddb58e34f3039ea3688f048ccc" meta-fsl-arm = "(nobranch):68752031fc843bfba48ee3edbb439b11d2198597" meta-fsl-arm-extra = "(nobranch):749d8f9cffd2017457dc4a3a4a7679a050126f74" meta-fsl-demos = "(nobranch):3e6bb88fd2c184d748eecf6f57c0d87ea39478d8" <bblayer.conf> LCONF_VERSION = "6" BBPATH = "${TOPDIR}" BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/../..')}" BBFILES ?= "" BBLAYERS = " \ ${BSPDIR}/sources/poky/meta \ ${BSPDIR}/sources/poky/meta-yocto \ \ ${BSPDIR}/sources/meta-openembedded/meta-oe \ ${BSPDIR}/sources/meta-openembedded/meta-multimedia \ ${BSPDIR}/sources/meta-openembedded/meta-ruby \ ${BSPDIR}/sources/meta-openembedded/meta-filesystems \ ${BSPDIR}/sources/meta-openembedded/meta-webserver \ ${BSPDIR}/sources/meta-qt5 \ \ ${BSPDIR}/sources/meta-fsl-arm \ ${BSPDIR}/sources/meta-fsl-arm-extra \ ${BSPDIR}/sources/meta-fsl-demos \ " <local.conf> MACHINE ??= 'imx6qsabresd' DISTRO ?= 'poky' PACKAGE_CLASSES ?= "package_rpm" EXTRA_IMAGE_FEATURES = "debug-tweaks ssh-server-openssh " USER_CLASSES ?= "buildstats image-mklibs image-prelink" PATCHRESOLVE = "noop" BB_DISKMON_DIRS = "\ STOPTASKS,${TMPDIR},1G,100K \ STOPTASKS,${DL_DIR},1G,100K \ STOPTASKS,${SSTATE_DIR},1G,100K \ ABORT,${TMPDIR},100M,1K \ ABORT,${DL_DIR},100M,1K \ ABORT,${SSTATE_DIR},100M,1K" PACKAGECONFIG_append_pn-qemu-native = " sdl" PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl" ASSUME_PROVIDED += "libsdl-native" CONF_VERSION = "1" BB_NUMBER_THREADS = '8' PARALLEL_MAKE = '-j 8' DL_DIR ?= "${BSPDIR}/downloads/" ACCEPT_FSL_EULA = "" DISTRO_FEATURES_remove = "x11 wayland" IMAGE_INSTALL_append = " IMAGE_INSTALL_append = "gcc g++ binutils libgcc libgcc-dev libstdc++ libstdc++-dev libstdc++-staticdev \ autoconf automake ccache chkconfig glib-networking glibmm \ packagegroup-core-buildessential pkgconfig \ boost cmake zlib glib-2.0 packagegroup-fsl-tools-testapps \ ruby \ cpufrequtils \ nano \ gdb \ openssh-sftp-server \ packagegroup-fsl-gstreamer \ packagegroup-fsl-tools-testapps \ packagegroup-fsl-tools-benchmark \ imx-vpu \ imx-test \ qtbase-fonts \ qtbase-plugins \ qtbase-tools \ qtdeclarative \ qtdeclarative-plugins \ qtdeclarative-tools \ qtdeclarative-qmlplugins \ qtmultimedia \ qtmultimedia-plugins \ qtmultimedia-qmlplugins \ qtsvg \ qtsvg-plugins \ qtsensors \ qtimageformats-plugins \ qtsystems \ qtsystems-tools \ qtsystems-qmlplugins \ qtscript \ qt3d \ qt3d-qmlplugins \ qt3d-tools \ qtwebkit \ qtwebkit-qmlplugins \ qtgraphicaleffects-qmlplugins \ qtconnectivity-qmlplugins \ qtlocation-plugins \ qtlocation-qmlplugins \ cinematicexperience \ libsdl-dev \ " -----Original Message----- From: otavio.salvador@gmail.com [mailto:otavio.salvador@gmail.com] On Behalf Of Otavio Salvador Sent: Saturday, April 25, 2015 11:37 PM To: Myung-ju,Kim Cc: meta-freescale@yoctoproject.org Subject: Re: [meta-freescale] wayland libglu_9.0.0.bb compile error On Sat, Apr 25, 2015 at 4:15 AM, Myung-ju,Kim <asistobefor@gmail.com> wrote: > I was found the cause why it occur the error. > Becuase It is include libsdl-dev package. > > <local.conf> > IMAGE_INSTALL_append = "libsdl-dev alsa-dev ... \ " > > And I've already build include dependancy library for libsdl-dev. but It's also occur same error as previous mail. > > At this here, I'd like to include sdl for wayland. > How to add libsdl-dev library. I just want to compile libsdl-dev library. Did you test it with FSL Community BSP? -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: wayland libglu_9.0.0.bb compile error 2015-04-27 3:43 ` Christan,Kim @ 2015-04-27 19:24 ` Otavio Salvador 0 siblings, 0 replies; 6+ messages in thread From: Otavio Salvador @ 2015-04-27 19:24 UTC (permalink / raw) To: Christan,Kim; +Cc: meta-freescale@yoctoproject.org Hello Kim, I tried to reproduce the issue. On Mon, Apr 27, 2015 at 12:43 AM, Christan,Kim <asistobefor@gmail.com> wrote: > But, If I include libsdl-dev pacakage, It occur same error as below. This built without problem. I tried using only FSL Community BSP (without the other layers) in a from scratch build for SabreSD and it worked. -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-04-27 19:24 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-04-24 0:16 wayland libglu_9.0.0.bb compile error Myung-ju,Kim 2015-04-24 11:39 ` Otavio Salvador 2015-04-25 7:15 ` Myung-ju,Kim 2015-04-25 14:36 ` Otavio Salvador 2015-04-27 3:43 ` Christan,Kim 2015-04-27 19:24 ` Otavio Salvador
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.