GNOME Bugzilla – Bug 344395
avahi module should depend on gnome-python / pygtk
Last modified: 2006-06-12 14:43:00 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
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
It seems that it is related to #343928 then. *** This bug has been marked as a duplicate of 343928 ***
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 ***