Issue 8673: configure script doesn't recognize 10.5 SDK correctly (original) (raw)

Issue8673

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.

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/52919

classification

Title: configure script doesn't recognize 10.5 SDK correctly
Type: compile error Stage: resolved
Components: Build, macOS Versions: Python 2.7

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: ronaldoussoren Nosy List: mark.dickinson, ronaldoussoren
Priority: high Keywords:

Created on 2010-05-10 10:12 by ronaldoussoren, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (5)
msg105426 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2010-05-10 10:12
I got a build error when building the 2.7b2 installers because the MacOS module couldn't be build. That turns out to be caused by an issue in the configure script: for some reason the check for the 10.5 SDK gives the wrong answer (both with and without building using the 10.4u SDK). I haven't had time to research the issue and worked around it by hardcoding the right answer in the configure script during my build, but that's obviously not the correct solution.
msg105430 - (view) Author: Mark Dickinson (mark.dickinson) * (Python committer) Date: 2010-05-10 11:32
I think this was fixed in r80969, but confirmation would be good.
msg105431 - (view) Author: Mark Dickinson (mark.dickinson) * (Python committer) Date: 2010-05-10 11:33
Sorry; r81004, rather.
msg105432 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2010-05-10 11:39
Cool, thanks. I'll check this later this week.
msg105627 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2010-05-13 07:40
The issue is indeed gone in HEAD. I've also verified the other 3 active branches.
History
Date User Action Args
2022-04-11 14:57:00 admin set github: 52919
2010-05-13 07:40:20 ronaldoussoren set status: open -> closedresolution: fixedmessages: + stage: needs patch -> resolved
2010-05-10 11:39:18 ronaldoussoren set messages: +
2010-05-10 11:33:06 mark.dickinson set messages: +
2010-05-10 11:32:37 mark.dickinson set nosy: + mark.dickinsonmessages: +
2010-05-10 10:12:07 ronaldoussoren create