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 cosmicduck
Recipients cosmicduck
Date 2013-06-28.07:28:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372404539.33.0.335439360663.issue18320@psf.upfronthosting.co.za>
In-reply-to
Content
Using Solaris 10 x86
Compiling actual 3.3.2 or 2.7.5 looks like work.
Installing as non-root with 
make altinstall prefix='${HOME}/scripts/tools/python/python-3.3.2' exec-prefix='${HOME}/scripts/tools/python/python-3.3.2' installs looks like correctly to the target.
Extends LD_LIBRARYPATH and PATH to ${HOME}/scripts/tools/python/python-3.3.2/lib and ${HOME}/scripts/tools/python/python-3.3.2/bin has been done.
Python is started correctly with python3.3.
If I start idle3.3 or pydoc3.3 I get error:

/usr/local/bin/python3.3: bad interpreter: No such file or directory.

So it looks like the she-bang is not correctly set for shell scripts to the path prefix and exec-prefix path.

Correcting that by manually setup to ${HOME}/scripts/tools/python/python-3.3.2/bin fix that problem. But I guess it's better to modify the installation process by make to have not future problems.
History
Date User Action Args
2013-06-28 07:28:59cosmicducksetrecipients: + cosmicduck
2013-06-28 07:28:59cosmicducksetmessageid: <1372404539.33.0.335439360663.issue18320@psf.upfronthosting.co.za>
2013-06-28 07:28:59cosmicducklinkissue18320 messages
2013-06-28 07:28:58cosmicduckcreate