[Python-bugs-list] [Bug #110636] prefix directory (PR#293)

noreply@sourceforge.net noreply@sourceforge.net
Thu, 3 Aug 2000 08:38:57 -0700


Bug #110636, was updated on 2000-Jul-31 14:09
Here is a current snapshot of the bug.

Project: Python
Category: Build
Status: Open
Resolution: None
Bug Group: None
Priority: 3
Summary: prefix directory (PR#293)

Details: Jitterbug-Id: 293
Submitted-By: kajiyama@grad.sccs.chukyo-u.ac.jp
Date: Wed, 12 Apr 2000 15:14:10 -0400 (EDT)
Version: 1.6a2
OS: Plamo Linux 1.3


(Repost: excuse me for annoyance)

The installation procedure ("make install") fails if the prefix directory
specified with configure's --prefix option does not exist.  Manually
making the prefix directory is sufficient, but automatic creation may be
more preferable.



====================================================================
Audit trail:
Tue Jul 11 08:29:17 2000	guido	moved from incoming to open

Follow-Ups:

Date: 2000-Aug-03 08:38
By: twouters

Comment:
Yup, this is a problem. This could be fixed by using mkdir's '-p' flag, in the Makefile. However, I'm not entirely sure how portable the -p flag is. The other solution, manually checking each parent directory and creating them when necessary, is a lot more work.


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

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=110636&group_id=5470