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 eric.araujo
Recipients eric.araujo, nils, tarek, vstinner, zegreek
Date 2010-10-29.03:37:41
SpamBayes Score 4.852969e-05
Marked as misclassified No
Message-id <1288323464.15.0.224472743539.issue6011@psf.upfronthosting.co.za>
In-reply-to
Content
I can’t reliably reproduce it, but here you go:

$ pwd
/home/wok/python/3.2/sep-build-dir-éric♥
$ ../configure --prefix $PWD
[okay]
$ make
[snip gcc and ar]
ranlib libpython3.2m.a
gcc -pthread   -Xlinker -export-dynamic -o python Modules/python.o libpython3.2m.a -lpthread -ldl  -lutil   -lm  
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Fatal Python error: Py_Initialize: Unable to get the locale encoding
SystemError: NULL result without error in PyObject_Call
Aborted
make: *** [sharedmods] Error 134

Setting PYTHONHOME to ., .:., $PWD or $PWD:$PWD did not help.
History
Date User Action Args
2010-10-29 03:37:44eric.araujosetrecipients: + eric.araujo, vstinner, tarek, zegreek, nils
2010-10-29 03:37:44eric.araujosetmessageid: <1288323464.15.0.224472743539.issue6011@psf.upfronthosting.co.za>
2010-10-29 03:37:42eric.araujolinkissue6011 messages
2010-10-29 03:37:41eric.araujocreate