[Python-bugs-list] [ python-Bugs-232276 ] make install not working

nobody nobody@sourceforge.net
Thu, 01 Mar 2001 21:38:37 -0800


Bugs #232276, was updated on 2001-02-13 16:56
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=232276&group_id=5470

Category: Installation
Group: Irreproducible
Status: Closed
Priority: 3
Submitted By: Nobody/Anonymous
Assigned to: Guido van Rossum
Summary: make install not working

Initial Comment:
can't figure out why im gittin this problem


# make install
./install-sh -c python /usr/local/bin/python2.1
if test -f libpython2.1.so; then \
        ./install-sh -c -m 644 libpython2.1.so /usr/local/lib; \
else    true; \
fi
if test -f ""; then \
        ./install-sh -c -m 644  /usr/local/bin; \
else    true; \
fi
Creating directory /usr/local/lib/python2.1
cp: illegal option -- d
cp: Insufficient arguments (1)
Usage: cp [-f] [-i] [-p] f1 f2
       cp [-f] [-i] [-p] f1 ... fn d1
       cp -r|R [-f] [-i] [-p] d1 ... dn-1 dn
*** Error code 2
make: Fatal error: Command failed for target `libinstall'


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

Comment By: Guido van Rossum
Date: 2001-03-01 21:38

Message:
Logged In: YES 
user_id=6380

No feedback from submitter -- closing with "works for me".


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

Comment By: Guido van Rossum
Date: 2001-02-14 06:36

Message:
What platform?

To further debug this, please insert "set -x" in the install-sh script
(after the first comment block) so you can see what it's doing.

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

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