All of lore.kernel.org
 help / color / mirror / Atom feed
* Can't build qt4-x11-free
@ 2012-11-14 18:07 Gary Thomas
  2012-11-14 20:06 ` Henning Heinold
       [not found] ` <076154C344324301A35470B01A4BF3A3@intel.com>
  0 siblings, 2 replies; 4+ messages in thread
From: Gary Thomas @ 2012-11-14 18:07 UTC (permalink / raw)
  To: openembedded-core

| arm-poky-linux-gnueabi-g++  -march=armv5te  -marm -mthumb-interwork  -mtune=arm926ej-s --sysroot=/local/qemuarm_test/tmp/sysroots/qemuarm 
-Wl,-rpath-link,/local/qemuarm_test/tmp/sysroots/qemuarm/usr/lib -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed 
-Wl,-rpath-link,/local/qemuarm_test/tmp/work/armv5te-poky-linux-gnueabi/qt4-x11-free-4.8.1-r47.1/qt-everywhere-opensource-src-4.8.1/lib 
-Wl,-rpath-link,/local/qemuarm_test/tmp/work/armv5te-poky-linux-gnueabi/qt4-x11-free-4.8.1-r47.1/qt-everywhere-opensource-src-4.8.1/lib -shared -o libphonon_gstreamer.so 
.obj/release-shared/abstractrenderer.o .obj/release-shared/artssink.o .obj/release-shared/audioeffect.o .obj/release-shared/audiooutput.o .obj/release-shared/audiodataoutput.o 
.obj/release-shared/backend.o .obj/release-shared/devicemanager.o .obj/release-shared/effect.o .obj/release-shared/effectmanager.o .obj/release-shared/glrenderer.o 
.obj/release-shared/gsthelper.o .obj/release-shared/medianode.o .obj/release-shared/medianodeevent.o .obj/release-shared/mediaobject.o .obj/release-shared/message.o 
.obj/release-shared/phononsrc.o .obj/release-shared/qwidgetvideosink.o .obj/release-shared/streamreader.o .obj/release-shared/videowidget.o .obj/release-shared/volumefadereffect.o 
.obj/release-shared/widgetrenderer.o .obj/release-shared/x11renderer.o .obj/release-shared/moc_devicemanager.o .obj/release-shared/moc_effectmanager.o 
.obj/release-shared/moc_glrenderer.o   -L/local/qemuarm_test/tmp/sysroots/qemuarm/usr/lib 
-L/local/qemuarm_test/tmp/work/armv5te-poky-linux-gnueabi/qt4-x11-free-4.8.1-r47.1/qt-everywhere-opensource-src-4.8.1/lib -pthread -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 
-lgthread-2.0 -lrt -lxml2 -lgstinterfaces-0.10 -lgstvideo-0.10 -lgstbase-0.10 -lgstaudio-0.10 -L/local/qemuarm_test/tmp/sysroots/qemuarm/usr/lib -lphonon 
-L/local/qemuarm_test/tmp/work/armv5te-poky-linux-gnueabi/qt4-x11-free-4.8.1-r47.1/qt-everywhere-opensource-src-4.8.1/lib -lpulse-mainloop-glib -lpulse -lglib-2.0 -lQtDBus -lQtXml 
-lQtOpenGL -lQtGui -lQtCore -lGLU -lGL -lpthread
| /local/qemuarm_test/tmp/sysroots/i686-linux/usr/libexec/armv5te-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/ld: cannot find -lGLU

This happens because of this commit:
$ git log meta/recipes-graphics/mesa/mesa-common.inc
commit 662a445b30af4d7538c3e7081dd9403acd006938
Author: Daniel Stone <daniel@fooishbar.org>
Date:   Fri Oct 26 16:00:09 2012 +0100

     mesa: Build separate GLU library

     Mesa has removed GLU from the core tree upstream, so remove it from the
     Mesa build and add the separate tarball as a new recipe.

     (From OE-Core rev: 4395691a44b198ba0b9a969cbade669e8de07a4f)

     Signed-off-by: Daniel Stone <daniel@fooishbar.org>
     Signed-off-by: Ross Burton <ross.burton@intel.com>
     Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>

