[Python-bugs-list] [ python-Bugs-408820 ] 'install -d' fails on BSDI systems.

noreply@sourceforge.net noreply@sourceforge.net
Wed, 21 Mar 2001 15:44:19 -0800


Bugs item #408820, was updated on 2001-03-15 08:27
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=408820&group_id=5470

Category: Installation
Group: Platform-specific
Status: Open
Priority: 6
Submitted By: Thomas Wouters (twouters)
>Assigned to: Thomas Wouters (twouters)
Summary: 'install -d' fails on BSDI systems.

Initial Comment:
Apparently the Makefile was changed to use 'install -d'
to create directories. This does not work on BSDI. It
seems to be an autoconf failure (since configure.in
just contains 'AC_PROG_INSTALL' but I haven't
experienced this before, with other software or with
Python.


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

>Comment By: Neil Schemenauer (nascheme)
Date: 2001-03-21 15:44

Message:
Logged In: YES 
user_id=35752

Thomas, can you give this patch a go?

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

Comment By: A.M. Kuchling (akuchling)
Date: 2001-03-20 07:53

Message:
Logged In: YES 
user_id=11375

Makefile stuff is Neil's province.


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

Comment By: Tim Peters (tim_one)
Date: 2001-03-17 22:04

Message:
Logged In: YES 
user_id=31435

Assigned to Andrew because he's been known to succeed when 
installing things <ahem>.

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

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=408820&group_id=5470