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 329196 - build with xulrunner trunk (gecko 1.9)
build with xulrunner trunk (gecko 1.9)
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: [obsolete] Backend:Mozilla
git master
Other All
: High major
: ---
Assigned To: Epiphany Maintainers
Marco Pesenti Gritti
Depends on:
Blocks:
 
 
Reported: 2006-01-30 11:57 UTC by Mitch
Modified: 2006-02-08 14:26 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description Mitch 2006-01-30 11:57:23 UTC
Please describe the problem:
epiphany no longer works with seamonkey (mozilla) cvs since libgtkmozembed.so
has been deprecated and no longer exists. Thus the final epiphany link fails.


Steps to reproduce:
1. Build epiphany with mozilla/seamonkey cvs (or nightly)
2. 
3. 


Actual results:
ephipany fails to link due to missing libgtkembedmoz.so

Expected results:


Does this happen every time?


Other information:
I have logged the following 'bug' in mozilla

 https://bugzilla.mozilla.org/show_bug.cgi?id=325117

but the bottom line is that we need to start changing to newer embeding methods.
Comment 1 Christian Persch 2006-01-30 13:11:38 UTC
I think this applies to firefox build too, right?

Not a blocker, since gecko 1.9 final is a looooong way off, but still major sicne it prevents us from testing with recent trunk builds.
Comment 2 Christian Persch 2006-02-05 22:42:59 UTC
Fixed in cvs.
Comment 3 Mitch 2006-02-08 11:03:38 UTC
chpe, how can this bug be marked as fixed ? gecko.m4 still references *-gtkmozembed which as i initially stated doesn't and will no longer exist ever 

So this section in gecko.m4 is not correct !!


!# **************************************************
# Packages that we need to check for with pkg-config 
# **************************************************

if test "$gecko_cv_gecko" = "xulrunner" -a "$gecko_cv_gecko_version_major" = "1" -a "$gecko_cv_gecko_version_minor" -ge "9"; then
        gecko_cv_extra_pkg_dependencies=
else
        gecko_cv_extra_pkg_dependencies="${gecko_cv_gecko}-gtkmozembed"
fi

$1[]_EXTRA_PKG_DEPENDENCIES="$gecko_cv_extra_pkg_dependencies"

])

Comment 4 Christian Persch 2006-02-08 14:26:42 UTC
Fixed in cvs.