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 702706 - defs.c should depend on gtk-types.defs and gdk-types.defs
defs.c should depend on gtk-types.defs and gdk-types.defs
Status: RESOLVED WONTFIX
Product: pygtk
Classification: Bindings
Component: gtk
Git Master
Other Linux
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
gnome[unmaintained]
Depends on:
Blocks:
 
 
Reported: 2013-06-20 03:19 UTC by kai.kang
Modified: 2018-08-17 13:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Update dependencies of defs.c in gtk/Makefile.am. (1.00 KB, patch)
2013-06-20 03:22 UTC, kai.kang
none Details | Review

Description kai.kang 2013-06-20 03:19:39 UTC
When parallel compile, it fails occasionally with:
"IOError: [Errno 2] No such file or directory: 'gtk-types.defs'"

In gtk/Makefile.am, defs.c should dependes on gdk-types.defs and gtk-types.defs, otherwise it may compile fails.


Fix:
add gdk-types.defs and gtk-types.defs to dependences of defs.c.
Comment 1 kai.kang 2013-06-20 03:22:02 UTC
Created attachment 247296 [details] [review]
Update dependencies of defs.c in gtk/Makefile.am.
Comment 2 André Klapper 2018-08-17 13:36:48 UTC
pygtk is not under active development anymore and had its last code changes
in 2013. Its codebase has been archived:
https://gitlab.gnome.org/Archive/pygtk/commits/master

PyGObject at https://gitlab.gnome.org/GNOME/pygobject is its successor. See https://pygobject.readthedocs.io/en/latest/guide/porting.html for porting info.

Closing this report as WONTFIX as part of Bugzilla Housekeeping to reflect
reality. Feel free to open a task in GNOME Gitlab if the issue described in this task still applies to a recent version of PyGObject. Thanks!