MidnightBSD Magus

lang/python25

Links

Depends On

Nothing

Depend Of

Categories

An interpreted object-oriented programming language

Version Run OSVersion Arch License Status
2.5.4 142 0.2.1 amd64 python fail

Events

Machine Type Time Message
ds9 info 2009-03-03 18:19:59 Test Started
ds9 fail 2009-03-03 18:24:29 A file in the plist wasn't installed in the fake dir or the final dir.
ds9 fail 2009-03-03 18:24:29 Test complete.

Log

===>  Faking install for python25-2.5.4
/bin/cat /usr/mports/lang/python25/pkg-plist | /usr/bin/awk '{ print $0; }  /LIBDIR.*\.py$/ && !/\/bad/ { print $0 "o"; print $0 "c"; }'	> /magus/work/usr/mports/lang/python25/work/PLIST
([ -f /magus/work/usr/mports/lang/python25/work/Python-2.5.4/portbld.static/.without_own_sha ] &&  /usr/bin/grep -v 'lib-dynload/_sha' /magus/work/usr/mports/lang/python25/work/PLIST > /magus/work/usr/mports/lang/python25/work/PLIST.tmp &&  /bin/cat /magus/work/usr/mports/lang/python25/work/PLIST.tmp > /magus/work/usr/mports/lang/python25/work/PLIST) || true
===>   Generating temporary packing list
===>   WARNING: pre-su-install is deprecated. Use pre-install instead.
/bin/mkdir -p /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/plat-freebsd4
install  -o root -g wheel -m 444 /magus/work/usr/mports/lang/python25/work/Python-2.5.4/portbld.static/Lib/plat-freebsd4/IN.py  /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/plat-freebsd4/
install  -o root -g wheel -m 444 /magus/work/usr/mports/lang/python25/work/Python-2.5.4/portbld.static/Lib/plat-freebsd4/regen  /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/plat-freebsd4/
/bin/mkdir -p /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/plat-freebsd5
install  -o root -g wheel -m 444 /magus/work/usr/mports/lang/python25/work/Python-2.5.4/portbld.static/Lib/plat-freebsd5/IN.py  /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/plat-freebsd5/
install  -o root -g wheel -m 444 /magus/work/usr/mports/lang/python25/work/Python-2.5.4/portbld.static/Lib/plat-freebsd5/regen  /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/plat-freebsd5/
/bin/mkdir -p /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/plat-freebsd7
install  -o root -g wheel -m 444 /magus/work/usr/mports/lang/python25/work/Python-2.5.4/portbld.static/Lib/plat-freebsd7/IN.py  /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/plat-freebsd7/
install  -o root -g wheel -m 444 /magus/work/usr/mports/lang/python25/work/Python-2.5.4/portbld.static/Lib/plat-freebsd7/regen  /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/plat-freebsd7/
install  -s -o root -g wheel -m 555 python /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/bin/python2.5
if test -f libpython2.5.so; then  if test ".so" = .dll; then  /usr/bin/install -c -o root -g wheel -m 555 libpython2.5.so /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/bin;  else  /usr/bin/install -c -o root -g wheel -m 555 libpython2.5.so /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/libpython2.5.a;  if test libpython2.5.so != libpython2.5.a; then  (cd /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib; ln -sf libpython2.5.a libpython2.5.so);  fi  fi;  else	true;  fi
mkdir ./../Lib/plat-midnightbsd0
cp ./../Lib/plat-generic/regen ./../Lib/plat-midnightbsd0/regen
export PATH; PATH="`pwd`:$PATH";  export PYTHONPATH; PYTHONPATH="`pwd`/Lib";  export DYLD_FRAMEWORK_PATH; DYLD_FRAMEWORK_PATH="`pwd`";  export EXE; EXE="";  cd ./../Lib/plat-midnightbsd0; ./regen
python$EXE ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h
Skipping: __BEGIN_DECLS = extern "C" {
Skipping: __END_DECLS = }
Skipping: __const = const
Skipping: __signed = signed
Skipping: __volatile = volatile
Skipping: __inline = inline
Skipping: __inline = 
Skipping: __const = 
Skipping: const = 
Skipping: __dead2 = __attribute__((__noreturn__))
Skipping: __pure2 = __attribute__((__const__))
Skipping: __dead2 = __attribute__((__noreturn__))
Skipping: __pure2 = __attribute__((__const__))
Skipping: __unused = __attribute__((__unused__))
Skipping: __used = __attribute__((__used__))
Skipping: __packed = __attribute__((__packed__))
Skipping: __dead2 = __attribute__((__noreturn__))
Skipping: __pure2 = __attribute__((__const__))
Skipping: __unused = __attribute__((__unused__))
Skipping: __used = __attribute__((__used__))
Skipping: __packed = __attribute__((__packed__))
Skipping: __packed = 
Skipping: __pure = __attribute__((__pure__))
Skipping: __always_inline = __attribute__((__always_inline__))
Skipping: __func__ = NULL
Skipping: __restrict = restrict
Skipping: def __MBSDID(s): return struct __hack

Skipping: def __FBSDID(s): return struct __hack

Skipping: def __RCSID(s): return struct __hack

Skipping: def __RCSID_SOURCE(s): return struct __hack

Skipping: def __SCCSID(s): return struct __hack

Skipping: def __COPYRIGHT(s): return struct __hack

