GNOME Bugzilla – Bug 702706
defs.c should depend on gtk-types.defs and gdk-types.defs
Last modified: 2018-08-17 13:36:48 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.
Created attachment 247296 [details] [review] Update dependencies of defs.c in gtk/Makefile.am.
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!