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

noreply@sourceforge.net noreply@sourceforge.net
Fri, 30 Mar 2001 16:03:46 -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: Closed
Priority: 6
Submitted By: Thomas Wouters (twouters)
Assigned to: Neil Schemenauer (nascheme)
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-30 16:03

Message:
Logged In: YES 
user_id=35752

Checked in with the -c fix.  Thanks for the testing Thomas.


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

Comment By: Thomas Wouters (twouters)
Date: 2001-03-30 06:09

Message:
Logged In: YES 
user_id=34209

Nope, doesn't work. In fact, it royally screws my
installation... However, if you change 'install-sh' to
'install-sh -c', it does work properly ;) Can we check in a
modified version before the final release ? That would be
nice!


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

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