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 xdegaye
Recipients Alex.Willmer, lars.gustaebel, xdegaye
Date 2016-05-14.11:16:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463224592.78.0.758795742818.issue26937@psf.upfronthosting.co.za>
In-reply-to
Content
On the android-21-x86 emulator:

>>> import grp
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: dlopen failed: cannot locate symbol "setgrent" referenced by "grp.cpython-36m-i386-linux-gnu.so"...

The attached patch fixes the tarfile module to handle the case where the pwd module can be imported and the grp module cannot. With this fix test_tarfile runs without any failure.
History
Date User Action Args
2016-05-14 11:16:32xdegayesetrecipients: + xdegaye, lars.gustaebel, Alex.Willmer
2016-05-14 11:16:32xdegayesetmessageid: <1463224592.78.0.758795742818.issue26937@psf.upfronthosting.co.za>
2016-05-14 11:16:32xdegayelinkissue26937 messages
2016-05-14 11:16:32xdegayecreate