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 vstinner
Recipients asvetlov, jcea, pitrou, python-dev, sbt, serhiy.storchaka, vstinner
Date 2013-05-05.21:10:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367788219.5.0.993685596028.issue15528@psf.upfronthosting.co.za>
In-reply-to
Content
The changeset 2e446e87ac5b broke some buildbots at compile step.

./python -E -S -m sysconfig --generate-posix-vars
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Fatal Python error: Py_Initialize: can't initialize sys standard streams
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.coghlan-redhat/build/Lib/locale.py", line 17, in <module>
    import re
  File "/home/buildbot/buildarea/3.x.coghlan-redhat/build/Lib/re.py", line 124, in <module>
    import functools
  File "/home/buildbot/buildarea/3.x.coghlan-redhat/build/Lib/functools.py", line 18, in <module>
    from collections import namedtuple
  File "/home/buildbot/buildarea/3.x.coghlan-redhat/build/Lib/collections/__init__.py", line 8, in <module>
    __all__ += collections.abc.__all__
AttributeError: 'module' object has no attribute 'abc'

http://buildbot.python.org/all/builders/x86%20RHEL%206%203.x/builds/1963
History
Date User Action Args
2013-05-05 21:10:19vstinnersetrecipients: + vstinner, jcea, pitrou, asvetlov, python-dev, sbt, serhiy.storchaka
2013-05-05 21:10:19vstinnersetmessageid: <1367788219.5.0.993685596028.issue15528@psf.upfronthosting.co.za>
2013-05-05 21:10:19vstinnerlinkissue15528 messages
2013-05-05 21:10:19vstinnercreate