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.

classification
Title: Python makefile may install idle in the wrong place
Type: Stage:
Components: Build Versions: Python 2.3
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: jeffstearns, loewis
Priority: normal Keywords: patch

Created on 2003-05-10 09:18 by jeffstearns, last changed 2022-04-10 16:08 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
idleinstall.diff jeffstearns, 2003-05-10 09:18 Patch for Makefile.pre.in
Messages (3)
msg43682 - (view) Author: Jeff Stearns (jeffstearns) Date: 2003-05-10 09:18
The Python makefile ignores some parameters when installing idle.

This may cause the .../idle/*.py files to be installed to the wrong 
directory.

The idleinstall target ignores the ${prefix} value in the Makefile.
Instead, it always installs its *.py files below /usr/local/.

Some of us don't install Python there.

The fix is to add a missing line to Makefile.pre.in.

Patch attached.
msg43683 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2003-05-11 06:03
Logged In: YES 
user_id=21627

Is this a duplicate of 735613?
msg43684 - (view) Author: Jeff Stearns (jeffstearns) Date: 2003-05-12 03:05
Logged In: YES 
user_id=660929

Yes, this is a duplicate of 735613.  My browser crashed while I was 
submitting that one.
History
Date User Action Args
2022-04-10 16:08:41adminsetgithub: 38481
2003-05-10 09:18:21jeffstearnscreate