[oe] fennec build problem

Tom Rini tom_rini at mentor.com
Wed Mar 9 21:58:19 UTC 2011


On 03/09/2011 01:50 PM, Jan Paesmans wrote:
> As far as I know, it seems like a missing dependency, gconf2 is provided
> by the gconf recipe but I didn't find any immediate dependencies on
> gconf. Or maybe there is something wrong in the configuration step for
> fennec that should disable the use of gconf.
> Looking at the rest of the libraries used, there might the more missing
> dependencies or missing disables in the configuration step of fennec.

Thinking back to
679a2367acde02f76f43f446c56c1eefed4e69c0 last year, I would be 
unsurprised if there weren't more implicit deps in both firefox and fennec.

[snip]
>> here's a grep for -lgconf-2:
>> gnutoo at gnutoo-laptop:~/embedded/oe/oetmps/nokia900/work/armv7a-oe-linux-gnueabi/fennec-1_2.0+4.0b3pre-r0/mozilla-central/objdir/xulrunner$ grep "\-lgconf-2" -r *
>>
>> config/autoconf.mk:MOZ_GNOMEUI_LIBS = -pthread -lgnomeui-2 -lSM -lICE
>> -lbonoboui-2 -lgnomevfs-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lbonobo-2
>> -lbonobo-activation -lORBit-2 -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0
>> -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0
>> -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgconf-2 -lgmodule-2.0
>> -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0
>>
>> config/autoconf.mk:MOZ_GNOMEVFS_LIBS = -pthread -lgnomevfs-2 -lgconf-2
>> -lgmodule-2.0 -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0
>>
>> config/autoconf.mk:MOZ_GCONF_LIBS = -pthread -lgconf-2 -lgobject-2.0
>> -lgthread-2.0 -lrt -lglib-2.0
>>
>> config.status:s%@MOZ_GNOMEVFS_LIBS@%-pthread -lgnomevfs-2 -lgconf-2
>> -lgmodule-2.0 -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0%g
>>
>> config.status:s%@MOZ_GCONF_LIBS@%-pthread -lgconf-2 -lgobject-2.0
>> -lgthread-2.0 -lrt -lglib-2.0%g
>>
>> config.status:s%@MOZ_GNOMEUI_LIBS@%-pthread -lgnomeui-2 -lSM -lICE
>> -lbonoboui-2 -lgnomevfs-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lbonobo-2
>> -lbonobo-activation -lORBit-2 -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0
>> -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0
>> -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgconf-2 -lgmodule-2.0
>> -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0%g
>>
>> Note that it need a modified autoconf.inc, that I will send for
>> review(as it's core).

Most of these should be pretty easily mappable to recipes and made sure 
we have explicit deps for them.

-- 
Tom Rini
Mentor Graphics Corporation




More information about the Openembedded-devel mailing list