[Patches] [ python-Patches-735613 ] Python2.3b1 makefile improperly installs IDLE

SourceForge.net noreply@sourceforge.net
Sat, 10 May 2003 23:01:58 -0700


Patches item #735613, was opened at 2003-05-10 11:08
Message generated for change (Settings changed) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=735613&group_id=5470

Category: Build
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Jeff Stearns (jeffstearns)
>Assigned to: Martin v. Löwis (loewis)
Summary: Python2.3b1 makefile improperly installs IDLE

Initial Comment:
The Makefile.pre.in for Python 2.3b1 has a bug which may cause idle
to be installed in the wrong place.

The bug occurs at the idleinstall target.

When the Makefile calls .../idle/setup.py, it passes --install-platlib,
but it fails to pass --install-purelib.

This means that setup.py will always try to install the .../idlelib/*.py
files within /usr/local, regardless of what parameters are passed to
the Makefile.

The fix is to add
     --install-purelib=$(LIBDEST)
to the rule for idleinstall.


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

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