New submission from Moritz Sichert:

In 7955d769fdf5 a bug of #14330 got fixed and it got backported for 2.7.
But these changes were reverted by another backport in 8ee6d96a1019 (which was 
a backport for #17086).

The issue here is that right know setup.py looks for ssl and other libs' 
headers in /usr/include *first* before it searches in /usr/local/include.
That makes it really hard to compile python with a setup where you have a newer 
version of openssl in /usr/local than the one in /usr.

----------
components: Build
files: setup_regression.patch
keywords: patch
messages: 244154
nosy: moritzs
priority: normal
severity: normal
status: open
title: Backport of #17086 causes regression in setup.py
type: compile error
versions: Python 2.7
Added file: http://bugs.python.org/file39515/setup_regression.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24295>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to