Stefan Krah <stefan-use...@bytereef.org> added the comment: So you have garbage from stderr in readline_termcap_lib. Since that's useless anyway (no matter what locale is set), let's check the return value of os.system().
The attached patch skips readline linkage detection if ldd fails. In that case, linking will be done in the same manner as before r81830. Please report if the patch allows you to build py3k in the problematic locale. Your method of detecting readline linkage looks interesting, but I doubt that I'm going to implement it: These cross platform issues take an *immense* amount of time, since you have to test on all buildbot platforms (+ OpenBSD and OpenSolaris), with different compilers (icc, suncc). If you want that done, the best way is to open another issue, submit a patch (probably for configure.in) _and_ do all the testing. ---------- Added file: http://bugs.python.org/file17997/ldd-retval-py3k.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue7384> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com