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 (2)
Priority: normal Keywords

Created on 2006-06-26 22:54 by baikie, last changed 2006-06-27 04:13 by nnorwitz.

Files
File name Uploaded Description Edit Remove
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) Date: 2006-06-27 04:13
Logged In: YES 
user_id=33168

Thanks!

Committed revision 47115.
History
Date User Action Args
2006-06-26 22:54:14baikiecreate