#28479: gobject-introspection 0.9.12 FTB with Python 3 selected -------------------------------+-------------------------------------------- Reporter: gale@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: python3, autoconf | Port: gobject-introspection -------------------------------+-------------------------------------------- Comment(by vulcan_@…): ummm .. no, that thing with the parens does not really fix it. {{{ :info:configure checking for backtrace_symbols... yes :info:configure checking whether Python support is requested... checking for a Python interpreter with version >= 2.5... python :info:configure checking for python... /opt/local/bin/python :info:configure checking for python version... 3.2 :info:configure checking for python platform... darwin :info:configure checking for python script directory... ${prefix}/lib/python3.2/site-packages :info:configure checking for python extension module directory... ${exec_prefix}/lib/python3.2/site-packages :info:configure checking for headers required to compile python extensions... not found :info:configure configure: error: Python headers not found :info:configure shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports .org_release_ports_gnome_gobject-introspection/work/gobject- introspection-0.10.6" && ./configure --prefix=/opt/local " returned error 1 :error:configure Target org.macports.configure returned: configure failure: shell command failed (see log for details) }}} i made the changes to the configuration file by hand {{{ bash-3.2# grep "sys.exec" config* configure:py_exec_prefix=`$PYTHON -c "import sys; print (sys.exec_prefix)"` bash-3.2# grep "sys.prefix" config* configure:py_prefix=`$PYTHON -c "import sys; print (sys.prefix)"` bash-3.2# python_select -l Available versions: current none python24 python25 python26 python26-apple python27 python32 bash-3.2# python_select -s python32 }}} so .. any other suggestions? -- Ticket URL: <https://trac.macports.org/ticket/28479#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS