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 liuqianhn
Recipients eric.araujo, liuqianhn, loewis
Date 2012-03-08.05:26:40
SpamBayes Score 0.00012632684
Marked as misclassified No
Message-id <CALAhSX3TcrSwXMbnn-1yR-9uOhueh+0AvToHxpmLkn9ahcGuiA@mail.gmail.com>
In-reply-to <1331158549.73.0.181982980792.issue14216@psf.upfronthosting.co.za>
Content
Hi, Eric Araujo,

Thanks for your help. I run "make -s" and found the following message. It
seems that binascii cannot be built correctly. What should I do? Many
thanks.

libpython2.7.a(posixmodule.o)(.text+0x47e1): In function `posix_tmpnam':
./Modules/posixmodule.c:7370: warning: the use of `tmpnam_r' is dangerous,
better use `mkstemp'
libpython2.7.a(posixmodule.o)(.text+0x46c7): In function `posix_tempnam':
./Modules/posixmodule.c:7317: warning: the use of `tempnam' is dangerous,
better use `mkstemp'
building dbm using gdbm
/usr/bin/ld: /usr/local/lib/libz.a(crc32.o): relocation R_X86_64_32 against
`a local symbol' can not be used when making a shared object; recompile
with -fPIC
/usr/local/lib/libz.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
/usr/bin/ld: /usr/local/lib/libz.a(crc32.o): relocation R_X86_64_32 against
`a local symbol' can not be used when making a shared object; recompile
with -fPIC
/usr/local/lib/libz.a: could not read symbols: Bad value
collect2: ld returned 1 exit status

Python build finished, but the necessary bits to build these modules were
not found:
_sqlite3           bsddb185           dl
imageop            sunaudiodev
To find the necessary bits, look in setup.py in detect_modules() for the
module's name.

*Failed to build these modules:*
*binascii           zlib*

Best regards,
Qian Liu
History
Date User Action Args
2012-03-08 05:26:42liuqianhnsetrecipients: + liuqianhn, loewis, eric.araujo
2012-03-08 05:26:41liuqianhnlinkissue14216 messages
2012-03-08 05:26:40liuqianhncreate