On Mon, 9 Aug 2010 22:16:24 +1000 Nick Coghlan <ncogh...@gmail.com> wrote:
> On Mon, Aug 9, 2010 at 8:47 PM, antoine.pitrou > <python-check...@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 _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com