This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients benjamin.peterson, skrah
Date 2010-11-27.13:47:48
SpamBayes Score 2.7143507e-08
Marked as misclassified No
Message-id <1290865671.36.0.14618274941.issue10547@psf.upfronthosting.co.za>
In-reply-to
Content
On FreeBSD, the config variable LDSHARED contains the literal '${LDFLAGS}',
causing this failure in test_distutils:


'test_get_outputs (distutils.tests.test_build_ext.BuildExtTestCase) ... gcc: ': No such file or directory
ERROR


The patch fixes the issue and all tests pass.


Benjamin, are you ok with the change for 2.7? I'm not sure why autoreconf
generated a bit of extra noise; I used version 2.65. Also, OpenBSD and
NetBSD should be affected as well.
History
Date User Action Args
2010-11-27 13:47:51skrahsetrecipients: + skrah, benjamin.peterson
2010-11-27 13:47:51skrahsetmessageid: <1290865671.36.0.14618274941.issue10547@psf.upfronthosting.co.za>
2010-11-27 13:47:48skrahlinkissue10547 messages
2010-11-27 13:47:48skrahcreate