[New-bugs-announce] [issue24295] Backport of #17086 causes regression in setup.py
Moritz Sichert
report at bugs.python.org
Wed May 27 12:36:54 CEST 2015
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 <report at bugs.python.org>
<http://bugs.python.org/issue24295>
_______________________________________
More information about the New-bugs-announce
mailing list