[Python-bugs-list] [Bug #131170] make install fails on macosx for Python-2.1a2

noreply@sourceforge.net noreply@sourceforge.net
Mon, 05 Feb 2001 13:12:48 -0800


Bug #131170, was updated on 2001-Feb-05 12:51
Here is a current snapshot of the bug.

Project: Python
Category: Build
Status: Open
Resolution: None
Bug Group: Platform-specific
Priority: 5
Submitted by: sdm7g
Assigned to : nobody
Summary: make install fails on macosx for Python-2.1a2

Details: Python-2.1a2 on macosx 
make install fails trying to ranlib the shared library:

ranlib: file: /usr/local/lib/python2.1/config/libpython2.1.dylib is not an
archive

(This bug wasn't in 2.0, and I don't think was in 2.1a1.)

-- Steve M.

Follow-Ups:

Date: 2001-Feb-05 13:12
By: nobody

Comment:
Commenting out the $(RANLIB) line in the
install section of Makefile seems to fix the problem on macosx, but I don't
know if it is a problemon any other platforms. 

       @if test -d $(LDLIBRARY); then :; else \
                $(INSTALL_DATA) $(LDLIBRARY) $(LIBPL)/$(LDLIBRARY) ; \
#               $(RANLIB) $(LIBPL)/$(LDLIBRARY) ; \

-- Steve M.
-------------------------------------------------------

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