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 349470 - In garnome 2.15.90 the packages pycairo and pygtk LIBDEP each other
In garnome 2.15.90 the packages pycairo and pygtk LIBDEP each other
Status: RESOLVED FIXED
Product: GARNOME
Classification: Deprecated
Component: general
2.15.x
Other All
: Normal normal
: ---
Assigned To: GARNOME Maintainers
garnome list
Depends on:
Blocks:
 
 
Reported: 2006-07-31 19:13 UTC by Peter Shinners
Modified: 2006-07-31 20:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Peter Shinners 2006-07-31 19:13:19 UTC
Please describe the problem:
Building pycairo or pygtk results in an infinite loop because both packages depend on each other.

From the pycairo Makefile.
LIBDEPS = freedesktop/cairo platform/gtk+ bindings/pygtk

from the pygtk Makefile
LIBDEPS = platform/gtk+ platform/libglade bindings/pygobject bindings/pycairo



Steps to reproduce:


Actual results:
Infinite loop during build

Expected results:


Does this happen every time?


Other information:
Comment 1 Joseph Sacco 2006-07-31 20:15:18 UTC
Already fixed in CVS

-Joseph