Skipping: def __word_swap_int(x): return (__builtin_constant_p(x) ? \

Skipping: def __byte_swap_int(x): return (__builtin_constant_p(x) ? \

Skipping: def __byte_swap_long(x): return (__builtin_constant_p(x) ? \

Skipping: def __byte_swap_word(x): return (__builtin_constant_p(x) ? \

Skipping: INADDR_ANY = (u_int32_t)0x00000000
Skipping: INADDR_BROADCAST = (u_int32_t)0xffffffff
Skipping: def IN_PRIVATE(i): return ((((u_int32_t)(i) & 0xff000000) == 0x0a000000) || \

Skipping: def IN_ANY_LOCAL(i): return (IN_LINKLOCAL(i) || IN_LOCAL_GROUP(i))

Skipping: INADDR_LOOPBACK = (u_int32_t)0x7f000001
Skipping: INADDR_UNSPEC_GROUP = (u_int32_t)0xe0000000
Skipping: INADDR_ALLHOSTS_GROUP = (u_int32_t)0xe0000001
Skipping: INADDR_ALLRTRS_GROUP = (u_int32_t)0xe0000002
Skipping: INADDR_CARP_GROUP = (u_int32_t)0xe0000012
Skipping: INADDR_PFSYNC_GROUP = (u_int32_t)0xe00000f0
Skipping: INADDR_ALLMDNS_GROUP = (u_int32_t)0xe00000fb
Skipping: INADDR_MAX_LOCAL_GROUP = (u_int32_t)0xe00000ff
Skipping: CTL_IPPROTO_NAMES = { \
	{ "ip", CTLTYPE_NODE }, \
	{ "icmp", CTLTYPE_NODE }, \
	{ "igmp", CTLTYPE_NODE }, \
	{ "ggp", CTLTYPE_NODE }, \
	{ 0, 0 }, \
	{ 0, 0 }, \
	{ "tcp", CTLTYPE_NODE }, \
	{ 0, 0 }, \
	{ "egp", CTLTYPE_NODE }, \
	{ 0, 0 }, \
	{ 0, 0 }, \
	{ 0, 0 }, \
	{ "pup", CTLTYPE_NODE }, \
	{ 0, 0 }, \
	{ 0, 0 }, \
	{ 0, 0 }, \
	{ 0, 0 }, \
	{ "udp", CTLTYPE_NODE }, \
	{ 0, 0 }, \
	{ 0, 0 }, \
	{ 0, 0 }, \
	{ 0, 0 }, \
	{ "idp", CTLTYPE_NODE }, \
	{ 0, 0 }, \
	{ 0, 0 }, \
	{ 0, 0 }, \
	{ 0, 0 }, \
	{ 0, 0 }, \
	{ 0, 0 }, \
	{ 0, 0 }, \
	{ 0, 0 }, \
	{ 0, 0 }, \
	{ 0, 0 }, \
	{ 0, 0 }, \
	{ 0, 0 }, \
	{ 0, 0 }, \
	{ 0, 0 }, \
	{ 0, 0 }, \
	{ 0, 0 }, \
	{ 0, 0 }, \
	{ 0, 0 }, \
	{ 0, 0 }, \
	{ 0, 0 }, \
	{ 0, 0 }, \
	{ 0, 0 }, \
	{ 0, 0 }, \
	{ 0, 0 }, \
	{ 0, 0 }, \
	{ 0, 0 }, \
	{ 0, 0 }, \
	{ 0, 0 }, \
	{ "ipsec", CTLTYPE_NODE }, \
	{ 0, 0 }, \
	{ 0, 0 }, \
	{ 0, 0 }, \
	{ 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, \
	{ 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, \
	{ 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, \
	{ 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, \
	{ 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, \
	{ 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, \
	{ 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, \
	{ 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, \
	{ 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, \
	{ 0, 0 }, \
	{ 0, 0 }, \
	{ 0, 0 }, \
	{ "pim", CTLTYPE_NODE }, \
}
Skipping: IPCTL_NAMES = { \
	{ 0, 0 }, \
	{ "forwarding", CTLTYPE_INT }, \
	{ "redirect", CTLTYPE_INT }, \
	{ "ttl", CTLTYPE_INT }, \
	{ "mtu", CTLTYPE_INT }, \
	{ "rtexpire", CTLTYPE_INT }, \
	{ "rtminexpire", CTLTYPE_INT }, \
	{ "rtmaxcache", CTLTYPE_INT }, \
	{ "sourceroute", CTLTYPE_INT }, \
	{ "directed-broadcast", CTLTYPE_INT }, \
	{ "intr-queue-maxlen", CTLTYPE_INT }, \
	{ "intr-queue-drops", CTLTYPE_INT }, \
	{ "stats", CTLTYPE_STRUCT }, \
	{ "accept_sourceroute", CTLTYPE_INT }, \
	{ "fastforwarding", CTLTYPE_INT }, \
}
Skipping: def satosin(sa): return ((struct sockaddr_in *)(sa))

Skipping: def sintosa(sin): return ((struct sockaddr *)(sin))

Skipping: def ifatoia(ifa): return ((struct in_ifaddr *)(ifa))

Skipping: s6_addr = __u6_addr.__u6_addr8
Skipping: s6_addr8 = __u6_addr.__u6_addr8
Skipping: s6_addr16 = __u6_addr.__u6_addr16
Skipping: s6_addr32 = __u6_addr.__u6_addr32
Skipping: IN6MASK0 = {{{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }}}
Skipping: IN6MASK32 = {{{ 0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, \
			    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }}}
Skipping: IN6MASK64 = {{{ 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, \
			    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }}}
Skipping: IN6MASK96 = {{{ 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, \
			    0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00 }}}
Skipping: IN6MASK128 = {{{ 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, \
			    0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }}}
Skipping: IN6ADDR_ANY_INIT = \
	{{{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \
	    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }}}
Skipping: IN6ADDR_LOOPBACK_INIT = \
	{{{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \
	    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 }}}
Skipping: IN6ADDR_NODELOCAL_ALLNODES_INIT = \
	{{{ 0xff, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \
	    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 }}}
Skipping: IN6ADDR_INTFACELOCAL_ALLNODES_INIT = \
	{{{ 0xff, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \
	    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 }}}
Skipping: IN6ADDR_LINKLOCAL_ALLNODES_INIT = \
	{{{ 0xff, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \
	    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 }}}
Skipping: IN6ADDR_LINKLOCAL_ALLROUTERS_INIT = \
	{{{ 0xff, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \
	    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02 }}}
Skipping: def IN6_IS_ADDR_MULTICAST(a): return ((a)->s6_addr[0] == 0xff)

Skipping: def IPV6_ADDR_MC_SCOPE(a): return ((a)->s6_addr[1] & 0x0f)

Skipping: def __IPV6_ADDR_MC_SCOPE(a): return ((a)->s6_addr[1] & 0x0f)

Skipping: M_AUTHIPHDR = M_PROTO2
Skipping: M_DECRYPTED = M_PROTO3
Skipping: M_LOOP = M_PROTO4
Skipping: M_AUTHIPDGM = M_PROTO5
Skipping: def satosin6(sa): return ((struct sockaddr_in6 *)(sa))

Skipping: def sin6tosa(sin6): return ((struct sockaddr *)(sin6))

Skipping: def ifatoia6(ifa): return ((struct in6_ifaddr *)(ifa))

Creating directory /usr/local/lib/python2.5/lib-tk
Creating directory /usr/local/lib/python2.5/site-packages
Creating directory /usr/local/lib/python2.5/test
Creating directory /usr/local/lib/python2.5/test/output
Creating directory /usr/local/lib/python2.5/test/decimaltestdata
Creating directory /usr/local/lib/python2.5/encodings
Creating directory /usr/local/lib/python2.5/compiler
Creating directory /usr/local/lib/python2.5/hotshot
Creating directory /usr/local/lib/python2.5/email
Creating directory /usr/local/lib/python2.5/email/mime
Creating directory /usr/local/lib/python2.5/email/test
Creating directory /usr/local/lib/python2.5/email/test/data
Creating directory /usr/local/lib/python2.5/sqlite3
Creating directory /usr/local/lib/python2.5/sqlite3/test
Creating directory /usr/local/lib/python2.5/logging
Creating directory /usr/local/lib/python2.5/bsddb
Creating directory /usr/local/lib/python2.5/bsddb/test
Creating directory /usr/local/lib/python2.5/wsgiref
Creating directory /usr/local/lib/python2.5/ctypes
Creating directory /usr/local/lib/python2.5/ctypes/test
Creating directory /usr/local/lib/python2.5/ctypes/macholib
Creating directory /usr/local/lib/python2.5/idlelib
Creating directory /usr/local/lib/python2.5/idlelib/Icons
Creating directory /usr/local/lib/python2.5/distutils
Creating directory /usr/local/lib/python2.5/distutils/command
Creating directory /usr/local/lib/python2.5/distutils/tests
Creating directory /usr/local/lib/python2.5/xml
Creating directory /usr/local/lib/python2.5/xml/dom
Creating directory /usr/local/lib/python2.5/xml/etree
Creating directory /usr/local/lib/python2.5/xml/parsers
Creating directory /usr/local/lib/python2.5/xml/sax
Creating directory /usr/local/lib/python2.5/curses
Creating directory /usr/local/lib/python2.5/plat-midnightbsd0
install -o root -g wheel -m 444 ./../Lib/BaseHTTPServer.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/Bastion.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/CGIHTTPServer.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/ConfigParser.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/Cookie.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/DocXMLRPCServer.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/HTMLParser.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/MimeWriter.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/Queue.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/SimpleHTTPServer.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/SimpleXMLRPCServer.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/SocketServer.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/StringIO.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/UserDict.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/UserList.py /usr/local/lib/python2.5
install -o root -g wheel -m 555 ./../Lib/UserString.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/_LWPCookieJar.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/_MozillaCookieJar.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/__future__.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/__phello__.foo.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/_strptime.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/_threading_local.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/aifc.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/anydbm.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/asynchat.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/asyncore.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/atexit.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/audiodev.py /usr/local/lib/python2.5
install -o root -g wheel -m 555 ./../Lib/base64.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/bdb.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/binhex.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/bisect.py /usr/local/lib/python2.5
install -o root -g wheel -m 555 ./../Lib/cProfile.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/calendar.py /usr/local/lib/python2.5
install -o root -g wheel -m 555 ./../Lib/cgi.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/cgitb.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/chunk.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/cmd.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/code.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/codecs.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/codeop.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/colorsys.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/commands.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/compileall.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/contextlib.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/cookielib.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/copy.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/copy_reg.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/csv.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/dbhash.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/decimal.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/difflib.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/dircache.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/dis.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/doctest.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/dumbdbm.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/dummy_thread.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/dummy_threading.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/filecmp.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/fileinput.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/fnmatch.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/formatter.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/fpformat.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/ftplib.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/functools.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/getopt.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/getpass.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/gettext.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/glob.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/gopherlib.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/gzip.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/hashlib.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/heapq.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/hmac.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/htmlentitydefs.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/htmllib.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/httplib.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/ihooks.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/imaplib.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/imghdr.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/imputil.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/inspect.py /usr/local/lib/python2.5
install -o root -g wheel -m 555 ./../Lib/keyword.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/linecache.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/locale.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/macpath.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/macurl2path.py /usr/local/lib/python2.5
install -o root -g wheel -m 555 ./../Lib/mailbox.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/mailcap.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/markupbase.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/md5.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/mhlib.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/mimetools.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/mimetypes.py /usr/local/lib/python2.5
install -o root -g wheel -m 555 ./../Lib/mimify.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/modulefinder.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/multifile.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/mutex.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/netrc.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/new.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/nntplib.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/ntpath.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/nturl2path.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/opcode.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/optparse.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/os.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/os2emxpath.py /usr/local/lib/python2.5
install -o root -g wheel -m 555 ./../Lib/pdb.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/pickle.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/pickletools.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/pipes.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/pkgutil.py /usr/local/lib/python2.5
install -o root -g wheel -m 555 ./../Lib/platform.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/popen2.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/poplib.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/posixfile.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/posixpath.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/pprint.py /usr/local/lib/python2.5
install -o root -g wheel -m 555 ./../Lib/profile.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/pstats.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/pty.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/py_compile.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/pyclbr.py /usr/local/lib/python2.5
install -o root -g wheel -m 555 ./../Lib/pydoc.py /usr/local/lib/python2.5
install -o root -g wheel -m 555 ./../Lib/quopri.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/random.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/re.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/repr.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/rexec.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/rfc822.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/rlcompleter.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/robotparser.py /usr/local/lib/python2.5
install -o root -g wheel -m 555 ./../Lib/runpy.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/sched.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/sets.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/sgmllib.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/sha.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/shelve.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/shlex.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/shutil.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/site.py /usr/local/lib/python2.5
install -o root -g wheel -m 555 ./../Lib/smtpd.py /usr/local/lib/python2.5
install -o root -g wheel -m 555 ./../Lib/smtplib.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/sndhdr.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/socket.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/sre.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/sre_compile.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/sre_constants.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/sre_parse.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/stat.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/statvfs.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/string.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/stringold.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/stringprep.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/struct.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/subprocess.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/sunau.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/sunaudio.py /usr/local/lib/python2.5
install -o root -g wheel -m 555 ./../Lib/symbol.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/symtable.py /usr/local/lib/python2.5
install -o root -g wheel -m 555 ./../Lib/tabnanny.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/tarfile.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/telnetlib.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/tempfile.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/textwrap.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/this.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/threading.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/timeit.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/toaiff.py /usr/local/lib/python2.5
install -o root -g wheel -m 555 ./../Lib/token.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/tokenize.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/trace.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/traceback.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/tty.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/types.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/unittest.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/urllib.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/urllib2.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/urlparse.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/user.py /usr/local/lib/python2.5
install -o root -g wheel -m 555 ./../Lib/uu.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/uuid.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/warnings.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/wave.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/weakref.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/webbrowser.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/whichdb.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/xdrlib.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/xmllib.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/xmlrpclib.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/zipfile.py /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/pdb.doc /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/wsgiref.egg-info /usr/local/lib/python2.5
install -o root -g wheel -m 444 ./../Lib/lib-tk/Canvas.py /usr/local/lib/python2.5/lib-tk
install -o root -g wheel -m 444 ./../Lib/lib-tk/Dialog.py /usr/local/lib/python2.5/lib-tk
install -o root -g wheel -m 444 ./../Lib/lib-tk/FileDialog.py /usr/local/lib/python2.5/lib-tk
install -o root -g wheel -m 444 ./../Lib/lib-tk/FixTk.py /usr/local/lib/python2.5/lib-tk
install -o root -g wheel -m 444 ./../Lib/lib-tk/ScrolledText.py /usr/local/lib/python2.5/lib-tk
install -o root -g wheel -m 444 ./../Lib/lib-tk/SimpleDialog.py /usr/local/lib/python2.5/lib-tk
install -o root -g wheel -m 555 ./../Lib/lib-tk/Tix.py /usr/local/lib/python2.5/lib-tk
install -o root -g wheel -m 444 ./../Lib/lib-tk/Tkconstants.py /usr/local/lib/python2.5/lib-tk
install -o root -g wheel -m 444 ./../Lib/lib-tk/Tkdnd.py /usr/local/lib/python2.5/lib-tk
install -o root -g wheel -m 444 ./../Lib/lib-tk/Tkinter.py /usr/local/lib/python2.5/lib-tk
install -o root -g wheel -m 444 ./../Lib/lib-tk/tkColorChooser.py /usr/local/lib/python2.5/lib-tk
install -o root -g wheel -m 444 ./../Lib/lib-tk/tkCommonDialog.py /usr/local/lib/python2.5/lib-tk
install -o root -g wheel -m 444 ./../Lib/lib-tk/tkFileDialog.py /usr/local/lib/python2.5/lib-tk
install -o root -g wheel -m 444 ./../Lib/lib-tk/tkFont.py /usr/local/lib/python2.5/lib-tk
install -o root -g wheel -m 444 ./../Lib/lib-tk/tkMessageBox.py /usr/local/lib/python2.5/lib-tk
install -o root -g wheel -m 444 ./../Lib/lib-tk/tkSimpleDialog.py /usr/local/lib/python2.5/lib-tk
install -o root -g wheel -m 444 ./../Lib/lib-tk/turtle.py /usr/local/lib/python2.5/lib-tk
install -o root -g wheel -m 444 ./../Lib/site-packages/README /usr/local/lib/python2.5/site-packages
install -o root -g wheel -m 444 ./../Lib/test/185test.db /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/README /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/__init__.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/audiotest.au /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/autotest.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/bad_coding.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/bad_coding2.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/badsyntax_future3.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/badsyntax_future4.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/badsyntax_future5.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/badsyntax_future6.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/badsyntax_future7.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/badsyntax_future8.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/badsyntax_future9.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/badsyntax_nocaret.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/cfgparser.1 /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/check_soundcard.vbs /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/cjkencodings_test.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/doctest_aliases.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/double_const.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/empty.vbs /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/exception_hierarchy.txt /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/fork_wait.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/greyrgb.uue /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/infinite_reload.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/inspect_fodder.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/inspect_fodder2.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/list_tests.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/mapping_tests.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/outstanding_bugs.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/pickletester.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/pyclbr_input.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/pydocfodder.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 555 ./../Lib/test/pystone.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 555 ./../Lib/test/re_tests.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/regex_tests.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 555 ./../Lib/test/regrtest.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/reperf.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/sample_doctest.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/seq_tests.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/sgml_input.html /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/sortperf.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/string_tests.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test.xml /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test.xml.out /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_MimeWriter.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_StringIO.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test___all__.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test___future__.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test__locale.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 555 ./../Lib/test/test_aepack.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 555 ./../Lib/test/test_al.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_anydbm.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_applesingle.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 555 ./../Lib/test/test_array.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_ast.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_asynchat.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_atexit.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_audioop.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_augassign.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_base64.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_bastion.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_bigaddrspace.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_bigmem.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 555 ./../Lib/test/test_binascii.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 555 ./../Lib/test/test_binhex.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_binop.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_bisect.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_bool.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 555 ./../Lib/test/test_bsddb.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_bsddb185.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_bsddb3.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_bufio.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_builtin.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_bz2.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_cProfile.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_calendar.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_call.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_capi.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 555 ./../Lib/test/test_cd.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_cfgparser.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_cgi.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_charmapcodec.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 555 ./../Lib/test/test_cl.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_class.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 555 ./../Lib/test/test_cmath.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_cmd_line.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_code.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_codeccallbacks.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_codecencodings_cn.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_codecencodings_hk.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_codecencodings_jp.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_codecencodings_kr.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_codecencodings_tw.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_codecmaps_cn.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_codecmaps_hk.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_codecmaps_jp.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_codecmaps_kr.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_codecmaps_tw.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_codecs.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_codeop.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_coding.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_coercion.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_colorsys.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_commands.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_compare.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_compile.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_compiler.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_complex.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_complex_args.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_contains.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_contextlib.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_cookie.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_cookielib.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_copy.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_copy_reg.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_cpickle.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 555 ./../Lib/test/test_crypt.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_csv.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_ctypes.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_curses.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_datetime.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 555 ./../Lib/test/test_dbm.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_decimal.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_decorators.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_defaultdict.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_deque.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_descr.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_descrtut.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_dict.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_difflib.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_difflib_expect.html /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_dircache.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_dis.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_distutils.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 555 ./../Lib/test/test_dl.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_doctest.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_doctest.txt /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_doctest2.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_doctest2.txt /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_doctest3.txt /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_doctest4.txt /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_dumbdbm.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_dummy_thread.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_dummy_threading.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_email.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_email_codecs.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_email_renamed.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_enumerate.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_eof.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 555 ./../Lib/test/test_errno.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_exception_variations.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_exceptions.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_extcall.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 555 ./../Lib/test/test_fcntl.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_file.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_filecmp.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_fileinput.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_float.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_fnmatch.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_fork1.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_format.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_fpformat.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_frozen.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_funcattrs.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_functools.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_future.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_future1.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_future2.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_future3.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_gc.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 555 ./../Lib/test/test_gdbm.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_generators.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_genexps.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_getargs.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_getargs2.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_getopt.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_gettext.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 555 ./../Lib/test/test_gl.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_glob.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_global.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_grammar.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 555 ./../Lib/test/test_grp.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_gzip.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_hash.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_hashlib.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_heapq.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_hexoct.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_hmac.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_hotshot.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_htmllib.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 555 ./../Lib/test/test_htmlparser.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_httplib.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 555 ./../Lib/test/test_imageop.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_imaplib.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 555 ./../Lib/test/test_imgfile.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_imp.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_import.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_importhooks.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_index.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_inspect.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_ioctl.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_isinstance.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_iter.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_iterlen.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_itertools.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_largefile.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_linuxaudiodev.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_list.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_locale.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_logging.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_long.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_long_future.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_longexp.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_macfs.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_macostools.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_macpath.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_mailbox.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_marshal.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_math.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_md5.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_mhlib.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_mimetools.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_mimetypes.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_minidom.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_mmap.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_module.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_multibytecodec.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_multibytecodec_support.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_multifile.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_mutants.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_netrc.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_new.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_nis.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_normalization.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_ntpath.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_old_mailbox.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_opcodes.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_openpty.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_operations.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_operator.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_optparse.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_os.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_ossaudiodev.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_parser.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_peepholer.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_pep247.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_pep263.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_pep277.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_pep292.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_pep352.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_pickle.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_pickletools.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_pkg.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_pkgimport.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_platform.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_plistlib.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_poll.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_popen.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_popen2.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_posix.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_posixpath.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_pow.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_pprint.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_profile.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_profilehooks.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_pty.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_pwd.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_pyclbr.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_pyexpat.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_queue.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_quopri.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_random.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_re.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_repr.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_resource.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_rfc822.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_rgbimg.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_richcmp.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_robotparser.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_runpy.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_sax.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_scope.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_scriptpackages.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_select.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_set.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_sets.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_sgmllib.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_sha.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_shelve.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_shlex.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_shutil.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_signal.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_site.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_slice.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_socket.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_socket_ssl.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_socketserver.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_softspace.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_sort.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_sqlite.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_startfile.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_str.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 555 ./../Lib/test/test_strftime.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_string.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_stringprep.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_strop.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_strptime.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_struct.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_structmembers.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_structseq.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_subprocess.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_sunaudiodev.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_sundry.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_support.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_symtable.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_syntax.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_sys.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_tarfile.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_tcl.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_tempfile.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_textwrap.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_thread.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_threaded_import.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_threadedtempfile.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_threading.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_threading_local.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_threadsignals.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_time.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_timeout.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_tokenize.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_trace.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_traceback.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_transformer.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_tuple.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_types.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_ucn.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_unary.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_unicode.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_unicode_file.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_unicodedata.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_unittest.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_univnewlines.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_unpack.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_urllib.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_urllib2.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_urllib2_localnet.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_urllib2net.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_urllibnet.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_urlparse.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_userdict.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_userlist.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 555 ./../Lib/test/test_userstring.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_uu.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_uuid.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_wait3.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_wait4.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_warnings.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_wave.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_weakref.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_whichdb.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_winreg.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_winsound.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_with.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 555 ./../Lib/test/test_wsgiref.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_xdrlib.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_xml_etree.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_xml_etree_c.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_xmllib.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_xmlrpc.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_xpickle.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_xrange.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_zipfile.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_zipfile64.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_zipimport.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/test_zlib.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/testall.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/testcodec.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/testimg.uue /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/testimgr.uue /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/testrgb.uue /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/testtar.tar /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/tf_inherit_check.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/threaded_import_hangers.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/time_hashlib.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/tokenize_tests.txt /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/xmltests.py /usr/local/lib/python2.5/test
install -o root -g wheel -m 444 ./../Lib/test/output/test_MimeWriter /usr/local/lib/python2.5/test/output
install -o root -g wheel -m 444 ./../Lib/test/output/test_cProfile /usr/local/lib/python2.5/test/output
install -o root -g wheel -m 444 ./../Lib/test/output/test_cgi /usr/local/lib/python2.5/test/output
install -o root -g wheel -m 444 ./../Lib/test/output/test_class /usr/local/lib/python2.5/test/output
install -o root -g wheel -m 444 ./../Lib/test/output/test_cookie /usr/local/lib/python2.5/test/output
install -o root -g wheel -m 444 ./../Lib/test/output/test_extcall /usr/local/lib/python2.5/test/output
install -o root -g wheel -m 444 ./../Lib/test/output/test_frozen /usr/local/lib/python2.5/test/output
install -o root -g wheel -m 444 ./../Lib/test/output/test_global /usr/local/lib/python2.5/test/output
install -o root -g wheel -m 444 ./../Lib/test/output/test_grammar /usr/local/lib/python2.5/test/output
install -o root -g wheel -m 444 ./../Lib/test/output/test_httplib /usr/local/lib/python2.5/test/output
install -o root -g wheel -m 444 ./../Lib/test/output/test_linuxaudiodev /usr/local/lib/python2.5/test/output
install -o root -g wheel -m 444 ./../Lib/test/output/test_logging /usr/local/lib/python2.5/test/output
install -o root -g wheel -m 444 ./../Lib/test/output/test_math /usr/local/lib/python2.5/test/output
install -o root -g wheel -m 444 ./../Lib/test/output/test_mmap /usr/local/lib/python2.5/test/output
install -o root -g wheel -m 444 ./../Lib/test/output/test_new /usr/local/lib/python2.5/test/output
install -o root -g wheel -m 444 ./../Lib/test/output/test_nis /usr/local/lib/python2.5/test/output
install -o root -g wheel -m 444 ./../Lib/test/output/test_opcodes /usr/local/lib/python2.5/test/output
install -o root -g wheel -m 444 ./../Lib/test/output/test_openpty /usr/local/lib/python2.5/test/output
install -o root -g wheel -m 444 ./../Lib/test/output/test_operations /usr/local/lib/python2.5/test/output
install -o root -g wheel -m 444 ./../Lib/test/output/test_ossaudiodev /usr/local/lib/python2.5/test/output
install -o root -g wheel -m 444 ./../Lib/test/output/test_pep277 /usr/local/lib/python2.5/test/output
install -o root -g wheel -m 444 ./../Lib/test/output/test_pkg /usr/local/lib/python2.5/test/output
install -o root -g wheel -m 444 ./../Lib/test/output/test_poll /usr/local/lib/python2.5/test/output
install -o root -g wheel -m 444 ./../Lib/test/output/test_popen /usr/local/lib/python2.5/test/output
install -o root -g wheel -m 444 ./../Lib/test/output/test_popen2 /usr/local/lib/python2.5/test/output
install -o root -g wheel -m 444 ./../Lib/test/output/test_profile /usr/local/lib/python2.5/test/output
install -o root -g wheel -m 444 ./../Lib/test/output/test_pty /usr/local/lib/python2.5/test/output
install -o root -g wheel -m 444 ./../Lib/test/output/test_pyexpat /usr/local/lib/python2.5/test/output
install -o root -g wheel -m 444 ./../Lib/test/output/test_regex /usr/local/lib/python2.5/test/output
install -o root -g wheel -m 444 ./../Lib/test/output/test_rgbimg /usr/local/lib/python2.5/test/output
install -o root -g wheel -m 444 ./../Lib/test/output/test_scope /usr/local/lib/python2.5/test/output
install -o root -g wheel -m 444 ./../Lib/test/output/test_signal /usr/local/lib/python2.5/test/output
install -o root -g wheel -m 444 ./../Lib/test/output/test_thread /usr/local/lib/python2.5/test/output
install -o root -g wheel -m 444 ./../Lib/test/output/test_threadedtempfile /usr/local/lib/python2.5/test/output
install -o root -g wheel -m 444 ./../Lib/test/output/test_tokenize /usr/local/lib/python2.5/test/output
install -o root -g wheel -m 444 ./../Lib/test/output/test_types /usr/local/lib/python2.5/test/output
install -o root -g wheel -m 444 ./../Lib/test/output/test_winreg /usr/local/lib/python2.5/test/output
install -o root -g wheel -m 444 ./../Lib/test/output/test_xdrlib /usr/local/lib/python2.5/test/output
install -o root -g wheel -m 444 ./../Lib/test/output/xmltests /usr/local/lib/python2.5/test/output
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/abs.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/add.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/and.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/base.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/clamp.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/class.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/compare.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/comparetotal.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/comparetotmag.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/copy.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/copyabs.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/copynegate.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/copysign.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/ddAbs.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/ddAdd.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/ddAnd.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/ddBase.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/ddCanonical.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/ddClass.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/ddCompare.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/ddCompareSig.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/ddCompareTotal.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/ddCompareTotalMag.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/ddCopy.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/ddCopyAbs.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/ddCopyNegate.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/ddCopySign.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/ddDivide.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/ddDivideInt.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/ddEncode.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/ddFMA.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/ddInvert.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/ddLogB.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/ddMax.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/ddMaxMag.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/ddMin.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/ddMinMag.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/ddMinus.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/ddMultiply.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/ddNextMinus.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/ddNextPlus.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/ddNextToward.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/ddOr.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/ddPlus.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/ddQuantize.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/ddReduce.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/ddRemainder.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/ddRemainderNear.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/ddRotate.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/ddSameQuantum.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/ddScaleB.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/ddShift.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/ddSubtract.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/ddToIntegral.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/ddXor.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/decDouble.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/decQuad.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/decSingle.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/divide.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/divideint.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/dqAbs.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/dqAdd.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/dqAnd.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/dqBase.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/dqCanonical.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/dqClass.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/dqCompare.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/dqCompareSig.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/dqCompareTotal.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/dqCompareTotalMag.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/dqCopy.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/dqCopyAbs.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/dqCopyNegate.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/dqCopySign.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/dqDivide.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/dqDivideInt.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/dqEncode.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/dqFMA.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/dqInvert.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/dqLogB.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/dqMax.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/dqMaxMag.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/dqMin.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/dqMinMag.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/dqMinus.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/dqMultiply.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/dqNextMinus.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/dqNextPlus.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/dqNextToward.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/dqOr.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/dqPlus.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/dqQuantize.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/dqReduce.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/dqRemainder.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/dqRemainderNear.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/dqRotate.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/dqSameQuantum.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/dqScaleB.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/dqShift.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/dqSubtract.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/dqToIntegral.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/dqXor.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/dsBase.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/dsEncode.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/exp.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/extra.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/fma.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/inexact.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/invert.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/ln.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/log10.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/logb.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/max.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/maxmag.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/min.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/minmag.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/minus.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/multiply.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/nextminus.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/nextplus.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/nexttoward.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/or.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/plus.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/power.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/powersqrt.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/quantize.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/randomBound32.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/randoms.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/reduce.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/remainder.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/remainderNear.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/rescale.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/rotate.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/rounding.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/samequantum.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/scaleb.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/shift.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/squareroot.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/subtract.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/testall.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/tointegral.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/tointegralx.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/test/decimaltestdata/xor.decTest /usr/local/lib/python2.5/test/decimaltestdata
install -o root -g wheel -m 444 ./../Lib/encodings/__init__.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/aliases.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/ascii.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/base64_codec.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/big5.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/big5hkscs.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/bz2_codec.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/charmap.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/cp037.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/cp1006.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/cp1026.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/cp1140.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/cp1250.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/cp1251.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/cp1252.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/cp1253.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/cp1254.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/cp1255.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/cp1256.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/cp1257.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/cp1258.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/cp424.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/cp437.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/cp500.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/cp737.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/cp775.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/cp850.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/cp852.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/cp855.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/cp856.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/cp857.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/cp860.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/cp861.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/cp862.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/cp863.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/cp864.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/cp865.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/cp866.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/cp869.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/cp874.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/cp875.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/cp932.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/cp949.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/cp950.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/euc_jis_2004.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/euc_jisx0213.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/euc_jp.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/euc_kr.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/gb18030.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/gb2312.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/gbk.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/hex_codec.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/hp_roman8.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/hz.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/idna.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/iso2022_jp.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/iso2022_jp_1.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/iso2022_jp_2.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/iso2022_jp_2004.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/iso2022_jp_3.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/iso2022_jp_ext.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/iso2022_kr.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/iso8859_1.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/iso8859_10.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/iso8859_11.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/iso8859_13.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/iso8859_14.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/iso8859_15.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/iso8859_16.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/iso8859_2.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/iso8859_3.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/iso8859_4.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/iso8859_5.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/iso8859_6.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/iso8859_7.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/iso8859_8.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/iso8859_9.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/johab.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/koi8_r.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/koi8_u.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/latin_1.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/mac_arabic.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/mac_centeuro.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/mac_croatian.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/mac_cyrillic.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/mac_farsi.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/mac_greek.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/mac_iceland.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/mac_latin2.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/mac_roman.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/mac_romanian.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/mac_turkish.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/mbcs.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/palmos.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/ptcp154.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/punycode.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/quopri_codec.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/raw_unicode_escape.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/rot_13.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/shift_jis.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/shift_jis_2004.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/shift_jisx0213.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/string_escape.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/tis_620.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/undefined.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/unicode_escape.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/unicode_internal.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/utf_16.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/utf_16_be.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/utf_16_le.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/utf_7.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/utf_8.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/utf_8_sig.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/uu_codec.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/encodings/zlib_codec.py /usr/local/lib/python2.5/encodings
install -o root -g wheel -m 444 ./../Lib/compiler/__init__.py /usr/local/lib/python2.5/compiler
install -o root -g wheel -m 444 ./../Lib/compiler/ast.py /usr/local/lib/python2.5/compiler
install -o root -g wheel -m 444 ./../Lib/compiler/consts.py /usr/local/lib/python2.5/compiler
install -o root -g wheel -m 444 ./../Lib/compiler/future.py /usr/local/lib/python2.5/compiler
install -o root -g wheel -m 444 ./../Lib/compiler/misc.py /usr/local/lib/python2.5/compiler
install -o root -g wheel -m 444 ./../Lib/compiler/pyassem.py /usr/local/lib/python2.5/compiler
install -o root -g wheel -m 444 ./../Lib/compiler/pycodegen.py /usr/local/lib/python2.5/compiler
install -o root -g wheel -m 444 ./../Lib/compiler/symbols.py /usr/local/lib/python2.5/compiler
install -o root -g wheel -m 444 ./../Lib/compiler/syntax.py /usr/local/lib/python2.5/compiler
install -o root -g wheel -m 444 ./../Lib/compiler/transformer.py /usr/local/lib/python2.5/compiler
install -o root -g wheel -m 444 ./../Lib/compiler/visitor.py /usr/local/lib/python2.5/compiler
install -o root -g wheel -m 444 ./../Lib/hotshot/__init__.py /usr/local/lib/python2.5/hotshot
install -o root -g wheel -m 444 ./../Lib/hotshot/log.py /usr/local/lib/python2.5/hotshot
install -o root -g wheel -m 444 ./../Lib/hotshot/stats.py /usr/local/lib/python2.5/hotshot
install -o root -g wheel -m 444 ./../Lib/hotshot/stones.py /usr/local/lib/python2.5/hotshot
install -o root -g wheel -m 444 ./../Lib/email/__init__.py /usr/local/lib/python2.5/email
install -o root -g wheel -m 444 ./../Lib/email/_parseaddr.py /usr/local/lib/python2.5/email
install -o root -g wheel -m 444 ./../Lib/email/base64mime.py /usr/local/lib/python2.5/email
install -o root -g wheel -m 444 ./../Lib/email/charset.py /usr/local/lib/python2.5/email
install -o root -g wheel -m 444 ./../Lib/email/encoders.py /usr/local/lib/python2.5/email
install -o root -g wheel -m 444 ./../Lib/email/errors.py /usr/local/lib/python2.5/email
install -o root -g wheel -m 444 ./../Lib/email/feedparser.py /usr/local/lib/python2.5/email
install -o root -g wheel -m 444 ./../Lib/email/generator.py /usr/local/lib/python2.5/email
install -o root -g wheel -m 444 ./../Lib/email/header.py /usr/local/lib/python2.5/email
install -o root -g wheel -m 444 ./../Lib/email/iterators.py /usr/local/lib/python2.5/email
install -o root -g wheel -m 444 ./../Lib/email/message.py /usr/local/lib/python2.5/email
install -o root -g wheel -m 444 ./../Lib/email/parser.py /usr/local/lib/python2.5/email
install -o root -g wheel -m 444 ./../Lib/email/quoprimime.py /usr/local/lib/python2.5/email
install -o root -g wheel -m 444 ./../Lib/email/utils.py /usr/local/lib/python2.5/email
install -o root -g wheel -m 444 ./../Lib/email/mime/__init__.py /usr/local/lib/python2.5/email/mime
install -o root -g wheel -m 444 ./../Lib/email/mime/application.py /usr/local/lib/python2.5/email/mime
install -o root -g wheel -m 444 ./../Lib/email/mime/audio.py /usr/local/lib/python2.5/email/mime
install -o root -g wheel -m 444 ./../Lib/email/mime/base.py /usr/local/lib/python2.5/email/mime
install -o root -g wheel -m 444 ./../Lib/email/mime/image.py /usr/local/lib/python2.5/email/mime
install -o root -g wheel -m 444 ./../Lib/email/mime/message.py /usr/local/lib/python2.5/email/mime
install -o root -g wheel -m 444 ./../Lib/email/mime/multipart.py /usr/local/lib/python2.5/email/mime
install -o root -g wheel -m 444 ./../Lib/email/mime/nonmultipart.py /usr/local/lib/python2.5/email/mime
install -o root -g wheel -m 444 ./../Lib/email/mime/text.py /usr/local/lib/python2.5/email/mime
install -o root -g wheel -m 444 ./../Lib/email/test/__init__.py /usr/local/lib/python2.5/email/test
install -o root -g wheel -m 444 ./../Lib/email/test/test_email.py /usr/local/lib/python2.5/email/test
install -o root -g wheel -m 444 ./../Lib/email/test/test_email_codecs.py /usr/local/lib/python2.5/email/test
install -o root -g wheel -m 444 ./../Lib/email/test/test_email_codecs_renamed.py /usr/local/lib/python2.5/email/test
install -o root -g wheel -m 444 ./../Lib/email/test/test_email_renamed.py /usr/local/lib/python2.5/email/test
install -o root -g wheel -m 444 ./../Lib/email/test/test_email_torture.py /usr/local/lib/python2.5/email/test
install -o root -g wheel -m 444 ./../Lib/email/test/data/PyBanner048.gif /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/audiotest.au /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/msg_01.txt /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/msg_02.txt /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/msg_03.txt /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/msg_04.txt /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/msg_05.txt /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/msg_06.txt /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/msg_07.txt /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/msg_08.txt /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/msg_09.txt /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/msg_10.txt /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/msg_11.txt /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/msg_12.txt /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/msg_12a.txt /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/msg_13.txt /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/msg_14.txt /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/msg_15.txt /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/msg_16.txt /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/msg_17.txt /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/msg_18.txt /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/msg_19.txt /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/msg_20.txt /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/msg_21.txt /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/msg_22.txt /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/msg_23.txt /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/msg_24.txt /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/msg_25.txt /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/msg_26.txt /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/msg_27.txt /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/msg_28.txt /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/msg_29.txt /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/msg_30.txt /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/msg_31.txt /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/msg_32.txt /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/msg_33.txt /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/msg_34.txt /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/msg_35.txt /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/msg_36.txt /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/msg_37.txt /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/msg_38.txt /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/msg_39.txt /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/msg_40.txt /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/msg_41.txt /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/msg_42.txt /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/msg_43.txt /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/email/test/data/msg_44.txt /usr/local/lib/python2.5/email/test/data
install -o root -g wheel -m 444 ./../Lib/sqlite3/__init__.py /usr/local/lib/python2.5/sqlite3
install -o root -g wheel -m 444 ./../Lib/sqlite3/dbapi2.py /usr/local/lib/python2.5/sqlite3
install -o root -g wheel -m 444 ./../Lib/sqlite3/test/__init__.py /usr/local/lib/python2.5/sqlite3/test
install -o root -g wheel -m 444 ./../Lib/sqlite3/test/dbapi.py /usr/local/lib/python2.5/sqlite3/test
install -o root -g wheel -m 444 ./../Lib/sqlite3/test/factory.py /usr/local/lib/python2.5/sqlite3/test
install -o root -g wheel -m 444 ./../Lib/sqlite3/test/hooks.py /usr/local/lib/python2.5/sqlite3/test
install -o root -g wheel -m 444 ./../Lib/sqlite3/test/regression.py /usr/local/lib/python2.5/sqlite3/test
install -o root -g wheel -m 444 ./../Lib/sqlite3/test/transactions.py /usr/local/lib/python2.5/sqlite3/test
install -o root -g wheel -m 444 ./../Lib/sqlite3/test/types.py /usr/local/lib/python2.5/sqlite3/test
install -o root -g wheel -m 444 ./../Lib/sqlite3/test/userfunctions.py /usr/local/lib/python2.5/sqlite3/test
install -o root -g wheel -m 444 ./../Lib/logging/__init__.py /usr/local/lib/python2.5/logging
install -o root -g wheel -m 444 ./../Lib/logging/config.py /usr/local/lib/python2.5/logging
install -o root -g wheel -m 444 ./../Lib/logging/handlers.py /usr/local/lib/python2.5/logging
install -o root -g wheel -m 444 ./../Lib/bsddb/__init__.py /usr/local/lib/python2.5/bsddb
install -o root -g wheel -m 444 ./../Lib/bsddb/db.py /usr/local/lib/python2.5/bsddb
install -o root -g wheel -m 444 ./../Lib/bsddb/dbobj.py /usr/local/lib/python2.5/bsddb
install -o root -g wheel -m 444 ./../Lib/bsddb/dbrecio.py /usr/local/lib/python2.5/bsddb
install -o root -g wheel -m 444 ./../Lib/bsddb/dbshelve.py /usr/local/lib/python2.5/bsddb
install -o root -g wheel -m 444 ./../Lib/bsddb/dbtables.py /usr/local/lib/python2.5/bsddb
install -o root -g wheel -m 444 ./../Lib/bsddb/dbutils.py /usr/local/lib/python2.5/bsddb
install -o root -g wheel -m 444 ./../Lib/bsddb/test/__init__.py /usr/local/lib/python2.5/bsddb/test
install -o root -g wheel -m 444 ./../Lib/bsddb/test/test_1413192.py /usr/local/lib/python2.5/bsddb/test
install -o root -g wheel -m 444 ./../Lib/bsddb/test/test_all.py /usr/local/lib/python2.5/bsddb/test
install -o root -g wheel -m 444 ./../Lib/bsddb/test/test_associate.py /usr/local/lib/python2.5/bsddb/test
install -o root -g wheel -m 444 ./../Lib/bsddb/test/test_basics.py /usr/local/lib/python2.5/bsddb/test
install -o root -g wheel -m 444 ./../Lib/bsddb/test/test_compare.py /usr/local/lib/python2.5/bsddb/test
install -o root -g wheel -m 444 ./../Lib/bsddb/test/test_compat.py /usr/local/lib/python2.5/bsddb/test
install -o root -g wheel -m 444 ./../Lib/bsddb/test/test_cursor_pget_bug.py /usr/local/lib/python2.5/bsddb/test
install -o root -g wheel -m 444 ./../Lib/bsddb/test/test_dbobj.py /usr/local/lib/python2.5/bsddb/test
install -o root -g wheel -m 444 ./../Lib/bsddb/test/test_dbshelve.py /usr/local/lib/python2.5/bsddb/test
install -o root -g wheel -m 444 ./../Lib/bsddb/test/test_dbtables.py /usr/local/lib/python2.5/bsddb/test
install -o root -g wheel -m 444 ./../Lib/bsddb/test/test_env_close.py /usr/local/lib/python2.5/bsddb/test
install -o root -g wheel -m 444 ./../Lib/bsddb/test/test_get_none.py /usr/local/lib/python2.5/bsddb/test
install -o root -g wheel -m 444 ./../Lib/bsddb/test/test_join.py /usr/local/lib/python2.5/bsddb/test
install -o root -g wheel -m 444 ./../Lib/bsddb/test/test_lock.py /usr/local/lib/python2.5/bsddb/test
install -o root -g wheel -m 444 ./../Lib/bsddb/test/test_misc.py /usr/local/lib/python2.5/bsddb/test
install -o root -g wheel -m 444 ./../Lib/bsddb/test/test_pickle.py /usr/local/lib/python2.5/bsddb/test
install -o root -g wheel -m 444 ./../Lib/bsddb/test/test_queue.py /usr/local/lib/python2.5/bsddb/test
install -o root -g wheel -m 444 ./../Lib/bsddb/test/test_recno.py /usr/local/lib/python2.5/bsddb/test
install -o root -g wheel -m 444 ./../Lib/bsddb/test/test_sequence.py /usr/local/lib/python2.5/bsddb/test
install -o root -g wheel -m 444 ./../Lib/bsddb/test/test_thread.py /usr/local/lib/python2.5/bsddb/test
install -o root -g wheel -m 444 ./../Lib/wsgiref/__init__.py /usr/local/lib/python2.5/wsgiref
install -o root -g wheel -m 444 ./../Lib/wsgiref/handlers.py /usr/local/lib/python2.5/wsgiref
install -o root -g wheel -m 444 ./../Lib/wsgiref/headers.py /usr/local/lib/python2.5/wsgiref
install -o root -g wheel -m 444 ./../Lib/wsgiref/simple_server.py /usr/local/lib/python2.5/wsgiref
install -o root -g wheel -m 444 ./../Lib/wsgiref/util.py /usr/local/lib/python2.5/wsgiref
install -o root -g wheel -m 444 ./../Lib/wsgiref/validate.py /usr/local/lib/python2.5/wsgiref
install -o root -g wheel -m 444 ./../Lib/ctypes/__init__.py /usr/local/lib/python2.5/ctypes
install -o root -g wheel -m 444 ./../Lib/ctypes/_endian.py /usr/local/lib/python2.5/ctypes
install -o root -g wheel -m 444 ./../Lib/ctypes/util.py /usr/local/lib/python2.5/ctypes
install -o root -g wheel -m 444 ./../Lib/ctypes/wintypes.py /usr/local/lib/python2.5/ctypes
install -o root -g wheel -m 444 ./../Lib/ctypes/test/__init__.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/runtests.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_anon.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_array_in_pointer.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_arrays.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_as_parameter.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_bitfields.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_buffers.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_byteswap.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_callbacks.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_cast.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_cfuncs.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_checkretval.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_delattr.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_errcheck.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_find.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_funcptr.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_functions.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_incomplete.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_init.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_integers.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_internals.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_keeprefs.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_libc.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_loading.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_macholib.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_memfunctions.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_numbers.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_objects.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_parameters.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_pointers.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_prototypes.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_python_api.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_random_things.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_refcounts.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_repr.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_returnfuncptrs.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_simplesubclasses.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_sizes.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_slicing.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_stringptr.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_strings.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_struct_fields.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_structures.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_unaligned_structures.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_unicode.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_values.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_varsize_struct.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/test/test_win32.py /usr/local/lib/python2.5/ctypes/test
install -o root -g wheel -m 444 ./../Lib/ctypes/macholib/README.ctypes /usr/local/lib/python2.5/ctypes/macholib
install -o root -g wheel -m 444 ./../Lib/ctypes/macholib/__init__.py /usr/local/lib/python2.5/ctypes/macholib
install -o root -g wheel -m 444 ./../Lib/ctypes/macholib/dyld.py /usr/local/lib/python2.5/ctypes/macholib
install -o root -g wheel -m 444 ./../Lib/ctypes/macholib/dylib.py /usr/local/lib/python2.5/ctypes/macholib
install -o root -g wheel -m 555 ./../Lib/ctypes/macholib/fetch_macholib /usr/local/lib/python2.5/ctypes/macholib
install -o root -g wheel -m 444 ./../Lib/ctypes/macholib/fetch_macholib.bat /usr/local/lib/python2.5/ctypes/macholib
install -o root -g wheel -m 444 ./../Lib/ctypes/macholib/framework.py /usr/local/lib/python2.5/ctypes/macholib
install -o root -g wheel -m 444 ./../Lib/idlelib/AutoComplete.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/AutoCompleteWindow.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/AutoExpand.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/Bindings.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/CREDITS.txt /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/CallTipWindow.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/CallTips.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/ChangeLog /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/ClassBrowser.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/CodeContext.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/ColorDelegator.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/Debugger.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/Delegator.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/EditorWindow.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/FileList.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/FormatParagraph.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/GrepDialog.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/HISTORY.txt /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/HyperParser.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/IOBinding.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/IdleHistory.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/MultiCall.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/MultiStatusBar.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/NEWS.txt /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/ObjectBrowser.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/OutputWindow.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/ParenMatch.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/PathBrowser.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/Percolator.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/PyParse.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/PyShell.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/README.txt /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/RemoteDebugger.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/RemoteObjectBrowser.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/ReplaceDialog.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/ScriptBinding.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/ScrolledList.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/SearchDialog.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/SearchDialogBase.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/SearchEngine.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/StackViewer.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/TODO.txt /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/ToolTip.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/TreeWidget.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/UndoDelegator.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/WidgetRedirector.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/WindowList.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/ZoomHeight.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/__init__.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/aboutDialog.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/config-extensions.def /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/config-highlight.def /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/config-keys.def /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/config-main.def /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/configDialog.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/configHandler.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/configHelpSourceEdit.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/configSectionNameDialog.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/dynOptionMenuWidget.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/extend.txt /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/help.txt /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 555 ./../Lib/idlelib/idle.bat /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/idle.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/idle.pyw /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/idlever.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/keybindingDialog.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/macosxSupport.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/rpc.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/run.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/tabpage.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/testcode.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/textView.py /usr/local/lib/python2.5/idlelib
install -o root -g wheel -m 444 ./../Lib/idlelib/Icons/folder.gif /usr/local/lib/python2.5/idlelib/Icons
install -o root -g wheel -m 444 ./../Lib/idlelib/Icons/idle.icns /usr/local/lib/python2.5/idlelib/Icons
install -o root -g wheel -m 444 ./../Lib/idlelib/Icons/minusnode.gif /usr/local/lib/python2.5/idlelib/Icons
install -o root -g wheel -m 444 ./../Lib/idlelib/Icons/openfolder.gif /usr/local/lib/python2.5/idlelib/Icons
install -o root -g wheel -m 444 ./../Lib/idlelib/Icons/plusnode.gif /usr/local/lib/python2.5/idlelib/Icons
install -o root -g wheel -m 444 ./../Lib/idlelib/Icons/python.gif /usr/local/lib/python2.5/idlelib/Icons
install -o root -g wheel -m 444 ./../Lib/idlelib/Icons/tk.gif /usr/local/lib/python2.5/idlelib/Icons
install -o root -g wheel -m 444 ./../Lib/distutils/README /usr/local/lib/python2.5/distutils
install -o root -g wheel -m 444 ./../Lib/distutils/__init__.py /usr/local/lib/python2.5/distutils
install -o root -g wheel -m 444 ./../Lib/distutils/archive_util.py /usr/local/lib/python2.5/distutils
install -o root -g wheel -m 444 ./../Lib/distutils/bcppcompiler.py /usr/local/lib/python2.5/distutils
install -o root -g wheel -m 444 ./../Lib/distutils/ccompiler.py /usr/local/lib/python2.5/distutils
install -o root -g wheel -m 444 ./../Lib/distutils/cmd.py /usr/local/lib/python2.5/distutils
install -o root -g wheel -m 444 ./../Lib/distutils/core.py /usr/local/lib/python2.5/distutils
install -o root -g wheel -m 444 ./../Lib/distutils/cygwinccompiler.py /usr/local/lib/python2.5/distutils
install -o root -g wheel -m 444 ./../Lib/distutils/debug.py /usr/local/lib/python2.5/distutils
install -o root -g wheel -m 444 ./../Lib/distutils/dep_util.py /usr/local/lib/python2.5/distutils
install -o root -g wheel -m 444 ./../Lib/distutils/dir_util.py /usr/local/lib/python2.5/distutils
install -o root -g wheel -m 444 ./../Lib/distutils/dist.py /usr/local/lib/python2.5/distutils
install -o root -g wheel -m 444 ./../Lib/distutils/emxccompiler.py /usr/local/lib/python2.5/distutils
install -o root -g wheel -m 444 ./../Lib/distutils/errors.py /usr/local/lib/python2.5/distutils
install -o root -g wheel -m 444 ./../Lib/distutils/extension.py /usr/local/lib/python2.5/distutils
install -o root -g wheel -m 444 ./../Lib/distutils/fancy_getopt.py /usr/local/lib/python2.5/distutils
install -o root -g wheel -m 444 ./../Lib/distutils/file_util.py /usr/local/lib/python2.5/distutils
install -o root -g wheel -m 444 ./../Lib/distutils/filelist.py /usr/local/lib/python2.5/distutils
install -o root -g wheel -m 444 ./../Lib/distutils/log.py /usr/local/lib/python2.5/distutils
install -o root -g wheel -m 444 ./../Lib/distutils/msvccompiler.py /usr/local/lib/python2.5/distutils
install -o root -g wheel -m 444 ./../Lib/distutils/mwerkscompiler.py /usr/local/lib/python2.5/distutils
install -o root -g wheel -m 444 ./../Lib/distutils/spawn.py /usr/local/lib/python2.5/distutils
install -o root -g wheel -m 444 ./../Lib/distutils/sysconfig.py /usr/local/lib/python2.5/distutils
install -o root -g wheel -m 444 ./../Lib/distutils/text_file.py /usr/local/lib/python2.5/distutils
install -o root -g wheel -m 444 ./../Lib/distutils/unixccompiler.py /usr/local/lib/python2.5/distutils
install -o root -g wheel -m 444 ./../Lib/distutils/util.py /usr/local/lib/python2.5/distutils
install -o root -g wheel -m 444 ./../Lib/distutils/version.py /usr/local/lib/python2.5/distutils
install -o root -g wheel -m 444 ./../Lib/distutils/versionpredicate.py /usr/local/lib/python2.5/distutils
install -o root -g wheel -m 444 ./../Lib/distutils/command/__init__.py /usr/local/lib/python2.5/distutils/command
install -o root -g wheel -m 444 ./../Lib/distutils/command/bdist.py /usr/local/lib/python2.5/distutils/command
install -o root -g wheel -m 444 ./../Lib/distutils/command/bdist_dumb.py /usr/local/lib/python2.5/distutils/command
install -o root -g wheel -m 444 ./../Lib/distutils/command/bdist_msi.py /usr/local/lib/python2.5/distutils/command
install -o root -g wheel -m 444 ./../Lib/distutils/command/bdist_rpm.py /usr/local/lib/python2.5/distutils/command
install -o root -g wheel -m 444 ./../Lib/distutils/command/bdist_wininst.py /usr/local/lib/python2.5/distutils/command
install -o root -g wheel -m 444 ./../Lib/distutils/command/build.py /usr/local/lib/python2.5/distutils/command
install -o root -g wheel -m 444 ./../Lib/distutils/command/build_clib.py /usr/local/lib/python2.5/distutils/command
install -o root -g wheel -m 444 ./../Lib/distutils/command/build_ext.py /usr/local/lib/python2.5/distutils/command
install -o root -g wheel -m 444 ./../Lib/distutils/command/build_py.py /usr/local/lib/python2.5/distutils/command
install -o root -g wheel -m 444 ./../Lib/distutils/command/build_scripts.py /usr/local/lib/python2.5/distutils/command
install -o root -g wheel -m 444 ./../Lib/distutils/command/clean.py /usr/local/lib/python2.5/distutils/command
install -o root -g wheel -m 444 ./../Lib/distutils/command/command_template /usr/local/lib/python2.5/distutils/command
install -o root -g wheel -m 444 ./../Lib/distutils/command/config.py /usr/local/lib/python2.5/distutils/command
install -o root -g wheel -m 444 ./../Lib/distutils/command/install.py /usr/local/lib/python2.5/distutils/command
install -o root -g wheel -m 444 ./../Lib/distutils/command/install_data.py /usr/local/lib/python2.5/distutils/command
install -o root -g wheel -m 444 ./../Lib/distutils/command/install_egg_info.py /usr/local/lib/python2.5/distutils/command
install -o root -g wheel -m 444 ./../Lib/distutils/command/install_headers.py /usr/local/lib/python2.5/distutils/command
install -o root -g wheel -m 444 ./../Lib/distutils/command/install_lib.py /usr/local/lib/python2.5/distutils/command
install -o root -g wheel -m 444 ./../Lib/distutils/command/install_scripts.py /usr/local/lib/python2.5/distutils/command
install -o root -g wheel -m 444 ./../Lib/distutils/command/register.py /usr/local/lib/python2.5/distutils/command
install -o root -g wheel -m 444 ./../Lib/distutils/command/sdist.py /usr/local/lib/python2.5/distutils/command
install -o root -g wheel -m 444 ./../Lib/distutils/command/upload.py /usr/local/lib/python2.5/distutils/command
install -o root -g wheel -m 444 ./../Lib/distutils/command/wininst-6.exe /usr/local/lib/python2.5/distutils/command
install -o root -g wheel -m 444 ./../Lib/distutils/command/wininst-7.1.exe /usr/local/lib/python2.5/distutils/command
install -o root -g wheel -m 444 ./../Lib/distutils/tests/__init__.py /usr/local/lib/python2.5/distutils/tests
install -o root -g wheel -m 444 ./../Lib/distutils/tests/support.py /usr/local/lib/python2.5/distutils/tests
install -o root -g wheel -m 444 ./../Lib/distutils/tests/test_build_py.py /usr/local/lib/python2.5/distutils/tests
install -o root -g wheel -m 444 ./../Lib/distutils/tests/test_build_scripts.py /usr/local/lib/python2.5/distutils/tests
install -o root -g wheel -m 444 ./../Lib/distutils/tests/test_dist.py /usr/local/lib/python2.5/distutils/tests
install -o root -g wheel -m 444 ./../Lib/distutils/tests/test_install.py /usr/local/lib/python2.5/distutils/tests
install -o root -g wheel -m 444 ./../Lib/distutils/tests/test_install_scripts.py /usr/local/lib/python2.5/distutils/tests
install -o root -g wheel -m 444 ./../Lib/distutils/tests/test_versionpredicate.py /usr/local/lib/python2.5/distutils/tests
install -o root -g wheel -m 444 ./../Lib/xml/__init__.py /usr/local/lib/python2.5/xml
install -o root -g wheel -m 444 ./../Lib/xml/dom/NodeFilter.py /usr/local/lib/python2.5/xml/dom
install -o root -g wheel -m 444 ./../Lib/xml/dom/__init__.py /usr/local/lib/python2.5/xml/dom
install -o root -g wheel -m 444 ./../Lib/xml/dom/domreg.py /usr/local/lib/python2.5/xml/dom
install -o root -g wheel -m 444 ./../Lib/xml/dom/expatbuilder.py /usr/local/lib/python2.5/xml/dom
install -o root -g wheel -m 444 ./../Lib/xml/dom/minicompat.py /usr/local/lib/python2.5/xml/dom
install -o root -g wheel -m 444 ./../Lib/xml/dom/minidom.py /usr/local/lib/python2.5/xml/dom
install -o root -g wheel -m 444 ./../Lib/xml/dom/pulldom.py /usr/local/lib/python2.5/xml/dom
install -o root -g wheel -m 444 ./../Lib/xml/dom/xmlbuilder.py /usr/local/lib/python2.5/xml/dom
install -o root -g wheel -m 444 ./../Lib/xml/etree/ElementInclude.py /usr/local/lib/python2.5/xml/etree
install -o root -g wheel -m 444 ./../Lib/xml/etree/ElementPath.py /usr/local/lib/python2.5/xml/etree
install -o root -g wheel -m 444 ./../Lib/xml/etree/ElementTree.py /usr/local/lib/python2.5/xml/etree
install -o root -g wheel -m 444 ./../Lib/xml/etree/__init__.py /usr/local/lib/python2.5/xml/etree
install -o root -g wheel -m 444 ./../Lib/xml/etree/cElementTree.py /usr/local/lib/python2.5/xml/etree
install -o root -g wheel -m 444 ./../Lib/xml/parsers/__init__.py /usr/local/lib/python2.5/xml/parsers
install -o root -g wheel -m 444 ./../Lib/xml/parsers/expat.py /usr/local/lib/python2.5/xml/parsers
install -o root -g wheel -m 444 ./../Lib/xml/sax/__init__.py /usr/local/lib/python2.5/xml/sax
install -o root -g wheel -m 444 ./../Lib/xml/sax/_exceptions.py /usr/local/lib/python2.5/xml/sax
install -o root -g wheel -m 444 ./../Lib/xml/sax/expatreader.py /usr/local/lib/python2.5/xml/sax
install -o root -g wheel -m 444 ./../Lib/xml/sax/handler.py /usr/local/lib/python2.5/xml/sax
install -o root -g wheel -m 444 ./../Lib/xml/sax/saxutils.py /usr/local/lib/python2.5/xml/sax
install -o root -g wheel -m 444 ./../Lib/xml/sax/xmlreader.py /usr/local/lib/python2.5/xml/sax
install -o root -g wheel -m 444 ./../Lib/curses/__init__.py /usr/local/lib/python2.5/curses
install -o root -g wheel -m 444 ./../Lib/curses/ascii.py /usr/local/lib/python2.5/curses
install -o root -g wheel -m 444 ./../Lib/curses/has_key.py /usr/local/lib/python2.5/curses
install -o root -g wheel -m 444 ./../Lib/curses/panel.py /usr/local/lib/python2.5/curses
install -o root -g wheel -m 444 ./../Lib/curses/textpad.py /usr/local/lib/python2.5/curses
install -o root -g wheel -m 444 ./../Lib/curses/wrapper.py /usr/local/lib/python2.5/curses
install -o root -g wheel -m 444 ./../Lib/plat-midnightbsd0/IN.py /usr/local/lib/python2.5/plat-midnightbsd0
install -o root -g wheel -m 555 ./../Lib/plat-midnightbsd0/regen /usr/local/lib/python2.5/plat-midnightbsd0
install  -o root -g wheel -m 444 ./../LICENSE /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/LICENSE.txt
PYTHONPATH=/magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5    ./python -Wi -tt /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/compileall.py  -d /usr/local/lib/python2.5 -f  -x 'bad_coding|badsyntax|site-packages' /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5 ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/BaseHTTPServer.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/Bastion.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/CGIHTTPServer.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ConfigParser.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/Cookie.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/DocXMLRPCServer.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/HTMLParser.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/MimeWriter.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/Queue.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/SimpleHTTPServer.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/SimpleXMLRPCServer.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/SocketServer.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/StringIO.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/UserDict.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/UserList.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/UserString.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/_LWPCookieJar.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/_MozillaCookieJar.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/__future__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/__phello__.foo.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/_strptime.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/_threading_local.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/aifc.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/anydbm.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/asynchat.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/asyncore.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/atexit.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/audiodev.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/base64.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bdb.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/binhex.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bisect.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/db.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/dbobj.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/dbrecio.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/dbshelve.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/dbtables.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/dbutils.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/test ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/test/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/test/test_1413192.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/test/test_all.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/test/test_associate.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/test/test_basics.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/test/test_compare.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/test/test_compat.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/test/test_cursor_pget_bug.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/test/test_dbobj.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/test/test_dbshelve.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/test/test_dbtables.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/test/test_env_close.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/test/test_get_none.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/test/test_join.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/test/test_lock.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/test/test_misc.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/test/test_pickle.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/test/test_queue.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/test/test_recno.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/test/test_sequence.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/test/test_thread.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/cProfile.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/calendar.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/cgi.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/cgitb.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/chunk.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/cmd.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/code.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/codecs.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/codeop.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/colorsys.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/commands.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/compileall.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/compiler ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/compiler/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/compiler/ast.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/compiler/consts.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/compiler/future.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/compiler/misc.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/compiler/pyassem.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/compiler/pycodegen.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/compiler/symbols.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/compiler/syntax.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/compiler/transformer.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/compiler/visitor.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/contextlib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/cookielib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/copy.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/copy_reg.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/csv.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/_endian.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/macholib ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/macholib/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/macholib/dyld.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/macholib/dylib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/macholib/framework.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/runtests.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_anon.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_array_in_pointer.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_arrays.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_as_parameter.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_bitfields.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_buffers.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_byteswap.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_callbacks.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_cast.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_cfuncs.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_checkretval.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_delattr.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_errcheck.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_find.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_funcptr.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_functions.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_incomplete.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_init.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_integers.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_internals.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_keeprefs.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_libc.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_loading.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_macholib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_memfunctions.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_numbers.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_objects.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_parameters.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_pointers.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_prototypes.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_python_api.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_random_things.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_refcounts.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_repr.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_returnfuncptrs.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_simplesubclasses.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_sizes.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_slicing.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_stringptr.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_strings.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_struct_fields.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_structures.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_unaligned_structures.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_unicode.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_values.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_varsize_struct.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_win32.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/util.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/wintypes.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/curses ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/curses/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/curses/ascii.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/curses/has_key.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/curses/panel.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/curses/textpad.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/curses/wrapper.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/dbhash.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/decimal.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/difflib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/dircache.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/dis.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/archive_util.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/bcppcompiler.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/ccompiler.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/cmd.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command/bdist.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command/bdist_dumb.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command/bdist_msi.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command/bdist_rpm.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command/bdist_wininst.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command/build.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command/build_clib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command/build_ext.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command/build_py.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command/build_scripts.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command/clean.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command/config.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command/install.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command/install_data.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command/install_egg_info.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command/install_headers.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command/install_lib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command/install_scripts.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command/register.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command/sdist.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command/upload.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/core.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/cygwinccompiler.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/debug.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/dep_util.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/dir_util.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/dist.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/emxccompiler.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/errors.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/extension.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/fancy_getopt.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/file_util.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/filelist.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/log.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/msvccompiler.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/mwerkscompiler.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/spawn.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/sysconfig.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/tests ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/tests/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/tests/support.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/tests/test_build_py.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/tests/test_build_scripts.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/tests/test_dist.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/tests/test_install.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/tests/test_install_scripts.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/tests/test_versionpredicate.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/text_file.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/unixccompiler.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/util.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/version.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/versionpredicate.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/doctest.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/dumbdbm.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/dummy_thread.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/dummy_threading.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/_parseaddr.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/base64mime.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/charset.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/encoders.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/errors.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/feedparser.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/generator.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/header.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/iterators.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/message.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/mime ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/mime/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/mime/application.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/mime/audio.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/mime/base.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/mime/image.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/mime/message.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/mime/multipart.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/mime/nonmultipart.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/mime/text.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/parser.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/quoprimime.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/test ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/test/__init__.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/test/data ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/test/test_email.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/test/test_email_codecs.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/test/test_email_codecs_renamed.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/test/test_email_renamed.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/test/test_email_torture.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/utils.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/aliases.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/ascii.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/base64_codec.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/big5.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/big5hkscs.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/bz2_codec.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/charmap.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp037.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp1006.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp1026.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp1140.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp1250.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp1251.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp1252.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp1253.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp1254.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp1255.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp1256.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp1257.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp1258.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp424.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp437.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp500.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp737.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp775.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp850.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp852.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp855.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp856.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp857.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp860.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp861.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp862.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp863.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp864.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp865.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp866.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp869.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp874.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp875.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp932.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp949.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp950.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/euc_jis_2004.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/euc_jisx0213.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/euc_jp.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/euc_kr.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/gb18030.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/gb2312.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/gbk.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/hex_codec.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/hp_roman8.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/hz.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/idna.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/iso2022_jp.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/iso2022_jp_1.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/iso2022_jp_2.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/iso2022_jp_2004.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/iso2022_jp_3.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/iso2022_jp_ext.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/iso2022_kr.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/iso8859_1.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/iso8859_10.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/iso8859_11.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/iso8859_13.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/iso8859_14.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/iso8859_15.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/iso8859_16.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/iso8859_2.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/iso8859_3.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/iso8859_4.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/iso8859_5.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/iso8859_6.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/iso8859_7.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/iso8859_8.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/iso8859_9.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/johab.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/koi8_r.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/koi8_u.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/latin_1.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/mac_arabic.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/mac_centeuro.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/mac_croatian.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/mac_cyrillic.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/mac_farsi.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/mac_greek.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/mac_iceland.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/mac_latin2.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/mac_roman.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/mac_romanian.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/mac_turkish.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/mbcs.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/palmos.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/ptcp154.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/punycode.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/quopri_codec.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/raw_unicode_escape.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/rot_13.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/shift_jis.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/shift_jis_2004.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/shift_jisx0213.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/string_escape.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/tis_620.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/undefined.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/unicode_escape.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/unicode_internal.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/utf_16.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/utf_16_be.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/utf_16_le.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/utf_7.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/utf_8.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/utf_8_sig.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/uu_codec.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/zlib_codec.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/filecmp.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/fileinput.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/fnmatch.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/formatter.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/fpformat.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ftplib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/functools.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/getopt.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/getpass.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/gettext.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/glob.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/gopherlib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/gzip.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/hashlib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/heapq.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/hmac.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/hotshot ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/hotshot/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/hotshot/log.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/hotshot/stats.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/hotshot/stones.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/htmlentitydefs.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/htmllib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/httplib.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/AutoComplete.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/AutoCompleteWindow.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/AutoExpand.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/Bindings.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/CallTipWindow.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/CallTips.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/ClassBrowser.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/CodeContext.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/ColorDelegator.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/Debugger.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/Delegator.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/EditorWindow.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/FileList.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/FormatParagraph.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/GrepDialog.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/HyperParser.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/IOBinding.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/Icons ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/IdleHistory.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/MultiCall.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/MultiStatusBar.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/ObjectBrowser.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/OutputWindow.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/ParenMatch.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/PathBrowser.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/Percolator.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/PyParse.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/PyShell.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/RemoteDebugger.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/RemoteObjectBrowser.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/ReplaceDialog.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/ScriptBinding.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/ScrolledList.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/SearchDialog.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/SearchDialogBase.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/SearchEngine.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/StackViewer.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/ToolTip.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/TreeWidget.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/UndoDelegator.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/WidgetRedirector.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/WindowList.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/ZoomHeight.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/aboutDialog.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/configDialog.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/configHandler.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/configHelpSourceEdit.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/configSectionNameDialog.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/dynOptionMenuWidget.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/idle.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/idlever.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/keybindingDialog.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/macosxSupport.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/rpc.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/run.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/tabpage.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/testcode.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/textView.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ihooks.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/imaplib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/imghdr.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/imputil.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/inspect.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/keyword.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-tk ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-tk/Canvas.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-tk/Dialog.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-tk/FileDialog.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-tk/FixTk.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-tk/ScrolledText.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-tk/SimpleDialog.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-tk/Tix.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-tk/Tkconstants.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-tk/Tkdnd.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-tk/Tkinter.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-tk/tkColorChooser.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-tk/tkCommonDialog.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-tk/tkFileDialog.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-tk/tkFont.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-tk/tkMessageBox.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-tk/tkSimpleDialog.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-tk/turtle.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/linecache.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/locale.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/logging ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/logging/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/logging/config.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/logging/handlers.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/macpath.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/macurl2path.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/mailbox.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/mailcap.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/markupbase.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/md5.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/mhlib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/mimetools.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/mimetypes.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/mimify.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/modulefinder.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/multifile.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/mutex.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/netrc.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/new.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/nntplib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ntpath.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/nturl2path.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/opcode.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/optparse.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/os.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/os2emxpath.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/pdb.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/pickle.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/pickletools.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/pipes.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/pkgutil.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/plat-freebsd4 ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/plat-freebsd4/IN.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/plat-freebsd5 ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/plat-freebsd5/IN.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/plat-freebsd7 ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/plat-freebsd7/IN.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/plat-midnightbsd0 ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/plat-midnightbsd0/IN.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/platform.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/popen2.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/poplib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/posixfile.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/posixpath.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/pprint.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/profile.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/pstats.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/pty.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/py_compile.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/pyclbr.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/pydoc.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/quopri.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/random.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/re.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/repr.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/rexec.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/rfc822.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/rlcompleter.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/robotparser.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/runpy.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sched.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sets.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sgmllib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sha.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/shelve.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/shlex.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/shutil.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/site.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/smtpd.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/smtplib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sndhdr.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/socket.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sqlite3 ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sqlite3/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sqlite3/dbapi2.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sqlite3/test ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sqlite3/test/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sqlite3/test/dbapi.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sqlite3/test/factory.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sqlite3/test/hooks.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sqlite3/test/regression.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sqlite3/test/transactions.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sqlite3/test/types.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sqlite3/test/userfunctions.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sre.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sre_compile.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sre_constants.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sre_parse.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/stat.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/statvfs.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/string.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/stringold.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/stringprep.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/struct.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/subprocess.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sunau.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sunaudio.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/symbol.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/symtable.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/tabnanny.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/tarfile.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/telnetlib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/tempfile.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/autotest.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/cjkencodings_test.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/decimaltestdata ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/doctest_aliases.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/double_const.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/fork_wait.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/infinite_reload.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/inspect_fodder.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/inspect_fodder2.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/list_tests.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/mapping_tests.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/output ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/outstanding_bugs.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/pickletester.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/pyclbr_input.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/pydocfodder.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/pystone.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/re_tests.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/regex_tests.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/regrtest.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/reperf.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/sample_doctest.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/seq_tests.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/sortperf.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/string_tests.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_MimeWriter.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_StringIO.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test___all__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test___future__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test__locale.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_aepack.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_al.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_anydbm.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_applesingle.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_array.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_ast.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_asynchat.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_atexit.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_audioop.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_augassign.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_base64.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_bastion.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_bigaddrspace.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_bigmem.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_binascii.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_binhex.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_binop.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_bisect.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_bool.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_bsddb.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_bsddb185.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_bsddb3.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_bufio.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_builtin.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_bz2.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_cProfile.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_calendar.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_call.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_capi.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_cd.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_cfgparser.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_cgi.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_charmapcodec.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_cl.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_class.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_cmath.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_cmd_line.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_code.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_codeccallbacks.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_codecencodings_cn.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_codecencodings_hk.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_codecencodings_jp.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_codecencodings_kr.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_codecencodings_tw.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_codecmaps_cn.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_codecmaps_hk.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_codecmaps_jp.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_codecmaps_kr.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_codecmaps_tw.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_codecs.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_codeop.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_coding.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_coercion.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_colorsys.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_commands.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_compare.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_compile.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_compiler.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_complex.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_complex_args.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_contains.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_contextlib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_cookie.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_cookielib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_copy.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_copy_reg.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_cpickle.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_crypt.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_csv.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_ctypes.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_curses.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_datetime.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_dbm.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_decimal.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_decorators.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_defaultdict.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_deque.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_descr.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_descrtut.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_dict.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_difflib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_dircache.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_dis.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_distutils.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_dl.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_doctest.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_doctest2.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_dumbdbm.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_dummy_thread.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_dummy_threading.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_email.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_email_codecs.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_email_renamed.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_enumerate.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_eof.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_errno.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_exception_variations.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_exceptions.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_extcall.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_fcntl.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_file.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_filecmp.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_fileinput.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_float.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_fnmatch.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_fork1.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_format.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_fpformat.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_frozen.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_funcattrs.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_functools.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_future.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_future1.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_future2.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_future3.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_gc.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_gdbm.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_generators.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_genexps.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_getargs.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_getargs2.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_getopt.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_gettext.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_gl.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_glob.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_global.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_grammar.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_grp.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_gzip.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_hash.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_hashlib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_heapq.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_hexoct.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_hmac.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_hotshot.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_htmllib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_htmlparser.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_httplib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_imageop.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_imaplib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_imgfile.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_imp.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_import.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_importhooks.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_index.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_inspect.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_ioctl.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_isinstance.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_iter.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_iterlen.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_itertools.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_largefile.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_linuxaudiodev.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_list.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_locale.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_logging.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_long.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_long_future.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_longexp.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_macfs.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_macostools.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_macpath.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_mailbox.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_marshal.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_math.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_md5.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_mhlib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_mimetools.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_mimetypes.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_minidom.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_mmap.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_module.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_multibytecodec.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_multibytecodec_support.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_multifile.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_mutants.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_netrc.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_new.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_nis.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_normalization.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_ntpath.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_old_mailbox.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_opcodes.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_openpty.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_operations.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_operator.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_optparse.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_os.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_ossaudiodev.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_parser.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_peepholer.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_pep247.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_pep263.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_pep277.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_pep292.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_pep352.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_pickle.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_pickletools.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_pkg.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_pkgimport.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_platform.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_plistlib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_poll.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_popen.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_popen2.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_posix.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_posixpath.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_pow.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_pprint.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_profile.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_profilehooks.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_pty.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_pwd.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_pyclbr.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_pyexpat.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_queue.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_quopri.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_random.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_re.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_repr.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_resource.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_rfc822.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_rgbimg.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_richcmp.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_robotparser.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_runpy.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_sax.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_scope.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_scriptpackages.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_select.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_set.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_sets.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_sgmllib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_sha.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_shelve.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_shlex.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_shutil.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_signal.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_site.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_slice.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_socket.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_socket_ssl.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_socketserver.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_softspace.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_sort.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_sqlite.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_startfile.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_str.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_strftime.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_string.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_stringprep.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_strop.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_strptime.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_struct.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_structmembers.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_structseq.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_subprocess.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_sunaudiodev.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_sundry.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_support.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_symtable.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_syntax.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_sys.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_tarfile.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_tcl.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_tempfile.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_textwrap.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_thread.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_threaded_import.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_threadedtempfile.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_threading.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_threading_local.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_threadsignals.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_time.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_timeout.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_tokenize.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_trace.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_traceback.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_transformer.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_tuple.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_types.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_ucn.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_unary.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_unicode.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_unicode_file.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_unicodedata.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_unittest.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_univnewlines.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_unpack.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_urllib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_urllib2.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_urllib2_localnet.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_urllib2net.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_urllibnet.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_urlparse.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_userdict.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_userlist.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_userstring.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_uu.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_uuid.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_wait3.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_wait4.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_warnings.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_wave.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_weakref.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_whichdb.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_winreg.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_winsound.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_with.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_wsgiref.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_xdrlib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_xml_etree.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_xml_etree_c.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_xmllib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_xmlrpc.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_xpickle.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_xrange.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_zipfile.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_zipfile64.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_zipimport.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_zlib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/testall.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/testcodec.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/tf_inherit_check.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/threaded_import_hangers.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/time_hashlib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/xmltests.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/textwrap.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/this.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/threading.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/timeit.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/toaiff.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/token.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/tokenize.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/trace.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/traceback.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/tty.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/types.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/unittest.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/urllib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/urllib2.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/urlparse.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/user.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/uu.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/uuid.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/warnings.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/wave.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/weakref.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/webbrowser.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/whichdb.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/wsgiref ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/wsgiref/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/wsgiref/handlers.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/wsgiref/headers.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/wsgiref/simple_server.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/wsgiref/util.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/wsgiref/validate.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xdrlib.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/__init__.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/dom ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/dom/NodeFilter.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/dom/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/dom/domreg.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/dom/expatbuilder.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/dom/minicompat.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/dom/minidom.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/dom/pulldom.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/dom/xmlbuilder.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/etree ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/etree/ElementInclude.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/etree/ElementPath.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/etree/ElementTree.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/etree/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/etree/cElementTree.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/parsers ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/parsers/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/parsers/expat.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/sax ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/sax/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/sax/_exceptions.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/sax/expatreader.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/sax/handler.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/sax/saxutils.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/sax/xmlreader.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xmllib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xmlrpclib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/zipfile.py ...
PYTHONPATH=/magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5   ./python -Wi -tt -O /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/compileall.py  -d /usr/local/lib/python2.5 -f  -x 'bad_coding|badsyntax|site-packages' /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5 ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/BaseHTTPServer.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/Bastion.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/CGIHTTPServer.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ConfigParser.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/Cookie.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/DocXMLRPCServer.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/HTMLParser.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/MimeWriter.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/Queue.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/SimpleHTTPServer.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/SimpleXMLRPCServer.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/SocketServer.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/StringIO.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/UserDict.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/UserList.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/UserString.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/_LWPCookieJar.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/_MozillaCookieJar.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/__future__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/__phello__.foo.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/_strptime.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/_threading_local.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/aifc.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/anydbm.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/asynchat.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/asyncore.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/atexit.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/audiodev.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/base64.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bdb.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/binhex.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bisect.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/db.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/dbobj.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/dbrecio.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/dbshelve.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/dbtables.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/dbutils.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/test ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/test/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/test/test_1413192.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/test/test_all.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/test/test_associate.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/test/test_basics.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/test/test_compare.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/test/test_compat.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/test/test_cursor_pget_bug.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/test/test_dbobj.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/test/test_dbshelve.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/test/test_dbtables.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/test/test_env_close.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/test/test_get_none.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/test/test_join.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/test/test_lock.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/test/test_misc.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/test/test_pickle.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/test/test_queue.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/test/test_recno.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/test/test_sequence.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/bsddb/test/test_thread.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/cProfile.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/calendar.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/cgi.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/cgitb.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/chunk.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/cmd.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/code.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/codecs.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/codeop.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/colorsys.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/commands.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/compileall.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/compiler ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/compiler/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/compiler/ast.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/compiler/consts.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/compiler/future.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/compiler/misc.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/compiler/pyassem.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/compiler/pycodegen.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/compiler/symbols.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/compiler/syntax.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/compiler/transformer.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/compiler/visitor.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/contextlib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/cookielib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/copy.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/copy_reg.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/csv.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/_endian.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/macholib ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/macholib/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/macholib/dyld.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/macholib/dylib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/macholib/framework.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/runtests.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_anon.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_array_in_pointer.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_arrays.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_as_parameter.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_bitfields.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_buffers.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_byteswap.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_callbacks.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_cast.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_cfuncs.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_checkretval.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_delattr.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_errcheck.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_find.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_funcptr.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_functions.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_incomplete.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_init.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_integers.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_internals.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_keeprefs.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_libc.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_loading.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_macholib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_memfunctions.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_numbers.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_objects.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_parameters.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_pointers.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_prototypes.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_python_api.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_random_things.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_refcounts.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_repr.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_returnfuncptrs.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_simplesubclasses.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_sizes.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_slicing.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_stringptr.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_strings.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_struct_fields.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_structures.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_unaligned_structures.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_unicode.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_values.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_varsize_struct.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/test/test_win32.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/util.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ctypes/wintypes.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/curses ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/curses/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/curses/ascii.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/curses/has_key.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/curses/panel.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/curses/textpad.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/curses/wrapper.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/dbhash.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/decimal.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/difflib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/dircache.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/dis.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/archive_util.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/bcppcompiler.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/ccompiler.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/cmd.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command/bdist.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command/bdist_dumb.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command/bdist_msi.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command/bdist_rpm.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command/bdist_wininst.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command/build.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command/build_clib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command/build_ext.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command/build_py.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command/build_scripts.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command/clean.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command/config.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command/install.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command/install_data.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command/install_egg_info.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command/install_headers.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command/install_lib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command/install_scripts.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command/register.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command/sdist.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/command/upload.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/core.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/cygwinccompiler.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/debug.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/dep_util.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/dir_util.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/dist.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/emxccompiler.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/errors.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/extension.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/fancy_getopt.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/file_util.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/filelist.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/log.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/msvccompiler.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/mwerkscompiler.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/spawn.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/sysconfig.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/tests ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/tests/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/tests/support.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/tests/test_build_py.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/tests/test_build_scripts.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/tests/test_dist.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/tests/test_install.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/tests/test_install_scripts.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/tests/test_versionpredicate.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/text_file.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/unixccompiler.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/util.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/version.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/distutils/versionpredicate.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/doctest.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/dumbdbm.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/dummy_thread.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/dummy_threading.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/_parseaddr.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/base64mime.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/charset.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/encoders.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/errors.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/feedparser.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/generator.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/header.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/iterators.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/message.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/mime ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/mime/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/mime/application.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/mime/audio.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/mime/base.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/mime/image.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/mime/message.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/mime/multipart.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/mime/nonmultipart.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/mime/text.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/parser.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/quoprimime.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/test ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/test/__init__.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/test/data ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/test/test_email.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/test/test_email_codecs.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/test/test_email_codecs_renamed.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/test/test_email_renamed.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/test/test_email_torture.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/email/utils.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/aliases.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/ascii.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/base64_codec.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/big5.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/big5hkscs.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/bz2_codec.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/charmap.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp037.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp1006.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp1026.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp1140.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp1250.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp1251.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp1252.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp1253.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp1254.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp1255.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp1256.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp1257.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp1258.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp424.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp437.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp500.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp737.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp775.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp850.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp852.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp855.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp856.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp857.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp860.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp861.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp862.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp863.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp864.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp865.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp866.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp869.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp874.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp875.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp932.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp949.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/cp950.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/euc_jis_2004.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/euc_jisx0213.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/euc_jp.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/euc_kr.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/gb18030.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/gb2312.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/gbk.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/hex_codec.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/hp_roman8.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/hz.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/idna.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/iso2022_jp.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/iso2022_jp_1.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/iso2022_jp_2.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/iso2022_jp_2004.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/iso2022_jp_3.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/iso2022_jp_ext.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/iso2022_kr.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/iso8859_1.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/iso8859_10.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/iso8859_11.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/iso8859_13.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/iso8859_14.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/iso8859_15.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/iso8859_16.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/iso8859_2.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/iso8859_3.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/iso8859_4.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/iso8859_5.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/iso8859_6.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/iso8859_7.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/iso8859_8.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/iso8859_9.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/johab.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/koi8_r.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/koi8_u.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/latin_1.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/mac_arabic.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/mac_centeuro.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/mac_croatian.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/mac_cyrillic.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/mac_farsi.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/mac_greek.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/mac_iceland.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/mac_latin2.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/mac_roman.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/mac_romanian.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/mac_turkish.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/mbcs.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/palmos.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/ptcp154.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/punycode.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/quopri_codec.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/raw_unicode_escape.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/rot_13.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/shift_jis.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/shift_jis_2004.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/shift_jisx0213.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/string_escape.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/tis_620.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/undefined.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/unicode_escape.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/unicode_internal.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/utf_16.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/utf_16_be.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/utf_16_le.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/utf_7.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/utf_8.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/utf_8_sig.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/uu_codec.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/encodings/zlib_codec.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/filecmp.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/fileinput.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/fnmatch.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/formatter.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/fpformat.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ftplib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/functools.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/getopt.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/getpass.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/gettext.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/glob.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/gopherlib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/gzip.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/hashlib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/heapq.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/hmac.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/hotshot ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/hotshot/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/hotshot/log.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/hotshot/stats.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/hotshot/stones.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/htmlentitydefs.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/htmllib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/httplib.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/AutoComplete.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/AutoCompleteWindow.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/AutoExpand.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/Bindings.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/CallTipWindow.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/CallTips.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/ClassBrowser.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/CodeContext.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/ColorDelegator.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/Debugger.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/Delegator.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/EditorWindow.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/FileList.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/FormatParagraph.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/GrepDialog.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/HyperParser.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/IOBinding.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/Icons ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/IdleHistory.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/MultiCall.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/MultiStatusBar.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/ObjectBrowser.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/OutputWindow.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/ParenMatch.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/PathBrowser.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/Percolator.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/PyParse.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/PyShell.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/RemoteDebugger.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/RemoteObjectBrowser.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/ReplaceDialog.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/ScriptBinding.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/ScrolledList.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/SearchDialog.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/SearchDialogBase.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/SearchEngine.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/StackViewer.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/ToolTip.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/TreeWidget.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/UndoDelegator.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/WidgetRedirector.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/WindowList.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/ZoomHeight.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/aboutDialog.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/configDialog.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/configHandler.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/configHelpSourceEdit.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/configSectionNameDialog.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/dynOptionMenuWidget.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/idle.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/idlever.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/keybindingDialog.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/macosxSupport.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/rpc.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/run.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/tabpage.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/testcode.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/idlelib/textView.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ihooks.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/imaplib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/imghdr.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/imputil.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/inspect.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/keyword.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-tk ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-tk/Canvas.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-tk/Dialog.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-tk/FileDialog.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-tk/FixTk.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-tk/ScrolledText.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-tk/SimpleDialog.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-tk/Tix.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-tk/Tkconstants.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-tk/Tkdnd.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-tk/Tkinter.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-tk/tkColorChooser.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-tk/tkCommonDialog.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-tk/tkFileDialog.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-tk/tkFont.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-tk/tkMessageBox.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-tk/tkSimpleDialog.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-tk/turtle.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/linecache.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/locale.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/logging ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/logging/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/logging/config.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/logging/handlers.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/macpath.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/macurl2path.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/mailbox.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/mailcap.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/markupbase.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/md5.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/mhlib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/mimetools.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/mimetypes.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/mimify.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/modulefinder.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/multifile.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/mutex.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/netrc.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/new.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/nntplib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/ntpath.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/nturl2path.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/opcode.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/optparse.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/os.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/os2emxpath.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/pdb.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/pickle.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/pickletools.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/pipes.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/pkgutil.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/plat-freebsd4 ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/plat-freebsd4/IN.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/plat-freebsd5 ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/plat-freebsd5/IN.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/plat-freebsd7 ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/plat-freebsd7/IN.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/plat-midnightbsd0 ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/plat-midnightbsd0/IN.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/platform.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/popen2.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/poplib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/posixfile.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/posixpath.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/pprint.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/profile.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/pstats.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/pty.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/py_compile.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/pyclbr.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/pydoc.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/quopri.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/random.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/re.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/repr.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/rexec.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/rfc822.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/rlcompleter.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/robotparser.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/runpy.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sched.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sets.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sgmllib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sha.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/shelve.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/shlex.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/shutil.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/site.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/smtpd.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/smtplib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sndhdr.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/socket.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sqlite3 ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sqlite3/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sqlite3/dbapi2.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sqlite3/test ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sqlite3/test/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sqlite3/test/dbapi.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sqlite3/test/factory.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sqlite3/test/hooks.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sqlite3/test/regression.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sqlite3/test/transactions.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sqlite3/test/types.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sqlite3/test/userfunctions.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sre.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sre_compile.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sre_constants.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sre_parse.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/stat.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/statvfs.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/string.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/stringold.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/stringprep.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/struct.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/subprocess.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sunau.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/sunaudio.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/symbol.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/symtable.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/tabnanny.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/tarfile.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/telnetlib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/tempfile.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/autotest.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/cjkencodings_test.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/decimaltestdata ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/doctest_aliases.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/double_const.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/fork_wait.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/infinite_reload.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/inspect_fodder.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/inspect_fodder2.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/list_tests.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/mapping_tests.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/output ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/outstanding_bugs.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/pickletester.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/pyclbr_input.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/pydocfodder.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/pystone.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/re_tests.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/regex_tests.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/regrtest.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/reperf.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/sample_doctest.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/seq_tests.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/sortperf.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/string_tests.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_MimeWriter.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_StringIO.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test___all__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test___future__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test__locale.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_aepack.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_al.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_anydbm.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_applesingle.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_array.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_ast.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_asynchat.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_atexit.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_audioop.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_augassign.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_base64.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_bastion.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_bigaddrspace.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_bigmem.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_binascii.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_binhex.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_binop.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_bisect.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_bool.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_bsddb.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_bsddb185.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_bsddb3.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_bufio.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_builtin.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_bz2.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_cProfile.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_calendar.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_call.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_capi.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_cd.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_cfgparser.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_cgi.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_charmapcodec.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_cl.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_class.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_cmath.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_cmd_line.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_code.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_codeccallbacks.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_codecencodings_cn.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_codecencodings_hk.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_codecencodings_jp.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_codecencodings_kr.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_codecencodings_tw.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_codecmaps_cn.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_codecmaps_hk.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_codecmaps_jp.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_codecmaps_kr.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_codecmaps_tw.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_codecs.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_codeop.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_coding.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_coercion.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_colorsys.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_commands.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_compare.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_compile.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_compiler.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_complex.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_complex_args.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_contains.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_contextlib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_cookie.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_cookielib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_copy.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_copy_reg.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_cpickle.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_crypt.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_csv.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_ctypes.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_curses.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_datetime.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_dbm.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_decimal.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_decorators.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_defaultdict.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_deque.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_descr.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_descrtut.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_dict.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_difflib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_dircache.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_dis.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_distutils.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_dl.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_doctest.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_doctest2.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_dumbdbm.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_dummy_thread.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_dummy_threading.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_email.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_email_codecs.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_email_renamed.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_enumerate.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_eof.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_errno.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_exception_variations.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_exceptions.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_extcall.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_fcntl.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_file.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_filecmp.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_fileinput.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_float.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_fnmatch.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_fork1.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_format.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_fpformat.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_frozen.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_funcattrs.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_functools.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_future.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_future1.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_future2.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_future3.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_gc.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_gdbm.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_generators.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_genexps.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_getargs.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_getargs2.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_getopt.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_gettext.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_gl.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_glob.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_global.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_grammar.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_grp.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_gzip.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_hash.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_hashlib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_heapq.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_hexoct.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_hmac.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_hotshot.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_htmllib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_htmlparser.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_httplib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_imageop.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_imaplib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_imgfile.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_imp.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_import.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_importhooks.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_index.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_inspect.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_ioctl.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_isinstance.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_iter.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_iterlen.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_itertools.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_largefile.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_linuxaudiodev.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_list.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_locale.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_logging.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_long.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_long_future.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_longexp.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_macfs.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_macostools.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_macpath.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_mailbox.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_marshal.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_math.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_md5.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_mhlib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_mimetools.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_mimetypes.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_minidom.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_mmap.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_module.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_multibytecodec.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_multibytecodec_support.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_multifile.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_mutants.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_netrc.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_new.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_nis.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_normalization.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_ntpath.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_old_mailbox.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_opcodes.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_openpty.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_operations.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_operator.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_optparse.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_os.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_ossaudiodev.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_parser.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_peepholer.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_pep247.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_pep263.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_pep277.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_pep292.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_pep352.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_pickle.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_pickletools.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_pkg.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_pkgimport.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_platform.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_plistlib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_poll.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_popen.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_popen2.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_posix.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_posixpath.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_pow.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_pprint.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_profile.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_profilehooks.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_pty.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_pwd.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_pyclbr.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_pyexpat.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_queue.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_quopri.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_random.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_re.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_repr.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_resource.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_rfc822.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_rgbimg.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_richcmp.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_robotparser.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_runpy.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_sax.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_scope.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_scriptpackages.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_select.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_set.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_sets.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_sgmllib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_sha.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_shelve.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_shlex.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_shutil.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_signal.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_site.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_slice.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_socket.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_socket_ssl.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_socketserver.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_softspace.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_sort.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_sqlite.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_startfile.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_str.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_strftime.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_string.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_stringprep.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_strop.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_strptime.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_struct.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_structmembers.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_structseq.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_subprocess.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_sunaudiodev.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_sundry.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_support.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_symtable.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_syntax.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_sys.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_tarfile.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_tcl.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_tempfile.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_textwrap.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_thread.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_threaded_import.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_threadedtempfile.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_threading.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_threading_local.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_threadsignals.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_time.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_timeout.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_tokenize.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_trace.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_traceback.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_transformer.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_tuple.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_types.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_ucn.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_unary.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_unicode.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_unicode_file.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_unicodedata.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_unittest.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_univnewlines.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_unpack.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_urllib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_urllib2.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_urllib2_localnet.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_urllib2net.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_urllibnet.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_urlparse.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_userdict.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_userlist.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_userstring.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_uu.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_uuid.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_wait3.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_wait4.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_warnings.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_wave.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_weakref.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_whichdb.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_winreg.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_winsound.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_with.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_wsgiref.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_xdrlib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_xml_etree.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_xml_etree_c.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_xmllib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_xmlrpc.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_xpickle.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_xrange.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_zipfile.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_zipfile64.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_zipimport.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/test_zlib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/testall.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/testcodec.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/tf_inherit_check.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/threaded_import_hangers.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/time_hashlib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/test/xmltests.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/textwrap.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/this.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/threading.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/timeit.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/toaiff.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/token.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/tokenize.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/trace.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/traceback.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/tty.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/types.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/unittest.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/urllib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/urllib2.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/urlparse.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/user.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/uu.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/uuid.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/warnings.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/wave.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/weakref.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/webbrowser.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/whichdb.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/wsgiref ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/wsgiref/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/wsgiref/handlers.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/wsgiref/headers.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/wsgiref/simple_server.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/wsgiref/util.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/wsgiref/validate.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xdrlib.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/__init__.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/dom ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/dom/NodeFilter.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/dom/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/dom/domreg.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/dom/expatbuilder.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/dom/minicompat.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/dom/minidom.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/dom/pulldom.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/dom/xmlbuilder.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/etree ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/etree/ElementInclude.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/etree/ElementPath.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/etree/ElementTree.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/etree/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/etree/cElementTree.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/parsers ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/parsers/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/parsers/expat.py ...
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/sax ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/sax/__init__.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/sax/_exceptions.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/sax/expatreader.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/sax/handler.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/sax/saxutils.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xml/sax/xmlreader.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xmllib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/xmlrpclib.py ...
Compiling /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/zipfile.py ...
PYTHONPATH=/magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5    ./python -Wi -t /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/compileall.py  -d /usr/local/lib/python2.5/site-packages -f  -x badsyntax /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/site-packages
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/site-packages ...
PYTHONPATH=/magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5   ./python -Wi -t -O /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/compileall.py  -d /usr/local/lib/python2.5/site-packages -f  -x badsyntax /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/site-packages
Listing /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/site-packages ...
Creating directory /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/Python-ast.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/Python.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/abstract.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/asdl.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/ast.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/bitset.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/boolobject.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/bufferobject.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/cStringIO.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/cellobject.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/ceval.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/classobject.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/cobject.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/code.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/codecs.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/compile.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/complexobject.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/datetime.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/descrobject.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/dictobject.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/enumobject.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/errcode.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/eval.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/fileobject.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/floatobject.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/frameobject.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/funcobject.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/genobject.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/graminit.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/grammar.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/import.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/intobject.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/intrcheck.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/iterobject.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/listobject.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/longintrepr.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/longobject.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/marshal.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/metagrammar.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/methodobject.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/modsupport.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/moduleobject.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/node.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/object.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/objimpl.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/opcode.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/osdefs.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/parsetok.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/patchlevel.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/pgen.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/pgenheaders.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/py_curses.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/pyarena.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/pydebug.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/pyerrors.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/pyexpat.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/pyfpe.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/pygetopt.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/pymactoolbox.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/pymem.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/pyport.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/pystate.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/pystrtod.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/pythonrun.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/pythread.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/rangeobject.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/setobject.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/sliceobject.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/stringobject.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/structmember.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/structseq.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/symtable.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/sysmodule.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/timefuncs.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/token.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/traceback.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/tupleobject.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/ucnhash.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/unicodeobject.h /usr/local/include/python2.5
install -o root -g wheel -m 444 ./../Include/weakrefobject.h /usr/local/include/python2.5
install  -o root -g wheel -m 444 pyconfig.h /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/include/python2.5/pyconfig.h
case $MAKEFLAGS in  *-s*)  CC='cc' LDSHARED='cc -shared -pthread' OPT='-DNDEBUG -O2 -fno-strict-aliasing -pipe  -D__wchar_t=wchar_t  -DTHREAD_STACK_SIZE=0x20000' ./python -E ./../setup.py -q build;;  *)  CC='cc' LDSHARED='cc -shared -pthread' OPT='-DNDEBUG -O2 -fno-strict-aliasing -pipe  -D__wchar_t=wchar_t  -DTHREAD_STACK_SIZE=0x20000' ./python -E ./../setup.py build;;  esac
running build
running build_ext
/usr/include/sqlite3.h: version 3.5.8
INFO: Can't locate Tcl/Tk libs and/or headers
checking build system type... amd64-unknown-midnightbsd0.2.1
checking host system type... amd64-unknown-midnightbsd0.2.1
checking target system type... amd64-unknown-midnightbsd0.2.1
checking for gcc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking how to run the C preprocessor... cc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for mmap... yes
checking for sys/mman.h... (cached) yes
checking for mmap... (cached) yes
checking whether read-only mmap of a plain file works... yes
checking whether mmap from /dev/zero works... yes
checking for MAP_ANON(YMOUS)... yes
checking whether mmap with MAP_ANON(YMOUS) works... yes
configure: error: "libffi has not been ported to amd64-unknown-midnightbsd0.2.1."
Failed to configure _ctypes module
Creating directory /usr/local/lib/python2.5/config
install  -o root -g wheel -m 444 Modules/config.c /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/config/config.c
install  -o root -g wheel -m 444 Modules/python.o /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/config/python.o
install  -o root -g wheel -m 444 ./../Modules/config.c.in /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/config/config.c.in
install  -o root -g wheel -m 444 Makefile /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/config/Makefile
install  -o root -g wheel -m 444 Modules/Setup /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/config/Setup
install  -o root -g wheel -m 444 Modules/Setup.local /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/config/Setup.local
install  -o root -g wheel -m 444 Modules/Setup.config /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/config/Setup.config
install  -o root -g wheel -m 555 ./../Modules/makesetup /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/config/makesetup
install  -o root -g wheel -m 555 ./../install-sh /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/config/install-sh
# Substitution happens here, as the completely-expanded BINDIR
# is not available in configure
sed -e "s,@EXENAME@,/usr/local/bin/python2.5," < ./../Misc/python-config.in >python-config
install  -o root -g wheel -m 555 python-config /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/bin/python2.5-config
rm python-config
./python -E ./../setup.py install  --prefix=/usr/local  --install-scripts=/usr/local/bin  --install-platlib=/usr/local/lib/python2.5/lib-dynload  --root=//magus/work/usr/mports/lang/python25/work/fake-inst-amd64
running install
running build
running build_ext
/usr/include/sqlite3.h: version 3.5.8
INFO: Can't locate Tcl/Tk libs and/or headers
checking build system type... amd64-unknown-midnightbsd0.2.1
checking host system type... amd64-unknown-midnightbsd0.2.1
checking target system type... amd64-unknown-midnightbsd0.2.1
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for mmap... yes
checking for sys/mman.h... (cached) yes
checking for mmap... (cached) yes
checking whether read-only mmap of a plain file works... yes
checking whether mmap from /dev/zero works... yes
checking for MAP_ANON(YMOUS)... yes
checking whether mmap with MAP_ANON(YMOUS) works... yes
configure: error: "libffi has not been ported to amd64-unknown-midnightbsd0.2.1."
Failed to configure _ctypes module
running install_lib
creating //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/_struct.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/_ctypes_test.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/_weakref.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/array.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/cmath.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/math.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/strop.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/time.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/datetime.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/_random.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/itertools.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/collections.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/_bisect.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/_heapq.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/operator.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/_functools.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/_testcapi.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/_hotshot.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/_lsprof.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/unicodedata.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/_locale.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/fcntl.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/grp.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/mmap.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/select.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/binascii.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/parser.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/cStringIO.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/cPickle.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/syslog.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/audioop.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/readline.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/crypt.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/_csv.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/_socket.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/_ssl.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/_hashlib.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/_sha256.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/_sha512.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/bsddb185.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/dbm.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/termios.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/resource.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/nis.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/_curses.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/_curses_panel.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/zlib.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/bz2.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/pyexpat.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/_elementtree.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/_multibytecodec.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/_codecs_kr.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/_codecs_jp.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/_codecs_cn.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/_codecs_tw.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/_codecs_hk.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/_codecs_iso2022.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
copying build/lib.midnightbsd-0.2.1-RELEASE-p4-amd64-2.5/ossaudiodev.so -> //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/_struct.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/_ctypes_test.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/_weakref.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/array.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/cmath.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/math.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/strop.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/time.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/datetime.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/_random.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/itertools.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/collections.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/_bisect.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/_heapq.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/operator.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/_functools.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/_testcapi.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/_hotshot.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/_lsprof.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/unicodedata.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/_locale.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/fcntl.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/grp.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/mmap.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/select.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/binascii.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/parser.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/cStringIO.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/cPickle.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/syslog.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/audioop.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/readline.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/crypt.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/_csv.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/_socket.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/_ssl.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/_hashlib.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/_sha256.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/_sha512.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/bsddb185.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/dbm.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/termios.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/resource.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/nis.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/_curses.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/_curses_panel.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/zlib.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/bz2.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/pyexpat.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/_elementtree.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/_multibytecodec.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/_codecs_kr.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/_codecs_jp.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/_codecs_cn.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/_codecs_tw.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/_codecs_hk.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/_codecs_iso2022.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/ossaudiodev.so to 755
changing mode of //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/ to 755
running install_egg_info
Writing //magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/lib-dynload/Python-2.5.4-py2.5.egg-info
install  -o root -g wheel -m 555 /magus/work/usr/mports/lang/python25/work/python2.5-config /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/bin
install  -o root -g wheel -m 555 /magus/work/usr/mports/lang/python25/work/python-shared2.5-config /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/bin
install  -s -o root -g wheel -m 555 /magus/work/usr/mports/lang/python25/work/Python-2.5.4/portbld.shared/libpython2.5.so.1  /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib
cd /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib; /bin/ln -sf libpython2.5.so.1  libpython2.5.so
/bin/ln -sf /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/libpython2.5.so /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/lib/python2.5/config
install  -s -o root -g wheel -m 555  /magus/work/usr/mports/lang/python25/work/Python-2.5.4/portbld.shared/python-shared2.5  /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/bin
install  -o root -g wheel -m 555 /magus/work/usr/mports/lang/python25/work/pydoc2.5 /magus/work/usr/mports/lang/python25/work/idle2.5  /magus/work/usr/mports/lang/python25/work/smtpd2.5.py /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/bin
install  -o root -g wheel -m 444 /magus/work/usr/mports/lang/python25/work/Python-2.5.4/Misc/python.man  /magus/work/usr/mports/lang/python25/work/fake-inst-amd64/usr/local/man/man1/python2.5.1
===>   Compressing manual pages for python25-2.5.4
Checking /magus/work/usr/mports/lang/python25/work/fake-inst-amd64
    lib/python2.5/lib-dynload/_ctypes.so not installed.
Fake failed.
*** Error code 1

Stop in /usr/mports/lang/python25.