From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 6392FE008DC; Thu, 23 Apr 2015 17:16:31 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (asistobefor[at]gmail.com) * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 0.0 HTML_MESSAGE BODY: HTML included in message * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.220.67 listed in list.dnswl.org] Received: from mail-pa0-f67.google.com (mail-pa0-f67.google.com [209.85.220.67]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 34C3BE00306 for ; Thu, 23 Apr 2015 17:16:27 -0700 (PDT) Received: by pablf10 with SMTP id lf10so9905342pab.1 for ; Thu, 23 Apr 2015 17:16:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:mime-version:content-type :thread-index:content-language; bh=JopS0u74FuWfM+6vCNGY7Y2ODCp9RhGy6pkg7GkmNvY=; b=ENb2yDkDOObImF5CCKdVSTePERn/F1BCigj9Xigr7dbo/1JuENTPj2z067BCTm4XKP l1KOuk8nGtfqAXr0q5JLmEjiatBVTFYAvz0nwlrPEbG74yNfEjR1XjxKVFcHe22+R+gQ vYoBLYyT7MTOPn3fO/iAoOkOP+p3sizFFdowF+s01hdkXvFruPSjUz/KTobsluuZsIOX Mo3EjMelMhdNd13V4hw0LC45pw1U/144F2pEufCXCim1JnTSxaBMRuNT9ynk5ytImPki 7adhSx5knL6SESTyufzAvef2upDwHUu2QMbX8F5nL51uLYrLrAFMZfY/QtyaPygaFPhW gkqQ== X-Received: by 10.70.136.169 with SMTP id qb9mr554189pdb.46.1429834586656; Thu, 23 Apr 2015 17:16:26 -0700 (PDT) Received: from ckmj ([210.108.251.199]) by mx.google.com with ESMTPSA id os6sm9247732pac.43.2015.04.23.17.16.25 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 23 Apr 2015 17:16:26 -0700 (PDT) From: "Myung-ju,Kim" To: Date: Fri, 24 Apr 2015 09:16:25 +0900 Message-ID: <005001d07e23$e820e750$b862b5f0$@com> MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AdB+I+aFmh0HNv/8TTKv4rVcWXAizw== Subject: wayland libglu_9.0.0.bb compile error X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Apr 2015 00:16:31 -0000 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0051_01D07E6F.58088F50" Content-Language: ko ------=_NextPart_000_0051_01D07E6F.58088F50 Content-Type: text/plain; charset="ks_c_5601-1987" Content-Transfer-Encoding: 7bit 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 | /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' ------=_NextPart_000_0051_01D07E6F.58088F50 Content-Type: text/html; charset="ks_c_5601-1987" Content-Transfer-Encoding: quoted-printable

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/l= ibexec/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'

 

------=_NextPart_000_0051_01D07E6F.58088F50--