Powered by Linus. Your IP: 18.97.9.171 | python3 616171d8-5413-42d1-ab0b-0f66c8aa3f64Toc:- error 1
Objects/bytesobject.c:878: error: `_Py_HashSecret_Initialized' undeclared (first use in this function)
- error 2
Objects/bytesobject.c:878: error: (Each undeclared identifier is reported only once
- error 3
Objects/bytesobject.c:878: error: for each function it appears in.)
- install
Executing(%install): env -i PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/home/services/builder/bin HOME=/home/services/builder TMPDIR=/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp /bin/sh -e /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/rpm-tmp.50756
- files python3
Processing files: python3-3.2.3-5
- files python3-libs
Processing files: python3-libs-3.2.3-5
- doc
Executing(%doc): env -i PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/home/services/builder/bin HOME=/home/services/builder TMPDIR=/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp /bin/sh -e /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/rpm-tmp.17966
- files python3-modules
Processing files: python3-modules-3.2.3-5
- files pydoc3
Processing files: pydoc3-3.2.3-5
- files idle3
Processing files: idle3-3.2.3-5
- files python3-devel
Processing files: python3-devel-3.2.3-5
- doc
Executing(%doc): env -i PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/home/services/builder/bin HOME=/home/services/builder TMPDIR=/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp /bin/sh -e /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/rpm-tmp.22834
- files python3-devel-tools
Processing files: python3-devel-tools-3.2.3-5
- files python3-2to3
Processing files: python3-2to3-3.2.3-5
- files python3-static
Processing files: python3-static-3.2.3-5
- files python3-tkinter
Processing files: python3-tkinter-3.2.3-5
- files python3-examples
Processing files: python3-examples-3.2.3-5
- clean
Executing(%clean): env -i PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/home/services/builder/bin HOME=/home/services/builder TMPDIR=/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp /bin/sh -e /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/rpm-tmp.46825
Content:checking for expm1... yes
checking for finite... yes
checking for gamma... yes
checking for hypot... yes
checking for lgamma... yes
checking for log1p... yes
checking for round... yes
checking for tgamma... yes
checking whether isinf is declared... yes
checking whether isnan is declared... yes
checking whether isfinite is declared... yes
checking whether tanh preserves the sign of zero... yes
checking whether log1p drops the sign of negative zero... no
checking whether POSIX semaphores are enabled... (cached) yes
checking for broken sem_getvalue... (cached) no
checking digit size for Python's longs... no value specified
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking size of wchar_t... 4
checking for UCS-4 tcl... no
checking whether wchar_t is signed... yes
checking what type to use for str... unsigned long
checking whether byte ordering is bigendian... no
checking ABIFLAGS... mu
checking SOABI... cpython-32mu
checking LDVERSION... $(VERSION)$(ABIFLAGS)
checking SO... .cpython-32mu.so
checking whether right shift extends the sign bit... yes
checking for getc_unlocked() and friends... yes
checking how to link readline libs... -lreadline
checking for rl_callback_handler_install in -lreadline... yes
checking for rl_pre_input_hook in -lreadline... yes
checking for rl_completion_display_matches_hook in -lreadline... yes
checking for rl_completion_matches in -lreadline... yes
checking for broken nice()... yes
checking for broken poll()... no
checking for struct tm.tm_zone... (cached) yes
checking for working tzset()... yes
checking for tv_nsec in struct stat... yes
checking for tv_nsec2 in struct stat... no
checking whether mvwdelch is an expression... yes
checking whether WINDOW has _flags... yes
checking for is_term_resized... yes
checking for resize_term... yes
checking for resizeterm... yes
checking for /dev/ptmx... yes
checking for /dev/ptc... no
checking for %lld and %llu printf() format support... yes
checking for %zd printf() format support... yes
checking for socklen_t... yes
checking for broken mbstowcs... no
checking whether i686-pld-linux-gcc -pthread supports computed gotos... yes
checking for --with-computed-gotos... yes
checking for pipe2... no
checking for build directories... done
configure: creating ./config.status
config.status: creating Makefile.pre
config.status: creating Modules/Setup.config
config.status: creating Misc/python.pc
config.status: creating Modules/ld_so_aix
config.status: creating pyconfig.h
creating Modules/Setup
creating Modules/Setup.local
creating Makefile
+ awk
BEGIN { fail = 0; logmsg = ""; }
{
if ($0 ~ /\*\*\* WARNING:/) {
fail = 1;
logmsg = logmsg $0;
}
print $0;
}
END { if (fail) { print "\nPROBLEMS FOUND:"; print logmsg; exit(1); } }
+ /usr/bin/make -j4 OPT=-O2 -march=i686 -fno-caller-saves
+ 2>&1
i686-pld-linux-g++ -c -fno-strict-aliasing -O2 -march=i686 -fno-caller-saves -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Modules/python.o ./Modules/python.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -O2 -march=i686 -fno-caller-saves -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Parser/acceler.o Parser/acceler.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -O2 -march=i686 -fno-caller-saves -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Parser/grammar1.o Parser/grammar1.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -O2 -march=i686 -fno-caller-saves -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Parser/listnode.o Parser/listnode.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -O2 -march=i686 -fno-caller-saves -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Parser/node.o Parser/node.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -O2 -march=i686 -fno-caller-saves -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Parser/parser.o Parser/parser.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -O2 -march=i686 -fno-caller-saves -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Parser/parsetok.o Parser/parsetok.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -O2 -march=i686 -fno-caller-saves -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Parser/bitset.o Parser/bitset.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -O2 -march=i686 -fno-caller-saves -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Parser/metagrammar.o Parser/metagrammar.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -O2 -march=i686 -fno-caller-saves -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Parser/firstsets.o Parser/firstsets.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -O2 -march=i686 -fno-caller-saves -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Parser/grammar.o Parser/grammar.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -O2 -march=i686 -fno-caller-saves -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Parser/pgen.o Parser/pgen.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -O2 -march=i686 -fno-caller-saves -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Parser/myreadline.o Parser/myreadline.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -O2 -march=i686 -fno-caller-saves -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Parser/tokenizer.o Parser/tokenizer.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -O2 -march=i686 -fno-caller-saves -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/abstract.o Objects/abstract.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -O2 -march=i686 -fno-caller-saves -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/accu.o Objects/accu.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -O2 -march=i686 -fno-caller-saves -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/boolobject.o Objects/boolobject.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -O2 -march=i686 -fno-caller-saves -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/bytes_methods.o Objects/bytes_methods.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -O2 -march=i686 -fno-caller-saves -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/bytearrayobject.o Objects/bytearrayobject.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -O2 -march=i686 -fno-caller-saves -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/bytesobject.o Objects/bytesobject.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -O2 -march=i686 -fno-caller-saves -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/cellobject.o Objects/cellobject.c
Objects/bytesobject.c: In function `bytes_hash':
Objects/bytesobject.c:878: error: `_Py_HashSecret_Initialized' undeclared (first use in this function)
Objects/bytesobject.c:878: error: (Each undeclared identifier is reported only once
Objects/bytesobject.c:878: error: for each function it appears in.)
make: *** [Objects/bytesobject.o] Error 1
make: *** Waiting for unfinished jobs....
+ LC_ALL=C
+ export LC_ALL
+ exit 0
Executing(%install): env -i PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/home/services/builder/bin HOME=/home/services/builder TMPDIR=/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp /bin/sh -e /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/rpm-tmp.50756
PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/home/services/builder/bin
HOME=/home/services/builder
TMPDIR=/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp
+ umask 022
+ cd /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD
+ /bin/rm --interactive=never -rf /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder
+ /bin/mkdir -p /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder
+ cd Python-3.2.3
+ rm -rf /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder
+ install -d /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/bin /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/pkgconfig /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/site-packages/__pycache__ /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/site-packages/__pycache__ /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3 /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/info /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/man/man1 /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/etc/shrc.d
+ /usr/bin/make -j4 install DESTDIR=/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/bytesobject.o Objects/bytesobject.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/classobject.o Objects/classobject.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/codeobject.o Objects/codeobject.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/complexobject.o Objects/complexobject.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/descrobject.o Objects/descrobject.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/enumobject.o Objects/enumobject.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/exceptions.o Objects/exceptions.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/genobject.o Objects/genobject.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/fileobject.o Objects/fileobject.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/floatobject.o Objects/floatobject.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/frameobject.o Objects/frameobject.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/funcobject.o Objects/funcobject.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/iterobject.o Objects/iterobject.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/listobject.o Objects/listobject.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/longobject.o Objects/longobject.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/dictobject.o Objects/dictobject.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/memoryobject.o Objects/memoryobject.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/methodobject.o Objects/methodobject.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/moduleobject.o Objects/moduleobject.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/object.o Objects/object.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/obmalloc.o Objects/obmalloc.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/capsule.o Objects/capsule.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/rangeobject.o Objects/rangeobject.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/setobject.o Objects/setobject.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/sliceobject.o Objects/sliceobject.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/structseq.o Objects/structseq.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/tupleobject.o Objects/tupleobject.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/typeobject.o Objects/typeobject.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/unicodeobject.o Objects/unicodeobject.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/unicodectype.o Objects/unicodectype.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Objects/weakrefobject.o Objects/weakrefobject.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/_warnings.o Python/_warnings.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/Python-ast.o Python/Python-ast.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/asdl.o Python/asdl.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/dynamic_annotations.o Python/dynamic_annotations.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/mysnprintf.o Python/mysnprintf.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/pyctype.o Python/pyctype.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Parser/tokenizer_pgen.o Parser/tokenizer_pgen.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Parser/printgrammar.o Parser/printgrammar.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Parser/pgenmain.o Parser/pgenmain.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/bltinmodule.o Python/bltinmodule.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/ceval.o Python/ceval.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/codecs.o Python/codecs.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/errors.o Python/errors.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/frozen.o Python/frozen.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/frozenmain.o Python/frozenmain.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/future.o Python/future.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/getargs.o Python/getargs.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/getcompiler.o Python/getcompiler.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/getcopyright.o Python/getcopyright.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -DPLATFORM='"linux2"' -DARCH='"i386"' -DLIB='"lib"' -o Python/getplatform.o ./Python/getplatform.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/getversion.o Python/getversion.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/import.o Python/import.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -I. -o Python/importdl.o ./Python/importdl.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/marshal.o Python/marshal.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/modsupport.o Python/modsupport.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/mystrtoul.o Python/mystrtoul.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/peephole.o Python/peephole.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/pyarena.o Python/pyarena.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/pyfpe.o Python/pyfpe.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/pymath.o Python/pymath.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/pystate.o Python/pystate.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/pythonrun.o Python/pythonrun.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/pytime.o Python/pytime.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/random.o Python/random.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/structmember.o Python/structmember.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE \
-DABIFLAGS='"mu"' \
-o Python/sysmodule.o ./Python/sysmodule.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/traceback.o Python/traceback.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/getopt.o Python/getopt.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/pystrcmp.o Python/pystrcmp.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/pystrtod.o Python/pystrtod.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/dtoa.o Python/dtoa.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/formatter_unicode.o Python/formatter_unicode.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/fileutils.o Python/fileutils.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE \
-DSOABI='"cpython-32mu"' \
-o Python/dynload_shlib.o ./Python/dynload_shlib.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/thread.o Python/thread.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Modules/config.o Modules/config.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -DPYTHONPATH='":plat-linux2"' \
-DPREFIX='"/usr"' \
-DEXEC_PREFIX='"/usr"' \
-DVERSION='"3.2"' \
-DVPATH='""' \
-o Modules/getpath.o ./Modules/getpath.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Modules/main.o Modules/main.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Modules/gcmodule.o Modules/gcmodule.c
i686-pld-linux-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -c ./Modules/_threadmodule.c -o Modules/_threadmodule.o
i686-pld-linux-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -c ./Modules/signalmodule.c -o Modules/signalmodule.o
i686-pld-linux-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -c ./Modules/posixmodule.c -o Modules/posixmodule.o
i686-pld-linux-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -c ./Modules/errnomodule.c -o Modules/errnomodule.o
i686-pld-linux-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -c ./Modules/pwdmodule.c -o Modules/pwdmodule.o
i686-pld-linux-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -c ./Modules/_sre.c -o Modules/_sre.o
i686-pld-linux-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -c ./Modules/_codecsmodule.c -o Modules/_codecsmodule.o
i686-pld-linux-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -c ./Modules/_weakref.c -o Modules/_weakref.o
i686-pld-linux-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -c ./Modules/_functoolsmodule.c -o Modules/_functoolsmodule.o
i686-pld-linux-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -c ./Modules/operator.c -o Modules/operator.o
i686-pld-linux-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -c ./Modules/_collectionsmodule.c -o Modules/_collectionsmodule.o
i686-pld-linux-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -c ./Modules/itertoolsmodule.c -o Modules/itertoolsmodule.o
i686-pld-linux-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -c ./Modules/_localemodule.c -o Modules/_localemodule.o
i686-pld-linux-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/_iomodule.c -o Modules/_iomodule.o
i686-pld-linux-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/iobase.c -o Modules/iobase.o
i686-pld-linux-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/fileio.c -o Modules/fileio.o
i686-pld-linux-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/bytesio.c -o Modules/bytesio.o
i686-pld-linux-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/bufferedio.c -o Modules/bufferedio.o
i686-pld-linux-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/textio.c -o Modules/textio.o
i686-pld-linux-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/stringio.c -o Modules/stringio.o
i686-pld-linux-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -c ./Modules/zipimport.c -o Modules/zipimport.o
i686-pld-linux-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -c ./Modules/symtablemodule.c -o Modules/symtablemodule.o
i686-pld-linux-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -c ./Modules/xxsubtype.c -o Modules/xxsubtype.o
/usr/bin/install -c -m 644 ./Tools/gdb/libpython.py python-gdb.py
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Modules/_testembed.o Modules/_testembed.c
Creating directory /usr/include
Creating directory /usr/include/python3.2mu
# Substitution happens here, as the completely-expanded BINDIR
# is not available in configure
sed -e "s,@EXENAME@,/usr/bin/python3.2mu," < ./Misc/python-config.in >python-config
Creating directory /usr/lib/python3.2/lib-dynload
/usr/bin/install -c -m 644 ./Misc/python.man \
/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/man/man1/python3.2.1
/usr/bin/install -c -m 644 ./Include/Python-ast.h /usr/include/python3.2mu
i686-pld-linux-gcc -pthread -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -Wl,--as-needed Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Objects/obmalloc.o Python/dynamic_annotations.o Python/mysnprintf.o Python/pyctype.o Parser/tokenizer_pgen.o Parser/printgrammar.o Parser/pgenmain.o -lpthread -ldl -lutil -o Parser/pgen
/usr/bin/install -c -m 644 ./Include/Python.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/abstract.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/accu.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/asdl.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/ast.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/bitset.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/bltinmodule.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/boolobject.h /usr/include/python3.2mu
Parser/pgen ./Grammar/Grammar ./Include/graminit.h ./Python/graminit.c
/usr/bin/install -c -m 644 ./Include/bytearrayobject.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/bytes_methods.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/bytesobject.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/cellobject.h /usr/include/python3.2mu
touch Parser/pgen.stamp
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/ast.o Python/ast.c
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/compile.o Python/compile.c
/usr/bin/install -c -m 644 ./Include/ceval.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/classobject.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/code.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/codecs.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/compile.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/complexobject.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/datetime.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/descrobject.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/dictobject.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/dtoa.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/dynamic_annotations.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/enumobject.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/errcode.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/eval.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/fileobject.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/fileutils.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/floatobject.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/frameobject.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/funcobject.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/genobject.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/graminit.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/grammar.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/import.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/intrcheck.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/iterobject.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/listobject.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/longintrepr.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/longobject.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/marshal.h /usr/include/python3.2mu
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/graminit.o Python/graminit.c
/usr/bin/install -c -m 644 ./Include/memoryobject.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/metagrammar.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/methodobject.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/modsupport.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/moduleobject.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/node.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/object.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/objimpl.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/opcode.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/osdefs.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/parsetok.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/patchlevel.h /usr/include/python3.2mu
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE -o Python/symtable.o Python/symtable.c
/usr/bin/install -c -m 644 ./Include/pgen.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/pgenheaders.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/py_curses.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/pyarena.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/pyatomic.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/pycapsule.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/pyctype.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/pydebug.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/pyerrors.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/pyexpat.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/pyfpe.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/pygetopt.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/pymacconfig.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/pymath.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/pymem.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/pyport.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/pystate.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/pystrcmp.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/pystrtod.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/pythonrun.h /usr/include/python3.2mu
i686-pld-linux-gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -I. -IInclude -I./Include -I/usr/include/ncursesw -fPIC -DPy_BUILD_CORE \
-DSVNVERSION="\"`LC_ALL=C echo Unversioned directory`\"" \
-DHGVERSION="\"`LC_ALL=C `\"" \
-DHGTAG="\"`LC_ALL=C `\"" \
-DHGBRANCH="\"`LC_ALL=C `\"" \
-o Modules/getbuildinfo.o ./Modules/getbuildinfo.c
rm -f libpython3.2mu.a
ar rc libpython3.2mu.a Modules/getbuildinfo.o
ar rc libpython3.2mu.a Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/tokenizer.o
if test libpython3.2mu.so.1.0 != libpython3.2mu.so; then \
i686-pld-linux-gcc -pthread -shared -O2 -march=i686 -Wl,--as-needed -Wl,-hlibpython3.2mu.so.1.0 -o libpython3.2mu.so.1.0 Modules/getbuildinfo.o Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/object.o Objects/obmalloc.o Objects/capsule.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/weakrefobject.o Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/bltinmodule.o Python/ceval.o Python/compile.o Python/codecs.o Python/dynamic_annotations.o Python/errors.o Python/frozen.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/graminit.o Python/import.o Python/importdl.o Python/marshal.o Python/modsupport.o Python/mystrtoul.o Python/mysnprintf.o Python/peephole.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/random.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/dynload_shlib.o Python/thread.o Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o Modules/_threadmodule.o Modules/signalmodule.o Modules/posixmodule.o Modules/errnomodule.o Modules/pwdmodule.o Modules/_sre.o Modules/_codecsmodule.o Modules/_weakref.o Modules/_functoolsmodule.o Modules/operator.o Modules/_collectionsmodule.o Modules/itertoolsmodule.o Modules/_localemodule.o Modules/_iomodule.o Modules/iobase.o Modules/fileio.o Modules/bytesio.o Modules/bufferedio.o Modules/textio.o Modules/stringio.o Modules/zipimport.o Modules/symtablemodule.o Modules/xxsubtype.o -lpthread -ldl -lutil -lm ; \
ln -f libpython3.2mu.so.1.0 libpython3.2mu.so; \
else \
i686-pld-linux-gcc -pthread -shared -O2 -march=i686 -Wl,--as-needed -o libpython3.2mu.so Modules/getbuildinfo.o Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/object.o Objects/obmalloc.o Objects/capsule.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/weakrefobject.o Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/bltinmodule.o Python/ceval.o Python/compile.o Python/codecs.o Python/dynamic_annotations.o Python/errors.o Python/frozen.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/graminit.o Python/import.o Python/importdl.o Python/marshal.o Python/modsupport.o Python/mystrtoul.o Python/mysnprintf.o Python/peephole.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/random.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/dynload_shlib.o Python/thread.o Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o Modules/_threadmodule.o Modules/signalmodule.o Modules/posixmodule.o Modules/errnomodule.o Modules/pwdmodule.o Modules/_sre.o Modules/_codecsmodule.o Modules/_weakref.o Modules/_functoolsmodule.o Modules/operator.o Modules/_collectionsmodule.o Modules/itertoolsmodule.o Modules/_localemodule.o Modules/_iomodule.o Modules/iobase.o Modules/fileio.o Modules/bytesio.o Modules/bufferedio.o Modules/textio.o Modules/stringio.o Modules/zipimport.o Modules/symtablemodule.o Modules/xxsubtype.o -lpthread -ldl -lutil -lm ; \
fi
ar rc libpython3.2mu.a Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/object.o Objects/obmalloc.o Objects/capsule.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/weakrefobject.o
ar rc libpython3.2mu.a Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/bltinmodule.o Python/ceval.o Python/compile.o Python/codecs.o Python/dynamic_annotations.o Python/errors.o Python/frozen.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/graminit.o Python/import.o Python/importdl.o Python/marshal.o Python/modsupport.o Python/mystrtoul.o Python/mysnprintf.o Python/peephole.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/random.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/dynload_shlib.o Python/thread.o
ar rc libpython3.2mu.a Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o
ar rc libpython3.2mu.a Modules/_threadmodule.o Modules/signalmodule.o Modules/posixmodule.o Modules/errnomodule.o Modules/pwdmodule.o Modules/_sre.o Modules/_codecsmodule.o Modules/_weakref.o Modules/_functoolsmodule.o Modules/operator.o Modules/_collectionsmodule.o Modules/itertoolsmodule.o Modules/_localemodule.o Modules/_iomodule.o Modules/iobase.o Modules/fileio.o Modules/bytesio.o Modules/bufferedio.o Modules/textio.o Modules/stringio.o Modules/zipimport.o Modules/symtablemodule.o Modules/xxsubtype.o
ranlib libpython3.2mu.a
i686-pld-linux-gcc -pthread -shared -O2 -march=i686 -Wl,--as-needed -Wl,--no-as-needed -o libpython3.so -Wl,-hlibpython3.so libpython3.2mu.so
i686-pld-linux-g++ -pthread -O2 -march=i686 -Wl,--as-needed -Xlinker -export-dynamic -o python Modules/python.o -L. -lpython3.2mu -lpthread -ldl -lutil -lm
i686-pld-linux-g++ -pthread -O2 -march=i686 -Wl,--as-needed -Xlinker -export-dynamic -o Modules/_testembed Modules/_testembed.o -L. -lpython3.2mu -lpthread -ldl -lutil -lm
/usr/bin/install -c python /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/bin/python3.2mu
if test "3.2" != "3.2mu"; then \
if test -f /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/bin/python3.2 -o -h /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/bin/python3.2; \
then rm -f /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/bin/python3.2; \
fi; \
(cd /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/bin; ln python3.2mu python3.2); \
fi
if test -f libpython3.2mu.so; then \
if test -n "" ; then \
/usr/bin/install -c -m 555 /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/bin; \
else \
/usr/bin/install -c -m 555 libpython3.2mu.so /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/libpython3.2mu.so.1.0; \
if test libpython3.2mu.so != libpython3.2mu.so.1.0; then \
(cd /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib; ln -sf libpython3.2mu.so.1.0 libpython3.2mu.so) \
fi \
fi; \
if test -n "libpython3.so"; then \
/usr/bin/install -c -m 555 libpython3.so /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/libpython3.so; \
fi; \
else true; \
fi
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
if test -f /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/bin/python3 -o -h /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/bin/python3; \
then rm -f /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/bin/python3; \
else true; \
fi
(cd /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/bin; ln python3.2 python3)
if test "3.2" != "3.2mu"; then \
rm -f /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/bin/python3.2-config; \
(cd /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/bin; ln -s python3.2mu-config python3.2-config); \
rm -f /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/pkgconfig/python-3.2mu.pc; \
(cd /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/pkgconfig; ln -s python-3.2.pc python-3.2mu.pc); \
fi
rm -f /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/bin/python3-config
(cd /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/bin; ln -s python3.2-config python3-config)
rm -f /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/pkgconfig/python3.pc
(cd /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/pkgconfig; ln -s python-3.2.pc python3.pc)
rm -f /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/bin/idle3
(cd /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/bin; ln -s idle3.2 idle3)
rm -f /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/bin/pydoc3
(cd /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/bin; ln -s pydoc3.2 pydoc3)
rm -f /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/bin/2to3
(cd /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/bin; ln -s 2to3-3.2 2to3)
/usr/bin/install -c -m 644 ./Include/pythread.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/pytime.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/rangeobject.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/setobject.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/sliceobject.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/structmember.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/structseq.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/symtable.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/sysmodule.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/timefuncs.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/token.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/traceback.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/tupleobject.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/typeslots.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/ucnhash.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/unicodeobject.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/warnings.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 ./Include/weakrefobject.h /usr/include/python3.2mu
/usr/bin/install -c -m 644 pyconfig.h /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/include/python3.2mu/pyconfig.h
/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/Python-3.2.3/Modules/mathmodule.c: In function `math_fsum':
/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/Python-3.2.3/Modules/mathmodule.c:1120: warning: passing arg 1 of `PyFPE_dummy' discards qualifiers from pointer target type
/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/Python-3.2.3/Modules/_ctypes/callbacks.c: In function `CThunkObject_dealloc':
/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/Python-3.2.3/Modules/_ctypes/callbacks.c:21: warning: implicit declaration of function `ffi_closure_free'
/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/Python-3.2.3/Modules/_ctypes/callbacks.c: In function `_ctypes_alloc_callback':
/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/Python-3.2.3/Modules/_ctypes/callbacks.c:373: warning: implicit declaration of function `ffi_closure_alloc'
/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/Python-3.2.3/Modules/_ctypes/callbacks.c:374: warning: assignment makes pointer from integer without a cast
/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/Python-3.2.3/Modules/_ctypes/callbacks.c:423: warning: implicit declaration of function `ffi_prep_closure_loc'
*** WARNING: renaming "_ctypes" since importing it failed: build/lib.linux-i686-3.2/_ctypes.cpython-32mu.so: undefined symbol: ffi_closure_alloc
building dbm using bdb
Failed to build these modules:
_ctypes
LD_LIBRARY_PATH=/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/Python-3.2.3: ./python -E ./setup.py install \
--prefix=/usr \
--install-scripts=/usr/bin \
--install-platlib=/usr/lib/python3.2/lib-dynload \
--root=/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/
Creating directory /usr/lib/python3.2/config-3.2mu
Creating directory /usr/share/python3.2/tkinter
Creating directory /usr/share/python3.2/tkinter/test
Creating directory /usr/share/python3.2/tkinter/test/test_tkinter
Creating directory /usr/share/python3.2/tkinter/test/test_ttk
Creating directory /usr/share/python3.2/test
Creating directory /usr/share/python3.2/test/capath
Creating directory /usr/share/python3.2/test/data
Creating directory /usr/share/python3.2/test/cjkencodings
Creating directory /usr/share/python3.2/test/decimaltestdata
Creating directory /usr/share/python3.2/test/xmltestdata
Creating directory /usr/share/python3.2/test/subprocessdata
Creating directory /usr/share/python3.2/test/tracedmodules
Creating directory /usr/share/python3.2/test/encoded_modules
Creating directory /usr/share/python3.2/concurrent
Creating directory /usr/share/python3.2/concurrent/futures
Creating directory /usr/share/python3.2/encodings
Creating directory /usr/share/python3.2/email
Creating directory /usr/share/python3.2/email/mime
Creating directory /usr/share/python3.2/email/test
Creating directory /usr/share/python3.2/email/test/data
Creating directory /usr/share/python3.2/html
Creating directory /usr/share/python3.2/json
Creating directory /usr/share/python3.2/test/json_tests
Creating directory /usr/share/python3.2/http
Creating directory /usr/share/python3.2/dbm
Creating directory /usr/share/python3.2/xmlrpc
Creating directory /usr/share/python3.2/sqlite3
Creating directory /usr/share/python3.2/sqlite3/test
Creating directory /usr/share/python3.2/logging
Creating directory /usr/share/python3.2/wsgiref
Creating directory /usr/share/python3.2/urllib
/usr/bin/install -c -m 644 Modules/config.c /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/config-3.2mu/config.c
Creating directory /usr/share/python3.2/lib2to3
/usr/bin/install -c -m 644 Modules/python.o /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/config-3.2mu/python.o
Creating directory /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Modules/config.c.in /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/config-3.2mu/config.c.in
Creating directory /usr/share/python3.2/lib2to3/pgen2
/usr/bin/install -c -m 644 Makefile /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/config-3.2mu/Makefile
Creating directory /usr/share/python3.2/lib2to3/tests
/usr/bin/install -c -m 644 Modules/Setup /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/config-3.2mu/Setup
Creating directory /usr/share/python3.2/lib2to3/tests/data
/usr/bin/install -c -m 644 Modules/Setup.local /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/config-3.2mu/Setup.local
/usr/bin/install -c -m 644 Modules/Setup.config /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/config-3.2mu/Setup.config
Creating directory /usr/share/python3.2/lib2to3/tests/data/fixers
/usr/bin/install -c -m 644 Misc/python.pc /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/pkgconfig/python-3.2.pc
Creating directory /usr/share/python3.2/lib2to3/tests/data/fixers/myfixes
/usr/bin/install -c ./Modules/makesetup /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/config-3.2mu/makesetup
Creating directory /usr/share/python3.2/ctypes
/usr/bin/install -c ./install-sh /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/config-3.2mu/install-sh
Creating directory /usr/share/python3.2/ctypes/test
/usr/bin/install -c python-config /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/bin/python3.2mu-config
Creating directory /usr/share/python3.2/ctypes/macholib
rm python-config
Creating directory /usr/share/python3.2/idlelib
Creating directory /usr/share/python3.2/idlelib/Icons
Creating directory /usr/share/python3.2/distutils
Creating directory /usr/share/python3.2/distutils/command
Creating directory /usr/share/python3.2/distutils/tests
Creating directory /usr/share/python3.2/xml
Creating directory /usr/share/python3.2/xml/dom
Creating directory /usr/share/python3.2/xml/etree
Creating directory /usr/share/python3.2/xml/parsers
Creating directory /usr/share/python3.2/xml/sax
Creating directory /usr/share/python3.2/importlib
Creating directory /usr/share/python3.2/importlib/test
Creating directory /usr/share/python3.2/importlib/test/builtin
Creating directory /usr/share/python3.2/importlib/test/extension
Creating directory /usr/share/python3.2/importlib/test/frozen
Creating directory /usr/share/python3.2/importlib/test/import_
Creating directory /usr/share/python3.2/importlib/test/source
Creating directory /usr/share/python3.2/turtledemo
Creating directory /usr/share/python3.2/multiprocessing
Creating directory /usr/share/python3.2/multiprocessing/dummy
Creating directory /usr/share/python3.2/unittest
Creating directory /usr/share/python3.2/unittest/test
Creating directory /usr/share/python3.2/curses
Creating directory /usr/share/python3.2/pydoc_data
Creating directory /usr/share/python3.2/plat-linux2
/usr/bin/install -c -m 644 ./Lib/__future__.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/__phello__.foo.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/_abcoll.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/_compat_pickle.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/_dummy_thread.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/_markupbase.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/_pyio.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/_strptime.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/_threading_local.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/_weakrefset.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/abc.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/aifc.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/antigravity.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/argparse.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/ast.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/asynchat.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/asyncore.py /usr/share/python3.2
/usr/bin/install -c ./Lib/base64.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/bdb.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/binhex.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/bisect.py /usr/share/python3.2
/usr/bin/install -c ./Lib/cProfile.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/calendar.py /usr/share/python3.2
/usr/bin/install -c ./Lib/cgi.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/cgitb.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/chunk.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/cmd.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/code.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/codecs.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/codeop.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/collections.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/colorsys.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/compileall.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/configparser.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/contextlib.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/copy.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/copyreg.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/csv.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/datetime.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/decimal.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/difflib.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/dis.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/doctest.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/dummy_threading.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/filecmp.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/fileinput.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/fnmatch.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/formatter.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/fractions.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/ftplib.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/functools.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/genericpath.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/getopt.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/getpass.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/gettext.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/glob.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/gzip.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/hashlib.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/heapq.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/hmac.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/imaplib.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/imghdr.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/inspect.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/io.py /usr/share/python3.2
/usr/bin/install -c ./Lib/keyword.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/linecache.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/locale.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/macpath.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/macurl2path.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/mailbox.py /usr/share/python3.2
running install
/usr/bin/install -c -m 644 ./Lib/mailcap.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/mimetypes.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/modulefinder.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/netrc.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/nntplib.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/ntpath.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/nturl2path.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/numbers.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/opcode.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/optparse.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/os.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/os2emxpath.py /usr/share/python3.2
/usr/bin/install -c ./Lib/pdb.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/pickle.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/pickletools.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/pipes.py /usr/share/python3.2
running build
running build_ext
/usr/bin/install -c -m 644 ./Lib/pkgutil.py /usr/share/python3.2
/usr/bin/install -c ./Lib/platform.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/plistlib.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/poplib.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/posixpath.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/pprint.py /usr/share/python3.2
/usr/bin/install -c ./Lib/profile.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/pstats.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/pty.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/py_compile.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/pyclbr.py /usr/share/python3.2
/usr/bin/install -c ./Lib/pydoc.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/queue.py /usr/share/python3.2
/usr/bin/install -c ./Lib/quopri.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/random.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/re.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/reprlib.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/rlcompleter.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/runpy.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/sched.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/shelve.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/shlex.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/shutil.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/site.py /usr/share/python3.2
/usr/bin/install -c ./Lib/smtpd.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/smtplib.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/sndhdr.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/socket.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/socketserver.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/sre_compile.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/sre_constants.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/sre_parse.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/ssl.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/stat.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/string.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/stringprep.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/struct.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/subprocess.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/sunau.py /usr/share/python3.2
/usr/bin/install -c ./Lib/symbol.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/symtable.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/sysconfig.py /usr/share/python3.2
/usr/bin/install -c ./Lib/tabnanny.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/tarfile.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/telnetlib.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/tempfile.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/textwrap.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/this.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/threading.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/timeit.py /usr/share/python3.2
/usr/bin/install -c ./Lib/token.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/tokenize.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/trace.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/traceback.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/tty.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/turtle.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/types.py /usr/share/python3.2
/usr/bin/install -c ./Lib/uu.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/uuid.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/warnings.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/wave.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/weakref.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/webbrowser.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/xdrlib.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/zipfile.py /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/wsgiref.egg-info /usr/share/python3.2
/usr/bin/install -c -m 644 ./Lib/tkinter/__init__.py /usr/share/python3.2/tkinter
/usr/bin/install -c -m 644 ./Lib/tkinter/__main__.py /usr/share/python3.2/tkinter
/usr/bin/install -c -m 644 ./Lib/tkinter/_fix.py /usr/share/python3.2/tkinter
/usr/bin/install -c -m 644 ./Lib/tkinter/colorchooser.py /usr/share/python3.2/tkinter
/usr/bin/install -c -m 644 ./Lib/tkinter/commondialog.py /usr/share/python3.2/tkinter
/usr/bin/install -c -m 644 ./Lib/tkinter/constants.py /usr/share/python3.2/tkinter
/usr/bin/install -c -m 644 ./Lib/tkinter/dialog.py /usr/share/python3.2/tkinter
building dbm using bdb
building '_ctypes' extension
/usr/bin/install -c -m 644 ./Lib/tkinter/dnd.py /usr/share/python3.2/tkinter
i686-pld-linux-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -fPIC -I/usr/include -IInclude -I. -I./Include -I/usr/include/ncursesw -I/usr/local/include -I/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/Python-3.2.3 -c /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/Python-3.2.3/Modules/_ctypes/_ctypes.c -o build/temp.linux-i686-3.2/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/Python-3.2.3/Modules/_ctypes/_ctypes.o
/usr/bin/install -c -m 644 ./Lib/tkinter/filedialog.py /usr/share/python3.2/tkinter
/usr/bin/install -c -m 644 ./Lib/tkinter/font.py /usr/share/python3.2/tkinter
/usr/bin/install -c -m 644 ./Lib/tkinter/messagebox.py /usr/share/python3.2/tkinter
/usr/bin/install -c -m 644 ./Lib/tkinter/scrolledtext.py /usr/share/python3.2/tkinter
/usr/bin/install -c -m 644 ./Lib/tkinter/simpledialog.py /usr/share/python3.2/tkinter
/usr/bin/install -c -m 644 ./Lib/tkinter/tix.py /usr/share/python3.2/tkinter
/usr/bin/install -c -m 644 ./Lib/tkinter/ttk.py /usr/share/python3.2/tkinter
/usr/bin/install -c -m 644 ./Lib/tkinter/test/README /usr/share/python3.2/tkinter/test
/usr/bin/install -c -m 644 ./Lib/tkinter/test/__init__.py /usr/share/python3.2/tkinter/test
/usr/bin/install -c -m 644 ./Lib/tkinter/test/runtktests.py /usr/share/python3.2/tkinter/test
/usr/bin/install -c -m 644 ./Lib/tkinter/test/support.py /usr/share/python3.2/tkinter/test
/usr/bin/install -c -m 644 ./Lib/tkinter/test/test_tkinter/__init__.py /usr/share/python3.2/tkinter/test/test_tkinter
/usr/bin/install -c -m 644 ./Lib/tkinter/test/test_tkinter/test_font.py /usr/share/python3.2/tkinter/test/test_tkinter
/usr/bin/install -c -m 644 ./Lib/tkinter/test/test_tkinter/test_loadtk.py /usr/share/python3.2/tkinter/test/test_tkinter
/usr/bin/install -c -m 644 ./Lib/tkinter/test/test_tkinter/test_text.py /usr/share/python3.2/tkinter/test/test_tkinter
/usr/bin/install -c -m 644 ./Lib/tkinter/test/test_ttk/__init__.py /usr/share/python3.2/tkinter/test/test_ttk
/usr/bin/install -c -m 644 ./Lib/tkinter/test/test_ttk/test_extensions.py /usr/share/python3.2/tkinter/test/test_ttk
/usr/bin/install -c -m 644 ./Lib/tkinter/test/test_ttk/test_functions.py /usr/share/python3.2/tkinter/test/test_ttk
/usr/bin/install -c -m 644 ./Lib/tkinter/test/test_ttk/test_style.py /usr/share/python3.2/tkinter/test/test_ttk
/usr/bin/install -c -m 644 ./Lib/tkinter/test/test_ttk/test_widgets.py /usr/share/python3.2/tkinter/test/test_ttk
/usr/bin/install -c -m 644 ./Lib/site-packages/README /usr/share/python3.2/site-packages
/usr/bin/install -c -m 644 ./Lib/test/185test.db /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/Sine-1000Hz-300ms.aif /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/__init__.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/__main__.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/audiotest.au /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/autotest.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/bad_coding.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/bad_coding2.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/badcert.pem /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/badkey.pem /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/badsyntax_3131.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/badsyntax_future3.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/badsyntax_future4.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/badsyntax_future5.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/badsyntax_future6.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/badsyntax_future7.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/badsyntax_future8.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/badsyntax_future9.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/badsyntax_pep3120.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/buffer_tests.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/cfgparser.1 /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/cfgparser.2 /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/cfgparser.3 /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/check_soundcard.vbs /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/cmath_testcases.txt /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/curses_tests.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/datetimetester.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/dis_module.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/doctest_aliases.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/double_const.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/empty.vbs /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/exception_hierarchy.txt /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/floating_points.txt /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/fork_wait.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/formatfloat_testcases.txt /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/gdb_sample.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/https_svn_python_org_root.pem /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/ieee754.txt /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/inspect_fodder.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/inspect_fodder2.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/keycert.pem /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/keycert2.pem /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/list_tests.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/lock_tests.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/make_ssl_certs.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/mapping_tests.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/math_testcases.txt /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/mime.types /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/mock_socket.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/nokia.pem /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/nullcert.pem /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/outstanding_bugs.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/pickletester.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/profilee.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/pstats.pck /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/pyclbr_input.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/pydoc_mod.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/pydocfodder.py /usr/share/python3.2/test
/usr/bin/install -c ./Lib/test/pystone.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/randv2_32.pck /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/randv2_64.pck /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/randv3.pck /usr/share/python3.2/test
/usr/bin/install -c ./Lib/test/re_tests.py /usr/share/python3.2/test
/usr/bin/install -c ./Lib/test/regrtest.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/relimport.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/reperf.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/sample_doctest.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/script_helper.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/seq_tests.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/sgml_input.html /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/sha256.pem /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/sortperf.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/ssl_cert.pem /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/ssl_key.pem /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/ssl_servers.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/string_tests.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/support.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test___all__.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test___future__.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test__locale.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_abc.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_abstract_numbers.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_aifc.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_argparse.py /usr/share/python3.2/test
/usr/bin/install -c ./Lib/test/test_array.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_ast.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_asynchat.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_asyncore.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_atexit.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_audioop.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_augassign.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_base64.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_bigaddrspace.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_bigmem.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_binascii.py /usr/share/python3.2/test
/usr/bin/install -c ./Lib/test/test_binhex.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_binop.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_bisect.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_bool.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_bufio.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_builtin.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_bytes.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_bz2.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_calendar.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_call.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_capi.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_cfgparser.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_cgi.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_charmapcodec.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_class.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_cmath.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_cmd.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_cmd_line.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_cmd_line_script.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_code.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_codeccallbacks.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_codecencodings_cn.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_codecencodings_hk.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_codecencodings_iso2022.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_codecencodings_jp.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_codecencodings_kr.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_codecencodings_tw.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_codecmaps_cn.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_codecmaps_hk.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_codecmaps_jp.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_codecmaps_kr.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_codecmaps_tw.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_codecs.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_codeop.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_coding.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_collections.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_colorsys.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_compare.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_compile.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_compileall.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_complex.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_concurrent_futures.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_contains.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_contextlib.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_copy.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_copyreg.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_cprofile.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_crypt.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_csv.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_ctypes.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_curses.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_datetime.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_dbm.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_dbm_dumb.py /usr/share/python3.2/test
/usr/bin/install -c ./Lib/test/test_dbm_gnu.py /usr/share/python3.2/test
/usr/bin/install -c ./Lib/test/test_dbm_ndbm.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_decimal.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_decorators.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_defaultdict.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_deque.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_descr.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_descrtut.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_dict.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_dictcomps.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_dictviews.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_difflib.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_difflib_expect.html /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_dis.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_distutils.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_doctest.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_doctest.txt /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_doctest2.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_doctest2.txt /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_doctest3.txt /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_doctest4.txt /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_docxmlrpc.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_dummy_thread.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_dummy_threading.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_dynamic.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_email.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_enumerate.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_eof.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_epoll.py /usr/share/python3.2/test
/usr/bin/install -c ./Lib/test/test_errno.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_exception_variations.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_exceptions.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_extcall.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_fcntl.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_file.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_filecmp.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_fileinput.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_fileio.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_float.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_flufl.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_fnmatch.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_fork1.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_format.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_fractions.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_frozen.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_ftplib.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_funcattrs.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_functools.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_future.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_future1.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_future2.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_future3.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_future4.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_future5.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_gc.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_gdb.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_generators.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_genericpath.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_genexps.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_getargs2.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_getopt.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_gettext.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_glob.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_global.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_grammar.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_grp.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_gzip.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_hash.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_hashlib.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_heapq.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_hmac.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_html.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_htmlparser.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_http_cookiejar.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_http_cookies.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_httplib.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_httpservers.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_imaplib.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_imp.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_import.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_importhooks.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_importlib.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_index.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_inspect.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_int.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_int_literal.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_io.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_ioctl.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_isinstance.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_iter.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_iterlen.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_itertools.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_json.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_keywordonlyarg.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_kqueue.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_largefile.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_lib2to3.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_linecache.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_list.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_listcomps.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_locale.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_logging.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_long.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_longexp.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_macpath.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_mailbox.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_marshal.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_math.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_memoryio.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_memoryview.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_metaclass.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_mimetypes.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_minidom.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_mmap.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_module.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_modulefinder.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_msilib.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_multibytecodec.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_multibytecodec_support.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_multiprocessing.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_mutants.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_netrc.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_nis.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_nntplib.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_normalization.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_ntpath.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_numeric_tower.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_opcodes.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_openpty.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_operator.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_optparse.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_os.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_ossaudiodev.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_osx_env.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_parser.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_pdb.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_peepholer.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_pep247.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_pep263.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_pep277.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_pep292.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_pep3120.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_pep3131.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_pep352.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_pickle.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_pickletools.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_pipes.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_pkg.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_pkgimport.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_pkgutil.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_platform.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_plistlib.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_poll.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_popen.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_poplib.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_posix.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_posixpath.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_pow.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_pprint.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_print.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_profile.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_property.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_pstats.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_pty.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_pwd.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_py_compile.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_pyclbr.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_pydoc.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_pyexpat.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_queue.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_quopri.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_raise.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_random.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_range.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_re.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_readline.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_reprlib.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_resource.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_richcmp.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_rlcompleter.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_robotparser.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_runpy.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_sax.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_sched.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_scope.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_select.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_set.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_setcomps.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_shelve.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_shlex.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_shutil.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_signal.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_site.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_slice.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_smtpd.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_smtplib.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_smtpnet.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_sndhdr.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_socket.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_socketserver.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_sort.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_sqlite.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_ssl.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_startfile.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_strftime.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_string.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_stringprep.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_strlit.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_strptime.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_strtod.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_struct.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_structmembers.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_structseq.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_subprocess.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_sunau.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_sundry.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_super.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_symtable.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_syntax.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_sys.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_sys_setprofile.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_sys_settrace.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_sysconfig.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_syslog.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_tarfile.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_tcl.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_telnetlib.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_tempfile.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_textwrap.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_thread.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_threaded_import.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_threadedtempfile.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_threading.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_threading_local.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_threadsignals.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_time.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_timeit.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_timeout.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_tk.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_tokenize.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_trace.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_traceback.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_ttk_guionly.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_ttk_textonly.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_tuple.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_typechecks.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_types.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_ucn.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_unary.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_unicode.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_unicode_file.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_unicodedata.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_unittest.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_univnewlines.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_unpack.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_unpack_ex.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_urllib.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_urllib2.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_urllib2_localnet.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_urllib2net.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_urllib_response.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_urllibnet.py /usr/share/python3.2/test
/usr/bin/install -c ./Lib/test/test_urlparse.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_userdict.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_userlist.py /usr/share/python3.2/test
/usr/bin/install -c ./Lib/test/test_userstring.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_uu.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_uuid.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_wait3.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_wait4.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_warnings.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_wave.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_weakref.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_weakset.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_winreg.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_winsound.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_with.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_wsgiref.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_xdrlib.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_xml_etree.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_xml_etree_c.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_xmlrpc.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_xmlrpc_net.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_zipfile.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_zipfile64.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_zipimport.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_zipimport_support.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/test_zlib.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/testcodec.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/testtar.tar /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/tf_inherit_check.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/threaded_import_hangers.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/time_hashlib.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/tokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/tokenize_tests-no-coding-cookie-and-utf8-bom-sig-only.txt /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/tokenize_tests-utf8-coding-cookie-and-utf8-bom-sig.txt /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/tokenize_tests.txt /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/warning_tests.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/win_console_handler.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/xmltests.py /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/zip_cp437_header.zip /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/zipdir.zip /usr/share/python3.2/test
/usr/bin/install -c -m 644 ./Lib/test/capath/4e1295a3.0 /usr/share/python3.2/test/capath
/usr/bin/install -c -m 644 ./Lib/test/capath/5ed36f99.0 /usr/share/python3.2/test/capath
/usr/bin/install -c -m 644 ./Lib/test/capath/6e88d7b8.0 /usr/share/python3.2/test/capath
/usr/bin/install -c -m 644 ./Lib/test/capath/99d0fa06.0 /usr/share/python3.2/test/capath
/usr/bin/install -c -m 644 ./Lib/test/data/README /usr/share/python3.2/test/data
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/big5-utf8.txt /usr/share/python3.2/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/big5.txt /usr/share/python3.2/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/big5hkscs-utf8.txt /usr/share/python3.2/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/big5hkscs.txt /usr/share/python3.2/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/cp949-utf8.txt /usr/share/python3.2/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/cp949.txt /usr/share/python3.2/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/euc_jisx0213-utf8.txt /usr/share/python3.2/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/euc_jisx0213.txt /usr/share/python3.2/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/euc_jp-utf8.txt /usr/share/python3.2/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/euc_jp.txt /usr/share/python3.2/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/euc_kr-utf8.txt /usr/share/python3.2/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/euc_kr.txt /usr/share/python3.2/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/gb18030-utf8.txt /usr/share/python3.2/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/gb18030.txt /usr/share/python3.2/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/gb2312-utf8.txt /usr/share/python3.2/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/gb2312.txt /usr/share/python3.2/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/gbk-utf8.txt /usr/share/python3.2/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/gbk.txt /usr/share/python3.2/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/hz-utf8.txt /usr/share/python3.2/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/hz.txt /usr/share/python3.2/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/iso2022_jp-utf8.txt /usr/share/python3.2/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/iso2022_jp.txt /usr/share/python3.2/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/iso2022_kr-utf8.txt /usr/share/python3.2/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/iso2022_kr.txt /usr/share/python3.2/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/johab-utf8.txt /usr/share/python3.2/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/johab.txt /usr/share/python3.2/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/shift_jis-utf8.txt /usr/share/python3.2/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/shift_jis.txt /usr/share/python3.2/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/shift_jisx0213-utf8.txt /usr/share/python3.2/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/shift_jisx0213.txt /usr/share/python3.2/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/abs.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/add.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/and.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/base.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/clamp.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/class.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/compare.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/comparetotal.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/comparetotmag.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/copy.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/copyabs.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/copynegate.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/copysign.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddAbs.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddAdd.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddAnd.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddBase.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddCanonical.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddClass.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddCompare.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddCompareSig.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddCompareTotal.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddCompareTotalMag.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddCopy.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddCopyAbs.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddCopyNegate.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddCopySign.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddDivide.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddDivideInt.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddEncode.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddFMA.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddInvert.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddLogB.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddMax.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddMaxMag.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddMin.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddMinMag.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddMinus.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddMultiply.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddNextMinus.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddNextPlus.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddNextToward.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddOr.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddPlus.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddQuantize.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddReduce.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddRemainder.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddRemainderNear.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddRotate.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddSameQuantum.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddScaleB.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddShift.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddSubtract.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddToIntegral.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddXor.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/decDouble.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/decQuad.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/decSingle.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/divide.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/divideint.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqAbs.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqAdd.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqAnd.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqBase.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqCanonical.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqClass.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqCompare.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqCompareSig.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqCompareTotal.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqCompareTotalMag.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqCopy.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqCopyAbs.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqCopyNegate.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqCopySign.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqDivide.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqDivideInt.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqEncode.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqFMA.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqInvert.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqLogB.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqMax.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqMaxMag.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqMin.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqMinMag.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqMinus.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqMultiply.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqNextMinus.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqNextPlus.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqNextToward.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqOr.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqPlus.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqQuantize.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqReduce.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqRemainder.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqRemainderNear.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqRotate.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqSameQuantum.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqScaleB.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqShift.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqSubtract.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqToIntegral.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqXor.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dsBase.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dsEncode.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/exp.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/extra.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/fma.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/inexact.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/invert.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ln.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/log10.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/logb.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/max.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/maxmag.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/min.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/minmag.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/minus.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/multiply.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/nextminus.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/nextplus.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/nexttoward.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/or.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/plus.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/power.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/powersqrt.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/quantize.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/randomBound32.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/randoms.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/reduce.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/remainder.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/remainderNear.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/rescale.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/rotate.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/rounding.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/samequantum.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/scaleb.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/shift.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/squareroot.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/subtract.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/testall.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/tointegral.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/tointegralx.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/xor.decTest /usr/share/python3.2/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/xmltestdata/simple-ns.xml /usr/share/python3.2/test/xmltestdata
/usr/bin/install -c -m 644 ./Lib/test/xmltestdata/simple.xml /usr/share/python3.2/test/xmltestdata
/usr/bin/install -c -m 644 ./Lib/test/xmltestdata/test.xml /usr/share/python3.2/test/xmltestdata
/usr/bin/install -c -m 644 ./Lib/test/xmltestdata/test.xml.out /usr/share/python3.2/test/xmltestdata
/usr/bin/install -c -m 644 ./Lib/test/subprocessdata/fd_status.py /usr/share/python3.2/test/subprocessdata
/usr/bin/install -c -m 644 ./Lib/test/subprocessdata/input_reader.py /usr/share/python3.2/test/subprocessdata
/usr/bin/install -c -m 644 ./Lib/test/subprocessdata/qcat.py /usr/share/python3.2/test/subprocessdata
/usr/bin/install -c -m 644 ./Lib/test/subprocessdata/qgrep.py /usr/share/python3.2/test/subprocessdata
/usr/bin/install -c -m 644 ./Lib/test/subprocessdata/sigchild_ignore.py /usr/share/python3.2/test/subprocessdata
/usr/bin/install -c -m 644 ./Lib/test/tracedmodules/__init__.py /usr/share/python3.2/test/tracedmodules
/usr/bin/install -c -m 644 ./Lib/test/tracedmodules/testmod.py /usr/share/python3.2/test/tracedmodules
/usr/bin/install -c -m 644 ./Lib/test/encoded_modules/__init__.py /usr/share/python3.2/test/encoded_modules
/usr/bin/install -c -m 644 ./Lib/test/encoded_modules/module_iso_8859_1.py /usr/share/python3.2/test/encoded_modules
/usr/bin/install -c -m 644 ./Lib/test/encoded_modules/module_koi8_r.py /usr/share/python3.2/test/encoded_modules
/usr/bin/install -c -m 644 ./Lib/concurrent/__init__.py /usr/share/python3.2/concurrent
/usr/bin/install -c -m 644 ./Lib/concurrent/futures/__init__.py /usr/share/python3.2/concurrent/futures
/usr/bin/install -c -m 644 ./Lib/concurrent/futures/_base.py /usr/share/python3.2/concurrent/futures
/usr/bin/install -c -m 644 ./Lib/concurrent/futures/process.py /usr/share/python3.2/concurrent/futures
/usr/bin/install -c -m 644 ./Lib/concurrent/futures/thread.py /usr/share/python3.2/concurrent/futures
/usr/bin/install -c -m 644 ./Lib/encodings/__init__.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/aliases.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/ascii.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/base64_codec.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/big5.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/big5hkscs.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/bz2_codec.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/charmap.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp037.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp1006.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp1026.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp1140.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp1250.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp1251.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp1252.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp1253.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp1254.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp1255.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp1256.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp1257.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp1258.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp424.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp437.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp500.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp720.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp737.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp775.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp850.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp852.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp855.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp856.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp857.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp858.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp860.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp861.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp862.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp863.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp864.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp865.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp866.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp869.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp874.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp875.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp932.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp949.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp950.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/euc_jis_2004.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/euc_jisx0213.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/euc_jp.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/euc_kr.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/gb18030.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/gb2312.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/gbk.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/hex_codec.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/hp_roman8.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/hz.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/idna.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso2022_jp.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso2022_jp_1.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso2022_jp_2.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso2022_jp_2004.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso2022_jp_3.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso2022_jp_ext.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso2022_kr.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_1.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_10.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_11.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_13.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_14.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_15.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_16.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_2.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_3.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_4.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_5.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_6.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_7.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_8.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_9.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/johab.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/koi8_r.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/koi8_u.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/latin_1.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/mac_arabic.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/mac_centeuro.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/mac_croatian.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/mac_cyrillic.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/mac_farsi.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/mac_greek.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/mac_iceland.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/mac_latin2.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/mac_roman.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/mac_romanian.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/mac_turkish.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/mbcs.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/palmos.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/ptcp154.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/punycode.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/quopri_codec.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/raw_unicode_escape.py /usr/share/python3.2/encodings
/usr/bin/install -c ./Lib/encodings/rot_13.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/shift_jis.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/shift_jis_2004.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/shift_jisx0213.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/tis_620.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/undefined.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/unicode_escape.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/unicode_internal.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/utf_16.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/utf_16_be.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/utf_16_le.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/utf_32.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/utf_32_be.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/utf_32_le.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/utf_7.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/utf_8.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/utf_8_sig.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/uu_codec.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/zlib_codec.py /usr/share/python3.2/encodings
/usr/bin/install -c -m 644 ./Lib/email/__init__.py /usr/share/python3.2/email
/usr/bin/install -c -m 644 ./Lib/email/_parseaddr.py /usr/share/python3.2/email
/usr/bin/install -c -m 644 ./Lib/email/base64mime.py /usr/share/python3.2/email
/usr/bin/install -c -m 644 ./Lib/email/charset.py /usr/share/python3.2/email
/usr/bin/install -c -m 644 ./Lib/email/encoders.py /usr/share/python3.2/email
i686-pld-linux-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -fPIC -I/usr/include -IInclude -I. -I./Include -I/usr/include/ncursesw -I/usr/local/include -I/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/Python-3.2.3 -c /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/Python-3.2.3/Modules/_ctypes/callbacks.c -o build/temp.linux-i686-3.2/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/Python-3.2.3/Modules/_ctypes/callbacks.o
/usr/bin/install -c -m 644 ./Lib/email/errors.py /usr/share/python3.2/email
/usr/bin/install -c -m 644 ./Lib/email/feedparser.py /usr/share/python3.2/email
/usr/bin/install -c -m 644 ./Lib/email/generator.py /usr/share/python3.2/email
/usr/bin/install -c -m 644 ./Lib/email/header.py /usr/share/python3.2/email
/usr/bin/install -c -m 644 ./Lib/email/iterators.py /usr/share/python3.2/email
/usr/bin/install -c -m 644 ./Lib/email/message.py /usr/share/python3.2/email
/usr/bin/install -c -m 644 ./Lib/email/parser.py /usr/share/python3.2/email
/usr/bin/install -c -m 644 ./Lib/email/quoprimime.py /usr/share/python3.2/email
/usr/bin/install -c -m 644 ./Lib/email/utils.py /usr/share/python3.2/email
/usr/bin/install -c -m 644 ./Lib/email/mime/__init__.py /usr/share/python3.2/email/mime
/usr/bin/install -c -m 644 ./Lib/email/mime/application.py /usr/share/python3.2/email/mime
/usr/bin/install -c -m 644 ./Lib/email/mime/audio.py /usr/share/python3.2/email/mime
/usr/bin/install -c -m 644 ./Lib/email/mime/base.py /usr/share/python3.2/email/mime
/usr/bin/install -c -m 644 ./Lib/email/mime/image.py /usr/share/python3.2/email/mime
/usr/bin/install -c -m 644 ./Lib/email/mime/message.py /usr/share/python3.2/email/mime
/usr/bin/install -c -m 644 ./Lib/email/mime/multipart.py /usr/share/python3.2/email/mime
/usr/bin/install -c -m 644 ./Lib/email/mime/nonmultipart.py /usr/share/python3.2/email/mime
/usr/bin/install -c -m 644 ./Lib/email/mime/text.py /usr/share/python3.2/email/mime
/usr/bin/install -c -m 644 ./Lib/email/test/__init__.py /usr/share/python3.2/email/test
/usr/bin/install -c -m 644 ./Lib/email/test/test_email.py /usr/share/python3.2/email/test
/usr/bin/install -c -m 644 ./Lib/email/test/test_email_codecs.py /usr/share/python3.2/email/test
/usr/bin/install -c -m 644 ./Lib/email/test/test_email_torture.py /usr/share/python3.2/email/test
/usr/bin/install -c -m 644 ./Lib/email/test/data/PyBanner048.gif /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/audiotest.au /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_01.txt /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_02.txt /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_03.txt /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_04.txt /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_05.txt /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_06.txt /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_07.txt /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_08.txt /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_09.txt /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_10.txt /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_11.txt /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_12.txt /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_12a.txt /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_13.txt /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_14.txt /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_15.txt /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_16.txt /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_17.txt /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_18.txt /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_19.txt /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_20.txt /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_21.txt /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_22.txt /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_23.txt /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_24.txt /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_25.txt /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_26.txt /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_27.txt /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_28.txt /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_29.txt /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_30.txt /usr/share/python3.2/email/test/data
/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/Python-3.2.3/Modules/_ctypes/callbacks.c: In function `CThunkObject_dealloc':
/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/Python-3.2.3/Modules/_ctypes/callbacks.c:21: warning: implicit declaration of function `ffi_closure_free'
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_31.txt /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_32.txt /usr/share/python3.2/email/test/data
/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/Python-3.2.3/Modules/_ctypes/callbacks.c: In function `_ctypes_alloc_callback':
/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/Python-3.2.3/Modules/_ctypes/callbacks.c:373: warning: implicit declaration of function `ffi_closure_alloc'
/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/Python-3.2.3/Modules/_ctypes/callbacks.c:374: warning: assignment makes pointer from integer without a cast
/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/Python-3.2.3/Modules/_ctypes/callbacks.c:423: warning: implicit declaration of function `ffi_prep_closure_loc'
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_33.txt /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_34.txt /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_35.txt /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_36.txt /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_37.txt /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_38.txt /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_39.txt /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_40.txt /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_41.txt /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_42.txt /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_43.txt /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_44.txt /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_45.txt /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_46.txt /usr/share/python3.2/email/test/data
/usr/bin/install -c -m 644 ./Lib/html/__init__.py /usr/share/python3.2/html
/usr/bin/install -c -m 644 ./Lib/html/entities.py /usr/share/python3.2/html
/usr/bin/install -c -m 644 ./Lib/html/parser.py /usr/share/python3.2/html
/usr/bin/install -c -m 644 ./Lib/json/__init__.py /usr/share/python3.2/json
/usr/bin/install -c -m 644 ./Lib/json/decoder.py /usr/share/python3.2/json
/usr/bin/install -c -m 644 ./Lib/json/encoder.py /usr/share/python3.2/json
/usr/bin/install -c -m 644 ./Lib/json/scanner.py /usr/share/python3.2/json
/usr/bin/install -c -m 644 ./Lib/json/tool.py /usr/share/python3.2/json
/usr/bin/install -c -m 644 ./Lib/test/json_tests/__init__.py /usr/share/python3.2/test/json_tests
/usr/bin/install -c -m 644 ./Lib/test/json_tests/test_decode.py /usr/share/python3.2/test/json_tests
/usr/bin/install -c -m 644 ./Lib/test/json_tests/test_default.py /usr/share/python3.2/test/json_tests
/usr/bin/install -c -m 644 ./Lib/test/json_tests/test_dump.py /usr/share/python3.2/test/json_tests
/usr/bin/install -c -m 644 ./Lib/test/json_tests/test_encode_basestring_ascii.py /usr/share/python3.2/test/json_tests
/usr/bin/install -c -m 644 ./Lib/test/json_tests/test_fail.py /usr/share/python3.2/test/json_tests
/usr/bin/install -c -m 644 ./Lib/test/json_tests/test_float.py /usr/share/python3.2/test/json_tests
/usr/bin/install -c -m 644 ./Lib/test/json_tests/test_indent.py /usr/share/python3.2/test/json_tests
/usr/bin/install -c -m 644 ./Lib/test/json_tests/test_pass1.py /usr/share/python3.2/test/json_tests
/usr/bin/install -c -m 644 ./Lib/test/json_tests/test_pass2.py /usr/share/python3.2/test/json_tests
/usr/bin/install -c -m 644 ./Lib/test/json_tests/test_pass3.py /usr/share/python3.2/test/json_tests
/usr/bin/install -c -m 644 ./Lib/test/json_tests/test_recursion.py /usr/share/python3.2/test/json_tests
/usr/bin/install -c -m 644 ./Lib/test/json_tests/test_scanstring.py /usr/share/python3.2/test/json_tests
/usr/bin/install -c -m 644 ./Lib/test/json_tests/test_separators.py /usr/share/python3.2/test/json_tests
/usr/bin/install -c -m 644 ./Lib/test/json_tests/test_speedups.py /usr/share/python3.2/test/json_tests
/usr/bin/install -c -m 644 ./Lib/test/json_tests/test_unicode.py /usr/share/python3.2/test/json_tests
/usr/bin/install -c -m 644 ./Lib/http/__init__.py /usr/share/python3.2/http
/usr/bin/install -c -m 644 ./Lib/http/client.py /usr/share/python3.2/http
/usr/bin/install -c -m 644 ./Lib/http/cookiejar.py /usr/share/python3.2/http
/usr/bin/install -c -m 644 ./Lib/http/cookies.py /usr/share/python3.2/http
/usr/bin/install -c -m 644 ./Lib/http/server.py /usr/share/python3.2/http
/usr/bin/install -c -m 644 ./Lib/dbm/__init__.py /usr/share/python3.2/dbm
/usr/bin/install -c -m 644 ./Lib/dbm/dumb.py /usr/share/python3.2/dbm
/usr/bin/install -c -m 644 ./Lib/dbm/gnu.py /usr/share/python3.2/dbm
/usr/bin/install -c -m 644 ./Lib/dbm/ndbm.py /usr/share/python3.2/dbm
/usr/bin/install -c -m 644 ./Lib/xmlrpc/__init__.py /usr/share/python3.2/xmlrpc
/usr/bin/install -c -m 644 ./Lib/xmlrpc/client.py /usr/share/python3.2/xmlrpc
/usr/bin/install -c -m 644 ./Lib/xmlrpc/server.py /usr/share/python3.2/xmlrpc
/usr/bin/install -c -m 644 ./Lib/sqlite3/__init__.py /usr/share/python3.2/sqlite3
/usr/bin/install -c -m 644 ./Lib/sqlite3/dbapi2.py /usr/share/python3.2/sqlite3
/usr/bin/install -c -m 644 ./Lib/sqlite3/dump.py /usr/share/python3.2/sqlite3
i686-pld-linux-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -fPIC -I/usr/include -IInclude -I. -I./Include -I/usr/include/ncursesw -I/usr/local/include -I/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/Python-3.2.3 -c /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/Python-3.2.3/Modules/_ctypes/callproc.c -o build/temp.linux-i686-3.2/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/Python-3.2.3/Modules/_ctypes/callproc.o
/usr/bin/install -c -m 644 ./Lib/sqlite3/test/__init__.py /usr/share/python3.2/sqlite3/test
/usr/bin/install -c -m 644 ./Lib/sqlite3/test/dbapi.py /usr/share/python3.2/sqlite3/test
/usr/bin/install -c -m 644 ./Lib/sqlite3/test/dump.py /usr/share/python3.2/sqlite3/test
/usr/bin/install -c -m 644 ./Lib/sqlite3/test/factory.py /usr/share/python3.2/sqlite3/test
/usr/bin/install -c -m 644 ./Lib/sqlite3/test/hooks.py /usr/share/python3.2/sqlite3/test
/usr/bin/install -c -m 644 ./Lib/sqlite3/test/regression.py /usr/share/python3.2/sqlite3/test
/usr/bin/install -c -m 644 ./Lib/sqlite3/test/transactions.py /usr/share/python3.2/sqlite3/test
/usr/bin/install -c -m 644 ./Lib/sqlite3/test/types.py /usr/share/python3.2/sqlite3/test
/usr/bin/install -c -m 644 ./Lib/sqlite3/test/userfunctions.py /usr/share/python3.2/sqlite3/test
/usr/bin/install -c -m 644 ./Lib/logging/__init__.py /usr/share/python3.2/logging
/usr/bin/install -c -m 644 ./Lib/logging/config.py /usr/share/python3.2/logging
/usr/bin/install -c -m 644 ./Lib/logging/handlers.py /usr/share/python3.2/logging
/usr/bin/install -c -m 644 ./Lib/wsgiref/__init__.py /usr/share/python3.2/wsgiref
/usr/bin/install -c -m 644 ./Lib/wsgiref/handlers.py /usr/share/python3.2/wsgiref
/usr/bin/install -c -m 644 ./Lib/wsgiref/headers.py /usr/share/python3.2/wsgiref
/usr/bin/install -c -m 644 ./Lib/wsgiref/simple_server.py /usr/share/python3.2/wsgiref
/usr/bin/install -c -m 644 ./Lib/wsgiref/util.py /usr/share/python3.2/wsgiref
/usr/bin/install -c -m 644 ./Lib/wsgiref/validate.py /usr/share/python3.2/wsgiref
/usr/bin/install -c -m 644 ./Lib/urllib/__init__.py /usr/share/python3.2/urllib
/usr/bin/install -c -m 644 ./Lib/urllib/error.py /usr/share/python3.2/urllib
/usr/bin/install -c -m 644 ./Lib/urllib/parse.py /usr/share/python3.2/urllib
/usr/bin/install -c -m 644 ./Lib/urllib/request.py /usr/share/python3.2/urllib
/usr/bin/install -c -m 644 ./Lib/urllib/response.py /usr/share/python3.2/urllib
/usr/bin/install -c -m 644 ./Lib/urllib/robotparser.py /usr/share/python3.2/urllib
/usr/bin/install -c -m 644 ./Lib/lib2to3/Grammar.txt /usr/share/python3.2/lib2to3
/usr/bin/install -c -m 644 ./Lib/lib2to3/PatternGrammar.txt /usr/share/python3.2/lib2to3
/usr/bin/install -c -m 644 ./Lib/lib2to3/__init__.py /usr/share/python3.2/lib2to3
/usr/bin/install -c -m 644 ./Lib/lib2to3/btm_matcher.py /usr/share/python3.2/lib2to3
/usr/bin/install -c -m 644 ./Lib/lib2to3/btm_utils.py /usr/share/python3.2/lib2to3
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixer_base.py /usr/share/python3.2/lib2to3
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixer_util.py /usr/share/python3.2/lib2to3
/usr/bin/install -c -m 644 ./Lib/lib2to3/main.py /usr/share/python3.2/lib2to3
/usr/bin/install -c -m 644 ./Lib/lib2to3/patcomp.py /usr/share/python3.2/lib2to3
/usr/bin/install -c -m 644 ./Lib/lib2to3/pygram.py /usr/share/python3.2/lib2to3
/usr/bin/install -c -m 644 ./Lib/lib2to3/pytree.py /usr/share/python3.2/lib2to3
/usr/bin/install -c -m 644 ./Lib/lib2to3/refactor.py /usr/share/python3.2/lib2to3
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/__init__.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_apply.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_basestring.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_buffer.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_callable.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_dict.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_except.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_exec.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_execfile.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_exitfunc.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_filter.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_funcattrs.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_future.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_getcwdu.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_has_key.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_idioms.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_import.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_imports.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_imports2.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_input.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_intern.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_isinstance.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_itertools.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_itertools_imports.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_long.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_map.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_metaclass.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_methodattrs.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_ne.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_next.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_nonzero.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_numliterals.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_operator.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_paren.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_print.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_raise.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_raw_input.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_reduce.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_renames.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_repr.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_set_literal.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_standarderror.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_sys_exc.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_throw.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_tuple_params.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_types.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_unicode.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_urllib.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_ws_comma.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_xrange.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_xreadlines.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_zip.py /usr/share/python3.2/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/pgen2/__init__.py /usr/share/python3.2/lib2to3/pgen2
/usr/bin/install -c -m 644 ./Lib/lib2to3/pgen2/conv.py /usr/share/python3.2/lib2to3/pgen2
/usr/bin/install -c -m 644 ./Lib/lib2to3/pgen2/driver.py /usr/share/python3.2/lib2to3/pgen2
/usr/bin/install -c -m 644 ./Lib/lib2to3/pgen2/grammar.py /usr/share/python3.2/lib2to3/pgen2
/usr/bin/install -c -m 644 ./Lib/lib2to3/pgen2/literals.py /usr/share/python3.2/lib2to3/pgen2
/usr/bin/install -c -m 644 ./Lib/lib2to3/pgen2/parse.py /usr/share/python3.2/lib2to3/pgen2
/usr/bin/install -c -m 644 ./Lib/lib2to3/pgen2/pgen.py /usr/share/python3.2/lib2to3/pgen2
/usr/bin/install -c ./Lib/lib2to3/pgen2/token.py /usr/share/python3.2/lib2to3/pgen2
/usr/bin/install -c -m 644 ./Lib/lib2to3/pgen2/tokenize.py /usr/share/python3.2/lib2to3/pgen2
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/__init__.py /usr/share/python3.2/lib2to3/tests
/usr/bin/install -c ./Lib/lib2to3/tests/pytree_idempotency.py /usr/share/python3.2/lib2to3/tests
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/support.py /usr/share/python3.2/lib2to3/tests
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/test_all_fixers.py /usr/share/python3.2/lib2to3/tests
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/test_fixers.py /usr/share/python3.2/lib2to3/tests
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/test_main.py /usr/share/python3.2/lib2to3/tests
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/test_parser.py /usr/share/python3.2/lib2to3/tests
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/test_pytree.py /usr/share/python3.2/lib2to3/tests
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/test_refactor.py /usr/share/python3.2/lib2to3/tests
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/test_util.py /usr/share/python3.2/lib2to3/tests
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/README /usr/share/python3.2/lib2to3/tests/data
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/bom.py /usr/share/python3.2/lib2to3/tests/data
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/crlf.py /usr/share/python3.2/lib2to3/tests/data
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/different_encoding.py /usr/share/python3.2/lib2to3/tests/data
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/infinite_recursion.py /usr/share/python3.2/lib2to3/tests/data
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/py2_test_grammar.py /usr/share/python3.2/lib2to3/tests/data
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/py3_test_grammar.py /usr/share/python3.2/lib2to3/tests/data
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/fixers/bad_order.py /usr/share/python3.2/lib2to3/tests/data/fixers
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/fixers/no_fixer_cls.py /usr/share/python3.2/lib2to3/tests/data/fixers
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/fixers/parrot_example.py /usr/share/python3.2/lib2to3/tests/data/fixers
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/fixers/myfixes/__init__.py /usr/share/python3.2/lib2to3/tests/data/fixers/myfixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/fixers/myfixes/fix_explicit.py /usr/share/python3.2/lib2to3/tests/data/fixers/myfixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/fixers/myfixes/fix_first.py /usr/share/python3.2/lib2to3/tests/data/fixers/myfixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/fixers/myfixes/fix_last.py /usr/share/python3.2/lib2to3/tests/data/fixers/myfixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/fixers/myfixes/fix_parrot.py /usr/share/python3.2/lib2to3/tests/data/fixers/myfixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/fixers/myfixes/fix_preorder.py /usr/share/python3.2/lib2to3/tests/data/fixers/myfixes
/usr/bin/install -c -m 644 ./Lib/ctypes/__init__.py /usr/share/python3.2/ctypes
/usr/bin/install -c -m 644 ./Lib/ctypes/_endian.py /usr/share/python3.2/ctypes
/usr/bin/install -c -m 644 ./Lib/ctypes/util.py /usr/share/python3.2/ctypes
/usr/bin/install -c -m 644 ./Lib/ctypes/wintypes.py /usr/share/python3.2/ctypes
/usr/bin/install -c -m 644 ./Lib/ctypes/test/__init__.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/runtests.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_anon.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_array_in_pointer.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_arrays.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_as_parameter.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_bitfields.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_buffers.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_bytes.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_byteswap.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_callbacks.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_cast.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_cfuncs.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_checkretval.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_delattr.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_errcheck.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_errno.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_find.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_frombuffer.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_funcptr.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_functions.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_incomplete.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_init.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_integers.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_internals.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_keeprefs.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_libc.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_loading.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_macholib.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_memfunctions.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_numbers.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_objects.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_parameters.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_pep3118.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_pickling.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_pointers.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_prototypes.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_python_api.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_random_things.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_refcounts.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_repr.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_returnfuncptrs.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_simplesubclasses.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_sizes.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_slicing.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_stringptr.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_strings.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_struct_fields.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_structures.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_unaligned_structures.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_unicode.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_values.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_varsize_struct.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_win32.py /usr/share/python3.2/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/macholib/README.ctypes /usr/share/python3.2/ctypes/macholib
/usr/bin/install -c -m 644 ./Lib/ctypes/macholib/__init__.py /usr/share/python3.2/ctypes/macholib
/usr/bin/install -c -m 644 ./Lib/ctypes/macholib/dyld.py /usr/share/python3.2/ctypes/macholib
/usr/bin/install -c -m 644 ./Lib/ctypes/macholib/dylib.py /usr/share/python3.2/ctypes/macholib
/usr/bin/install -c ./Lib/ctypes/macholib/fetch_macholib /usr/share/python3.2/ctypes/macholib
/usr/bin/install -c -m 644 ./Lib/ctypes/macholib/fetch_macholib.bat /usr/share/python3.2/ctypes/macholib
/usr/bin/install -c -m 644 ./Lib/ctypes/macholib/framework.py /usr/share/python3.2/ctypes/macholib
/usr/bin/install -c -m 644 ./Lib/idlelib/AutoComplete.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/AutoCompleteWindow.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/AutoExpand.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/Bindings.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/CREDITS.txt /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/CallTipWindow.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/CallTips.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/ChangeLog /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/ClassBrowser.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/CodeContext.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/ColorDelegator.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/Debugger.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/Delegator.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/EditorWindow.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/FileList.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/FormatParagraph.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/GrepDialog.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/HISTORY.txt /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/HyperParser.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/IOBinding.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/IdleHistory.py /usr/share/python3.2/idlelib
i686-pld-linux-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -fPIC -I/usr/include -IInclude -I. -I./Include -I/usr/include/ncursesw -I/usr/local/include -I/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/Python-3.2.3 -c /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/Python-3.2.3/Modules/_ctypes/stgdict.c -o build/temp.linux-i686-3.2/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/Python-3.2.3/Modules/_ctypes/stgdict.o
/usr/bin/install -c -m 644 ./Lib/idlelib/MultiCall.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/MultiStatusBar.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/NEWS.txt /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/ObjectBrowser.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/OutputWindow.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/ParenMatch.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/PathBrowser.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/Percolator.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/PyParse.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/PyShell.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/README.txt /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/RemoteDebugger.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/RemoteObjectBrowser.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/ReplaceDialog.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/RstripExtension.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/ScriptBinding.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/ScrolledList.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/SearchDialog.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/SearchDialogBase.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/SearchEngine.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/StackViewer.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/TODO.txt /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/ToolTip.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/TreeWidget.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/UndoDelegator.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/WidgetRedirector.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/WindowList.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/ZoomHeight.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/__init__.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/aboutDialog.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/config-extensions.def /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/config-highlight.def /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/config-keys.def /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/config-main.def /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/configDialog.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/configHandler.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/configHelpSourceEdit.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/configSectionNameDialog.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/dynOptionMenuWidget.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/extend.txt /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/help.txt /usr/share/python3.2/idlelib
/usr/bin/install -c ./Lib/idlelib/idle.bat /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/idle.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/idle.pyw /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/idlever.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/keybindingDialog.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/macosxSupport.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/rpc.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/run.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/tabbedpages.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/testcode.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/textView.py /usr/share/python3.2/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/Icons/folder.gif /usr/share/python3.2/idlelib/Icons
/usr/bin/install -c -m 644 ./Lib/idlelib/Icons/idle.icns /usr/share/python3.2/idlelib/Icons
/usr/bin/install -c -m 644 ./Lib/idlelib/Icons/minusnode.gif /usr/share/python3.2/idlelib/Icons
/usr/bin/install -c -m 644 ./Lib/idlelib/Icons/openfolder.gif /usr/share/python3.2/idlelib/Icons
/usr/bin/install -c -m 644 ./Lib/idlelib/Icons/plusnode.gif /usr/share/python3.2/idlelib/Icons
/usr/bin/install -c -m 644 ./Lib/idlelib/Icons/python.gif /usr/share/python3.2/idlelib/Icons
/usr/bin/install -c -m 644 ./Lib/idlelib/Icons/tk.gif /usr/share/python3.2/idlelib/Icons
/usr/bin/install -c -m 644 ./Lib/distutils/README /usr/share/python3.2/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/__init__.py /usr/share/python3.2/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/archive_util.py /usr/share/python3.2/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/bcppcompiler.py /usr/share/python3.2/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/ccompiler.py /usr/share/python3.2/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/cmd.py /usr/share/python3.2/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/config.py /usr/share/python3.2/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/core.py /usr/share/python3.2/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/cygwinccompiler.py /usr/share/python3.2/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/debug.py /usr/share/python3.2/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/dep_util.py /usr/share/python3.2/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/dir_util.py /usr/share/python3.2/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/dist.py /usr/share/python3.2/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/emxccompiler.py /usr/share/python3.2/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/errors.py /usr/share/python3.2/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/extension.py /usr/share/python3.2/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/fancy_getopt.py /usr/share/python3.2/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/file_util.py /usr/share/python3.2/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/filelist.py /usr/share/python3.2/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/log.py /usr/share/python3.2/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/msvc9compiler.py /usr/share/python3.2/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/msvccompiler.py /usr/share/python3.2/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/spawn.py /usr/share/python3.2/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/sysconfig.py /usr/share/python3.2/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/text_file.py /usr/share/python3.2/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/unixccompiler.py /usr/share/python3.2/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/util.py /usr/share/python3.2/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/version.py /usr/share/python3.2/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/versionpredicate.py /usr/share/python3.2/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/command/__init__.py /usr/share/python3.2/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/bdist.py /usr/share/python3.2/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/bdist_dumb.py /usr/share/python3.2/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/bdist_msi.py /usr/share/python3.2/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/bdist_rpm.py /usr/share/python3.2/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/bdist_wininst.py /usr/share/python3.2/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/build.py /usr/share/python3.2/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/build_clib.py /usr/share/python3.2/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/build_ext.py /usr/share/python3.2/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/build_py.py /usr/share/python3.2/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/build_scripts.py /usr/share/python3.2/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/check.py /usr/share/python3.2/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/clean.py /usr/share/python3.2/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/command_template /usr/share/python3.2/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/config.py /usr/share/python3.2/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/install.py /usr/share/python3.2/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/install_data.py /usr/share/python3.2/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/install_egg_info.py /usr/share/python3.2/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/install_headers.py /usr/share/python3.2/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/install_lib.py /usr/share/python3.2/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/install_scripts.py /usr/share/python3.2/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/register.py /usr/share/python3.2/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/sdist.py /usr/share/python3.2/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/upload.py /usr/share/python3.2/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/wininst-6.0.exe /usr/share/python3.2/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/wininst-7.1.exe /usr/share/python3.2/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/wininst-8.0.exe /usr/share/python3.2/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/wininst-9.0-amd64.exe /usr/share/python3.2/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/wininst-9.0.exe /usr/share/python3.2/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/tests/Setup.sample /usr/share/python3.2/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/__init__.py /usr/share/python3.2/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/support.py /usr/share/python3.2/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_archive_util.py /usr/share/python3.2/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_bdist.py /usr/share/python3.2/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_bdist_dumb.py /usr/share/python3.2/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_bdist_msi.py /usr/share/python3.2/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_bdist_rpm.py /usr/share/python3.2/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_bdist_wininst.py /usr/share/python3.2/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_build.py /usr/share/python3.2/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_build_clib.py /usr/share/python3.2/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_build_ext.py /usr/share/python3.2/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_build_py.py /usr/share/python3.2/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_build_scripts.py /usr/share/python3.2/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_check.py /usr/share/python3.2/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_clean.py /usr/share/python3.2/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_cmd.py /usr/share/python3.2/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_config.py /usr/share/python3.2/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_config_cmd.py /usr/share/python3.2/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_core.py /usr/share/python3.2/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_cygwinccompiler.py /usr/share/python3.2/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_dep_util.py /usr/share/python3.2/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_dir_util.py /usr/share/python3.2/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_dist.py /usr/share/python3.2/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_extension.py /usr/share/python3.2/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_file_util.py /usr/share/python3.2/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_filelist.py /usr/share/python3.2/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_install.py /usr/share/python3.2/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_install_data.py /usr/share/python3.2/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_install_headers.py /usr/share/python3.2/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_install_lib.py /usr/share/python3.2/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_install_scripts.py /usr/share/python3.2/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_log.py /usr/share/python3.2/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_msvc9compiler.py /usr/share/python3.2/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_register.py /usr/share/python3.2/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_sdist.py /usr/share/python3.2/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_spawn.py /usr/share/python3.2/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_sysconfig.py /usr/share/python3.2/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_text_file.py /usr/share/python3.2/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_unixccompiler.py /usr/share/python3.2/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_upload.py /usr/share/python3.2/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_util.py /usr/share/python3.2/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_version.py /usr/share/python3.2/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_versionpredicate.py /usr/share/python3.2/distutils/tests
/usr/bin/install -c -m 644 ./Lib/xml/__init__.py /usr/share/python3.2/xml
i686-pld-linux-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -fPIC -I/usr/include -IInclude -I. -I./Include -I/usr/include/ncursesw -I/usr/local/include -I/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/Python-3.2.3 -c /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/Python-3.2.3/Modules/_ctypes/cfield.c -o build/temp.linux-i686-3.2/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/Python-3.2.3/Modules/_ctypes/cfield.o
/usr/bin/install -c -m 644 ./Lib/xml/dom/NodeFilter.py /usr/share/python3.2/xml/dom
/usr/bin/install -c -m 644 ./Lib/xml/dom/__init__.py /usr/share/python3.2/xml/dom
/usr/bin/install -c -m 644 ./Lib/xml/dom/domreg.py /usr/share/python3.2/xml/dom
/usr/bin/install -c -m 644 ./Lib/xml/dom/expatbuilder.py /usr/share/python3.2/xml/dom
/usr/bin/install -c -m 644 ./Lib/xml/dom/minicompat.py /usr/share/python3.2/xml/dom
/usr/bin/install -c -m 644 ./Lib/xml/dom/minidom.py /usr/share/python3.2/xml/dom
/usr/bin/install -c -m 644 ./Lib/xml/dom/pulldom.py /usr/share/python3.2/xml/dom
/usr/bin/install -c -m 644 ./Lib/xml/dom/xmlbuilder.py /usr/share/python3.2/xml/dom
/usr/bin/install -c -m 644 ./Lib/xml/etree/ElementInclude.py /usr/share/python3.2/xml/etree
/usr/bin/install -c -m 644 ./Lib/xml/etree/ElementPath.py /usr/share/python3.2/xml/etree
/usr/bin/install -c -m 644 ./Lib/xml/etree/ElementTree.py /usr/share/python3.2/xml/etree
/usr/bin/install -c -m 644 ./Lib/xml/etree/__init__.py /usr/share/python3.2/xml/etree
/usr/bin/install -c -m 644 ./Lib/xml/etree/cElementTree.py /usr/share/python3.2/xml/etree
/usr/bin/install -c -m 644 ./Lib/xml/parsers/__init__.py /usr/share/python3.2/xml/parsers
/usr/bin/install -c -m 644 ./Lib/xml/parsers/expat.py /usr/share/python3.2/xml/parsers
/usr/bin/install -c -m 644 ./Lib/xml/sax/__init__.py /usr/share/python3.2/xml/sax
/usr/bin/install -c -m 644 ./Lib/xml/sax/_exceptions.py /usr/share/python3.2/xml/sax
/usr/bin/install -c -m 644 ./Lib/xml/sax/expatreader.py /usr/share/python3.2/xml/sax
/usr/bin/install -c -m 644 ./Lib/xml/sax/handler.py /usr/share/python3.2/xml/sax
/usr/bin/install -c -m 644 ./Lib/xml/sax/saxutils.py /usr/share/python3.2/xml/sax
/usr/bin/install -c -m 644 ./Lib/xml/sax/xmlreader.py /usr/share/python3.2/xml/sax
/usr/bin/install -c -m 644 ./Lib/importlib/__init__.py /usr/share/python3.2/importlib
/usr/bin/install -c -m 644 ./Lib/importlib/_bootstrap.py /usr/share/python3.2/importlib
/usr/bin/install -c -m 644 ./Lib/importlib/abc.py /usr/share/python3.2/importlib
/usr/bin/install -c -m 644 ./Lib/importlib/machinery.py /usr/share/python3.2/importlib
/usr/bin/install -c -m 644 ./Lib/importlib/util.py /usr/share/python3.2/importlib
/usr/bin/install -c -m 644 ./Lib/importlib/test/__init__.py /usr/share/python3.2/importlib/test
/usr/bin/install -c -m 644 ./Lib/importlib/test/__main__.py /usr/share/python3.2/importlib/test
/usr/bin/install -c -m 644 ./Lib/importlib/test/abc.py /usr/share/python3.2/importlib/test
/usr/bin/install -c -m 644 ./Lib/importlib/test/benchmark.py /usr/share/python3.2/importlib/test
/usr/bin/install -c -m 644 ./Lib/importlib/test/regrtest.py /usr/share/python3.2/importlib/test
/usr/bin/install -c -m 644 ./Lib/importlib/test/test_abc.py /usr/share/python3.2/importlib/test
/usr/bin/install -c -m 644 ./Lib/importlib/test/test_api.py /usr/share/python3.2/importlib/test
/usr/bin/install -c -m 644 ./Lib/importlib/test/test_util.py /usr/share/python3.2/importlib/test
/usr/bin/install -c -m 644 ./Lib/importlib/test/util.py /usr/share/python3.2/importlib/test
/usr/bin/install -c -m 644 ./Lib/importlib/test/builtin/__init__.py /usr/share/python3.2/importlib/test/builtin
/usr/bin/install -c -m 644 ./Lib/importlib/test/builtin/test_finder.py /usr/share/python3.2/importlib/test/builtin
/usr/bin/install -c -m 644 ./Lib/importlib/test/builtin/test_loader.py /usr/share/python3.2/importlib/test/builtin
/usr/bin/install -c -m 644 ./Lib/importlib/test/builtin/util.py /usr/share/python3.2/importlib/test/builtin
/usr/bin/install -c -m 644 ./Lib/importlib/test/extension/__init__.py /usr/share/python3.2/importlib/test/extension
/usr/bin/install -c -m 644 ./Lib/importlib/test/extension/test_case_sensitivity.py /usr/share/python3.2/importlib/test/extension
/usr/bin/install -c -m 644 ./Lib/importlib/test/extension/test_finder.py /usr/share/python3.2/importlib/test/extension
/usr/bin/install -c -m 644 ./Lib/importlib/test/extension/test_loader.py /usr/share/python3.2/importlib/test/extension
/usr/bin/install -c -m 644 ./Lib/importlib/test/extension/test_path_hook.py /usr/share/python3.2/importlib/test/extension
/usr/bin/install -c -m 644 ./Lib/importlib/test/extension/util.py /usr/share/python3.2/importlib/test/extension
/usr/bin/install -c -m 644 ./Lib/importlib/test/frozen/__init__.py /usr/share/python3.2/importlib/test/frozen
/usr/bin/install -c -m 644 ./Lib/importlib/test/frozen/test_finder.py /usr/share/python3.2/importlib/test/frozen
/usr/bin/install -c -m 644 ./Lib/importlib/test/frozen/test_loader.py /usr/share/python3.2/importlib/test/frozen
/usr/bin/install -c -m 644 ./Lib/importlib/test/import_/__init__.py /usr/share/python3.2/importlib/test/import_
/usr/bin/install -c -m 644 ./Lib/importlib/test/import_/test___package__.py /usr/share/python3.2/importlib/test/import_
/usr/bin/install -c -m 644 ./Lib/importlib/test/import_/test_api.py /usr/share/python3.2/importlib/test/import_
/usr/bin/install -c -m 644 ./Lib/importlib/test/import_/test_caching.py /usr/share/python3.2/importlib/test/import_
/usr/bin/install -c -m 644 ./Lib/importlib/test/import_/test_fromlist.py /usr/share/python3.2/importlib/test/import_
/usr/bin/install -c -m 644 ./Lib/importlib/test/import_/test_meta_path.py /usr/share/python3.2/importlib/test/import_
/usr/bin/install -c -m 644 ./Lib/importlib/test/import_/test_packages.py /usr/share/python3.2/importlib/test/import_
/usr/bin/install -c -m 644 ./Lib/importlib/test/import_/test_path.py /usr/share/python3.2/importlib/test/import_
/usr/bin/install -c -m 644 ./Lib/importlib/test/import_/test_relative_imports.py /usr/share/python3.2/importlib/test/import_
/usr/bin/install -c -m 644 ./Lib/importlib/test/import_/util.py /usr/share/python3.2/importlib/test/import_
/usr/bin/install -c -m 644 ./Lib/importlib/test/source/__init__.py /usr/share/python3.2/importlib/test/source
/usr/bin/install -c -m 644 ./Lib/importlib/test/source/test_abc_loader.py /usr/share/python3.2/importlib/test/source
/usr/bin/install -c -m 644 ./Lib/importlib/test/source/test_case_sensitivity.py /usr/share/python3.2/importlib/test/source
/usr/bin/install -c -m 644 ./Lib/importlib/test/source/test_file_loader.py /usr/share/python3.2/importlib/test/source
/usr/bin/install -c -m 644 ./Lib/importlib/test/source/test_finder.py /usr/share/python3.2/importlib/test/source
/usr/bin/install -c -m 644 ./Lib/importlib/test/source/test_path_hook.py /usr/share/python3.2/importlib/test/source
/usr/bin/install -c -m 644 ./Lib/importlib/test/source/test_source_encoding.py /usr/share/python3.2/importlib/test/source
/usr/bin/install -c -m 644 ./Lib/importlib/test/source/util.py /usr/share/python3.2/importlib/test/source
/usr/bin/install -c -m 644 ./Lib/turtledemo/__init__.py /usr/share/python3.2/turtledemo
/usr/bin/install -c ./Lib/turtledemo/__main__.py /usr/share/python3.2/turtledemo
/usr/bin/install -c -m 644 ./Lib/turtledemo/about_turtle.txt /usr/share/python3.2/turtledemo
/usr/bin/install -c -m 644 ./Lib/turtledemo/about_turtledemo.txt /usr/share/python3.2/turtledemo
/usr/bin/install -c -m 644 ./Lib/turtledemo/bytedesign.py /usr/share/python3.2/turtledemo
/usr/bin/install -c -m 644 ./Lib/turtledemo/chaos.py /usr/share/python3.2/turtledemo
/usr/bin/install -c -m 644 ./Lib/turtledemo/clock.py /usr/share/python3.2/turtledemo
/usr/bin/install -c -m 644 ./Lib/turtledemo/colormixer.py /usr/share/python3.2/turtledemo
/usr/bin/install -c -m 644 ./Lib/turtledemo/demohelp.txt /usr/share/python3.2/turtledemo
/usr/bin/install -c -m 644 ./Lib/turtledemo/forest.py /usr/share/python3.2/turtledemo
/usr/bin/install -c -m 644 ./Lib/turtledemo/fractalcurves.py /usr/share/python3.2/turtledemo
/usr/bin/install -c -m 644 ./Lib/turtledemo/lindenmayer.py /usr/share/python3.2/turtledemo
/usr/bin/install -c -m 644 ./Lib/turtledemo/minimal_hanoi.py /usr/share/python3.2/turtledemo
/usr/bin/install -c -m 644 ./Lib/turtledemo/nim.py /usr/share/python3.2/turtledemo
/usr/bin/install -c -m 644 ./Lib/turtledemo/paint.py /usr/share/python3.2/turtledemo
/usr/bin/install -c -m 644 ./Lib/turtledemo/peace.py /usr/share/python3.2/turtledemo
/usr/bin/install -c -m 644 ./Lib/turtledemo/penrose.py /usr/share/python3.2/turtledemo
/usr/bin/install -c -m 644 ./Lib/turtledemo/planet_and_moon.py /usr/share/python3.2/turtledemo
/usr/bin/install -c -m 644 ./Lib/turtledemo/round_dance.py /usr/share/python3.2/turtledemo
/usr/bin/install -c -m 644 ./Lib/turtledemo/tree.py /usr/share/python3.2/turtledemo
/usr/bin/install -c -m 644 ./Lib/turtledemo/turtle.cfg /usr/share/python3.2/turtledemo
/usr/bin/install -c -m 644 ./Lib/turtledemo/two_canvases.py /usr/share/python3.2/turtledemo
/usr/bin/install -c -m 644 ./Lib/turtledemo/wikipedia.py /usr/share/python3.2/turtledemo
/usr/bin/install -c -m 644 ./Lib/turtledemo/yinyang.py /usr/share/python3.2/turtledemo
/usr/bin/install -c -m 644 ./Lib/multiprocessing/__init__.py /usr/share/python3.2/multiprocessing
/usr/bin/install -c -m 644 ./Lib/multiprocessing/connection.py /usr/share/python3.2/multiprocessing
/usr/bin/install -c -m 644 ./Lib/multiprocessing/forking.py /usr/share/python3.2/multiprocessing
/usr/bin/install -c -m 644 ./Lib/multiprocessing/heap.py /usr/share/python3.2/multiprocessing
/usr/bin/install -c -m 644 ./Lib/multiprocessing/managers.py /usr/share/python3.2/multiprocessing
/usr/bin/install -c -m 644 ./Lib/multiprocessing/pool.py /usr/share/python3.2/multiprocessing
/usr/bin/install -c -m 644 ./Lib/multiprocessing/process.py /usr/share/python3.2/multiprocessing
/usr/bin/install -c -m 644 ./Lib/multiprocessing/queues.py /usr/share/python3.2/multiprocessing
/usr/bin/install -c -m 644 ./Lib/multiprocessing/reduction.py /usr/share/python3.2/multiprocessing
/usr/bin/install -c -m 644 ./Lib/multiprocessing/sharedctypes.py /usr/share/python3.2/multiprocessing
/usr/bin/install -c -m 644 ./Lib/multiprocessing/synchronize.py /usr/share/python3.2/multiprocessing
/usr/bin/install -c -m 644 ./Lib/multiprocessing/util.py /usr/share/python3.2/multiprocessing
/usr/bin/install -c -m 644 ./Lib/multiprocessing/dummy/__init__.py /usr/share/python3.2/multiprocessing/dummy
/usr/bin/install -c -m 644 ./Lib/multiprocessing/dummy/connection.py /usr/share/python3.2/multiprocessing/dummy
/usr/bin/install -c -m 644 ./Lib/unittest/__init__.py /usr/share/python3.2/unittest
/usr/bin/install -c -m 644 ./Lib/unittest/__main__.py /usr/share/python3.2/unittest
/usr/bin/install -c -m 644 ./Lib/unittest/case.py /usr/share/python3.2/unittest
/usr/bin/install -c -m 644 ./Lib/unittest/loader.py /usr/share/python3.2/unittest
/usr/bin/install -c -m 644 ./Lib/unittest/main.py /usr/share/python3.2/unittest
/usr/bin/install -c -m 644 ./Lib/unittest/result.py /usr/share/python3.2/unittest
/usr/bin/install -c -m 644 ./Lib/unittest/runner.py /usr/share/python3.2/unittest
/usr/bin/install -c -m 644 ./Lib/unittest/signals.py /usr/share/python3.2/unittest
/usr/bin/install -c -m 644 ./Lib/unittest/suite.py /usr/share/python3.2/unittest
/usr/bin/install -c -m 644 ./Lib/unittest/util.py /usr/share/python3.2/unittest
/usr/bin/install -c -m 644 ./Lib/unittest/test/__init__.py /usr/share/python3.2/unittest/test
/usr/bin/install -c -m 644 ./Lib/unittest/test/_test_warnings.py /usr/share/python3.2/unittest/test
/usr/bin/install -c -m 644 ./Lib/unittest/test/dummy.py /usr/share/python3.2/unittest/test
/usr/bin/install -c -m 644 ./Lib/unittest/test/support.py /usr/share/python3.2/unittest/test
/usr/bin/install -c -m 644 ./Lib/unittest/test/test_assertions.py /usr/share/python3.2/unittest/test
/usr/bin/install -c -m 644 ./Lib/unittest/test/test_break.py /usr/share/python3.2/unittest/test
/usr/bin/install -c -m 644 ./Lib/unittest/test/test_case.py /usr/share/python3.2/unittest/test
/usr/bin/install -c -m 644 ./Lib/unittest/test/test_discovery.py /usr/share/python3.2/unittest/test
/usr/bin/install -c -m 644 ./Lib/unittest/test/test_functiontestcase.py /usr/share/python3.2/unittest/test
/usr/bin/install -c -m 644 ./Lib/unittest/test/test_loader.py /usr/share/python3.2/unittest/test
/usr/bin/install -c -m 644 ./Lib/unittest/test/test_program.py /usr/share/python3.2/unittest/test
/usr/bin/install -c -m 644 ./Lib/unittest/test/test_result.py /usr/share/python3.2/unittest/test
/usr/bin/install -c -m 644 ./Lib/unittest/test/test_runner.py /usr/share/python3.2/unittest/test
/usr/bin/install -c -m 644 ./Lib/unittest/test/test_setups.py /usr/share/python3.2/unittest/test
/usr/bin/install -c -m 644 ./Lib/unittest/test/test_skipping.py /usr/share/python3.2/unittest/test
/usr/bin/install -c -m 644 ./Lib/unittest/test/test_suite.py /usr/share/python3.2/unittest/test
/usr/bin/install -c -m 644 ./Lib/curses/__init__.py /usr/share/python3.2/curses
/usr/bin/install -c -m 644 ./Lib/curses/ascii.py /usr/share/python3.2/curses
/usr/bin/install -c -m 644 ./Lib/curses/has_key.py /usr/share/python3.2/curses
/usr/bin/install -c -m 644 ./Lib/curses/panel.py /usr/share/python3.2/curses
/usr/bin/install -c -m 644 ./Lib/curses/textpad.py /usr/share/python3.2/curses
/usr/bin/install -c -m 644 ./Lib/curses/wrapper.py /usr/share/python3.2/curses
/usr/bin/install -c -m 644 ./Lib/pydoc_data/__init__.py /usr/share/python3.2/pydoc_data
/usr/bin/install -c -m 644 ./Lib/pydoc_data/_pydoc.css /usr/share/python3.2/pydoc_data
/usr/bin/install -c -m 644 ./Lib/pydoc_data/topics.py /usr/share/python3.2/pydoc_data
/usr/bin/install -c -m 644 ./Lib/plat-linux2/CDROM.py /usr/share/python3.2/plat-linux2
/usr/bin/install -c -m 644 ./Lib/plat-linux2/DLFCN.py /usr/share/python3.2/plat-linux2
/usr/bin/install -c -m 644 ./Lib/plat-linux2/IN.py /usr/share/python3.2/plat-linux2
/usr/bin/install -c -m 644 ./Lib/plat-linux2/TYPES.py /usr/share/python3.2/plat-linux2
/usr/bin/install -c ./Lib/plat-linux2/regen /usr/share/python3.2/plat-linux2
/usr/bin/install -c -m 644 ./LICENSE /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/LICENSE.txt
if test -d /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests; then \
/usr/bin/install -c -m 644 ./Modules/xxmodule.c \
/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests ; \
fi
PYTHONPATH=/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2 LD_LIBRARY_PATH=/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/Python-3.2.3: \
./python -Wi /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/compileall.py \
-d /usr/share/python3.2 -f \
-x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \
/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2
i686-pld-linux-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -I/usr/include/ncursesw -O2 -march=i686 -Wall -Wstrict-prototypes -O2 -march=i686 -shared -O2 -march=i686 -Wl,--as-needed build/temp.linux-i686-3.2/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/Python-3.2.3/Modules/_ctypes/_ctypes.o build/temp.linux-i686-3.2/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/Python-3.2.3/Modules/_ctypes/callbacks.o build/temp.linux-i686-3.2/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/Python-3.2.3/Modules/_ctypes/callproc.o build/temp.linux-i686-3.2/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/Python-3.2.3/Modules/_ctypes/stgdict.o build/temp.linux-i686-3.2/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/Python-3.2.3/Modules/_ctypes/cfield.o -L. -L/usr/local/lib -lffi -lpython3.2mu -o build/lib.linux-i686-3.2/_ctypes.cpython-32mu.so
*** WARNING: renaming "_ctypes" since importing it failed: build/lib.linux-i686-3.2/_ctypes.cpython-32mu.so: undefined symbol: ffi_closure_alloc
Failed to build these modules:
_ctypes
running build_scripts
copying and adjusting /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/Python-3.2.3/Tools/scripts/pydoc3 -> build/scripts-3.2
copying and adjusting /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/Python-3.2.3/Tools/scripts/idle3 -> build/scripts-3.2
copying and adjusting /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/Python-3.2.3/Tools/scripts/2to3 -> build/scripts-3.2
changing mode of build/scripts-3.2/pydoc3 from 644 to 755
changing mode of build/scripts-3.2/idle3 from 644 to 755
changing mode of build/scripts-3.2/2to3 from 644 to 755
renaming build/scripts-3.2/pydoc3 to build/scripts-3.2/pydoc3.2
renaming build/scripts-3.2/idle3 to build/scripts-3.2/idle3.2
renaming build/scripts-3.2/2to3 to build/scripts-3.2/2to3-3.2
running install_lib
copying build/lib.linux-i686-3.2/_struct.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/_ctypes_test.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/array.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/cmath.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/math.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/time.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/_datetime.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/_random.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/_bisect.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/_heapq.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/_pickle.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/atexit.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/_json.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/_testcapi.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/_lsprof.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/unicodedata.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/fcntl.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/grp.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/spwd.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/select.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/parser.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/mmap.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/syslog.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/audioop.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/readline.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/crypt.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/_csv.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/_posixsubprocess.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/_socket.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/_ssl.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/_hashlib.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/_sqlite3.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/_dbm.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/_gdbm.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/termios.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/resource.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/nis.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/_curses.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/_curses_panel.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/zlib.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/binascii.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/bz2.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/pyexpat.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/_elementtree.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/_multibytecodec.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/_codecs_kr.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/_codecs_jp.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/_codecs_cn.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/_codecs_tw.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/_codecs_hk.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/_codecs_iso2022.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/_multiprocessing.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/ossaudiodev.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/_tkinter.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/xxlimited.cpython-32mu.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
copying build/lib.linux-i686-3.2/_ctypes.cpython-32mu_failed.so -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/_struct.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/_ctypes_test.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/array.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/cmath.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/math.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/time.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/_datetime.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/_random.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/_bisect.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/_heapq.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/_pickle.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/atexit.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/_json.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/_testcapi.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/_lsprof.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/unicodedata.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/fcntl.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/grp.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/spwd.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/select.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/parser.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/mmap.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/syslog.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/audioop.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/readline.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/crypt.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/_csv.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/_posixsubprocess.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/_socket.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/_ssl.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/_hashlib.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/_sqlite3.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/_dbm.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/_gdbm.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/termios.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/resource.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/nis.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/_curses.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/_curses_panel.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/zlib.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/binascii.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/bz2.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/pyexpat.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/_elementtree.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/_multibytecodec.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/_codecs_kr.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/_codecs_jp.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/_codecs_cn.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/_codecs_tw.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/_codecs_hk.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/_codecs_iso2022.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/_multiprocessing.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/ossaudiodev.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/_tkinter.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/xxlimited.cpython-32mu.so to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/_ctypes.cpython-32mu_failed.so to 644
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/ to 755
running install_scripts
copying build/scripts-3.2/pydoc3.2 -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/bin
copying build/scripts-3.2/idle3.2 -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/bin
copying build/scripts-3.2/2to3-3.2 -> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/bin
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/bin/pydoc3.2 to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/bin/idle3.2 to 755
changing mode of /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/bin/2to3-3.2 to 755
running install_egg_info
Writing /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/Python-3.2.3-py3.2.egg-info
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/__future__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/__phello__.foo.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/_abcoll.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/_compat_pickle.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/_dummy_thread.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/_markupbase.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/_pyio.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/_strptime.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/_threading_local.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/_weakrefset.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/abc.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/aifc.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/antigravity.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/argparse.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ast.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/asynchat.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/asyncore.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/base64.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/bdb.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/binhex.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/bisect.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/cProfile.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/calendar.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/cgi.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/cgitb.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/chunk.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/cmd.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/code.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/codecs.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/codeop.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/collections.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/colorsys.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/compileall.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/concurrent'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/concurrent/__init__.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/concurrent/futures'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/concurrent/futures/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/concurrent/futures/_base.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/concurrent/futures/process.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/concurrent/futures/thread.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/configparser.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/contextlib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/copy.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/copyreg.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/csv.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/_endian.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/macholib'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/macholib/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/macholib/dyld.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/macholib/dylib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/macholib/framework.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/runtests.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_anon.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_array_in_pointer.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_arrays.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_as_parameter.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_bitfields.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_buffers.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_bytes.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_byteswap.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_callbacks.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_cast.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_cfuncs.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_checkretval.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_delattr.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_errcheck.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_errno.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_find.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_frombuffer.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_funcptr.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_functions.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_incomplete.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_init.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_integers.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_internals.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_keeprefs.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_libc.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_loading.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_macholib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_memfunctions.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_numbers.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_objects.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_parameters.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_pep3118.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_pickling.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_pointers.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_prototypes.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_python_api.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_random_things.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_refcounts.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_repr.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_returnfuncptrs.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_simplesubclasses.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_sizes.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_slicing.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_stringptr.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_strings.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_struct_fields.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_structures.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_unaligned_structures.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_unicode.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_values.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_varsize_struct.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_win32.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/util.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/wintypes.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/curses'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/curses/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/curses/ascii.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/curses/has_key.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/curses/panel.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/curses/textpad.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/curses/wrapper.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/datetime.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/dbm'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/dbm/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/dbm/dumb.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/dbm/gnu.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/dbm/ndbm.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/decimal.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/difflib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/dis.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/archive_util.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/bcppcompiler.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/ccompiler.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/cmd.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/bdist.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/bdist_dumb.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/bdist_msi.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/bdist_rpm.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/bdist_wininst.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/build.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/build_clib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/build_ext.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/build_py.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/build_scripts.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/check.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/clean.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/config.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/install.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/install_data.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/install_egg_info.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/install_headers.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/install_lib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/install_scripts.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/register.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/sdist.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/upload.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/config.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/core.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/cygwinccompiler.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/debug.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/dep_util.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/dir_util.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/dist.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/emxccompiler.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/errors.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/extension.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/fancy_getopt.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/file_util.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/filelist.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/log.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/msvc9compiler.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/msvccompiler.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/spawn.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/sysconfig.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/support.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_archive_util.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_bdist.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_bdist_dumb.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_bdist_msi.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_bdist_rpm.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_bdist_wininst.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_build.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_build_clib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_build_ext.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_build_py.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_build_scripts.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_check.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_clean.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_cmd.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_config.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_config_cmd.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_core.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_cygwinccompiler.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_dep_util.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_dir_util.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_dist.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_extension.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_file_util.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_filelist.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_install.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_install_data.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_install_headers.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_install_lib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_install_scripts.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_log.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_msvc9compiler.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_register.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_sdist.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_spawn.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_sysconfig.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_text_file.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_unixccompiler.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_upload.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_util.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_version.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_versionpredicate.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/text_file.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/unixccompiler.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/util.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/version.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/versionpredicate.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/doctest.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/dummy_threading.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/_parseaddr.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/base64mime.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/charset.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/encoders.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/errors.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/feedparser.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/generator.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/header.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/iterators.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/message.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/mime'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/mime/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/mime/application.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/mime/audio.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/mime/base.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/mime/image.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/mime/message.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/mime/multipart.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/mime/nonmultipart.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/mime/text.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/parser.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/quoprimime.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/test'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/test/__init__.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/test/data'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/test/test_email.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/test/test_email_codecs.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/test/test_email_torture.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/utils.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/aliases.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/ascii.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/base64_codec.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/big5.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/big5hkscs.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/bz2_codec.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/charmap.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp037.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp1006.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp1026.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp1140.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp1250.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp1251.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp1252.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp1253.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp1254.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp1255.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp1256.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp1257.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp1258.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp424.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp437.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp500.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp720.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp737.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp775.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp850.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp852.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp855.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp856.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp857.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp858.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp860.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp861.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp862.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp863.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp864.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp865.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp866.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp869.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp874.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp875.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp932.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp949.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp950.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/euc_jis_2004.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/euc_jisx0213.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/euc_jp.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/euc_kr.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/gb18030.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/gb2312.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/gbk.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/hex_codec.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/hp_roman8.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/hz.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/idna.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/iso2022_jp.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/iso2022_jp_1.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/iso2022_jp_2.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/iso2022_jp_2004.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/iso2022_jp_3.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/iso2022_jp_ext.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/iso2022_kr.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/iso8859_1.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/iso8859_10.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/iso8859_11.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/iso8859_13.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/iso8859_14.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/iso8859_15.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/iso8859_16.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/iso8859_2.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/iso8859_3.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/iso8859_4.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/iso8859_5.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/iso8859_6.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/iso8859_7.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/iso8859_8.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/iso8859_9.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/johab.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/koi8_r.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/koi8_u.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/latin_1.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/mac_arabic.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/mac_centeuro.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/mac_croatian.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/mac_cyrillic.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/mac_farsi.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/mac_greek.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/mac_iceland.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/mac_latin2.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/mac_roman.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/mac_romanian.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/mac_turkish.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/mbcs.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/palmos.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/ptcp154.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/punycode.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/quopri_codec.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/raw_unicode_escape.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/rot_13.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/shift_jis.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/shift_jis_2004.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/shift_jisx0213.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/tis_620.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/undefined.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/unicode_escape.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/unicode_internal.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/utf_16.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/utf_16_be.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/utf_16_le.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/utf_32.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/utf_32_be.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/utf_32_le.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/utf_7.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/utf_8.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/utf_8_sig.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/uu_codec.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/zlib_codec.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/filecmp.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/fileinput.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/fnmatch.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/formatter.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/fractions.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ftplib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/functools.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/genericpath.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/getopt.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/getpass.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/gettext.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/glob.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/gzip.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/hashlib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/heapq.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/hmac.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/html'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/html/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/html/entities.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/html/parser.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/http'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/http/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/http/client.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/http/cookiejar.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/http/cookies.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/http/server.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/AutoComplete.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/AutoCompleteWindow.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/AutoExpand.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/Bindings.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/CallTipWindow.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/CallTips.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/ClassBrowser.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/CodeContext.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/ColorDelegator.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/Debugger.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/Delegator.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/EditorWindow.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/FileList.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/FormatParagraph.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/GrepDialog.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/HyperParser.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/IOBinding.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/Icons'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/IdleHistory.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/MultiCall.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/MultiStatusBar.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/ObjectBrowser.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/OutputWindow.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/ParenMatch.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/PathBrowser.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/Percolator.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/PyParse.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/PyShell.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/RemoteDebugger.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/RemoteObjectBrowser.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/ReplaceDialog.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/RstripExtension.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/ScriptBinding.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/ScrolledList.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/SearchDialog.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/SearchDialogBase.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/SearchEngine.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/StackViewer.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/ToolTip.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/TreeWidget.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/UndoDelegator.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/WidgetRedirector.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/WindowList.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/ZoomHeight.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/aboutDialog.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/configDialog.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/configHandler.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/configHelpSourceEdit.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/configSectionNameDialog.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/dynOptionMenuWidget.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/idle.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/idlever.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/keybindingDialog.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/macosxSupport.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/rpc.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/run.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/tabbedpages.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/testcode.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/textView.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/imaplib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/imghdr.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/_bootstrap.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/abc.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/machinery.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/__main__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/abc.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/benchmark.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/builtin'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/builtin/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/builtin/test_finder.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/builtin/test_loader.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/builtin/util.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/extension'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/extension/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/extension/test_case_sensitivity.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/extension/test_finder.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/extension/test_loader.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/extension/test_path_hook.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/extension/util.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/frozen'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/frozen/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/frozen/test_finder.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/frozen/test_loader.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/import_'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/import_/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/import_/test___package__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/import_/test_api.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/import_/test_caching.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/import_/test_fromlist.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/import_/test_meta_path.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/import_/test_packages.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/import_/test_path.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/import_/test_relative_imports.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/import_/util.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/regrtest.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/source'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/source/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/source/test_abc_loader.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/source/test_case_sensitivity.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/source/test_file_loader.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/source/test_finder.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/source/test_path_hook.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/source/test_source_encoding.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/source/util.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/test_abc.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/test_api.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/test_util.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/util.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/util.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/inspect.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/io.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/json'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/json/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/json/decoder.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/json/encoder.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/json/scanner.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/json/tool.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/keyword.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/btm_matcher.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/btm_utils.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixer_base.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixer_util.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_apply.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_basestring.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_buffer.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_callable.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_dict.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_except.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_exec.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_execfile.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_exitfunc.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_filter.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_funcattrs.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_future.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_getcwdu.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_has_key.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_idioms.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_import.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_imports.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_imports2.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_input.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_intern.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_isinstance.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_itertools.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_itertools_imports.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_long.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_map.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_metaclass.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_methodattrs.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_ne.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_next.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_nonzero.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_numliterals.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_operator.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_paren.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_print.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_raise.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_raw_input.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_reduce.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_renames.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_repr.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_set_literal.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_standarderror.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_sys_exc.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_throw.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_tuple_params.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_types.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_unicode.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_urllib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_ws_comma.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_xrange.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_xreadlines.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_zip.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/main.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/patcomp.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/pgen2'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/pgen2/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/pgen2/conv.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/pgen2/driver.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/pgen2/grammar.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/pgen2/literals.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/pgen2/parse.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/pgen2/pgen.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/pgen2/token.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/pgen2/tokenize.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/pygram.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/pytree.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/refactor.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/tests'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/tests/__init__.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/tests/data'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/tests/data/fixers'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/tests/data/fixers/myfixes'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/tests/pytree_idempotency.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/tests/support.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/tests/test_all_fixers.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/tests/test_fixers.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/tests/test_main.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/tests/test_parser.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/tests/test_pytree.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/tests/test_refactor.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/tests/test_util.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/linecache.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/locale.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/logging'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/logging/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/logging/config.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/logging/handlers.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/macpath.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/macurl2path.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/mailbox.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/mailcap.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/mimetypes.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/modulefinder.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/multiprocessing'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/multiprocessing/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/multiprocessing/connection.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/multiprocessing/dummy'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/multiprocessing/dummy/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/multiprocessing/dummy/connection.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/multiprocessing/forking.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/multiprocessing/heap.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/multiprocessing/managers.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/multiprocessing/pool.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/multiprocessing/process.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/multiprocessing/queues.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/multiprocessing/reduction.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/multiprocessing/sharedctypes.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/multiprocessing/synchronize.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/multiprocessing/util.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/netrc.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/nntplib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ntpath.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/nturl2path.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/numbers.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/opcode.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/optparse.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/os.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/os2emxpath.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/pdb.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/pickle.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/pickletools.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/pipes.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/pkgutil.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/plat-linux2'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/plat-linux2/CDROM.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/plat-linux2/DLFCN.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/plat-linux2/IN.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/plat-linux2/TYPES.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/platform.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/plistlib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/poplib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/posixpath.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/pprint.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/profile.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/pstats.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/pty.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/py_compile.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/pyclbr.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/pydoc.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/pydoc_data'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/pydoc_data/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/pydoc_data/topics.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/queue.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/quopri.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/random.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/re.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/reprlib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/rlcompleter.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/runpy.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/sched.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/shelve.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/shlex.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/shutil.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/site-packages'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/site.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/smtpd.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/smtplib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/sndhdr.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/socket.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/socketserver.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/sqlite3'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/sqlite3/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/sqlite3/dbapi2.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/sqlite3/dump.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/sqlite3/test'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/sqlite3/test/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/sqlite3/test/dbapi.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/sqlite3/test/dump.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/sqlite3/test/factory.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/sqlite3/test/hooks.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/sqlite3/test/regression.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/sqlite3/test/transactions.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/sqlite3/test/types.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/sqlite3/test/userfunctions.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/sre_compile.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/sre_constants.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/sre_parse.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ssl.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/stat.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/string.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/stringprep.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/struct.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/subprocess.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/sunau.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/symbol.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/symtable.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/sysconfig.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tabnanny.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tarfile.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/telnetlib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tempfile.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/__main__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/autotest.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/buffer_tests.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/capath'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/cjkencodings'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/curses_tests.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/data'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/datetimetester.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/decimaltestdata'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/dis_module.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/doctest_aliases.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/double_const.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/encoded_modules'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/encoded_modules/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/encoded_modules/module_iso_8859_1.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/encoded_modules/module_koi8_r.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/fork_wait.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/gdb_sample.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/inspect_fodder.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/inspect_fodder2.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/json_tests'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/json_tests/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/json_tests/test_decode.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/json_tests/test_default.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/json_tests/test_dump.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/json_tests/test_encode_basestring_ascii.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/json_tests/test_fail.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/json_tests/test_float.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/json_tests/test_indent.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/json_tests/test_pass1.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/json_tests/test_pass2.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/json_tests/test_pass3.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/json_tests/test_recursion.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/json_tests/test_scanstring.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/json_tests/test_separators.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/json_tests/test_speedups.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/json_tests/test_unicode.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/list_tests.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/lock_tests.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/make_ssl_certs.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/mapping_tests.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/mock_socket.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/outstanding_bugs.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/pickletester.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/profilee.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/pyclbr_input.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/pydoc_mod.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/pydocfodder.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/pystone.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/re_tests.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/regrtest.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/relimport.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/reperf.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/sample_doctest.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/script_helper.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/seq_tests.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/sortperf.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/ssl_servers.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/string_tests.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/subprocessdata'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/subprocessdata/fd_status.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/subprocessdata/input_reader.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/subprocessdata/qcat.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/subprocessdata/qgrep.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/subprocessdata/sigchild_ignore.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/support.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test___all__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test___future__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test__locale.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_abc.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_abstract_numbers.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_aifc.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_argparse.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_array.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_ast.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_asynchat.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_asyncore.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_atexit.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_audioop.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_augassign.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_base64.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_bigaddrspace.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_bigmem.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_binascii.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_binhex.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_binop.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_bisect.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_bool.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_bufio.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_builtin.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_bytes.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_bz2.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_calendar.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_call.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_capi.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_cfgparser.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_cgi.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_charmapcodec.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_class.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_cmath.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_cmd.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_cmd_line.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_cmd_line_script.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_code.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_codeccallbacks.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_codecencodings_cn.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_codecencodings_hk.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_codecencodings_iso2022.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_codecencodings_jp.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_codecencodings_kr.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_codecencodings_tw.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_codecmaps_cn.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_codecmaps_hk.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_codecmaps_jp.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_codecmaps_kr.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_codecmaps_tw.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_codecs.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_codeop.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_coding.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_collections.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_colorsys.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_compare.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_compile.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_compileall.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_complex.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_concurrent_futures.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_contains.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_contextlib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_copy.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_copyreg.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_cprofile.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_crypt.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_csv.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_ctypes.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_curses.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_datetime.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_dbm.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_dbm_dumb.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_dbm_gnu.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_dbm_ndbm.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_decimal.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_decorators.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_defaultdict.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_deque.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_descr.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_descrtut.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_dict.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_dictcomps.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_dictviews.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_difflib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_dis.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_distutils.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_doctest.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_doctest2.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_docxmlrpc.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_dummy_thread.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_dummy_threading.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_dynamic.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_email.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_enumerate.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_eof.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_epoll.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_errno.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_exception_variations.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_exceptions.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_extcall.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_fcntl.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_file.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_filecmp.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_fileinput.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_fileio.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_float.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_flufl.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_fnmatch.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_fork1.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_format.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_fractions.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_frozen.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_ftplib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_funcattrs.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_functools.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_future.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_future1.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_future2.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_future3.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_future4.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_future5.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_gc.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_gdb.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_generators.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_genericpath.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_genexps.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_getargs2.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_getopt.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_gettext.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_glob.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_global.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_grammar.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_grp.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_gzip.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_hash.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_hashlib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_heapq.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_hmac.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_html.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_htmlparser.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_http_cookiejar.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_http_cookies.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_httplib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_httpservers.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_imaplib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_imp.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_import.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_importhooks.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_importlib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_index.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_inspect.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_int.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_int_literal.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_io.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_ioctl.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_isinstance.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_iter.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_iterlen.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_itertools.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_json.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_keywordonlyarg.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_kqueue.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_largefile.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_lib2to3.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_linecache.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_list.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_listcomps.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_locale.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_logging.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_long.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_longexp.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_macpath.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_mailbox.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_marshal.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_math.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_memoryio.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_memoryview.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_metaclass.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_mimetypes.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_minidom.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_mmap.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_module.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_modulefinder.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_msilib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_multibytecodec.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_multibytecodec_support.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_multiprocessing.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_mutants.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_netrc.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_nis.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_nntplib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_normalization.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_ntpath.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_numeric_tower.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_opcodes.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_openpty.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_operator.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_optparse.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_os.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_ossaudiodev.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_osx_env.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_parser.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_pdb.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_peepholer.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_pep247.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_pep263.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_pep277.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_pep292.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_pep3120.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_pep3131.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_pep352.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_pickle.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_pickletools.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_pipes.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_pkg.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_pkgimport.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_pkgutil.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_platform.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_plistlib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_poll.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_popen.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_poplib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_posix.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_posixpath.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_pow.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_pprint.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_print.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_profile.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_property.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_pstats.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_pty.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_pwd.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_py_compile.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_pyclbr.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_pydoc.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_pyexpat.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_queue.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_quopri.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_raise.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_random.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_range.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_re.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_readline.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_reprlib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_resource.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_richcmp.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_rlcompleter.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_robotparser.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_runpy.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_sax.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_sched.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_scope.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_select.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_set.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_setcomps.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_shelve.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_shlex.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_shutil.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_signal.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_site.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_slice.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_smtpd.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_smtplib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_smtpnet.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_sndhdr.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_socket.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_socketserver.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_sort.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_sqlite.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_ssl.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_startfile.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_strftime.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_string.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_stringprep.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_strlit.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_strptime.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_strtod.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_struct.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_structmembers.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_structseq.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_subprocess.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_sunau.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_sundry.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_super.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_symtable.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_syntax.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_sys.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_sys_setprofile.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_sys_settrace.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_sysconfig.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_syslog.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_tarfile.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_tcl.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_telnetlib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_tempfile.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_textwrap.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_thread.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_threaded_import.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_threadedtempfile.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_threading.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_threading_local.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_threadsignals.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_time.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_timeit.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_timeout.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_tk.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_tokenize.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_trace.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_traceback.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_ttk_guionly.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_ttk_textonly.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_tuple.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_typechecks.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_types.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_ucn.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_unary.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_unicode.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_unicode_file.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_unicodedata.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_unittest.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_univnewlines.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_unpack.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_unpack_ex.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_urllib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_urllib2.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_urllib2_localnet.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_urllib2net.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_urllib_response.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_urllibnet.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_urlparse.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_userdict.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_userlist.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_userstring.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_uu.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_uuid.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_wait3.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_wait4.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_warnings.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_wave.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_weakref.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_weakset.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_winreg.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_winsound.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_with.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_wsgiref.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_xdrlib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_xml_etree.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_xml_etree_c.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_xmlrpc.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_xmlrpc_net.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_zipfile.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_zipfile64.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_zipimport.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_zipimport_support.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_zlib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/testcodec.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/tf_inherit_check.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/threaded_import_hangers.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/time_hashlib.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/tracedmodules'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/tracedmodules/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/tracedmodules/testmod.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/warning_tests.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/win_console_handler.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/xmltestdata'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/xmltests.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/textwrap.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/this.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/threading.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/timeit.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/__main__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/_fix.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/colorchooser.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/commondialog.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/constants.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/dialog.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/dnd.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/filedialog.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/font.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/messagebox.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/scrolledtext.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/simpledialog.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/test'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/test/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/test/runtktests.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/test/support.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/test/test_tkinter'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/test/test_tkinter/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/test/test_tkinter/test_font.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/test/test_tkinter/test_loadtk.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/test/test_tkinter/test_text.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/test/test_ttk'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/test/test_ttk/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/test/test_ttk/test_extensions.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/test/test_ttk/test_functions.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/test/test_ttk/test_style.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/test/test_ttk/test_widgets.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/tix.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/ttk.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/token.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tokenize.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/trace.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/traceback.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tty.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/turtle.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/turtledemo'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/turtledemo/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/turtledemo/__main__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/turtledemo/bytedesign.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/turtledemo/chaos.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/turtledemo/clock.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/turtledemo/colormixer.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/turtledemo/forest.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/turtledemo/fractalcurves.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/turtledemo/lindenmayer.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/turtledemo/minimal_hanoi.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/turtledemo/nim.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/turtledemo/paint.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/turtledemo/peace.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/turtledemo/penrose.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/turtledemo/planet_and_moon.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/turtledemo/round_dance.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/turtledemo/tree.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/turtledemo/two_canvases.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/turtledemo/wikipedia.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/turtledemo/yinyang.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/types.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/__main__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/case.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/loader.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/main.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/result.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/runner.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/signals.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/suite.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/test'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/test/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/test/_test_warnings.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/test/dummy.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/test/support.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/test/test_assertions.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/test/test_break.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/test/test_case.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/test/test_discovery.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/test/test_functiontestcase.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/test/test_loader.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/test/test_program.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/test/test_result.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/test/test_runner.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/test/test_setups.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/test/test_skipping.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/test/test_suite.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/util.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/urllib'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/urllib/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/urllib/error.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/urllib/parse.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/urllib/request.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/urllib/response.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/urllib/robotparser.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/uu.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/uuid.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/warnings.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/wave.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/weakref.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/webbrowser.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/wsgiref'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/wsgiref/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/wsgiref/handlers.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/wsgiref/headers.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/wsgiref/simple_server.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/wsgiref/util.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/wsgiref/validate.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xdrlib.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/__init__.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/dom'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/dom/NodeFilter.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/dom/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/dom/domreg.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/dom/expatbuilder.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/dom/minicompat.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/dom/minidom.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/dom/pulldom.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/dom/xmlbuilder.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/etree'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/etree/ElementInclude.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/etree/ElementPath.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/etree/ElementTree.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/etree/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/etree/cElementTree.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/parsers'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/parsers/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/parsers/expat.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/sax'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/sax/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/sax/_exceptions.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/sax/expatreader.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/sax/handler.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/sax/saxutils.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/sax/xmlreader.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xmlrpc'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xmlrpc/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xmlrpc/client.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xmlrpc/server.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/zipfile.py'...
PYTHONPATH=/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2 LD_LIBRARY_PATH=/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/Python-3.2.3: \
./python -Wi -O /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/compileall.py \
-d /usr/share/python3.2 -f \
-x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \
/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/__future__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/__phello__.foo.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/_abcoll.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/_compat_pickle.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/_dummy_thread.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/_markupbase.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/_pyio.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/_strptime.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/_threading_local.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/_weakrefset.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/abc.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/aifc.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/antigravity.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/argparse.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ast.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/asynchat.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/asyncore.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/base64.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/bdb.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/binhex.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/bisect.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/cProfile.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/calendar.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/cgi.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/cgitb.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/chunk.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/cmd.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/code.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/codecs.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/codeop.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/collections.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/colorsys.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/compileall.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/concurrent'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/concurrent/__init__.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/concurrent/futures'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/concurrent/futures/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/concurrent/futures/_base.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/concurrent/futures/process.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/concurrent/futures/thread.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/configparser.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/contextlib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/copy.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/copyreg.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/csv.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/_endian.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/macholib'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/macholib/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/macholib/dyld.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/macholib/dylib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/macholib/framework.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/runtests.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_anon.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_array_in_pointer.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_arrays.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_as_parameter.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_bitfields.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_buffers.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_bytes.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_byteswap.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_callbacks.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_cast.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_cfuncs.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_checkretval.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_delattr.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_errcheck.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_errno.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_find.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_frombuffer.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_funcptr.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_functions.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_incomplete.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_init.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_integers.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_internals.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_keeprefs.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_libc.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_loading.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_macholib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_memfunctions.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_numbers.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_objects.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_parameters.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_pep3118.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_pickling.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_pointers.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_prototypes.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_python_api.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_random_things.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_refcounts.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_repr.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_returnfuncptrs.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_simplesubclasses.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_sizes.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_slicing.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_stringptr.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_strings.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_struct_fields.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_structures.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_unaligned_structures.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_unicode.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_values.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_varsize_struct.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test/test_win32.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/util.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/wintypes.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/curses'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/curses/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/curses/ascii.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/curses/has_key.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/curses/panel.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/curses/textpad.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/curses/wrapper.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/datetime.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/dbm'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/dbm/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/dbm/dumb.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/dbm/gnu.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/dbm/ndbm.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/decimal.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/difflib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/dis.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/archive_util.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/bcppcompiler.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/ccompiler.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/cmd.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/bdist.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/bdist_dumb.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/bdist_msi.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/bdist_rpm.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/bdist_wininst.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/build.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/build_clib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/build_ext.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/build_py.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/build_scripts.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/check.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/clean.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/config.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/install.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/install_data.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/install_egg_info.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/install_headers.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/install_lib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/install_scripts.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/register.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/sdist.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/upload.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/config.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/core.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/cygwinccompiler.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/debug.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/dep_util.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/dir_util.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/dist.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/emxccompiler.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/errors.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/extension.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/fancy_getopt.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/file_util.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/filelist.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/log.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/msvc9compiler.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/msvccompiler.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/spawn.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/sysconfig.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/support.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_archive_util.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_bdist.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_bdist_dumb.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_bdist_msi.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_bdist_rpm.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_bdist_wininst.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_build.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_build_clib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_build_ext.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_build_py.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_build_scripts.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_check.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_clean.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_cmd.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_config.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_config_cmd.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_core.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_cygwinccompiler.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_dep_util.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_dir_util.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_dist.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_extension.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_file_util.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_filelist.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_install.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_install_data.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_install_headers.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_install_lib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_install_scripts.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_log.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_msvc9compiler.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_register.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_sdist.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_spawn.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_sysconfig.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_text_file.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_unixccompiler.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_upload.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_util.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_version.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests/test_versionpredicate.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/text_file.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/unixccompiler.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/util.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/version.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/versionpredicate.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/doctest.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/dummy_threading.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/_parseaddr.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/base64mime.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/charset.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/encoders.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/errors.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/feedparser.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/generator.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/header.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/iterators.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/message.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/mime'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/mime/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/mime/application.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/mime/audio.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/mime/base.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/mime/image.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/mime/message.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/mime/multipart.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/mime/nonmultipart.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/mime/text.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/parser.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/quoprimime.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/test'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/test/__init__.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/test/data'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/test/test_email.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/test/test_email_codecs.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/test/test_email_torture.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/utils.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/aliases.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/ascii.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/base64_codec.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/big5.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/big5hkscs.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/bz2_codec.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/charmap.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp037.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp1006.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp1026.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp1140.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp1250.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp1251.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp1252.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp1253.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp1254.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp1255.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp1256.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp1257.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp1258.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp424.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp437.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp500.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp720.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp737.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp775.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp850.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp852.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp855.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp856.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp857.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp858.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp860.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp861.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp862.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp863.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp864.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp865.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp866.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp869.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp874.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp875.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp932.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp949.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/cp950.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/euc_jis_2004.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/euc_jisx0213.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/euc_jp.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/euc_kr.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/gb18030.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/gb2312.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/gbk.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/hex_codec.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/hp_roman8.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/hz.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/idna.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/iso2022_jp.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/iso2022_jp_1.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/iso2022_jp_2.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/iso2022_jp_2004.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/iso2022_jp_3.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/iso2022_jp_ext.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/iso2022_kr.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/iso8859_1.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/iso8859_10.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/iso8859_11.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/iso8859_13.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/iso8859_14.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/iso8859_15.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/iso8859_16.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/iso8859_2.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/iso8859_3.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/iso8859_4.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/iso8859_5.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/iso8859_6.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/iso8859_7.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/iso8859_8.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/iso8859_9.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/johab.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/koi8_r.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/koi8_u.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/latin_1.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/mac_arabic.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/mac_centeuro.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/mac_croatian.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/mac_cyrillic.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/mac_farsi.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/mac_greek.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/mac_iceland.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/mac_latin2.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/mac_roman.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/mac_romanian.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/mac_turkish.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/mbcs.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/palmos.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/ptcp154.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/punycode.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/quopri_codec.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/raw_unicode_escape.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/rot_13.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/shift_jis.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/shift_jis_2004.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/shift_jisx0213.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/tis_620.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/undefined.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/unicode_escape.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/unicode_internal.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/utf_16.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/utf_16_be.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/utf_16_le.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/utf_32.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/utf_32_be.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/utf_32_le.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/utf_7.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/utf_8.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/utf_8_sig.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/uu_codec.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/encodings/zlib_codec.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/filecmp.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/fileinput.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/fnmatch.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/formatter.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/fractions.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ftplib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/functools.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/genericpath.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/getopt.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/getpass.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/gettext.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/glob.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/gzip.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/hashlib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/heapq.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/hmac.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/html'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/html/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/html/entities.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/html/parser.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/http'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/http/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/http/client.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/http/cookiejar.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/http/cookies.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/http/server.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/AutoComplete.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/AutoCompleteWindow.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/AutoExpand.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/Bindings.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/CallTipWindow.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/CallTips.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/ClassBrowser.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/CodeContext.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/ColorDelegator.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/Debugger.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/Delegator.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/EditorWindow.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/FileList.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/FormatParagraph.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/GrepDialog.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/HyperParser.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/IOBinding.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/Icons'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/IdleHistory.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/MultiCall.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/MultiStatusBar.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/ObjectBrowser.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/OutputWindow.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/ParenMatch.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/PathBrowser.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/Percolator.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/PyParse.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/PyShell.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/RemoteDebugger.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/RemoteObjectBrowser.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/ReplaceDialog.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/RstripExtension.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/ScriptBinding.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/ScrolledList.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/SearchDialog.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/SearchDialogBase.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/SearchEngine.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/StackViewer.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/ToolTip.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/TreeWidget.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/UndoDelegator.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/WidgetRedirector.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/WindowList.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/ZoomHeight.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/aboutDialog.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/configDialog.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/configHandler.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/configHelpSourceEdit.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/configSectionNameDialog.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/dynOptionMenuWidget.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/idle.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/idlever.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/keybindingDialog.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/macosxSupport.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/rpc.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/run.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/tabbedpages.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/testcode.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/textView.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/imaplib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/imghdr.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/_bootstrap.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/abc.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/machinery.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/__main__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/abc.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/benchmark.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/builtin'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/builtin/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/builtin/test_finder.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/builtin/test_loader.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/builtin/util.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/extension'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/extension/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/extension/test_case_sensitivity.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/extension/test_finder.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/extension/test_loader.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/extension/test_path_hook.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/extension/util.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/frozen'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/frozen/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/frozen/test_finder.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/frozen/test_loader.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/import_'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/import_/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/import_/test___package__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/import_/test_api.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/import_/test_caching.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/import_/test_fromlist.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/import_/test_meta_path.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/import_/test_packages.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/import_/test_path.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/import_/test_relative_imports.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/import_/util.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/regrtest.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/source'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/source/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/source/test_abc_loader.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/source/test_case_sensitivity.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/source/test_file_loader.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/source/test_finder.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/source/test_path_hook.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/source/test_source_encoding.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/source/util.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/test_abc.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/test_api.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/test_util.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test/util.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/util.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/inspect.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/io.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/json'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/json/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/json/decoder.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/json/encoder.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/json/scanner.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/json/tool.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/keyword.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/btm_matcher.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/btm_utils.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixer_base.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixer_util.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_apply.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_basestring.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_buffer.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_callable.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_dict.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_except.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_exec.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_execfile.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_exitfunc.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_filter.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_funcattrs.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_future.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_getcwdu.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_has_key.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_idioms.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_import.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_imports.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_imports2.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_input.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_intern.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_isinstance.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_itertools.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_itertools_imports.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_long.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_map.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_metaclass.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_methodattrs.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_ne.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_next.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_nonzero.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_numliterals.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_operator.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_paren.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_print.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_raise.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_raw_input.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_reduce.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_renames.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_repr.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_set_literal.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_standarderror.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_sys_exc.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_throw.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_tuple_params.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_types.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_unicode.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_urllib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_ws_comma.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_xrange.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_xreadlines.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/fixes/fix_zip.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/main.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/patcomp.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/pgen2'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/pgen2/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/pgen2/conv.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/pgen2/driver.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/pgen2/grammar.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/pgen2/literals.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/pgen2/parse.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/pgen2/pgen.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/pgen2/token.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/pgen2/tokenize.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/pygram.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/pytree.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/refactor.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/tests'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/tests/__init__.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/tests/data'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/tests/data/fixers'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/tests/data/fixers/myfixes'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/tests/pytree_idempotency.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/tests/support.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/tests/test_all_fixers.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/tests/test_fixers.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/tests/test_main.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/tests/test_parser.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/tests/test_pytree.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/tests/test_refactor.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/tests/test_util.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/linecache.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/locale.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/logging'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/logging/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/logging/config.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/logging/handlers.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/macpath.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/macurl2path.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/mailbox.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/mailcap.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/mimetypes.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/modulefinder.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/multiprocessing'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/multiprocessing/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/multiprocessing/connection.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/multiprocessing/dummy'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/multiprocessing/dummy/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/multiprocessing/dummy/connection.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/multiprocessing/forking.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/multiprocessing/heap.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/multiprocessing/managers.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/multiprocessing/pool.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/multiprocessing/process.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/multiprocessing/queues.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/multiprocessing/reduction.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/multiprocessing/sharedctypes.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/multiprocessing/synchronize.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/multiprocessing/util.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/netrc.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/nntplib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ntpath.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/nturl2path.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/numbers.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/opcode.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/optparse.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/os.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/os2emxpath.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/pdb.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/pickle.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/pickletools.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/pipes.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/pkgutil.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/plat-linux2'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/plat-linux2/CDROM.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/plat-linux2/DLFCN.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/plat-linux2/IN.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/plat-linux2/TYPES.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/platform.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/plistlib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/poplib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/posixpath.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/pprint.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/profile.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/pstats.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/pty.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/py_compile.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/pyclbr.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/pydoc.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/pydoc_data'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/pydoc_data/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/pydoc_data/topics.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/queue.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/quopri.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/random.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/re.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/reprlib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/rlcompleter.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/runpy.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/sched.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/shelve.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/shlex.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/shutil.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/site-packages'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/site.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/smtpd.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/smtplib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/sndhdr.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/socket.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/socketserver.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/sqlite3'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/sqlite3/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/sqlite3/dbapi2.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/sqlite3/dump.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/sqlite3/test'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/sqlite3/test/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/sqlite3/test/dbapi.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/sqlite3/test/dump.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/sqlite3/test/factory.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/sqlite3/test/hooks.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/sqlite3/test/regression.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/sqlite3/test/transactions.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/sqlite3/test/types.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/sqlite3/test/userfunctions.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/sre_compile.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/sre_constants.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/sre_parse.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ssl.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/stat.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/string.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/stringprep.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/struct.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/subprocess.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/sunau.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/symbol.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/symtable.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/sysconfig.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tabnanny.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tarfile.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/telnetlib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tempfile.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/__main__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/autotest.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/buffer_tests.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/capath'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/cjkencodings'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/curses_tests.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/data'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/datetimetester.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/decimaltestdata'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/dis_module.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/doctest_aliases.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/double_const.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/encoded_modules'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/encoded_modules/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/encoded_modules/module_iso_8859_1.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/encoded_modules/module_koi8_r.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/fork_wait.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/gdb_sample.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/inspect_fodder.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/inspect_fodder2.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/json_tests'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/json_tests/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/json_tests/test_decode.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/json_tests/test_default.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/json_tests/test_dump.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/json_tests/test_encode_basestring_ascii.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/json_tests/test_fail.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/json_tests/test_float.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/json_tests/test_indent.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/json_tests/test_pass1.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/json_tests/test_pass2.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/json_tests/test_pass3.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/json_tests/test_recursion.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/json_tests/test_scanstring.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/json_tests/test_separators.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/json_tests/test_speedups.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/json_tests/test_unicode.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/list_tests.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/lock_tests.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/make_ssl_certs.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/mapping_tests.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/mock_socket.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/outstanding_bugs.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/pickletester.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/profilee.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/pyclbr_input.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/pydoc_mod.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/pydocfodder.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/pystone.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/re_tests.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/regrtest.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/relimport.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/reperf.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/sample_doctest.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/script_helper.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/seq_tests.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/sortperf.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/ssl_servers.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/string_tests.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/subprocessdata'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/subprocessdata/fd_status.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/subprocessdata/input_reader.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/subprocessdata/qcat.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/subprocessdata/qgrep.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/subprocessdata/sigchild_ignore.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/support.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test___all__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test___future__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test__locale.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_abc.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_abstract_numbers.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_aifc.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_argparse.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_array.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_ast.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_asynchat.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_asyncore.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_atexit.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_audioop.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_augassign.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_base64.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_bigaddrspace.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_bigmem.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_binascii.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_binhex.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_binop.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_bisect.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_bool.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_bufio.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_builtin.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_bytes.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_bz2.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_calendar.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_call.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_capi.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_cfgparser.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_cgi.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_charmapcodec.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_class.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_cmath.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_cmd.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_cmd_line.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_cmd_line_script.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_code.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_codeccallbacks.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_codecencodings_cn.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_codecencodings_hk.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_codecencodings_iso2022.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_codecencodings_jp.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_codecencodings_kr.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_codecencodings_tw.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_codecmaps_cn.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_codecmaps_hk.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_codecmaps_jp.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_codecmaps_kr.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_codecmaps_tw.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_codecs.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_codeop.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_coding.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_collections.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_colorsys.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_compare.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_compile.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_compileall.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_complex.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_concurrent_futures.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_contains.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_contextlib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_copy.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_copyreg.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_cprofile.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_crypt.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_csv.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_ctypes.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_curses.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_datetime.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_dbm.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_dbm_dumb.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_dbm_gnu.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_dbm_ndbm.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_decimal.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_decorators.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_defaultdict.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_deque.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_descr.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_descrtut.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_dict.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_dictcomps.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_dictviews.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_difflib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_dis.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_distutils.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_doctest.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_doctest2.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_docxmlrpc.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_dummy_thread.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_dummy_threading.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_dynamic.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_email.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_enumerate.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_eof.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_epoll.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_errno.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_exception_variations.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_exceptions.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_extcall.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_fcntl.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_file.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_filecmp.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_fileinput.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_fileio.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_float.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_flufl.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_fnmatch.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_fork1.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_format.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_fractions.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_frozen.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_ftplib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_funcattrs.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_functools.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_future.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_future1.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_future2.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_future3.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_future4.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_future5.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_gc.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_gdb.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_generators.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_genericpath.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_genexps.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_getargs2.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_getopt.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_gettext.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_glob.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_global.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_grammar.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_grp.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_gzip.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_hash.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_hashlib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_heapq.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_hmac.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_html.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_htmlparser.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_http_cookiejar.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_http_cookies.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_httplib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_httpservers.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_imaplib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_imp.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_import.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_importhooks.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_importlib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_index.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_inspect.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_int.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_int_literal.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_io.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_ioctl.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_isinstance.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_iter.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_iterlen.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_itertools.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_json.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_keywordonlyarg.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_kqueue.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_largefile.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_lib2to3.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_linecache.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_list.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_listcomps.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_locale.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_logging.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_long.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_longexp.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_macpath.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_mailbox.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_marshal.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_math.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_memoryio.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_memoryview.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_metaclass.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_mimetypes.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_minidom.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_mmap.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_module.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_modulefinder.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_msilib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_multibytecodec.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_multibytecodec_support.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_multiprocessing.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_mutants.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_netrc.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_nis.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_nntplib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_normalization.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_ntpath.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_numeric_tower.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_opcodes.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_openpty.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_operator.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_optparse.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_os.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_ossaudiodev.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_osx_env.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_parser.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_pdb.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_peepholer.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_pep247.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_pep263.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_pep277.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_pep292.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_pep3120.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_pep3131.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_pep352.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_pickle.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_pickletools.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_pipes.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_pkg.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_pkgimport.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_pkgutil.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_platform.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_plistlib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_poll.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_popen.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_poplib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_posix.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_posixpath.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_pow.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_pprint.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_print.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_profile.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_property.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_pstats.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_pty.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_pwd.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_py_compile.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_pyclbr.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_pydoc.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_pyexpat.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_queue.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_quopri.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_raise.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_random.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_range.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_re.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_readline.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_reprlib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_resource.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_richcmp.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_rlcompleter.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_robotparser.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_runpy.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_sax.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_sched.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_scope.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_select.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_set.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_setcomps.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_shelve.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_shlex.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_shutil.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_signal.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_site.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_slice.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_smtpd.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_smtplib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_smtpnet.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_sndhdr.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_socket.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_socketserver.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_sort.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_sqlite.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_ssl.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_startfile.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_strftime.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_string.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_stringprep.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_strlit.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_strptime.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_strtod.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_struct.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_structmembers.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_structseq.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_subprocess.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_sunau.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_sundry.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_super.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_symtable.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_syntax.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_sys.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_sys_setprofile.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_sys_settrace.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_sysconfig.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_syslog.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_tarfile.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_tcl.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_telnetlib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_tempfile.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_textwrap.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_thread.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_threaded_import.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_threadedtempfile.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_threading.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_threading_local.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_threadsignals.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_time.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_timeit.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_timeout.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_tk.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_tokenize.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_trace.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_traceback.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_ttk_guionly.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_ttk_textonly.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_tuple.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_typechecks.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_types.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_ucn.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_unary.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_unicode.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_unicode_file.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_unicodedata.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_unittest.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_univnewlines.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_unpack.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_unpack_ex.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_urllib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_urllib2.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_urllib2_localnet.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_urllib2net.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_urllib_response.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_urllibnet.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_urlparse.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_userdict.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_userlist.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_userstring.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_uu.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_uuid.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_wait3.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_wait4.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_warnings.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_wave.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_weakref.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_weakset.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_winreg.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_winsound.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_with.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_wsgiref.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_xdrlib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_xml_etree.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_xml_etree_c.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_xmlrpc.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_xmlrpc_net.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_zipfile.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_zipfile64.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_zipimport.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_zipimport_support.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/test_zlib.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/testcodec.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/tf_inherit_check.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/threaded_import_hangers.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/time_hashlib.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/tracedmodules'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/tracedmodules/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/tracedmodules/testmod.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/warning_tests.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/win_console_handler.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/xmltestdata'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test/xmltests.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/textwrap.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/this.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/threading.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/timeit.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/__main__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/_fix.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/colorchooser.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/commondialog.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/constants.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/dialog.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/dnd.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/filedialog.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/font.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/messagebox.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/scrolledtext.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/simpledialog.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/test'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/test/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/test/runtktests.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/test/support.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/test/test_tkinter'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/test/test_tkinter/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/test/test_tkinter/test_font.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/test/test_tkinter/test_loadtk.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/test/test_tkinter/test_text.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/test/test_ttk'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/test/test_ttk/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/test/test_ttk/test_extensions.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/test/test_ttk/test_functions.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/test/test_ttk/test_style.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/test/test_ttk/test_widgets.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/tix.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/ttk.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/token.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tokenize.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/trace.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/traceback.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tty.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/turtle.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/turtledemo'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/turtledemo/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/turtledemo/__main__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/turtledemo/bytedesign.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/turtledemo/chaos.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/turtledemo/clock.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/turtledemo/colormixer.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/turtledemo/forest.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/turtledemo/fractalcurves.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/turtledemo/lindenmayer.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/turtledemo/minimal_hanoi.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/turtledemo/nim.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/turtledemo/paint.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/turtledemo/peace.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/turtledemo/penrose.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/turtledemo/planet_and_moon.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/turtledemo/round_dance.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/turtledemo/tree.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/turtledemo/two_canvases.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/turtledemo/wikipedia.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/turtledemo/yinyang.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/types.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/__main__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/case.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/loader.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/main.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/result.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/runner.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/signals.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/suite.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/test'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/test/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/test/_test_warnings.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/test/dummy.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/test/support.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/test/test_assertions.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/test/test_break.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/test/test_case.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/test/test_discovery.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/test/test_functiontestcase.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/test/test_loader.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/test/test_program.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/test/test_result.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/test/test_runner.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/test/test_setups.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/test/test_skipping.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/test/test_suite.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/util.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/urllib'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/urllib/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/urllib/error.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/urllib/parse.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/urllib/request.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/urllib/response.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/urllib/robotparser.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/uu.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/uuid.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/warnings.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/wave.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/weakref.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/webbrowser.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/wsgiref'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/wsgiref/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/wsgiref/handlers.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/wsgiref/headers.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/wsgiref/simple_server.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/wsgiref/util.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/wsgiref/validate.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xdrlib.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/__init__.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/dom'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/dom/NodeFilter.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/dom/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/dom/domreg.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/dom/expatbuilder.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/dom/minicompat.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/dom/minidom.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/dom/pulldom.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/dom/xmlbuilder.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/etree'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/etree/ElementInclude.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/etree/ElementPath.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/etree/ElementTree.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/etree/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/etree/cElementTree.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/parsers'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/parsers/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/parsers/expat.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/sax'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/sax/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/sax/_exceptions.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/sax/expatreader.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/sax/handler.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/sax/saxutils.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xml/sax/xmlreader.py'...
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xmlrpc'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xmlrpc/__init__.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xmlrpc/client.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/xmlrpc/server.py'...
Compiling '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/zipfile.py'...
PYTHONPATH=/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2 LD_LIBRARY_PATH=/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/Python-3.2.3: \
./python -Wi /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/compileall.py \
-d /usr/share/python3.2/site-packages -f \
-x badsyntax /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/site-packages
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/site-packages'...
PYTHONPATH=/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2 LD_LIBRARY_PATH=/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/Python-3.2.3: \
./python -Wi -O /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/compileall.py \
-d /usr/share/python3.2/site-packages -f \
-x badsyntax /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/site-packages
Listing '/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/site-packages'...
PYTHONPATH=/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2 LD_LIBRARY_PATH=/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/Python-3.2.3: \
./python -Wi -c "import lib2to3.pygram, lib2to3.patcomp;lib2to3.patcomp.PatternCompiler()"
+ install -d /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3
+ cp -a Tools /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3
+ /bin/rm --interactive=never /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/libpython3.so
+ ln -s libpython3.2mu.so /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/libpython3.so
+ > /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/etc/shrc.d/python3.2-devel.sh
+ echo alias timeit3.2.py='python3.2 -m timeit'
+ echo alias profile3.2.py='python3.2 -m profile'
+ echo alias pdb3.2.py='python3.2 -m pdb'
+ echo alias pstats3.2.py='python3.2 -m pstats'
+ echo alias pygettext3.2.py='pygettext3.2'
+ >> /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/etc/shrc.d/python3.2-devel.sh
+ sed s/=/ /
+ < /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/etc/shrc.d/python3.2-devel.sh
+ > /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/etc/shrc.d/python3.2-devel.csh
+ > /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/etc/shrc.d/python3.2-modules.sh
+ echo alias smtpd3.2.py='python3.2 -m smtpd'
+ echo alias webbrowser3.2.py='python3.2 -m webbrowser'
+ sed s/=/ /
+ < /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/etc/shrc.d/python3.2-modules.sh
+ > /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/etc/shrc.d/python3.2-modules.csh
+ install -p Tools/i18n/pygettext.py /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/bin/pygettext3.2
+ /bin/rm --interactive=never -r /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/test
+ /bin/rm --interactive=never -r /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/test
+ /bin/rm --interactive=never -r /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/tests
+ /bin/rm --interactive=never -r /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/email/test
+ /bin/rm --interactive=never -r /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/importlib/test
+ /bin/rm --interactive=never -r /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/lib2to3/tests
+ /bin/rm --interactive=never -r /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/sqlite3/test
+ /bin/rm --interactive=never -r /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/tkinter/test
+ /bin/rm --interactive=never -r /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/unittest/test
+ /bin/rm --interactive=never /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/plat-linux2/regen
+ /bin/rm --interactive=never /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/macholib/fetch_macholib /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/ctypes/macholib/fetch_macholib.bat
+ /bin/rm --interactive=never /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/site-packages/README
+ /bin/rm --interactive=never /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/wininst-6.0.exe /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/wininst-7.1.exe /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/wininst-8.0.exe /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/wininst-9.0-amd64.exe /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/distutils/command/wininst-9.0.exe
+ /bin/rm --interactive=never /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/idle.bat
+ /bin/rm --interactive=never /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/idlelib/idle.pyw
+ /bin/rm --interactive=never /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/bin/2to3
+ /bin/rm --interactive=never -f /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/xxlimited.cpython-32mu.so
+ /bin/rm --interactive=never /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/python3.2/LICENSE.txt
+ __spec_install_post_strip
Stripping 3 ELF executables...DONE
Stripping 56 ELF shared libraries...DONE
Stripping 1 ar archives...DONE
+ __spec_install_post_chrpath
Remove RPATH/RUNPATH from 59 executable binaries and shared object files.
remove-rpath: /usr/lib in /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/_sqlite3.cpython-32mu.so
remove-rpath: /usr/lib in /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/lib/python3.2/lib-dynload/_dbm.cpython-32mu.so
+ __spec_install_post_check_so
Searching for shared objects with unresolved symbols... DONE
+ __spec_install_post_check_tmpfiles
Checking /var/run <-> tmpfiles.d completeness...
DONE
+ __spec_install_post_compress_docs
Compress man pages: /usr/share/man
Compress info pages: /usr/share/info
+ __spec_install_post_compress_modules
+ __spec_install_post_py_hardlink
Hardlink Python files: 503/623 files hardlinked
Processing files: python3-3.2.3-5
Searching for required packages....
Requires(rpmlib): rpmlib(PartialHardlinkSets) <= 4.0.4-1
Requires: glibc libc.so.6 libc.so.6(GLIBC_2.0) libpython3.2mu.so.1.0 libstdc++.so.6
Processing files: python3-libs-3.2.3-5
Executing(%doc): env -i PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/home/services/builder/bin HOME=/home/services/builder TMPDIR=/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp /bin/sh -e /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/rpm-tmp.17966
+ umask 022
+ cd /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD
+ cd Python-3.2.3
+ DOCDIR=/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/doc/python3-libs-3.2.3
+ export DOCDIR
+ rm -rf /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/doc/python3-libs-3.2.3
+ /bin/mkdir -p /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/doc/python3-libs-3.2.3
+ /usr/lib/rpm/compress-doc
Compressing documentation in /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/doc/python3-libs-3.2.3...
Documentation compressed.
+ cp -pr LICENSE /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/doc/python3-libs-3.2.3
+ /usr/lib/rpm/compress-doc
Compressing documentation in /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/doc/python3-libs-3.2.3...
./LICENSE
Documentation compressed.
+ exit 0
Searching for required packages....
Provides: _struct.cpython-32mu.so libpython3.2mu.so.1.0 python(abi) = 3.2 python(bytecode) = 3.2
Requires(interp): /sbin/ldconfig /sbin/ldconfig
Requires(rpmlib): rpmlib(PartialHardlinkSets) <= 4.0.4-1
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
Requires: /usr/bin/env glibc libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.2) libc.so.6(GLIBC_2.3) libdl.so.2 libdl.so.2(GLIBC_2.0) libdl.so.2(GLIBC_2.1) libm.so.6 libm.so.6(GLIBC_2.0) libm.so.6(GLIBC_2.1) libpthread.so.0 libpthread.so.0(GLIBC_2.0) libpthread.so.0(GLIBC_2.1) libpthread.so.0(GLIBC_2.2) libpthread.so.0(GLIBC_2.3.2) libpython3.2mu.so.1.0 libutil.so.1 libutil.so.1(GLIBC_2.0) python(abi) = 3.2
Obsoletes: python3-doc-info
Processing files: python3-modules-3.2.3-5
Searching for required packages....
Provides: _bisect.cpython-32mu.so _codecs_cn.cpython-32mu.so _codecs_hk.cpython-32mu.so _codecs_iso2022.cpython-32mu.so _codecs_jp.cpython-32mu.so _codecs_kr.cpython-32mu.so _codecs_tw.cpython-32mu.so _csv.cpython-32mu.so _ctypes.cpython-32mu_failed.so _ctypes_test.cpython-32mu.so _curses.cpython-32mu.so _curses_panel.cpython-32mu.so _datetime.cpython-32mu.so _dbm.cpython-32mu.so _elementtree.cpython-32mu.so _gdbm.cpython-32mu.so _hashlib.cpython-32mu.so _heapq.cpython-32mu.so _json.cpython-32mu.so _lsprof.cpython-32mu.so _multibytecodec.cpython-32mu.so _multiprocessing.cpython-32mu.so _pickle.cpython-32mu.so _posixsubprocess.cpython-32mu.so _random.cpython-32mu.so _socket.cpython-32mu.so _sqlite3.cpython-32mu.so _ssl.cpython-32mu.so _testcapi.cpython-32mu.so array.cpython-32mu.so atexit.cpython-32mu.so audioop.cpython-32mu.so binascii.cpython-32mu.so bz2.cpython-32mu.so cmath.cpython-32mu.so crypt.cpython-32mu.so fcntl.cpython-32mu.so grp.cpython-32mu.so math.cpython-32mu.so mmap.cpython-32mu.so nis.cpython-32mu.so ossaudiodev.cpython-32mu.so parser.cpython-32mu.so pyexpat.cpython-32mu.so readline.cpython-32mu.so resource.cpython-32mu.so select.cpython-32mu.so spwd.cpython-32mu.so syslog.cpython-32mu.so termios.cpython-32mu.so time.cpython-32mu.so unicodedata.cpython-32mu.so zlib.cpython-32mu.so
Requires(rpmlib): rpmlib(PartialHardlinkSets) <= 4.0.4-1
Requires: /usr/bin/env /usr/bin/python3 bzip2-libs db expat gdbm glibc libbz2.so.1 libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.1.2) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.2) libc.so.6(GLIBC_2.3) libc.so.6(GLIBC_2.3.2) libcrypt.so.1 libcrypt.so.1(GLIBC_2.0) libcrypto.so.1.0.0 libdb-4.2.so libexpat.so.0 libgdbm.so.3 libm.so.6 libm.so.6(GLIBC_2.0) libm.so.6(GLIBC_2.1) libncursesw.so.5 libnsl.so.1 libnsl.so.1(GLIBC_2.0) libpanelw.so.5 libpthread.so.0 libpthread.so.0(GLIBC_2.0) libpthread.so.0(GLIBC_2.1) libpthread.so.0(GLIBC_2.1.1) libpthread.so.0(GLIBC_2.2) libpython3.2mu.so.1.0 libreadline.so.5 libsqlite3.so.0 libssl.so.1.0.0 libz.so.1 libz.so.1(ZLIB_1.2.0) ncurses ncurses-ext openssl python(abi) = 3.2 readline sqlite3 zlib
Obsoletes: python3-modules-sqlite
Processing files: pydoc3-3.2.3-5
Searching for required packages....
Requires(rpmlib): rpmlib(PartialHardlinkSets) <= 4.0.4-1
Requires: /usr/bin/env /usr/bin/python3.2
Processing files: idle3-3.2.3-5
Searching for required packages....
Requires(rpmlib): rpmlib(PartialHardlinkSets) <= 4.0.4-1
Requires: /usr/bin/python3.2 python(abi) = 3.2
Processing files: python3-devel-3.2.3-5
Executing(%doc): env -i PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/home/services/builder/bin HOME=/home/services/builder TMPDIR=/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp /bin/sh -e /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/rpm-tmp.22834
+ umask 022
+ cd /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD
+ cd Python-3.2.3
+ DOCDIR=/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/doc/python3-devel-3.2.3
+ export DOCDIR
+ rm -rf /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/doc/python3-devel-3.2.3
+ /bin/mkdir -p /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/doc/python3-devel-3.2.3
+ /usr/lib/rpm/compress-doc
Compressing documentation in /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/doc/python3-devel-3.2.3...
Documentation compressed.
+ cp -pr Misc/ACKS Misc/NEWS Misc/README Misc/README.valgrind Misc/valgrind-python.supp /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/doc/python3-devel-3.2.3
+ /usr/lib/rpm/compress-doc
Compressing documentation in /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/share/doc/python3-devel-3.2.3...
./ACKS ./NEWS ./README ./README.valgrind ./valgrind-python.supp
Documentation compressed.
+ exit 0
Searching for required packages....
Requires: /bin/sh /usr/bin/python3.2mu python(abi) = 3.2
Processing files: python3-devel-tools-3.2.3-5
Searching for required packages....
Requires(rpmlib): rpmlib(PartialHardlinkSets) <= 4.0.4-1
Requires: /usr/bin/env python(abi) = 3.2
Processing files: python3-2to3-3.2.3-5
Searching for required packages....
Requires(rpmlib): rpmlib(PartialHardlinkSets) <= 4.0.4-1
Requires: /usr/bin/env /usr/bin/python3.2 python(abi) = 3.2
Processing files: python3-static-3.2.3-5
Searching for required packages....
Processing files: python3-tkinter-3.2.3-5
Searching for required packages....
Provides: _tkinter.cpython-32mu.so
Requires(rpmlib): rpmlib(PartialHardlinkSets) <= 4.0.4-1
Requires: glibc libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1.3) libpthread.so.0 libpython3.2mu.so.1.0 libtcl8.4.so.0 libtk8.4.so.0 python(abi) = 3.2 tcl tk
Processing files: python3-examples-3.2.3-5
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/ccbench/ccbench.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/demo/beer.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/demo/eiffel.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/demo/hanoi.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/demo/life.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/demo/markov.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/demo/mcast.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/demo/queens.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/demo/redemo.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/demo/rpython.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/demo/rpythond.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/demo/sortvisu.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/demo/ss1.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/demo/vector.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/freeze/checkextensions.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/freeze/checkextensions_win32.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/freeze/freeze.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/freeze/makeconfig.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/freeze/makefreeze.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/freeze/parsesetup.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/freeze/winmakemakefile.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/gdb/libpython.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/i18n/makelocalealias.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/i18n/msgfmt.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/i18n/pygettext.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/iobench/iobench.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/msi/msilib.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/msi/schema.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/msi/uisample.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/parser/test_unparse.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/parser/unparse.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/pybench/Arithmetic.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/pybench/Calls.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/pybench/CommandLine.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/pybench/Constructs.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/pybench/Dict.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/pybench/Exceptions.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/pybench/Imports.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/pybench/Instances.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/pybench/Lists.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/pybench/Lookups.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/pybench/NewInstances.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/pybench/Numbers.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/pybench/Setup.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/pybench/Strings.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/pybench/Tuples.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/pybench/Unicode.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/pybench/With.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/pybench/clockres.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/pybench/pybench.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/pybench/systimes.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/pynche/ChipViewer.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/pynche/ColorDB.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/pynche/DetailsViewer.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/pynche/ListViewer.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/pynche/Main.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/pynche/PyncheWidget.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/pynche/StripViewer.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/pynche/Switchboard.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/pynche/TextViewer.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/pynche/TypeinViewer.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/pynche/pyColorChooser.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/pynche/pynche requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/pynche/pynche.pyw requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/2to3 requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/abitype.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/analyze_dxp.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/byext.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/byteyears.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/checkpyc.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/cleanfuture.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/combinerefs.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/copytime.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/crlf.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/db2pickle.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/diff.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/dutree.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/eptags.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/find-uname.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/find_recursionlimit.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/finddiv.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/findlinksto.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/findnocoding.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/fixcid.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/fixdiv.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/fixheader.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/fixnotice.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/fixps.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/ftpmirror.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/get-remote-certificate.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/google.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/gprof2html.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/h2py.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/idle3 requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/ifdef.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/lfcr.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/linktree.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/lll.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/mailerdaemon.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/make_ctype.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/md5sum.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/mkreal.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/ndiff.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/nm2def.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/objgraph.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/parseentities.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/patchcheck.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/pathfix.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/pdeps.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/pickle2db.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/pindent.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/ptags.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/pydoc3 requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/pydocgui.pyw requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/pysource.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/reindent-rst.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/reindent.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/rgrep.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/serve.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/suff.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/svneol.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/texi2html.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/treesync.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/untabify.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/which.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/scripts/win_add2path.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/test2to3/maintest.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/test2to3/setup.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/test2to3/test/test_foo.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/unicode/comparecodecs.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/unicode/gencjkcodecs.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/unicode/gencodec.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/unicode/genwincodec.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/unicode/listcodecs.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/unicode/makeunicodedata.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/unicode/mkstringprep.py requires detection (matches noautoreqfiles pattern #0)
skipping /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder/usr/src/examples/python3-3.2.3/Tools/unittestgui/unittestgui.py requires detection (matches noautoreqfiles pattern #0)
Searching for required packages....
Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder
warning: Could not canonicalize hostname: pldac-atlas
Wrote: /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/RPMS/python3-3.2.3-5.i686.rpm
Wrote: /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/RPMS/python3-libs-3.2.3-5.i686.rpm
Wrote: /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/RPMS/python3-modules-3.2.3-5.i686.rpm
Wrote: /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/RPMS/pydoc3-3.2.3-5.i686.rpm
Wrote: /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/RPMS/idle3-3.2.3-5.i686.rpm
Wrote: /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/RPMS/python3-devel-3.2.3-5.i686.rpm
Wrote: /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/RPMS/python3-devel-tools-3.2.3-5.i686.rpm
Wrote: /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/RPMS/python3-2to3-3.2.3-5.i686.rpm
Wrote: /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/RPMS/python3-static-3.2.3-5.i686.rpm
Wrote: /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/RPMS/python3-tkinter-3.2.3-5.i686.rpm
Wrote: /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/RPMS/python3-examples-3.2.3-5.i686.rpm
Executing(%clean): env -i PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/home/services/builder/bin HOME=/home/services/builder TMPDIR=/tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp /bin/sh -e /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/rpm-tmp.46825
+ umask 022
+ cd /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD
+ cd Python-3.2.3
+ /bin/rm --interactive=never -rf /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder
+ rm -rf /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD/tmp/python3-3.2.3-root-builder
ended at: Sun Apr 24 12:24:31 2016, done in 0:02:22.043163
+ chmod -R u+rwX /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD
+ rm -rf /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/tmp /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655/BUILD
test-build: not copying to /var/cache/pld-builder/ready
Begin-PLD-Builder-Info
not upgrading
End-PLD-Builder-Info
+ rm -rf /tmp/B.52082229-641b-49e3-a90e-6df4c6bc3655
Begin-PLD-Builder-Info
Build-Time: user:113.12s sys:7.93s real:146.01s (faults io:0 non-io:2357902)
Files queued for ftp:
17417 python3-3.2.3-5.i686.rpm
1065974 python3-libs-3.2.3-5.i686.rpm
3618723 python3-modules-3.2.3-5.i686.rpm
215442 pydoc3-3.2.3-5.i686.rpm
361407 idle3-3.2.3-5.i686.rpm
241835 python3-devel-3.2.3-5.i686.rpm
70245 python3-devel-tools-3.2.3-5.i686.rpm
180007 python3-2to3-3.2.3-5.i686.rpm
775776 python3-static-3.2.3-5.i686.rpm
159503 python3-tkinter-3.2.3-5.i686.rpm
304520 python3-examples-3.2.3-5.i686.rpm
End-PLD-Builder-Info
|
|