After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 355555 - Garnome 2.16 fails to build epiphany
Garnome 2.16 fails to build epiphany
Status: RESOLVED DUPLICATE of bug 333445
Product: epiphany
Classification: Core
Component: General
2.16.x
Other All
: High normal
: ---
Assigned To: Epiphany Maintainers
Marco Pesenti Gritti
: 356036 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-09-12 09:30 UTC by gorrunyo
Modified: 2006-09-22 05:30 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
epiphany "config.log" (71.10 KB, text/plain)
2006-09-12 09:32 UTC, gorrunyo
Details

Description gorrunyo 2006-09-12 09:30:50 UTC
Please describe the problem:
Running "make paranoid-install" fails during configuration phase with this message:

checking whether we can compile and run XPCOM programs... yes
checking whether typeaheadfind is broken... yes
configure: error: You must not compile firefox with the "typeaheadfind" extension enabled!
make[1]: *** [configure-work/main.d/epiphany-2.16.0/configure] Error 1
make[1]: Leaving directory `/home/carles/Desktop/garnome-2.16.0/desktop/epiphany'
make: *** [paranoid-install] Error 2


Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 gorrunyo 2006-09-12 09:32:18 UTC
Created attachment 72594 [details]
epiphany "config.log"
Comment 2 Christian Persch 2006-09-12 11:19:32 UTC
Hmm...

It seems that this call fails:
rv = registrar->ContractIDToCID ("@mozilla.org/typeaheadfind;1", &classID);

Can you try to run configure with:
export LD_LIBRARY_PATH=/opt/garnome/lib/firefox-1.5.0.6
?
Comment 3 gorrunyo 2006-09-12 17:03:47 UTC
I ran:

export LD_LIBRARY_PATH=/opt/garnome/lib/firefox-1.5.0.6; make paranoid-install

and the result is the same.
Comment 4 Karsten Bräckelmann 2006-09-16 21:56:27 UTC
*** Bug 356036 has been marked as a duplicate of this bug. ***
Comment 5 Karsten Bräckelmann 2006-09-16 22:20:22 UTC
Please also see bug 356036 and its comments. Maybe there are some hints that help...  *sigh*  Have seen users being hit by this before, and still don't know how to fix it.

Raising Priority. This issue has been reported by users in IRC way more often than in bugzilla. Also, confirming.
Comment 6 Christian Persch 2006-09-16 22:30:25 UTC
Does setting MOZILLA_FIVE_HOME env var to the same as LD_LIBRARY_PATH pointing to the firefox/xulrunner lib dir (the one with libxpcom.so) change anything?
Comment 7 gorrunyo 2006-09-17 20:53:22 UTC
Nope, with:

export LD_LIBRARY_PATH=/opt/garnome/lib/firefox-1.5.0.6
export MOZILLA_FIVE_HOME=/opt/garnome/lib/firefox-1.5.0.6
make paranoid-install

The result is the same.
Comment 8 Karsten Bräckelmann 2006-09-20 22:39:27 UTC
Actually, this is a duplicate of bug 333445.


*** This bug has been marked as a duplicate of 333445 ***
Comment 9 Karsten Bräckelmann 2006-09-20 22:40:25 UTC
gorrunyo, is there anything in bug 333445 that helps?
Comment 10 frank esposito 2006-09-22 02:44:13 UTC
this bug seems to center on xulrunner. I do not have this installed on my system, yet i have the same problem. (see Bug 356036).

Should i install it? it is masked for my gentoo system -v. 1.8.0.4.
any ideas for me?
Comment 11 gorrunyo 2006-09-22 05:30:50 UTC
No, running:

LD_LIBRARY_PATH=/usr/lib/xulrunner-1.8.0.1
make paranoid-install
 
results in the same error.