[Python-bugs-list] [ python-Bugs-578608 ] "make install" fails sol2.6

noreply@sourceforge.net noreply@sourceforge.net
Mon, 08 Jul 2002 03:02:59 -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: Open
Resolution: None
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.


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

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