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 335644 - Unable to compile epiphany with garnome 2.14.0
Unable to compile epiphany with garnome 2.14.0
Status: RESOLVED DUPLICATE of bug 333445
Product: epiphany
Classification: Core
Component: General
2.14.x
Other Linux
: High major
: ---
Assigned To: Epiphany Maintainers
Marco Pesenti Gritti
Depends on:
Blocks:
 
 
Reported: 2006-03-23 11:06 UTC by Surya Kiran
Modified: 2006-03-23 12:30 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
Config.log for epiphany (262.95 KB, text/plain)
2006-03-23 11:43 UTC, Surya Kiran
Details

Description Surya Kiran 2006-03-23 11:06:40 UTC
Hi,
I'm trying this new garnome 2.14.0. Firefox build went well. But when i try to compile epiphany, Its failing in configure stage.


The error I'm getting is 
==========================
configure: error: You must not compile firefox with the "typeaheadfind" extension enabled!
==========================

I've compiled firefox with default settings. Am I Missing anything here ?

Surya
Comment 1 Surya Kiran 2006-03-23 11:08:17 UTC
My OS Details.


Suse 9.1

Gcc version 4.0.2 
Comment 2 Christian Persch 2006-03-23 11:28:28 UTC
Thanks for the bug report.

Can you please attach the "config.log" file that configure produced?
Comment 3 Surya Kiran 2006-03-23 11:43:30 UTC
Created attachment 61837 [details]
Config.log for epiphany

Please find the config.log file.

Thanks,
Surya
Comment 4 Christian Persch 2006-03-23 12:02:08 UTC
Does it work if you run configure with LD_LIBRARY_PATH=/nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.0/lib/firefox-1.5.0.1  ?

Oh, and one other thing to check:

cd to /nfs/skglnx/home/skg/Packages/Desktop-Packages/Gnome-2.14.0/lib/firefox-1.5.0.1, and type
./run-mozilla.sh ./xpcshell

Then on the js> prompt, type:
var cr = Components.manager.nsIComponentRegistrar
print(cr.isContractIDRegistered("@mozilla.org/typeaheadfind;1"))
print(cr.contractIDToCID("@mozilla.org/typeaheadfind;1"))

And paste the output of the print statements here.
Comment 5 Surya Kiran 2006-03-23 12:19:58 UTC
Hi,
Thanks for the quick response. Setting LD_LIBRARY_PATH to the said directory indeed fixed the problem.

Also the Output you've requested is given below.
==========================
js> print(cr.isContractIDRegistered("@mozilla.org/typeaheadfind;1"))
true
js> print(cr.contractIDToCID("@mozilla.org/typeaheadfind;1"))
{e7f70966-9a37-48d7-8aeb-35998f31090e}
=========================

Surya
Comment 6 Christian Persch 2006-03-23 12:30:14 UTC
Ok so this is the same problem as bug 333445.

*** This bug has been marked as a duplicate of 333445 ***