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 brasse
Recipients brasse, henry.precheur, jnoller
Date 2008-10-07.07:40:19
SpamBayes Score 5.842314e-10
Marked as misclassified No
Message-id <1223365223.6.0.457268851084.issue3876@psf.upfronthosting.co.za>
In-reply-to
Content
When trying to build Python 2.6 on AIX 5.2 the following error message:

(
 The steps I have taken prior to this are:
  1. export PATH=/usr/bin/:/usr/vacpp/bin/
  2. ./configure --with-gcc=xlc_r --with-cxx=xlC_r --disable-ipv6
  3. make
)

./Modules/ld_so_aix xlc_r -bI:Modules/python.exp build/temp.aix-5.2-
2.6/home/mabr/Python-2.6/Modules/_multiprocessing/multiprocessing.o 
build/temp.aix-5.2-2.6/home/mabr/Python-
Modules/_multiprocessing/socket_connection.o build/temp.aix-5.2-
2.6/home/mabr/Python-2.6/Modules/_multiprocessing/semaphore.o -
L/usr/local/lib -o build/lib.aix-5.2-2.6/_multiprocessing.so
ld: 0711-317 ERROR: Undefined symbol: .sem_timedwait
ld: 0711-317 ERROR: Undefined symbol: .CMSG_SPACE
ld: 0711-317 ERROR: Undefined symbol: .CMSG_LEN
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more 
information.
*** WARNING: renaming "_multiprocessing" since importing it failed: No 
such file or directory
error: No such file or directory
make: The error code from the last command is 1.
History
Date User Action Args
2008-10-07 07:40:24brassesetrecipients: + brasse, jnoller, henry.precheur
2008-10-07 07:40:23brassesetmessageid: <1223365223.6.0.457268851084.issue3876@psf.upfronthosting.co.za>
2008-10-07 07:40:22brasselinkissue3876 messages
2008-10-07 07:40:20brassecreate