[ python-Bugs-1197883 ] Installation path sent to configure

SourceForge.net noreply at sourceforge.net
Mon May 9 00:56:35 CEST 2005


Bugs item #1197883, was opened at 2005-05-09 00:56
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1197883&group_id=5470

Category: Installation
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Björn Lindqvist (sonderblade)
Assigned to: Nobody/Anonymous (nobody)
Summary: Installation path sent to configure

Initial Comment:
This is a minor problem but it makes some regression
tests that rely upon Python's installation path to fail.

$ ./configure --prefix=/opt/

All Python stuff will be installed with an extra '/'.
/opt//bin/python /opt//lib/python2.5 etc. Not good.
Configure or some other installation script should
recognise the redundant '/' and strip it.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1197883&group_id=5470


More information about the Python-bugs-list mailing list