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, vstinner
Date 2015-04-06.01:30:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428283817.6.0.0984894797893.issue23496@psf.upfronthosting.co.za>
In-reply-to
Content
issue_20306.patch won't install; attempting to do so yields the following:

patching file configure.ac                                                           Hunk 56 FAILED 4944/4944.
 AC_MSG_RESULT($ENSUREPIP)
 AC_SUBST(ENSUREPIP)                                                                 
+AC_CHECK_MEMBER([struct passwd.pw_gecos],                                           +          [AC_DEFINE(HAVE_PASSWD_GECOS_FIELD, 1, [Define if <pwd.h> defines field passwd.pw_gecos])],                                                                    +          [],                                                                       +          [[#include <pwd.h>]])
+                                                                                     # generate output files
 AC_CONFIG_FILES(Makefile.pre Modules/Setup.config Misc/python.pc Misc/python-config.sh)
 AC_CONFIG_FILES([Modules/ld_so_aix], [chmod +x Modules/ld_so_aix])

For the time being I'll just use --without-ensurepip when configuring.
History
Date User Action Args
2015-04-06 01:30:17chaseltonsetrecipients: + chaselton, vstinner, r.david.murray, freakboy3742, ethan.furman, refi64
2015-04-06 01:30:17chaseltonsetmessageid: <1428283817.6.0.0984894797893.issue23496@psf.upfronthosting.co.za>
2015-04-06 01:30:17chaseltonlinkissue23496 messages
2015-04-06 01:30:16chaseltoncreate