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

_ssl fails building on OS X Tiger #61781

Closed
pitrou opened this issue Mar 30, 2013 · 6 comments
Closed

_ssl fails building on OS X Tiger #61781

pitrou opened this issue Mar 30, 2013 · 6 comments
Labels
build The build process and cross-build extension-modules C modules in the Modules dir

Comments

@pitrou
Copy link
Member

pitrou commented Mar 30, 2013

BPO 17581
Nosy @ronaldoussoren, @pitrou, @ned-deily, @hynek

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 = None
closed_at = <Date 2013-03-30.16:19:24.057>
created_at = <Date 2013-03-30.15:17:37.517>
labels = ['extension-modules', 'build']
title = '_ssl fails building on OS X Tiger'
updated_at = <Date 2013-03-30.17:40:53.627>
user = 'https://github.com/pitrou'

bugs.python.org fields:

activity = <Date 2013-03-30.17:40:53.627>
actor = 'ned.deily'
assignee = 'none'
closed = True
closed_date = <Date 2013-03-30.16:19:24.057>
closer = 'pitrou'
components = ['Build', 'Extension Modules']
creation = <Date 2013-03-30.15:17:37.517>
creator = 'pitrou'
dependencies = []
files = []
hgrepos = []
issue_num = 17581
keywords = []
message_count = 6.0
messages = ['185566', '185569', '185570', '185571', '185573', '185581']
nosy_count = 5.0
nosy_names = ['ronaldoussoren', 'pitrou', 'ned.deily', 'python-dev', 'hynek']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'compile error'
url = 'https://bugs.python.org/issue17581'
versions = ['Python 3.4']

@pitrou
Copy link
Member Author

pitrou commented Mar 30, 2013

The _ssl module has failed building (on 3.4) on OS X Tiger for a long time:
http://buildbot.python.org/all/builders/x86%20Tiger%203.x/builds/6075/steps/test/logs/stdio

Given the error messages, and given how old OS X Tiger is (according to Google, the system OpenSSL is 0.9.7), I'm inclined to think it is because of missing features on the system OpenSSL.

Is there any point in supporting OS X Tiger in 3.4? Should the _ssl module be updated to use conditionals for "new" (i.e. < 7 years old) OpenSSL features?

@pitrou pitrou added build The build process and cross-build extension-modules C modules in the Modules dir labels Mar 30, 2013
@python-dev
Copy link
Mannequin

python-dev mannequin commented Mar 30, 2013

New changeset 02f9335b7efb by Antoine Pitrou in branch 'default':
Issue bpo-17581: try to fix building on old OpenSSL versions
http://hg.python.org/cpython/rev/02f9335b7efb

@python-dev
Copy link
Mannequin

python-dev mannequin commented Mar 30, 2013

New changeset ad9effdc0ac3 by Antoine Pitrou in branch 'default':
Further compiling fixes (issue bpo-17581)
http://hg.python.org/cpython/rev/ad9effdc0ac3

@pitrou
Copy link
Member Author

pitrou commented Mar 30, 2013

Ok, some of the features here are relatively new (they are only 3 years old), so it makes sense to conditionally enable them. The question remains of whether Tiger is an useful target to support, though.

@pitrou
Copy link
Member Author

pitrou commented Mar 30, 2013

This is fixed. I'll let other people settle the support issue.

@pitrou pitrou closed this as completed Mar 30, 2013
@ned-deily
Copy link
Member

Thanks for fixing the break. As time goes on, active support of 10.4 Tiger becomes less important but having the buildbot there is an inexpensive way to test backward compatibility, issues that might also arise on other platforms. For 2.7.x and 3.2.x, we still produce 32-bit binary installers that support 10.3 and later systems. For 3.3.x, the released 32-bit binary installer support now only supports 10.5 and later. However, the daily DMG building still produces the 10.3 variant for 3.3 and I still occasionally build and test those variants. I know there are still some users of these older systems out there as I see bug reports about them to other projects (e.g. MacPorts). If we reach a point where it becomes more difficult to fully support 10.4, we can revisit the question.

@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 extension-modules C modules in the Modules dir
Projects
None yet
Development

No branches or pull requests

2 participants