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 doko
Recipients doko, eric.araujo, hynek, ned.deily, ronaldoussoren, twouters
Date 2014-05-06.22:01:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399413688.96.0.767839386604.issue17752@psf.upfronthosting.co.za>
In-reply-to
Content
so the issue here is that -L -o <file> is passed to the compiler, and -o is interpreted as the library dir, and <file> as an input file.

To robustify, change distutils/tests/support.py to not include empty directory names.

To fix, change configure.ac (RUNPATH) not to unconditionally end the environment variables with an empty directory.

adding Ronald, Darwin is the only platform having quotes around this. Is this really needed/wanted?
History
Date User Action Args
2014-05-06 22:01:29dokosetrecipients: + doko, twouters, ronaldoussoren, ned.deily, eric.araujo, hynek
2014-05-06 22:01:28dokosetmessageid: <1399413688.96.0.767839386604.issue17752@psf.upfronthosting.co.za>
2014-05-06 22:01:28dokolinkissue17752 messages
2014-05-06 22:01:28dokocreate