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 haubi
Recipients darkside, drj, haubi, inkblotter
Date 2010-04-07.09:40:59
SpamBayes Score 8.0235765e-08
Marked as misclassified No
Message-id <1270633261.76.0.621602363101.issue4026@psf.upfronthosting.co.za>
In-reply-to
Content
This very same problem happens (with Python-2.6.2) on AIX5.3 now too, after upgrading to:
$ oslevel -s
5300-08-09-1013

Unlike before (comparing with old build logs), this AIX5.3 now provides flock() in <sys/file.h> and libbsd.a[shr.o] like AIX6.1.

Interesting enough, /usr/lib/libbsd.a contains 32bit shared objects only, so -lbsd does not help in 64bit mode (don't know if python actually supports 64bit on AIX). I don't have an AIX6.1 to check this.

Because of this, upgrading "checking for flock" from compile- to link-check (eventually trying -lbsd a second time) might help?
History
Date User Action Args
2010-04-07 09:41:01haubisetrecipients: + haubi, drj, inkblotter, darkside
2010-04-07 09:41:01haubisetmessageid: <1270633261.76.0.621602363101.issue4026@psf.upfronthosting.co.za>
2010-04-07 09:41:00haubilinkissue4026 messages
2010-04-07 09:40:59haubicreate