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 344395 - avahi module should depend on gnome-python / pygtk
avahi module should depend on gnome-python / pygtk
Status: RESOLVED DUPLICATE of bug 322260
Product: jhbuild
Classification: Infrastructure
Component: module sets
unspecified
Other All
: Normal normal
: ---
Assigned To: James Henstridge
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2006-06-09 13:09 UTC by jwarnier
Modified: 2006-06-12 14:43 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description jwarnier 2006-06-09 13:09:05 UTC
See http://jhbuild.bxlug.be/builds/2006-06-08-0009/logs/avahi/#configure for an example failure when pygtk could not be built.

Regards
Comment 1 jwarnier 2006-06-09 13:11:53 UTC
Well, it seems that it does not only happen when gnome-python / pygtk could not be built, as this shows:
http://jhbuild.bxlug.be/builds/2006-06-09-0002/logs/avahi/#configure
Comment 2 jwarnier 2006-06-09 13:15:11 UTC
It seems that it is related to #343928 then.

*** This bug has been marked as a duplicate of 343928 ***
Comment 3 James Henstridge 2006-06-12 14:43:00 UTC
The problem is that Avahi's configure script bombs out if it can't find the prerequisites for all its optional features, which is bug 322260.

The current rules for building Avahi make sure that they'll build after pygtk (as opposed to a full dependency), but that can still lead to failure if pygtk fails to build.  The real fix is to fix up avahi's configure script.

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