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 Honza Skýpala
Recipients Honza Skýpala
Date 2017-02-13.07:52:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486972341.9.0.0995375126995.issue29541@psf.upfronthosting.co.za>
In-reply-to
Content
While trying to build Python 3.6.0 on emmbedded Linux device — D-Link DNS-320L running Alt-F firmware (Linux 3.18.28 #1 Fri Jun 17 14:44:39 WEST 2016 armv5tel GNU/Linux), it fails with

./python: can't resolve symbol 'crypt'
make: *** [sharedmods] Error 1

I can see the python executable is compiled fine in the source directory, if I try to run it, then it does work, including some quick tests (calculations, os.getcwd, random.randint -- works fine). 

I can also see that compiling the crypt modules did not report any errors and the .o file is present on the disk. I guess it is some kind of linking error?

Attaching the log from the build.
History
Date User Action Args
2017-02-13 07:52:24Honza Skýpalasetrecipients: + Honza Skýpala
2017-02-13 07:52:21Honza Skýpalasetmessageid: <1486972341.9.0.0995375126995.issue29541@psf.upfronthosting.co.za>
2017-02-13 07:52:21Honza Skýpalalinkissue29541 messages
2017-02-13 07:52:21Honza Skýpalacreate