After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 404943 - pyorbit should query python for linkage instructions
pyorbit should query python for linkage instructions
Status: RESOLVED FIXED
Product: pyorbit
Classification: Deprecated
Component: general
2.14.x
Other All
: Normal normal
: ---
Assigned To: Python bindings maintainers
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2007-02-06 12:09 UTC by Roy Marples
Modified: 2007-02-25 14:20 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
Fix the python m4 file to query python (1.01 KB, patch)
2007-02-06 12:11 UTC, Roy Marples
none Details | Review

Description Roy Marples 2007-02-06 12:09:56 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:
Comment 1 Roy Marples 2007-02-06 12:11:29 UTC
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.
Comment 2 Gustavo Carneiro 2007-02-25 14:20:58 UTC
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.