[Python-bugs-list] [ python-Bugs-578608 ] "make install" fails sol2.6
noreply@sourceforge.net
noreply@sourceforge.net
Thu, 11 Jul 2002 07:07:51 -0700
Bugs item #578608, was opened at 2002-07-08 12:02
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=578608&group_id=5470
Category: Build
Group: Python 2.2.1
>Status: Closed
>Resolution: Works For Me
Priority: 5
Submitted By: Koos van den Hout (kvdhout)
Assigned to: Nobody/Anonymous (nobody)
>Summary: "make install" fails sol2.6
Initial Comment:
(The summary field is TOO SMALL)
Under solaris 2.6, did
CC=cc ./configure --prefix=/sw/pkg/python-2.2.1
gmake
gmake install
resulting in:
[..]
Creating directory /sw/pkg/python-2.2.1/lib/python2.2
Arg count
Usage: install [-c] [-s] [-o own] [-g grp] [-m mode]
src dst
Or: install [-o own] [-g grp] [-m mode] -d dir
option c : copy (obsolete)
option s : try to strip dst
option o : (possibly numeric) owner ident
option g : (possibly numeric) group ident
option m : mode (in octal eg 755 )
src : must be readable file
dst : file or directory
gmake: *** [libinstall] Error 255
No, this version of install is not going to create
directories.
----------------------------------------------------------------------
>Comment By: Martin v. Löwis (loewis)
Date: 2002-07-11 16:07
Message:
Logged In: YES
user_id=21627
Closing it as "won't fix". This problem has never come up
before: If people use a non-system install binary, it is
usually GNU install, which is good enough. If you can come
up with an autoconf test for this, it would be considered,
but the magic that we have so far (install -d won't work on
BSDI and HP/UX) appears to be sufficient for practical purposes.
----------------------------------------------------------------------
Comment By: Koos van den Hout (kvdhout)
Date: 2002-07-11 15:46
Message:
Logged In: YES
user_id=222457
This install is a local version (written in Perl but with no
trace of the author ;)
Maybe the test for 'install' in configure should test this
directory capability. Overriding the choice of install in
the Makefile fixed things.
----------------------------------------------------------------------
Comment By: Martin v. Löwis (loewis)
Date: 2002-07-08 17:50
Message:
Logged In: YES
user_id=21627
Can you tell which install binary is being invoked?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=578608&group_id=5470