[Python-bugs-list] [Bug #132276] make install not working

noreply@sourceforge.net noreply@sourceforge.net
Wed, 14 Feb 2001 06:36:14 -0800


Bug #132276, was updated on 2001-Feb-13 16:56
Here is a current snapshot of the bug.

Project: Python
Category: None
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Submitted by: nobody
Assigned to : nobody
Summary: make install not working

Details: 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'


Follow-Ups:

Date: 2001-Feb-14 06:36
By: gvanrossum

Comment:
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.
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=132276&group_id=5470