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 drj
Recipients drj
Date 2008-10-03.08:32:40
SpamBayes Score 3.2704395e-12
Marked as misclassified No
Message-id <1223022763.11.0.245770368063.issue4026@psf.upfronthosting.co.za>
In-reply-to
Content
After hacking the configure script to work around the issues http://bugs.python.org/issue4025 and http://bugs.python.org/issue1633863 
the build still fails:

building 'fcntl' extension
xlc_r -DNDEBUG -O -I. -I/home/u0006584/Python-2.6/./Include -I. -
IInclude -I./Include -I/home/u0006584/Python-2.6/Include -
I/home/u0006584/Python-2.6 -c /home/u0006584/Python-
Modules/fcntlmodule.c -o build/temp.aix-6.1-
2.6/home/u0006584/Python-2.6/Modules/fcntlmodule.o
./Modules/ld_so_aix xlc_r -bI:Modules/python.exp build/temp.aix-6.1-
2.6/home/u0006584/Python-2.6/Modules/fcntlmodule.o -o build/lib.aix-6.1-
2.6/fcntl.so
ld: 0711-317 ERROR: Undefined symbol: .flock
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more 
information.
*** WARNING: renaming "fcntl" since importing it failed:        0509-022 
Cannot load module build/lib.aix-6.1-2.6.
        0509-026 System error: A file or directory in the path name does 
not exist.
error: No such file or directory
make: 1254-004 The error code from the last command is 1.

(Full transcript attached)

I'm mystified and I can't log in to the AIX box right now.

This does not appear to be the same as http://bugs.python.org/issue1756343 and http://bugs.python.org/issue1694442 which both appear to be the same, 
but documenting a differen AIX build problem.
History
Date User Action Args
2008-10-03 08:32:43drjsetrecipients: + drj
2008-10-03 08:32:43drjsetmessageid: <1223022763.11.0.245770368063.issue4026@psf.upfronthosting.co.za>
2008-10-03 08:32:41drjlinkissue4026 messages
2008-10-03 08:32:41drjcreate