[MacPorts] #42019: gimp2: configure fails without python support
MacPorts
noreply at macports.org
Sat Jan 4 06:47:11 PST 2014
#42019: gimp2: configure fails without python support
--------------------------+----------------------
Reporter: ryandesign@… | Owner: devans@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.2.1
Keywords: | Port: gimp2
--------------------------+----------------------
Trying to install gimp2 without python support fails:
{{{
$ sudo port -d install gimp2 -python27
...
checking for a Python interpreter with version >= 2.5.0... python
checking for python... /usr/bin/python
checking for python version... 2.7
checking for python platform... darwin
checking for python script directory... ${prefix}/lib/python2.7/site-
packages
checking for python extension module directory...
${exec_prefix}/lib/python2.7/site-packages
checking for headers required to compile python extensions... found
checking for PYGTK... no
configure: error:
*** Could not find PyGTK 2.10.4 or newer.
*** Please install it, or skip building the python scripting extension by
*** passing --disable-python to configure (but then you will not be able
*** to use scripts for GIMP that are written in Python).
}}}
There used to be a no_python variant which added `--disable-python`. It
was removed in r115501, and that was the right thing to do, but the
`--disable-python` argument needs to find its way back into the
configure.args if none of the pythonXY variants have been selected.
--
Ticket URL: <https://trac.macports.org/ticket/42019>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list