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 chaselton
Recipients chaselton, ethan.furman, freakboy3742, r.david.murray, refi64
Date 2015-04-07.16:42:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428424978.81.0.491471408402.issue23496@psf.upfronthosting.co.za>
In-reply-to
Content
Update: Removing the random '+' on line 87 of pwdmodule.c allowed the build to continue but it failed again with the following during or soon after linking:

Objects/unicodeobject.o: In function `PyUnicode_EncodeLocale':
/bld/python/cpython-master/Objects/unicodeobject.c:3236: undefined reference to `android_wcstombs'
/bld/python/cpython-master/Objects/unicodeobject.c:3248: undefined reference to `android_wcstombs'
Objects/unicodeobject.o: In function `wcstombs_errorpos':
/bld/python/cpython-master/Objects/unicodeobject.c:3154: undefined reference to `android_wcstombs'
Objects/unicodeobject.o: In function `PyUnicode_DecodeLocaleAndSize':
/bld/python/cpython-master/Objects/unicodeobject.c:3518: undefined reference to `android_mbstowcs'
/bld/python/cpython-master/Objects/unicodeobject.c:3518: undefined reference to `android_mbstowcs'
Objects/complexobject.o: In function `_Py_c_pow':
/bld/python/cpython-master/Objects/complexobject.c:129: undefined reference to `sincos'
Python/fileutils.o: In function `Py_DecodeLocale':
/bld/python/cpython-master/Python/fileutils.c:322: undefined reference to `android_mbstowcs'
Python/fileutils.o: In function `Py_EncodeLocale':
/bld/python/cpython-master/Python/fileutils.c:487: undefined reference to `android_wcstombs'
/bld/python/cpython-master/Python/fileutils.c:489: undefined reference to `android_wcstombs'
Python/fileutils.o: In function `_Py_wfopen':
/bld/python/cpython-master/Python/fileutils.c:1008: undefined reference to `android_wcstombs'
collect2: error: ld returned 1 exit status
make: *** [Programs/_freeze_importlib] Error 1

Maybe the androidfn.h wasn't added to the files above?
History
Date User Action Args
2015-04-07 16:42:58chaseltonsetrecipients: + chaselton, r.david.murray, freakboy3742, ethan.furman, refi64
2015-04-07 16:42:58chaseltonsetmessageid: <1428424978.81.0.491471408402.issue23496@psf.upfronthosting.co.za>
2015-04-07 16:42:58chaseltonlinkissue23496 messages
2015-04-07 16:42:58chaseltoncreate