[issue14296] Compilation error on CentOS 5.8

2012-03-19 Thread Charles-François Natali
Changes by Charles-François Natali : -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___ _

[issue14296] Compilation error on CentOS 5.8

2012-03-18 Thread Hervé Coatanhay
Hervé Coatanhay added the comment: You can consider it fixed, compilation runs OK now. However I have an error on building _posixsubprocess.o when I do `make test`, I'll report it in another ticket. -- ___ Python tracker

[issue14296] Compilation error on CentOS 5.8

2012-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 17980cb07625 by Benjamin Peterson in branch 'default': fix condition (#14296) http://hg.python.org/cpython/rev/17980cb07625 -- ___ Python tracker

[issue14296] Compilation error on CentOS 5.8

2012-03-16 Thread Benjamin Peterson
Benjamin Peterson added the comment: 2012/3/16 Hervé Coatanhay : > > Hervé Coatanhay added the comment: > > I still have the exact same error > > Maybe change should be: > > #if !defined(CPU_ALLOC) && defined(HAVE_SCHED_SETAFFINITY) > #undef HAVE_SCHED_SETAFFINITY > #endif Right you are. Try n

[issue14296] Compilation error on CentOS 5.8

2012-03-16 Thread Hervé Coatanhay
Hervé Coatanhay added the comment: I still have the exact same error Maybe change should be: #if !defined(CPU_ALLOC) && defined(HAVE_SCHED_SETAFFINITY) #undef HAVE_SCHED_SETAFFINITY #endif it seems CPU_ALLOC first appeared in glibc 2.7 -- ___ Pyth

[issue14296] Compilation error on CentOS 5.8

2012-03-14 Thread Benjamin Peterson
Benjamin Peterson added the comment: Can you try on the default branch now? -- ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue14296] Compilation error on CentOS 5.8

2012-03-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 760347b11ef8 by Benjamin Peterson in branch 'default': try to fix compilation on glibc's with cpu sets (#14296) http://hg.python.org/cpython/rev/760347b11ef8 -- nosy: +python-dev ___ Python tracker

[issue14296] Compilation error on CentOS 5.8

2012-03-14 Thread Benjamin Peterson
Benjamin Peterson added the comment: It looks like this CPU_ api wasn't completely added until glib 2.7. -- ___ Python tracker ___ __

[issue14296] Compilation error on CentOS 5.8

2012-03-14 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- assignee: -> benjamin.peterson nosy: +benjamin.peterson, dmalcolm, georg.brandl priority: normal -> critical stage: -> needs patch type: -> compile error ___ Python tracker ___

[issue14296] Compilation error on CentOS 5.8

2012-03-14 Thread Hervé Coatanhay
Hervé Coatanhay added the comment: I forgot to give glibc version: glibc-2.5-81 -- ___ Python tracker ___ ___ Python-bugs-list mailin

[issue14296] Compilation error on CentOS 5.8

2012-03-13 Thread Hervé Coatanhay
New submission from Hervé Coatanhay : Linux Version: 2.6.18-238.19.1.el5 / CentOS release 5.8 (Final) Since changeset 71704:89e92e684b37 , I have the following compilation error: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes-I. -I./Include-DPy_BUI