GNOME Bugzilla – Bug 404943
pyorbit should query python for linkage instructions
Last modified: 2007-02-25 14:20:58 UTC
Please describe the problem: pyorbit assumes that it only needs to link to python - this is not correct and causes this error on Gentoo/FreeBSD checking for a Python interpreter with version >= 2.4... python checking for python... /usr/bin/python checking for python version... 2.4 checking for python platform... freebsd6 checking for python script directory... ${prefix}/lib/python2.4/site-packages checking for python extension module directory... ${exec_prefix}/lib/python2.4/site-packages checking for headers required to compile python extensions... found checking for libraries required to compile python extensions... not found configure: error: could not find Python headers !!! Please attach the following file when filing a report to bugs.gentoo.org: !!! /var/tmp/portage/dev-python/pyorbit-2.14.1/work/pyorbit-2.14.1/config.log Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 82006 [details] [review] Fix the python m4 file to query python This patches the python m4 file to query python correctly so pyorbit can link to it successfully.
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.