Nick Coghlan <[email protected]> added the comment:
I tried the simple fix a couple of different ways on the RHEL6 buildbot. First
by changing line 315 of Lib/distutils/command/bdist_rpm.py" to be:
rpm_cmd = ['rpmbuild', '--define', '__python %s' % sys.executable]
And then a second time by adding the new "--define" after the "-ba" option.
(changing the spawn command to show the full command on error indicating the
new arguments *were* being passed in, though)
Neither worked - I still got the same error. Since I'm seeing the same fault on
my Fedora system, I'll start poking around there instead (not sure when I'll
get to it though).
----------
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue14443>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com