Closed
Bug 785475
Opened 13 years ago
Closed 13 years ago
b2g's libxul.so cannot find a symbol in libgdk
Categories
(Firefox OS Graveyard :: GonkIntegration, defect)
Firefox OS Graveyard
GonkIntegration
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 778291
People
(Reporter: pcmiguel85, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20100101 Firefox/14.0.1
Build ID: 20120713134347
Steps to reproduce:
I've downloaded g2b from FTP and gaia from GIT in a debian squeeze with gtk+ 2.0.
Following the instructions in wiki I've runned the following for gaia:
$DEBUG=1 make
and to run g2b I did the the following
$ b2g/b2g -profile gaia/profile
Actual results:
The g2b didn't start and I got the following messages:
Opened socket on 9999
ATTENTION: default value of option force_s3tc_enable overridden by environment.
b2g/b2g: symbol lookup error: /home/miguel/work/ffos/b2g/libxul.so: undefined symbol: gdk_visual_get_depth
Expected results:
g2b canot start the emulator screen because of missing symbols that seems to be available only only in gtk+ 2.2.
Confirm this problem for debian squeeze. Any chance to see this fixed ?
Comment 2•13 years ago
|
||
I will mark this as a duplicate of bug 778291, if it isn't please come back and comment here.
Anyway, I have the same problem on debian testing.
A workaround that works for me is to copy paste the libxul.so file from the 32bit firefox nightly build which works fine on my system.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•