[Python-bugs-list] [ python-Bugs-407543 ] Python 2.1beta1 install fails with --wi

nobody nobody@sourceforge.net
Sat, 10 Mar 2001 09:48:31 -0800


Bugs #407543, was updated on 2001-03-10 07:27
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=407543&group_id=5470

Category: Build
Group: None
Status: Closed
Priority: 5
Submitted By: Nobody/Anonymous
Assigned to: Fred L. Drake, Jr.
Summary: Python 2.1beta1 install fails with --wi

Initial Comment:
Python 2.1beta1

platform RH6.2

if you configure with --with-cxx
the install fails with


Creating directory
/usr/local/python/lib/python2.1/config
/usr/bin/install -c -m 644 Modules/config.c
/usr/local/python/lib/python2.1/config/config.c
/usr/bin/install -c -m 644 Modules/python.o
/usr/local/python/lib/python2.1/config/python.o
/usr/bin/install: Modules/python.o: No such file or
directory
make: *** [libainstall] Error 1


This is because the makefile target libainstall is
doing :-

        $(INSTALL_DATA) Modules/python.o
$(LIBPL)/python.o

rather than        
       $(INSTALL_DATA) Modules/ccpython.o
$(LIBPL)/ccpython.o


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

Comment By: Fred L. Drake, Jr.
Date: 2001-03-10 09:48

Message:
Logged In: YES 
user_id=3066

This has already been fixed in CVS; the next release will not have this problem.

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

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