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.

classification
Title: configure and compile problems with older CentOS releases
Type: compile error Stage: resolved
Components: Build Versions: Python 2.7
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: BreamoreBoy, Daniel, berker.peksag, georg.brandl, vapier
Priority: normal Keywords:

Created on 2013-10-24 03:34 by Daniel, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (5)
msg201088 - (view) Author: Daniel (Daniel) Date: 2013-10-24 03:34
I have two systems, one is CentOS 5.9 with kernel 2.6.18-348, 
the other is CentOS 6.4 with kernel 2.6.32-358. 
Python ver is 2.7.5. 
both configure ok if no other option give, 
But if I want configure with --enable-shared, CentOS 6.4 get a 
You must get working getaddrinfo() function.
       or you can specify "--disable-ipv6".

while the other system 5.9 is ok.

I try to use --disable-ipv6, then it configure ok, but make
got a lot of error , such as must define PY_FORMAT_LONG_LONG 
int pyconfig.h .
msg228199 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2014-10-02 10:21
Can someone respond to this please as I know nothing about CentOS builds.
msg228201 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2014-10-02 10:26
This needs a lot more information, such as the full config.log and output of "make".

Kernel 2.6.18 is also quite old, so if there is no feedback if this is still an issue I'd suggest to close the report.
msg252966 - (view) Author: Mike Frysinger (vapier) Date: 2015-10-13 22:27
time to close then ?
msg271911 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2016-08-03 15:19
> Kernel 2.6.18 is also quite old, so if there is no feedback if this is still an issue I'd suggest to close the report.

Agreed. And without more information, there is nothing we can do here.
History
Date User Action Args
2022-04-11 14:57:52adminsetgithub: 63571
2016-08-03 15:19:53berker.peksagsetstatus: open -> closed

nosy: + berker.peksag
messages: + msg271911

resolution: not a bug
stage: resolved
2015-10-13 22:27:48vapiersetnosy: + vapier
messages: + msg252966
2014-10-02 10:26:31georg.brandlsetstatus: pending -> open
title: getaddrinfo() bug -> configure and compile problems with older CentOS releases
2014-10-02 10:26:06georg.brandlsetstatus: open -> pending
nosy: + georg.brandl
messages: + msg228201

2014-10-02 10:21:09BreamoreBoysetnosy: + BreamoreBoy
messages: + msg228199
2013-10-24 03:34:09Danielcreate