Message141742
Interestingly, after an update of the system i can't build python 3.2.1 anymore :
/usr/include/util.h:102: error: conflicting types for 'openpty'
Include/pyport.h:634: error: previous declaration of 'openpty' was here
/usr/include/util.h:105: error: conflicting types for 'forkpty'
Include/pyport.h:635: error: previous declaration of 'forkpty' was here
./Modules/posixmodule.c: In function 'posix_lstat':
./Modules/posixmodule.c:5155: error: 'lstat' undeclared (first use in this function)
./Modules/posixmodule.c:5155: error: (Each undeclared identifier is reported only once
./Modules/posixmodule.c:5155: error: for each function it appears in.)
Relevant lines of configure output (so those seem to come from systemwide config.site) :
checking for lstat... (cached) yes
checking for openpty... (cached) no
checking for openpty in -lutil... (cached) yes
checking for forkpty... yes
I'm attaching the generated pyconfig.h and the build log, but now that seems to be a different issue.. as pyconfig.h clearly contains wrong defs.
Don't count on me too much for that issue, i have honestly no interest in python and lost enough time on that... i trust remi to pick up on it :) |
|
Date |
User |
Action |
Args |
2011-08-07 10:16:56 | landry | set | recipients:
+ landry, mark.dickinson, vstinner, rpointel |
2011-08-07 10:16:54 | landry | set | messageid: <1312712214.75.0.140852507824.issue12589@psf.upfronthosting.co.za> |
2011-08-07 10:16:53 | landry | link | issue12589 messages |
2011-08-07 10:16:53 | landry | create | |
|