GNOME Bugzilla – Bug 355555
Garnome 2.16 fails to build epiphany
Last modified: 2006-09-22 05: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:
Created attachment 72594 [details] epiphany "config.log"
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 ?
I ran: export LD_LIBRARY_PATH=/opt/garnome/lib/firefox-1.5.0.6; make paranoid-install and the result is the same.
*** Bug 356036 has been marked as a duplicate of this bug. ***
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.
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?
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.
Actually, this is a duplicate of bug 333445. *** This bug has been marked as a duplicate of 333445 ***
gorrunyo, is there anything in bug 333445 that helps?
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?
No, running: LD_LIBRARY_PATH=/usr/lib/xulrunner-1.8.0.1 make paranoid-install results in the same error.