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.

Author landry
Recipients landry, mark.dickinson, rpointel, vstinner
Date 2011-08-07.10:16:52
SpamBayes Score 4.249045e-08
Marked as misclassified No
Message-id <1312712214.75.0.140852507824.issue12589@psf.upfronthosting.co.za>
In-reply-to
Content
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 :)
History
Date User Action Args
2011-08-07 10:16:56landrysetrecipients: + landry, mark.dickinson, vstinner, rpointel
2011-08-07 10:16:54landrysetmessageid: <1312712214.75.0.140852507824.issue12589@psf.upfronthosting.co.za>
2011-08-07 10:16:53landrylinkissue12589 messages
2011-08-07 10:16:53landrycreate