Issue 10679: "make altinstall" may clobber OS provided scripts (original) (raw)

Created on 2010-12-11 11:47 by ncoghlan, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
altinstall_scripts.diff georg.brandl,2010-12-19 10:03
Messages (5)
msg123784 - (view) Author: Alyssa Coghlan (ncoghlan) * (Python committer) Date: 2010-12-11 11:47
"make altinstall" installs "2to3", "pydoc3" and "idle3" without version specific names. This was at least a deliberate decision in the case of 2to3, but there doesn't appear to be any reason not to use a properly qualified version suffix on the pydoc and idle executables.
msg123785 - (view) Author: Alyssa Coghlan (ncoghlan) * (Python committer) Date: 2010-12-11 11:50
Softened the wording, since OS packages will often omit installing any executable files other than the main python binary.
msg123795 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2010-12-11 14:21
Yes, this already irked me with previous versions.
msg124335 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2010-12-19 10:03
Attaching a patch that should fix it. The delegation of the links to the Makefile is not ideal, but I don't see how to easily do it otherwise. While this is reviewed, deferring as it should not block beta2.
msg124776 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2010-12-28 09:51
Committed in r87525.
History
Date User Action Args
2022-04-11 14:57:10 admin set github: 54888
2010-12-28 09:51:50 georg.brandl set status: open -> closedmessages: + resolution: fixednosy:georg.brandl, ncoghlan, benjamin.peterson, eric.araujo, Arfrever
2010-12-19 10:03:21 georg.brandl set files: + altinstall_scripts.diffnosy:georg.brandl, ncoghlan, benjamin.peterson, eric.araujo, Arfreverkeywords: + patch
2010-12-19 10:03:01 georg.brandl set priority: release blocker -> deferred blockernosy:georg.brandl, ncoghlan, benjamin.peterson, eric.araujo, Arfrevermessages: +
2010-12-11 18🔞34 Arfrever set nosy: + Arfrever
2010-12-11 16:03:32 eric.araujo set nosy: + eric.araujo
2010-12-11 14:21:42 georg.brandl set messages: +
2010-12-11 11:50:58 ncoghlan set messages: + title: "make altinstall" will clobber OS provided scripts -> "make altinstall" may clobber OS provided scripts
2010-12-11 11:47:35 ncoghlan create