This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Build fails on MacOSX with missing symbol
Type: Stage:
Components: Build Versions: Python 2.5
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: barry Nosy List: barry, gdm, ronaldoussoren
Priority: high Keywords:

Created on 2006-07-31 10:58 by gdm, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (4)
msg29388 - (view) Author: gideon may (gdm) Date: 2006-07-31 10:58
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
msg29389 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2006-07-31 19:43
Logged In: YES 
user_id=580910

Did you build a unix or framework install?
msg29390 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2006-07-31 19:58
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.
msg29391 - (view) Author: gideon may (gdm) Date: 2006-08-02 12:48
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
History
Date User Action Args
2022-04-11 14:56:19adminsetgithub: 43751
2006-07-31 10:58:20gdmcreate