Adding 'libglu' to the DEPENDS in
   meta/recipes-qt/qt4/qt4-x11-free.inc:DEPENDS += "virtual/libgl virtual/libx11 fontconfig libxft libxext libxrender libxrandr libxcursor"
fixes the build, but doesn't that doesn't seem quite right since currently
it's the mesa* recipe which forced this split, but some other instance
of virtual/libgl might not.

So, how do I best to fix the build with this new setup?

Thanks

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Can't build qt4-x11-free
  2012-11-14 18:07 Can't build qt4-x11-free Gary Thomas
@ 2012-11-14 20:06 ` Henning Heinold
  2012-11-14 20:34   ` Gary Thomas
       [not found] ` <076154C344324301A35470B01A4BF3A3@intel.com>
  1 sibling, 1 reply; 4+ messages in thread
From: Henning Heinold @ 2012-11-14 20:06 UTC (permalink / raw)
  To: openembedded-core

On Wed, Nov 14, 2012 at 11:07:19AM -0700, Gary Thomas wrote:
> | /local/qemuarm_test/tmp/sysroots/i686-linux/usr/libexec/armv5te-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/ld: cannot find -lGLU
> 

Hi,

did you check if qt actually needs any glu symbols?

Bye Henning



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Can't build qt4-x11-free
  2012-11-14 20:06 ` Henning Heinold
@ 2012-11-14 20:34   ` Gary Thomas
  0 siblings, 0 replies; 4+ messages in thread
From: Gary Thomas @ 2012-11-14 20:34 UTC (permalink / raw)
  To: openembedded-core

On 2012-11-14 13:06, Henning Heinold wrote:
> On Wed, Nov 14, 2012 at 11:07:19AM -0700, Gary Thomas wrote:
>> | /local/qemuarm_test/tmp/sysroots/i686-linux/usr/libexec/armv5te-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.7.2/ld: cannot find -lGLU
>>
>
> Hi,
>
> did you check if qt actually needs any glu symbols?

Indeed, it's not and this was already fixed in the tree by:
   commit 7ee2410825cb30b7f073c69d8c32a498835f0eec
   Author: Martin Jansa <martin.jansa@gmail.com>
   Date:   Tue Nov 6 00:36:47 2012 +0100

Somehow I missed this when I pulled into my tree which is based
on Poky/Yocto.  I pulled on Nov 9 and I guess the change had not
yet been propagated.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Can't build qt4-x11-free
       [not found]   ` <50A3FE54.4050408@mlbassoc.com>
@ 2012-11-15 10:17     ` Burton, Ross
  0 siblings, 0 replies; 4+ messages in thread
From: Burton, Ross @ 2012-11-15 10:17 UTC (permalink / raw)
  To: Gary Thomas; +Cc: OE-core

On 14 November 2012 20:25, Gary Thomas <gary@mlbassoc.com> wrote:
> That said, I pulled from Poky/Yocto master on Monday, Nov 12, but the
> important change
> says it was committed on Nov 6.  How did I miss this?  I know that the
> Poky/Yocto tree
> is a little removed (in time) from OE-core, but how I can I tell when
> changes actually
> hit the tree (just for the next time...)

One of the irritations of git is that as far as I know you can easily
see the commit date (when those changes were committed to a tree), and
as the commit goes from for example a branch in oe-core-contrib to
oe-core to Poky, the commit date doesn't change, but you can't easily
tell when a commit was integrated into a particular branch.

Ross



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-11-15 10:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-14 18:07 Can't build qt4-x11-free Gary Thomas
2012-11-14 20:06 ` Henning Heinold
2012-11-14 20:34   ` Gary Thomas
     [not found] ` <076154C344324301A35470B01A4BF3A3@intel.com>
     [not found]   ` <50A3FE54.4050408@mlbassoc.com>
2012-11-15 10:17     ` Burton, Ross

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.