Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fails on MacOSX with missing symbol #43751

Closed
gdm mannequin opened this issue Jul 31, 2006 · 4 comments
Closed

Build fails on MacOSX with missing symbol #43751

gdm mannequin opened this issue Jul 31, 2006 · 4 comments
Assignees
Labels
build The build process and cross-build

Comments

@gdm
Copy link
Mannequin

gdm mannequin commented Jul 31, 2006

BPO 1531662
Nosy @warsaw, @ronaldoussoren

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/warsaw'
closed_at = <Date 2006-08-02.12:48:30.000>
created_at = <Date 2006-07-31.10:58:20.000>
labels = ['build']
title = 'Build fails on MacOSX with missing symbol'
updated_at = <Date 2006-08-02.12:48:30.000>
user = 'https://bugs.python.org/gdm'

bugs.python.org fields:

activity = <Date 2006-08-02.12:48:30.000>
actor = 'gdm'
assignee = 'barry'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2006-07-31.10:58:20.000>
creator = 'gdm'
dependencies = []
files = []
hgrepos = []
issue_num = 1531662
keywords = []
message_count = 4.0
messages = ['29388', '29389', '29390', '29391']
nosy_count = 3.0
nosy_names = ['barry', 'ronaldoussoren', 'gdm']
pr_nums = []
priority = 'high'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1531662'
versions = ['Python 2.5']

@gdm
Copy link
Mannequin Author

gdm mannequin commented Jul 31, 2006

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

@gdm gdm mannequin closed this as completed Jul 31, 2006
@gdm gdm mannequin assigned warsaw Jul 31, 2006
@gdm gdm mannequin added the build The build process and cross-build label Jul 31, 2006
@ronaldoussoren
Copy link
Contributor

Logged In: YES
user_id=580910

Did you build a unix or framework install?

@ronaldoussoren
Copy link
Contributor

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.

@gdm
Copy link
Mannequin Author

gdm mannequin commented Aug 2, 2006

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

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build The build process and cross-build
Projects
None yet
Development

No branches or pull requests

2 participants