[Python-Dev] r83885 - in python/branches/py3k: Lib/re.py Lib/test/test_re.py Misc/NEWS
Antoine Pitrou
solipsis at pitrou.net
Mon Aug 9 14:31:52 CEST 2010
On Mon, 9 Aug 2010 22:16:24 +1000
Nick Coghlan <ncoghlan at gmail.com> wrote:
> On Mon, Aug 9, 2010 at 8:47 PM, antoine.pitrou
> <python-checkins at python.org> wrote:
> > Author: antoine.pitrou
> > Date: Mon Aug 9 12:47:46 2010
> > New Revision: 83885
> >
> > Log:
> > Revert r83877 in order to fix compilation
>
> Is this still a problem even after the later checkins to fix the
> circular build dependency by adding _collections to the static part of
> the build?
Yes, it is.
Apparently, there is another problem remaining:
Traceback (most recent call last):
File "./setup.py", line 7, in <module>
from glob import glob
File "/scratch/pybot-buildarea/3.x.klose-ubuntu-i386/build/Lib/glob.py", line 6, in <module>
import fnmatch
File "/scratch/pybot-buildarea/3.x.klose-ubuntu-i386/build/Lib/fnmatch.py", line 15, in <module>
import functools
File "/scratch/pybot-buildarea/3.x.klose-ubuntu-i386/build/Lib/functools.py", line 15, in <module>
from collections import OrderedDict, Counter
File "/scratch/pybot-buildarea/3.x.klose-ubuntu-i386/build/Lib/collections.py", line 9, in <module>
from _collections import deque, defaultdict
ImportError: No module named _collections
[31908 refs]
make: *** [sharedmods] Error 1
http://www.python.org/dev/buildbot/builders/i386%20Ubuntu%203.x/builds/1838/steps/compile/logs/stdio
More information about the Python-Dev
mailing list