Opened 11 years ago
Closed 4 years ago
#39541 closed defect (fixed)
gimp2 @2.8.6_0 +help_browser +python27 +quartz build fails
Reported by: | dstrubbe (David Strubbe) | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.3 |
Keywords: | Cc: | dstrubbe (David Strubbe) | |
Port: | gimp2 py27-pygtk |
Description
gimp2 fails to upgrade for me, from gimp2 @2.8.4_6+help_browser+python27+quartz on MacOS 10.8.4 with XCode 4.6.3. I have py27-pygtk @2.24.0_1+quartz active, but it cannot find a header file which I assume from the name is supposed to come from that port. However, it is not listed in "port contents py27-pygtk." So, something seems wrong with gimp2 dependencies, or with the contents of py27-pygtk port.
:info:build gimpuimodule.c:26:10: fatal error: 'pygtk/pygtk.h' file not found :info:build #include <pygtk/pygtk.h> :info:build ^ :info:build 1 warning generated. :info:build 1 warning generated. :info:build 1 warning and 1 error generated. :info:build make[4]: *** [gimpuimodule.lo] Error 1
Attachments (1)
Change History (6)
Changed 11 years ago by dstrubbe (David Strubbe)
comment:1 Changed 11 years ago by larryv (Lawrence Velázquez)
Cc: | devans@… removed |
---|---|
Owner: | changed from macports-tickets@… to devans@… |
comment:2 Changed 11 years ago by dbevans (David B. Evans)
Status: | new → assigned |
---|
comment:3 Changed 11 years ago by dstrubbe (David Strubbe)
comment:5 Changed 4 years ago by mascguy (Christopher Nielsen)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This ticket is eight years old, and relates to a MUCH older version of GIMP. Apparently the problem was also resolved when uninstalling and reinstalling port dependencies. Closing.
Note: See
TracTickets for help on using
tickets.
I looked some more into this problem, and discovered that it went away when I reinstalled py27-pygtk+quartz. The file pygtk/pygtk.h is supposed to be provided by that port, but it was not in my initial installation for some reason, so there doesn't seem to be a problem with gimp2, just with py27-pygtk. I saved 'port contents' from the initial one and compared to the new one and found all of these extra files in the new one. This seems to be a persistent problem with py-pygtk, as I found almost exactly the same report in ticket #16322. I believe that py*-pygtk is not making reproducible builds, and sometimes just doesn't install some of the files.