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: 'make install' failure on FreeBSD 5.3
Type: Stage:
Components: Build Versions: Python 2.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: nnorwitz Nosy List: baikie, nnorwitz
Priority: normal Keywords:

Created on 2006-06-26 22:54 by baikie, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
install.out baikie, 2006-06-26 22:54 Transcript of 'make altinstall'
Messages (2)
msg28935 - (view) Author: David Watson (baikie) Date: 2006-06-26 22:54
Version: 2.5b1

See attached log.  'install' seems to be being passed
an unexpanded glob due to Lib/lib-old being empty. 
Creating a file in lib-old allows installation to continue.
msg28936 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2006-06-27 04:13
Logged In: YES 
user_id=33168

Thanks!

Committed revision 47115.
History
Date User Action Args
2022-04-11 14:56:18adminsetgithub: 43557
2006-06-26 22:54:14baikiecreate