Bug 451684
| Summary: | Can't build Pyrex modules with current setuptools, upgrade to 0.6c8 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Kyle VanderBeek <kylev> |
| Component: | python-setuptools | Assignee: | Konstantin Ryabitsev <icon> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 8 | CC: | a.badger |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 0.6c8-1.fc9 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-07-01 05:24:58 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 226343 | ||
python-setuptools-0.6c8-1.fc8 has been submitted as an update for Fedora 8 python-setuptools-0.6c8-1.fc9 has been submitted as an update for Fedora 9 python-setuptools-0.6c8-1.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update python-setuptools'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F8/FEDORA-2008-5587 python-setuptools-0.6c8-1.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. python-setuptools-0.6c8-1.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: I was going to do the package review for python-ldap, but the build fails due to incompatibility between some little hacks used to reach inside Pyrex's DistUtils. Version-Release number of selected component (if applicable): python-setuptools-0.6c7-2.fc8 Pyrex-0.9.6.4-1.fc8 How reproducible: Always. Steps to Reproduce: 1. Install current python-setuptools and Pyrex 2. Check python-ldap out from fedora-cvs 3. cd into appropriate dist directory 4. make local Actual results: building '_ldap' extension Traceback (most recent call last): File "setup.py", line 140, in <module> **kwargs File "/usr/lib/python2.5/distutils/core.py", line 151, in setup dist.run_commands() File "/usr/lib/python2.5/distutils/dist.py", line 974, in run_commands self.run_command(cmd) File "/usr/lib/python2.5/distutils/dist.py", line 994, in run_command cmd_obj.run() File "/usr/lib/python2.5/distutils/command/build.py", line 112, in run self.run_command(cmd_name) File "/usr/lib/python2.5/distutils/cmd.py", line 333, in run_command self.distribution.run_command(command) File "/usr/lib/python2.5/distutils/dist.py", line 994, in run_command cmd_obj.run() File "/usr/lib/python2.5/site-packages/setuptools/command/build_ext.py", line 46, in run _build_ext.run(self) File "/usr/lib/python2.5/distutils/command/build_ext.py", line 290, in run self.build_extensions() File "/usr/lib/python2.5/site-packages/Pyrex/Distutils/build_ext.py", line 82, in build_extensions self.build_extension(ext) File "/usr/lib/python2.5/site-packages/setuptools/command/build_ext.py", line 175, in build_extension _build_ext.build_extension(self,ext) File "/usr/lib/python2.5/distutils/command/build_ext.py", line 453, in build_extension sources = self.swig_sources(sources, ext) File "/usr/lib/python2.5/site-packages/setuptools/command/build_ext.py", line 77, in swig_sources sources = _build_ext.swig_sources(self, sources) or sources TypeError: swig_sources() takes exactly 3 arguments (2 given) error: Bad exit status from /var/tmp/rpm-tmp.87594 (%build) Expected results: Successful module build. Additional info: Updating setuptools to 0.6c8 seems to fix this. There is a note on their Wiki that they did a fix to handle Pyrex 0.9.6 and later: http://peak.telecommunity.com/DevCenter/setuptools#release-notes-change-history Until we update versions, we can't build anything that relies on Pyrex and setuptools on F-8 or F-9. Let me know if you want me to help.