[ python-Bugs-1531662 ] Build fails on MacOSX with missing symbol
SourceForge.net
noreply at sourceforge.net
Wed Aug 2 14:48:30 CEST 2006
Bugs item #1531662, was opened at 2006-07-31 12:58
Message generated for change (Comment added) made by gdm
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1531662&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build
Group: Python 2.5
>Status: Closed
Resolution: None
Priority: 7
Submitted By: gideon may (gdm)
Assigned to: Barry A. Warsaw (bwarsaw)
Summary: Build fails on MacOSX with missing symbol
Initial Comment:
When compiling the latest svn version on MacOS, the build
fails with the following error in libpython2.5.a:
ld: Undefined symbols:
_init_types
libtool: internal link edit command failed
When I add Modules/_typesmodule.c to Modules/Setup.dist
everything is hunky-dory, but am not sure if this is the correct place
since python seems to compile ok on Linux without the addition
----------------------------------------------------------------------
>Comment By: gideon may (gdm)
Date: 2006-08-02 14:48
Message:
Logged In: YES
user_id=117359
The error was completely mine, you were right about junk files still laying
around. Have been able to create a clean build, both with and without
frameworks
----------------------------------------------------------------------
Comment By: Ronald Oussoren (ronaldoussoren)
Date: 2006-07-31 21:58
Message:
Logged In: YES
user_id=580910
I cannot reproduce this with the current head (svnversion says 51008). Did you
do a clean build? Maybe some junk from a previous build caused problems.
----------------------------------------------------------------------
Comment By: Ronald Oussoren (ronaldoussoren)
Date: 2006-07-31 21:43
Message:
Logged In: YES
user_id=580910
Did you build a unix or framework install?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1531662&group_id=5470
More information about the Python-bugs-list
mailing list