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 314557 - --enable-python requires pygtk >= 2.7.0
--enable-python requires pygtk >= 2.7.0
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: General
1.7.x
Other Linux
: Normal normal
: 1.8
Assigned To: Epiphany Maintainers
Marco Pesenti Gritti
Depends on:
Blocks:
 
 
Reported: 2005-08-26 10:24 UTC by Leonardo Boshell
Modified: 2005-09-04 10:44 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12



Description Leonardo Boshell 2005-08-26 10:24:10 UTC
Version details: 1.7.5

Hi,

Currently epiphany's configure script checks for pygtk >= 2.6.0 if
--enable-python is passed. Trying to compile epiphany with pygtk-2.6.2 installed
fails, mentioning undefined symbols such as pygobject_constructv, among others,
which apparently appeared in pygtk-2.7.0. After upgrading to pygtk-2.7.4,
epiphany compiled successfully.

I don't know if you really wanted to stick with the 2.6 dependency, but
inadvertently introduced the new symbols, or just missed to update the check in
configure.ac. Just wanted to bring it to your attention :).

Thanks.
Comment 1 Christian Persch 2005-08-26 12:44:23 UTC
Confirming. The problem is that the autogenerated epiphany.c is in the tarball,
and it's generated by *my pygtk 2.7*, so won't compile with 2.6....
Comment 2 Christian Persch 2005-09-04 10:44:04 UTC
Fixed in cvs.