Ticket #29691: install24

File install24, 633.9 KB (added by robitaille@…, 13 years ago)

Log file for install

Line 
1--->  Computing dependencies for python24.
2--->  Fetching python24
3--->  Python-2.4.6.tar.bz2 doesn't seem to exist in /opt/local/var/macports/distfiles/python24
4--->  Attempting to fetch Python-2.4.6.tar.bz2 from http://ykf.ca.distfiles.macports.org/MacPorts/mpdistfiles/python24
5  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
6                                 Dload  Upload   Total   Spent    Left  Speed
7
8  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
9  0 7963k    0 27106    0     0  95781      0  0:01:25 --:--:--  0:01:25  175k
10 43 7963k   43 3501k    0     0  2747k      0  0:00:02  0:00:01  0:00:01 3065k
11 95 7963k   95 7611k    0     0  3347k      0  0:00:02  0:00:02 --:--:-- 3553k
12100 7963k  100 7963k    0     0  3382k      0  0:00:02  0:00:02 --:--:-- 3583k
13--->  Verifying checksum(s) for python24
14--->  Checksumming Python-2.4.6.tar.bz2
15--->  Extracting python24
16--->  Extracting Python-2.4.6.tar.bz2
17--->  Applying patches to python24
18--->  Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/python24/files/patch-configure
19patching file configure
20--->  Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/python24/files/patch-Makefile.pre.in
21patching file Makefile.pre.in
22--->  Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/python24/files/patch-Lib-cgi.py
23patching file Lib/cgi.py
24--->  Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/python24/files/patch-Lib-site.py
25patching file Lib/site.py
26--->  Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/python24/files/patch-setup.py
27patching file setup.py
28--->  Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/python24/files/patch-Include-pyport.h
29patching file Include/pyport.h
30Hunk #1 succeeded at 156 (offset 4 lines).
31Hunk #2 succeeded at 409 (offset 4 lines).
32--->  Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/python24/files/patch-Mac-OSX-Makefile.in
33patching file Mac/OSX/Makefile.in
34--->  Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/python24/files/patch-Mac-OSX-IDLE-Makefile.in
35patching file Mac/OSX/IDLE/Makefile.in
36--->  Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/python24/files/patch-Mac-OSX-PythonLauncher-Makefile.in
37patching file Mac/OSX/PythonLauncher/Makefile.in
38--->  Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/python24/files/patch-macosmodule.diff
39patching file Mac/Modules/macosmodule.c
40--->  Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/python24/files/patch-mactoolboxglue.diff
41patching file Python/mactoolboxglue.c
42--->  Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/python24/files/patch-pymactoolbox.diff
43patching file Include/pymactoolbox.h
44--->  Configuring python24
45checking MACHDEP... darwin
46checking EXTRAPLATDIR... $(PLATMACDIRS)
47checking for --without-gcc... no
48checking for --with-cxx=<compiler>... /usr/bin/g++-4.2
49checking for gcc... /usr/bin/gcc-4.2
50checking for C compiler default output file name... a.out
51checking whether the C compiler works... yes
52checking whether we are cross compiling... no
53checking for suffix of executables...
54checking for suffix of object files... o
55checking whether we are using the GNU C compiler... yes
56checking whether /usr/bin/gcc-4.2 accepts -g... yes
57checking for /usr/bin/gcc-4.2 option to accept ANSI C... none needed
58checking how to run the C preprocessor... /usr/bin/gcc-4.2 -E
59checking for egrep... grep -E
60checking for AIX... no
61checking for --with-suffix...
62checking for case-insensitive build directory... yes
63checking LIBRARY... libpython$(VERSION).a
64checking LINKCC... $(PURIFY) $(CXX)
65checking for --enable-shared... yes
66checking for --enable-profiling...
67checking LDLIBRARY... libpython$(VERSION).a
68checking for ranlib... ranlib
69checking for ar... ar
70checking for a BSD-compatible install... /usr/bin/install -c
71checking for --with-pydebug... no
72checking whether /usr/bin/gcc-4.2 accepts -fno-strict-aliasing... yes
73checking whether /usr/bin/gcc-4.2 accepts -OPT:Olimit=0... no
74checking whether /usr/bin/gcc-4.2 accepts -Olimit 1500... no
75checking whether pthreads are available without options... yes
76checking whether /usr/bin/g++-4.2 also accepts flags for thread support... no
77checking for ANSI C header files... yes
78checking for sys/types.h... yes
79checking for sys/stat.h... yes
80checking for stdlib.h... yes
81checking for string.h... yes
82checking for memory.h... yes
83checking for strings.h... yes
84checking for inttypes.h... yes
85checking for stdint.h... yes
86checking for unistd.h... yes
87checking curses.h usability... yes
88checking curses.h presence... yes
89checking for curses.h... yes
90checking dlfcn.h usability... yes
91checking dlfcn.h presence... yes
92checking for dlfcn.h... yes
93checking fcntl.h usability... yes
94checking fcntl.h presence... yes
95checking for fcntl.h... yes
96checking grp.h usability... yes
97checking grp.h presence... yes
98checking for grp.h... yes
99checking langinfo.h usability... yes
100checking langinfo.h presence... yes
101checking for langinfo.h... yes
102checking libintl.h usability... yes
103checking libintl.h presence... yes
104checking for libintl.h... yes
105checking ncurses.h usability... yes
106checking ncurses.h presence... yes
107checking for ncurses.h... yes
108checking poll.h usability... yes
109checking poll.h presence... yes
110checking for poll.h... yes
111checking pthread.h usability... yes
112checking pthread.h presence... yes
113checking for pthread.h... yes
114checking for stdint.h... (cached) yes
115checking stropts.h usability... no
116checking stropts.h presence... no
117checking for stropts.h... no
118checking termios.h usability... yes
119checking termios.h presence... yes
120checking for termios.h... yes
121checking thread.h usability... no
122checking thread.h presence... no
123checking for thread.h... no
124checking for unistd.h... (cached) yes
125checking utime.h usability... yes
126checking utime.h presence... yes
127checking for utime.h... yes
128checking sys/audioio.h usability... no
129checking sys/audioio.h presence... no
130checking for sys/audioio.h... no
131checking sys/bsdtty.h usability... no
132checking sys/bsdtty.h presence... no
133checking for sys/bsdtty.h... no
134checking sys/file.h usability... yes
135checking sys/file.h presence... yes
136checking for sys/file.h... yes
137checking sys/loadavg.h usability... no
138checking sys/loadavg.h presence... no
139checking for sys/loadavg.h... no
140checking sys/lock.h usability... yes
141checking sys/lock.h presence... yes
142checking for sys/lock.h... yes
143checking sys/mkdev.h usability... no
144checking sys/mkdev.h presence... no
145checking for sys/mkdev.h... no
146checking sys/modem.h usability... no
147checking sys/modem.h presence... no
148checking for sys/modem.h... no
149checking sys/param.h usability... yes
150checking sys/param.h presence... yes
151checking for sys/param.h... yes
152checking sys/poll.h usability... yes
153checking sys/poll.h presence... yes
154checking for sys/poll.h... yes
155checking sys/select.h usability... yes
156checking sys/select.h presence... yes
157checking for sys/select.h... yes
158checking sys/socket.h usability... yes
159checking sys/socket.h presence... yes
160checking for sys/socket.h... yes
161checking sys/statvfs.h usability... yes
162checking sys/statvfs.h presence... yes
163checking for sys/statvfs.h... yes
164checking sys/time.h usability... yes
165checking sys/time.h presence... yes
166checking for sys/time.h... yes
167checking sys/times.h usability... yes
168checking sys/times.h presence... yes
169checking for sys/times.h... yes
170checking sys/un.h usability... yes
171checking sys/un.h presence... yes
172checking for sys/un.h... yes
173checking sys/utsname.h usability... yes
174checking sys/utsname.h presence... yes
175checking for sys/utsname.h... yes
176checking sys/wait.h usability... yes
177checking sys/wait.h presence... yes
178checking for sys/wait.h... yes
179checking pty.h usability... no
180checking pty.h presence... no
181checking for pty.h... no
182checking libutil.h usability... no
183checking libutil.h presence... no
184checking for libutil.h... no
185checking sys/resource.h usability... yes
186checking sys/resource.h presence... yes
187checking for sys/resource.h... yes
188checking netpacket/packet.h usability... no
189checking netpacket/packet.h presence... no
190checking for netpacket/packet.h... no
191checking sysexits.h usability... yes
192checking sysexits.h presence... yes
193checking for sysexits.h... yes
194checking bluetooth.h usability... no
195checking bluetooth.h presence... no
196checking for bluetooth.h... no
197checking bluetooth/bluetooth.h usability... no
198checking bluetooth/bluetooth.h presence... no
199checking for bluetooth/bluetooth.h... no
200checking for dirent.h that defines DIR... yes
201checking for library containing opendir... none required
202checking whether sys/types.h defines makedev... no
203checking for sys/mkdev.h... (cached) no
204checking sys/sysmacros.h usability... no
205checking sys/sysmacros.h presence... no
206checking for sys/sysmacros.h... no
207checking for term.h... yes
208checking for clock_t in time.h... yes
209checking for makedev... no
210checking Solaris LFS bug... no
211checking for mode_t... yes
212checking for off_t... yes
213checking for pid_t... yes
214checking return type of signal handlers... void
215checking for size_t... yes
216checking for uid_t in sys/types.h... yes
217checking for int... yes
218checking size of int... 4
219checking for long... yes
220checking size of long... 8
221checking for void *... yes
222checking size of void *... 8
223checking for short... yes
224checking size of short... 2
225checking for float... yes
226checking size of float... 4
227checking for double... yes
228checking size of double... 8
229checking for fpos_t... yes
230checking size of fpos_t... 8
231checking for long long support... yes
232checking for long long... yes
233checking size of long long... 8
234checking for uintptr_t... yes
235checking for uintptr_t... (cached) yes
236checking size of uintptr_t... 8
237checking size of off_t... 8
238checking whether to enable large file support... no
239checking size of time_t... 8
240checking for pthread_t... yes
241checking size of pthread_t... 8
242checking for --enable-toolbox-glue... no
243checking for --enable-framework... no
244checking for dyld... always on for Darwin
245checking SO... .so
246checking LDSHARED... $(CC) $(LDFLAGS) -bundle -undefined dynamic_lookup
247checking CCSHARED...
248checking LINKFORSHARED...
249checking CFLAGSFORSHARED...
250checking SHLIBS... $(LIBS)
251checking for dlopen in -ldl... yes
252checking for shl_load in -ldld... no
253checking for library containing sem_init... none required
254checking for textdomain in -lintl... yes
255checking for t_open in -lnsl... no
256checking for socket in -lsocket... no
257checking for --with-libs... no
258checking for --with-signal-module... yes
259checking for --with-dec-threads... no
260checking for --with-threads... yes
261checking if PTHREAD_SCOPE_SYSTEM is supported... yes
262checking for pthread_sigmask... yes
263checking if --enable-ipv6 is specified... yes
264checking ipv6 stack type... kame
265using libc
266checking for --with-doc-strings... yes
267checking for --with-tsc... no
268checking for --with-pymalloc... yes
269checking for --with-wctype-functions... no
270checking for dlopen... yes
271checking DYNLOADFILE... dynload_next.o
272checking MACHDEP_OBJS... MACHDEP_OBJS
273checking for alarm... yes
274checking for bind_textdomain_codeset... no
275checking for chown... yes
276checking for clock... yes
277checking for confstr... yes
278checking for ctermid... yes
279checking for execv... yes
280checking for fork... yes
281checking for fpathconf... yes
282checking for ftime... yes
283checking for ftruncate... yes
284checking for gai_strerror... yes
285checking for getgroups... yes
286checking for getlogin... yes
287checking for getloadavg... yes
288checking for getpeername... yes
289checking for getpgid... yes
290checking for getpid... yes
291checking for getpriority... yes
292checking for getpwent... yes
293checking for getsid... yes
294checking for getwd... yes
295checking for kill... yes
296checking for killpg... yes
297checking for lchown... yes
298checking for lstat... yes
299checking for mkfifo... yes
300checking for mknod... yes
301checking for mktime... yes
302checking for mremap... no
303checking for nice... yes
304checking for pathconf... yes
305checking for pause... yes
306checking for plock... no
307checking for poll... yes
308checking for pthread_init... no
309checking for putenv... yes
310checking for readlink... yes
311checking for realpath... yes
312checking for select... yes
313checking for setegid... yes
314checking for seteuid... yes
315checking for setgid... yes
316checking for setlocale... yes
317checking for setregid... yes
318checking for setreuid... yes
319checking for setsid... yes
320checking for setpgid... yes
321checking for setpgrp... yes
322checking for setuid... yes
323checking for setvbuf... yes
324checking for snprintf... yes
325checking for sigaction... yes
326checking for siginterrupt... yes
327checking for sigrelse... yes
328checking for strftime... yes
329checking for sysconf... yes
330checking for tcgetpgrp... yes
331checking for tcsetpgrp... yes
332checking for tempnam... yes
333checking for timegm... yes
334checking for times... yes
335checking for tmpfile... yes
336checking for tmpnam... yes
337checking for tmpnam_r... no
338checking for truncate... yes
339checking for uname... yes
340checking for unsetenv... yes
341checking for utimes... yes
342checking for waitpid... yes
343checking for wcscoll... yes
344checking for _getpty... no
345checking for chroot... no
346checking for link... yes
347checking for symlink... yes
348checking for fchdir... yes
349checking for fsync... yes
350checking for fdatasync... no
351checking for ctermid_r... no
352checking for flock... no
353checking for getpagesize... no
354checking for true... true
355checking for inet_aton in -lc... yes
356checking for hstrerror... no
357checking for inet_aton... no
358checking for inet_pton... yes
359checking for setgroups... no
360checking for openpty... yes
361checking for forkpty... yes
362checking for fseek64... no
363checking for fseeko... yes
364checking for fstatvfs... yes
365checking for ftell64... no
366checking for ftello... yes
367checking for statvfs... yes
368checking for dup2... yes
369checking for getcwd... yes
370checking for strdup... yes
371checking for strerror... yes
372checking for memmove... yes
373checking for getpgrp... yes
374checking for setpgrp... (cached) yes
375checking for gettimeofday... yes
376checking for major... no
377checking for getaddrinfo... yes
378checking getaddrinfo bug... good
379checking for getnameinfo... yes
380checking whether time.h and sys/time.h may both be included... yes
381checking whether struct tm is in sys/time.h or time.h... time.h
382checking for struct tm.tm_zone... yes
383checking for struct stat.st_rdev... yes
384checking for struct stat.st_blksize... yes
385checking for struct stat.st_blocks... yes
386checking for time.h that defines altzone... no
387checking whether sys/select.h and sys/time.h may both be included... yes
388checking for addrinfo... yes
389checking for sockaddr_storage... yes
390checking whether char is unsigned... no
391checking for an ANSI C-conforming const... yes
392checking for working volatile... yes
393checking for working signed char... yes
394checking for prototypes... yes
395checking for variable length prototypes and stdarg.h... yes
396checking for socketpair... yes
397checking if sockaddr has sa_len member... yes
398checking whether va_list is an array... yes
399checking for gethostbyname_r... no
400checking for gethostbyname... yes
401checking for __fpu_control... no
402checking for __fpu_control in -lieee... no
403checking for --with-fpectl... no
404checking for --with-libm=STRING... default LIBM=""
405checking for --with-libc=STRING... default LIBC=""
406checking for hypot... yes
407checking wchar.h usability... yes
408checking wchar.h presence... yes
409checking for wchar.h... yes
410checking for wchar_t... yes
411checking size of wchar_t... 4
412checking for UCS-4 tcl... no
413checking whether wchar_t is signed... no
414checking what type to use for unicode... unsigned short
415checking whether byte ordering is bigendian... no
416checking whether right shift extends the sign bit... yes
417checking for getc_unlocked() and friends... yes
418checking for rl_callback_handler_install in -lreadline... yes
419checking for rl_pre_input_hook in -lreadline... yes
420checking for rl_completion_matches in -lreadline... yes
421checking for broken nice()... no
422checking for broken poll()... no
423checking for struct tm.tm_zone... (cached) yes
424checking for working tzset()... yes
425checking for tv_nsec in struct stat... no
426checking whether mvwdelch is an expression... yes
427checking whether WINDOW has _flags... yes
428checking for /dev/ptmx... yes
429checking for /dev/ptc... no
430checking for socklen_t... yes
431checking for build directories... done
432configure: creating ./config.status
433config.status: creating Makefile.pre
434config.status: creating Modules/Setup.config
435config.status: creating pyconfig.h
436creating Setup
437creating Setup.local
438creating Makefile
439--->  Building python24
440/usr/bin/g++-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Modules/ccpython.o ./Modules/ccpython.cc
441cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++
442cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++
443/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Parser/acceler.o Parser/acceler.c
444/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Parser/grammar1.o Parser/grammar1.c
445/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Parser/listnode.o Parser/listnode.c
446/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Parser/node.o Parser/node.c
447/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Parser/parser.o Parser/parser.c
448/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Parser/parsetok.o Parser/parsetok.c
449/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Parser/bitset.o Parser/bitset.c
450/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Parser/metagrammar.o Parser/metagrammar.c
451/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Parser/firstsets.o Parser/firstsets.c
452/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Parser/grammar.o Parser/grammar.c
453/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Parser/pgen.o Parser/pgen.c
454/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Parser/myreadline.o Parser/myreadline.c
455/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Parser/tokenizer.o Parser/tokenizer.c
456/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Objects/abstract.o Objects/abstract.c
457Objects/abstract.c: In function 'objargs_mktuple':
458Objects/abstract.c:1901: warning: 'countva' is used uninitialized in this function
459/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Objects/boolobject.o Objects/boolobject.c
460/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Objects/bufferobject.o Objects/bufferobject.c
461/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Objects/cellobject.o Objects/cellobject.c
462/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Objects/classobject.o Objects/classobject.c
463/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Objects/cobject.o Objects/cobject.c
464/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Objects/complexobject.o Objects/complexobject.c
465/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Objects/descrobject.o Objects/descrobject.c
466/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Objects/enumobject.o Objects/enumobject.c
467/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Objects/genobject.o Objects/genobject.c
468/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Objects/fileobject.o Objects/fileobject.c
469/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Objects/floatobject.o Objects/floatobject.c
470/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Objects/frameobject.o Objects/frameobject.c
471/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Objects/funcobject.o Objects/funcobject.c
472/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Objects/intobject.o Objects/intobject.c
473/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Objects/iterobject.o Objects/iterobject.c
474/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Objects/listobject.o Objects/listobject.c
475/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Objects/longobject.o Objects/longobject.c
476Objects/longobject.c: In function 'PyLong_AsDouble':
477Objects/longobject.c:667: warning: 'e' may be used uninitialized in this function
478Objects/longobject.c: In function 'long_true_divide':
479Objects/longobject.c:2284: warning: 'aexp' may be used uninitialized in this function
480Objects/longobject.c:2284: warning: 'bexp' may be used uninitialized in this function
481Objects/longobject.c: In function 'PyLong_AsDouble':
482Objects/longobject.c:667: warning: 'e' may be used uninitialized in this function
483Objects/longobject.c: In function 'long_true_divide':
484Objects/longobject.c:2284: warning: 'aexp' may be used uninitialized in this function
485Objects/longobject.c:2284: warning: 'bexp' may be used uninitialized in this function
486/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Objects/dictobject.o Objects/dictobject.c
487/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Objects/methodobject.o Objects/methodobject.c
488/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Objects/moduleobject.o Objects/moduleobject.c
489/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Objects/object.o Objects/object.c
490/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Objects/obmalloc.o Objects/obmalloc.c
491/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Objects/rangeobject.o Objects/rangeobject.c
492/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Objects/setobject.o Objects/setobject.c
493/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Objects/sliceobject.o Objects/sliceobject.c
494/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Objects/stringobject.o Objects/stringobject.c
495Objects/stringobject.c: In function 'PyString_FromFormatV':
496Objects/stringobject.c:174: warning: 'count' is used uninitialized in this function
497/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Objects/structseq.o Objects/structseq.c
498/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Objects/tupleobject.o Objects/tupleobject.c
499/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Objects/typeobject.o Objects/typeobject.c
500/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Objects/weakrefobject.o Objects/weakrefobject.c
501/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Objects/unicodeobject.o Objects/unicodeobject.c
502Objects/unicodeobject.c: In function 'PyUnicodeUCS2_FromUnicode':
503Objects/unicodeobject.c:329: warning: comparison is always true due to limited range of data type
504Objects/unicodeobject.c: In function 'unicode_decode_call_errorhandler':
505Objects/unicodeobject.c:791: warning: format not a string literal and no format arguments
506Objects/unicodeobject.c: In function 'unicode_encode_call_errorhandler':
507Objects/unicodeobject.c:2500: warning: format not a string literal and no format arguments
508Objects/unicodeobject.c: In function 'unicode_translate_call_errorhandler':
509Objects/unicodeobject.c:3361: warning: format not a string literal and no format arguments
510Objects/unicodeobject.c: In function 'PyUnicodeUCS2_FromUnicode':
511Objects/unicodeobject.c:329: warning: comparison is always true due to limited range of data type
512Objects/unicodeobject.c: In function 'unicode_decode_call_errorhandler':
513Objects/unicodeobject.c:791: warning: format not a string literal and no format arguments
514Objects/unicodeobject.c: In function 'unicode_encode_call_errorhandler':
515Objects/unicodeobject.c:2500: warning: format not a string literal and no format arguments
516Objects/unicodeobject.c: In function 'unicode_translate_call_errorhandler':
517Objects/unicodeobject.c:3361: warning: format not a string literal and no format arguments
518/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Objects/unicodectype.o Objects/unicodectype.c
519/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Python/bltinmodule.o Python/bltinmodule.c
520/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Python/exceptions.o Python/exceptions.c
521/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Python/ceval.o Python/ceval.c
522/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Python/mysnprintf.o Python/mysnprintf.c
523/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Parser/tokenizer_pgen.o Parser/tokenizer_pgen.c
524/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Parser/printgrammar.o Parser/printgrammar.c
525/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Parser/pgenmain.o Parser/pgenmain.c
526/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386  Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Objects/obmalloc.o Python/mysnprintf.o Parser/tokenizer_pgen.o Parser/printgrammar.o Parser/pgenmain.o -ldl  -o Parser/pgen
527Parser/pgen ./Grammar/Grammar ./Include/graminit.h ./Python/graminit.c
528/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Python/compile.o Python/compile.c
529/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Python/codecs.o Python/codecs.c
530/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Python/errors.o Python/errors.c
531/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Python/frozen.o Python/frozen.c
532/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Python/frozenmain.o Python/frozenmain.c
533/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Python/future.o Python/future.c
534/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Python/getargs.o Python/getargs.c
535/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Python/getcompiler.o Python/getcompiler.c
536/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Python/getcopyright.o Python/getcopyright.c
537/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Python/getmtime.o Python/getmtime.c
538/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -DPLATFORM='"darwin"' -o Python/getplatform.o ./Python/getplatform.c
539/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Python/getversion.o Python/getversion.c
540/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Python/graminit.o Python/graminit.c
541/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Python/import.o Python/import.c
542/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -I. -o Python/importdl.o ./Python/importdl.c
543/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Python/marshal.o Python/marshal.c
544Python/marshal.c: In function 'PyMarshal_ReadShortFromFile':
545Python/marshal.c:350: warning: 'rf.end' is used uninitialized in this function
546Python/marshal.c:727: note: 'rf.end' was declared here
547Python/marshal.c:350: warning: 'rf.ptr' is used uninitialized in this function
548Python/marshal.c:727: note: 'rf.ptr' was declared here
549Python/marshal.c: In function 'PyMarshal_ReadShortFromFile':
550Python/marshal.c:350: warning: 'rf.end' is used uninitialized in this function
551Python/marshal.c:727: note: 'rf.end' was declared here
552Python/marshal.c:350: warning: 'rf.ptr' is used uninitialized in this function
553Python/marshal.c:727: note: 'rf.ptr' was declared here
554/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Python/modsupport.o Python/modsupport.c
555/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Python/mystrtoul.o Python/mystrtoul.c
556/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Python/pyfpe.o Python/pyfpe.c
557/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Python/pystate.o Python/pystate.c
558/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Python/pythonrun.o Python/pythonrun.c
559/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Python/structmember.o Python/structmember.c
560/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Python/symtable.o Python/symtable.c
561/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Python/sysmodule.o Python/sysmodule.c
562/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Python/traceback.o Python/traceback.c
563/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Python/getopt.o Python/getopt.c
564/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Python/pystrtod.o Python/pystrtod.c
565/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Python/dynload_next.o Python/dynload_next.c
566Python/dynload_next.c: In function '_PyImport_GetDynLoadFunc':
567Python/dynload_next.c:55: warning: 'NSCreateObjectFileImageFromFile' is deprecated (declared at //usr/include/mach-o/dyld.h:145)
568Python/dynload_next.c:77: warning: 'NSLinkModule' is deprecated (declared at //usr/include/mach-o/dyld.h:161)
569Python/dynload_next.c:82: warning: 'NSLinkEditError' is deprecated (declared at //usr/include/mach-o/dyld.h:217)
570Python/dynload_next.c:103: warning: 'NSLookupSymbolInModule' is deprecated (declared at //usr/include/mach-o/dyld.h:181)
571Python/dynload_next.c:112: warning: 'NSAddressOfSymbol' is deprecated (declared at //usr/include/mach-o/dyld.h:188)
572Python/dynload_next.c: In function '_PyImport_GetDynLoadFunc':
573Python/dynload_next.c:55: warning: 'NSCreateObjectFileImageFromFile' is deprecated (declared at //usr/include/mach-o/dyld.h:145)
574Python/dynload_next.c:77: warning: 'NSLinkModule' is deprecated (declared at //usr/include/mach-o/dyld.h:161)
575Python/dynload_next.c:82: warning: 'NSLinkEditError' is deprecated (declared at //usr/include/mach-o/dyld.h:217)
576Python/dynload_next.c:103: warning: 'NSLookupSymbolInModule' is deprecated (declared at //usr/include/mach-o/dyld.h:181)
577Python/dynload_next.c:112: warning: 'NSAddressOfSymbol' is deprecated (declared at //usr/include/mach-o/dyld.h:188)
578/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Python/thread.o Python/thread.c
579/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Modules/config.o Modules/config.c
580/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -DPYTHONPATH='":plat-darwin:plat-mac:plat-mac/lib-scriptpackages:lib-tk"' \
581                -DPREFIX='"/opt/local"' \
582                -DEXEC_PREFIX='"/opt/local"' \
583                -DVERSION='"2.4"' \
584                -DVPATH='""' \
585                -o Modules/getpath.o ./Modules/getpath.c
586/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Modules/main.o Modules/main.c
587Modules/main.c: In function 'usage':
588Modules/main.c:102: warning: format not a string literal and no format arguments
589Modules/main.c:103: warning: format not a string literal and no format arguments
590Modules/main.c:104: warning: format not a string literal and no format arguments
591Modules/main.c: In function 'usage':
592Modules/main.c:102: warning: format not a string literal and no format arguments
593Modules/main.c:103: warning: format not a string literal and no format arguments
594Modules/main.c:104: warning: format not a string literal and no format arguments
595/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -o Modules/gcmodule.o Modules/gcmodule.c
596/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE  -c ./Modules/threadmodule.c -o Modules/threadmodule.o
597/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE  -c ./Modules/signalmodule.c -o Modules/signalmodule.o
598/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE  -c ./Modules/posixmodule.c -o Modules/posixmodule.o
599/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE  -c ./Modules/errnomodule.c -o Modules/errnomodule.o
600/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE  -c ./Modules/pwdmodule.c -o Modules/pwdmodule.o
601/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE  -c ./Modules/_sre.c -o Modules/_sre.o
602/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE  -c ./Modules/_codecsmodule.c -o Modules/_codecsmodule.o
603/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE  -c ./Modules/zipimport.c -o Modules/zipimport.o
604/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE  -c ./Modules/symtablemodule.c -o Modules/symtablemodule.o
605/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE  -c ./Modules/xxsubtype.c -o Modules/xxsubtype.o
606if test -f buildno; then \
607                expr `cat buildno` + 1 >buildno1; \
608                mv -f buildno1 buildno; \
609        else echo 1 >buildno; fi
610/usr/bin/gcc-4.2 -c -arch x86_64 -arch i386 -isysroot /  -fno-strict-aliasing -fno-common -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -D__DARWIN_UNIX03 -I. -I./Include  -DPy_BUILD_CORE -DBUILD=`cat buildno` -o Modules/getbuildinfo.o ./Modules/getbuildinfo.c
611rm -f libpython2.4.a
612ar cr libpython2.4.a Modules/getbuildinfo.o
613ar cr libpython2.4.a Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/tokenizer.o
614ar cr libpython2.4.a Objects/abstract.o Objects/boolobject.o Objects/bufferobject.o Objects/cellobject.o Objects/classobject.o Objects/cobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/intobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/methodobject.o Objects/moduleobject.o Objects/object.o Objects/obmalloc.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/stringobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/weakrefobject.o Objects/unicodeobject.o Objects/unicodectype.o
615ar cr libpython2.4.a Python/bltinmodule.o Python/exceptions.o Python/ceval.o Python/compile.o Python/codecs.o Python/errors.o Python/frozen.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getmtime.o Python/getplatform.o Python/getversion.o Python/graminit.o Python/import.o Python/importdl.o Python/marshal.o Python/modsupport.o Python/mystrtoul.o Python/mysnprintf.o Python/pyfpe.o Python/pystate.o Python/pythonrun.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/traceback.o Python/getopt.o Python/pystrtod.o Python/dynload_next.o  Python/thread.o
616ar cr libpython2.4.a Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o
617ar cr libpython2.4.a Modules/threadmodule.o  Modules/signalmodule.o  Modules/posixmodule.o  Modules/errnomodule.o  Modules/pwdmodule.o  Modules/_sre.o  Modules/_codecsmodule.o  Modules/zipimport.o  Modules/symtablemodule.o  Modules/xxsubtype.o
618ranlib libpython2.4.a
619/usr/bin/g++-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386  -o python.exe \
620                        Modules/ccpython.o \
621                        libpython2.4.a -ldl     
622case $MAKEFLAGS in \
623        *-s*)  CC='/usr/bin/gcc-4.2' LDSHARED='/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup' OPT='-DNDEBUG -g -O3 -Wall -Wstrict-prototypes' ./python.exe -E ./setup.py -q build;; \
624        *)  CC='/usr/bin/gcc-4.2' LDSHARED='/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup' OPT='-DNDEBUG -g -O3 -Wall -Wstrict-prototypes' ./python.exe -E ./setup.py build;; \
625        esac
626running build
627running build_ext
628building 'struct' extension
629creating build
630creating build/temp.macosx-10.6-fat-2.4
631/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/structmodule.c -o build/temp.macosx-10.6-fat-2.4/structmodule.o
632creating build/lib.macosx-10.6-fat-2.4
633/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/structmodule.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/struct.so
634building 'regex' extension
635/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/regexmodule.c -o build/temp.macosx-10.6-fat-2.4/regexmodule.o
636/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/regexpr.c -o build/temp.macosx-10.6-fat-2.4/regexpr.o
637/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/regexmodule.o build/temp.macosx-10.6-fat-2.4/regexpr.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/regex.so
638building '_hotshot' extension
639/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/_hotshot.c -o build/temp.macosx-10.6-fat-2.4/_hotshot.o
640/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/_hotshot.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/_hotshot.so
641building '_weakref' extension
642/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/_weakref.c -o build/temp.macosx-10.6-fat-2.4/_weakref.o
643/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/_weakref.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/_weakref.so
644building 'array' extension
645/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/arraymodule.c -o build/temp.macosx-10.6-fat-2.4/arraymodule.o
646/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/arraymodule.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/array.so
647building 'cmath' extension
648/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/cmathmodule.c -o build/temp.macosx-10.6-fat-2.4/cmathmodule.o
649/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/cmathmodule.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/cmath.so
650building 'math' extension
651/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/mathmodule.c -o build/temp.macosx-10.6-fat-2.4/mathmodule.o
652/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/mathmodule.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/math.so
653building 'strop' extension
654/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/stropmodule.c -o build/temp.macosx-10.6-fat-2.4/stropmodule.o
655/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/stropmodule.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/strop.so
656building 'time' extension
657/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/timemodule.c -o build/temp.macosx-10.6-fat-2.4/timemodule.o
658/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/timemodule.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/time.so
659building 'datetime' extension
660/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/datetimemodule.c -o build/temp.macosx-10.6-fat-2.4/datetimemodule.o
661/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/datetimemodule.o build/temp.macosx-10.6-fat-2.4/timemodule.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/datetime.so
662building '_random' extension
663/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/_randommodule.c -o build/temp.macosx-10.6-fat-2.4/_randommodule.o
664/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/_randommodule.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/_random.so
665building 'itertools' extension
666/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/itertoolsmodule.c -o build/temp.macosx-10.6-fat-2.4/itertoolsmodule.o
667/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/itertoolsmodule.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/itertools.so
668building 'collections' extension
669/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/collectionsmodule.c -o build/temp.macosx-10.6-fat-2.4/collectionsmodule.o
670/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/collectionsmodule.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/collections.so
671building '_bisect' extension
672/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/_bisectmodule.c -o build/temp.macosx-10.6-fat-2.4/_bisectmodule.o
673/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/_bisectmodule.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/_bisect.so
674building '_heapq' extension
675/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/_heapqmodule.c -o build/temp.macosx-10.6-fat-2.4/_heapqmodule.o
676/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/_heapqmodule.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/_heapq.so
677building 'operator' extension
678/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/operator.c -o build/temp.macosx-10.6-fat-2.4/operator.o
679/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/operator.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/operator.so
680building '_testcapi' extension
681/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/_testcapimodule.c -o build/temp.macosx-10.6-fat-2.4/_testcapimodule.o
682/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/_testcapimodule.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/_testcapi.so
683building 'unicodedata' extension
684/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/unicodedata.c -o build/temp.macosx-10.6-fat-2.4/unicodedata.o
685/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/unicodedata.c: In function '_getcode':
686/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/unicodedata.c:755: warning: 'L' may be used uninitialized in this function
687/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/unicodedata.c:755: warning: 'V' may be used uninitialized in this function
688/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/unicodedata.c:755: warning: 'T' may be used uninitialized in this function
689/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/unicodedata.c: In function '_getcode':
690/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/unicodedata.c:755: warning: 'L' may be used uninitialized in this function
691/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/unicodedata.c:755: warning: 'V' may be used uninitialized in this function
692/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/unicodedata.c:755: warning: 'T' may be used uninitialized in this function
693/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/unicodedata.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/unicodedata.so
694building '_locale' extension
695/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/_localemodule.c -o build/temp.macosx-10.6-fat-2.4/_localemodule.o
696/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/_localemodule.o -L/opt/local/lib -L/usr/local/lib -lintl -o build/lib.macosx-10.6-fat-2.4/_locale.so -framework CoreFoundation
697building 'fcntl' extension
698/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/fcntlmodule.c -o build/temp.macosx-10.6-fat-2.4/fcntlmodule.o
699/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/fcntlmodule.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/fcntl.so
700building 'grp' extension
701/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/grpmodule.c -o build/temp.macosx-10.6-fat-2.4/grpmodule.o
702/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/grpmodule.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/grp.so
703building 'select' extension
704/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/selectmodule.c -o build/temp.macosx-10.6-fat-2.4/selectmodule.o
705/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/selectmodule.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/select.so
706building 'md5' extension
707/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/md5module.c -o build/temp.macosx-10.6-fat-2.4/md5module.o
708/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/md5c.c -o build/temp.macosx-10.6-fat-2.4/md5c.o
709/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/md5module.o build/temp.macosx-10.6-fat-2.4/md5c.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/md5.so
710building 'sha' extension
711/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/shamodule.c -o build/temp.macosx-10.6-fat-2.4/shamodule.o
712/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/shamodule.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/sha.so
713building 'binascii' extension
714/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/binascii.c -o build/temp.macosx-10.6-fat-2.4/binascii.o
715/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/binascii.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/binascii.so
716building 'parser' extension
717/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/parsermodule.c -o build/temp.macosx-10.6-fat-2.4/parsermodule.o
718/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/parsermodule.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/parser.so
719building 'cStringIO' extension
720/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/cStringIO.c -o build/temp.macosx-10.6-fat-2.4/cStringIO.o
721/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/cStringIO.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/cStringIO.so
722building 'cPickle' extension
723/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/cPickle.c -o build/temp.macosx-10.6-fat-2.4/cPickle.o
724/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/cPickle.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/cPickle.so
725building 'mmap' extension
726/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/mmapmodule.c -o build/temp.macosx-10.6-fat-2.4/mmapmodule.o
727/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/mmapmodule.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/mmap.so
728building 'syslog' extension
729/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/syslogmodule.c -o build/temp.macosx-10.6-fat-2.4/syslogmodule.o
730/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/syslogmodule.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/syslog.so
731building 'timing' extension
732/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/timingmodule.c -o build/temp.macosx-10.6-fat-2.4/timingmodule.o
733/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/timingmodule.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/timing.so
734building 'audioop' extension
735/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/audioop.c -o build/temp.macosx-10.6-fat-2.4/audioop.o
736/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/audioop.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/audioop.so
737building 'crypt' extension
738/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/cryptmodule.c -o build/temp.macosx-10.6-fat-2.4/cryptmodule.o
739/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/cryptmodule.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/crypt.so
740building '_csv' extension
741/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/_csv.c -o build/temp.macosx-10.6-fat-2.4/_csv.o
742/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/_csv.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/_csv.so
743building '_socket' extension
744/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/socketmodule.c -o build/temp.macosx-10.6-fat-2.4/socketmodule.o
745/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/socketmodule.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/_socket.so
746building '_ssl' extension
747/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/_ssl.c -o build/temp.macosx-10.6-fat-2.4/_ssl.o
748/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/_ssl.c: In function 'check_socket_and_wait_for_timeout':
749/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/_ssl.c:425: warning: label 'normal_return' defined but not used
750/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/_ssl.c: In function 'check_socket_and_wait_for_timeout':
751/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/_ssl.c:425: warning: label 'normal_return' defined but not used
752/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/_ssl.o -L/opt/local/lib -L/usr/local/lib -lssl -lcrypto -o build/lib.macosx-10.6-fat-2.4/_ssl.so
753building 'bsddb185' extension
754/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/bsddbmodule.c -o build/temp.macosx-10.6-fat-2.4/bsddbmodule.o
755/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/bsddbmodule.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/bsddb185.so
756building 'dbm' extension
757/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -DHAVE_NDBM_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/dbmmodule.c -o build/temp.macosx-10.6-fat-2.4/dbmmodule.o
758/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/dbmmodule.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/dbm.so
759building 'gdbm' extension
760/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/gdbmmodule.c -o build/temp.macosx-10.6-fat-2.4/gdbmmodule.o
761In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/gdbmmodule.c:12:
762/opt/local/include/gdbm.h:85: warning: function declaration isn't a prototype
763In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/gdbmmodule.c:12:
764/opt/local/include/gdbm.h:85: warning: function declaration isn't a prototype
765/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/gdbmmodule.o -L/opt/local/lib -L/usr/local/lib -lgdbm -o build/lib.macosx-10.6-fat-2.4/gdbm.so
766building 'termios' extension
767/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/termios.c -o build/temp.macosx-10.6-fat-2.4/termios.o
768/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/termios.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/termios.so
769building 'resource' extension
770/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/resource.c -o build/temp.macosx-10.6-fat-2.4/resource.o
771/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/resource.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/resource.so
772building 'nis' extension
773/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/nismodule.c -o build/temp.macosx-10.6-fat-2.4/nismodule.o
774/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/nismodule.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/nis.so
775building '_curses' extension
776/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/_cursesmodule.c -o build/temp.macosx-10.6-fat-2.4/_cursesmodule.o
777/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/_cursesmodule.c: In function 'PyCurses_getsyx':
778/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/_cursesmodule.c:1645: warning: 'y' may be used uninitialized in this function
779/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/_cursesmodule.c:1645: warning: 'x' may be used uninitialized in this function
780/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/_cursesmodule.c: In function 'PyCurses_getsyx':
781/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/_cursesmodule.c:1645: warning: 'y' may be used uninitialized in this function
782/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/_cursesmodule.c:1645: warning: 'x' may be used uninitialized in this function
783/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/_cursesmodule.o -L/opt/local/lib -L/usr/local/lib -lncursesw -o build/lib.macosx-10.6-fat-2.4/_curses.so
784building '_curses_panel' extension
785/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/_curses_panel.c -o build/temp.macosx-10.6-fat-2.4/_curses_panel.o
786/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/_curses_panel.o -L/opt/local/lib -L/usr/local/lib -lpanelw -lncursesw -o build/lib.macosx-10.6-fat-2.4/_curses_panel.so
787building 'zlib' extension
788/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/zlibmodule.c -o build/temp.macosx-10.6-fat-2.4/zlibmodule.o
789/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/zlibmodule.o -L/opt/local/lib -L/usr/local/lib -lz -o build/lib.macosx-10.6-fat-2.4/zlib.so
790building 'bz2' extension
791/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/bz2module.c -o build/temp.macosx-10.6-fat-2.4/bz2module.o
792/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/bz2module.o -L/opt/local/lib -L/usr/local/lib -lbz2 -o build/lib.macosx-10.6-fat-2.4/bz2.so
793building 'pyexpat' extension
794/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -DHAVE_EXPAT_CONFIG_H=1 -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Modules/expat -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/pyexpat.c -o build/temp.macosx-10.6-fat-2.4/pyexpat.o
795/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -DHAVE_EXPAT_CONFIG_H=1 -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Modules/expat -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/expat/xmlparse.c -o build/temp.macosx-10.6-fat-2.4/xmlparse.o
796/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -DHAVE_EXPAT_CONFIG_H=1 -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Modules/expat -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/expat/xmlrole.c -o build/temp.macosx-10.6-fat-2.4/xmlrole.o
797/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -DHAVE_EXPAT_CONFIG_H=1 -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Modules/expat -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/expat/xmltok.c -o build/temp.macosx-10.6-fat-2.4/xmltok.o
798/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/pyexpat.o build/temp.macosx-10.6-fat-2.4/xmlparse.o build/temp.macosx-10.6-fat-2.4/xmlrole.o build/temp.macosx-10.6-fat-2.4/xmltok.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/pyexpat.so
799building '_multibytecodec' extension
800/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/cjkcodecs/multibytecodec.c -o build/temp.macosx-10.6-fat-2.4/multibytecodec.o
801/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/multibytecodec.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/_multibytecodec.so
802building '_codecs_kr' extension
803/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/cjkcodecs/_codecs_kr.c -o build/temp.macosx-10.6-fat-2.4/_codecs_kr.o
804/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/_codecs_kr.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/_codecs_kr.so
805building '_codecs_jp' extension
806/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/cjkcodecs/_codecs_jp.c -o build/temp.macosx-10.6-fat-2.4/_codecs_jp.o
807/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/_codecs_jp.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/_codecs_jp.so
808building '_codecs_cn' extension
809/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/cjkcodecs/_codecs_cn.c -o build/temp.macosx-10.6-fat-2.4/_codecs_cn.o
810/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/_codecs_cn.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/_codecs_cn.so
811building '_codecs_tw' extension
812/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/cjkcodecs/_codecs_tw.c -o build/temp.macosx-10.6-fat-2.4/_codecs_tw.o
813/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/_codecs_tw.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/_codecs_tw.so
814building '_codecs_hk' extension
815/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/cjkcodecs/_codecs_hk.c -o build/temp.macosx-10.6-fat-2.4/_codecs_hk.o
816/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/_codecs_hk.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/_codecs_hk.so
817building '_codecs_iso2022' extension
818/usr/bin/gcc-4.2 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/./Include -I/opt/local/include -I/usr/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6 -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Modules/cjkcodecs/_codecs_iso2022.c -o build/temp.macosx-10.6-fat-2.4/_codecs_iso2022.o
819/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup build/temp.macosx-10.6-fat-2.4/_codecs_iso2022.o -L/opt/local/lib -L/usr/local/lib -o build/lib.macosx-10.6-fat-2.4/_codecs_iso2022.so
820running build_scripts
821creating build/scripts-2.4
822copying and adjusting /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Tools/scripts/pydoc -> build/scripts-2.4
823copying and adjusting /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Tools/scripts/idle -> build/scripts-2.4
824copying and adjusting /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/Python-2.4.6/Lib/smtpd.py -> build/scripts-2.4
825changing mode of build/scripts-2.4/pydoc from 644 to 755
826changing mode of build/scripts-2.4/idle from 644 to 755
827changing mode of build/scripts-2.4/smtpd.py from 644 to 755
828--->  Staging python24 into destroot
829. changed
830        gid expected 0 found 80 modified
831./usr missing (created)
832. missing (directory not created: File exists)
833./Applications missing (created)
834./Developer missing (created)
835./Library missing (created)
836. changed
837        gid expected 80 found 0 modified
838./bin missing (created)
839./etc missing (created)
840./include missing (created)
841./lib missing (created)
842./lib/pkgconfig missing (created)
843./libexec missing (created)
844./sbin missing (created)
845./share missing (created)
846./share/info missing (created)
847./share/man missing (created)
848./share/man/cat1 missing (created)
849./share/man/cat2 missing (created)
850./share/man/cat3 missing (created)
851./share/man/cat4 missing (created)
852./share/man/cat5 missing (created)
853./share/man/cat6 missing (created)
854./share/man/cat7 missing (created)
855./share/man/cat8 missing (created)
856./share/man/cat9 missing (created)
857./share/man/catl missing (created)
858./share/man/catn missing (created)
859./share/man/man1 missing (created)
860./share/man/man2 missing (created)
861./share/man/man3 missing (created)
862./share/man/man4 missing (created)
863./share/man/man5 missing (created)
864./share/man/man6 missing (created)
865./share/man/man7 missing (created)
866./share/man/man8 missing (created)
867./share/man/man9 missing (created)
868./share/man/manl missing (created)
869./share/man/mann missing (created)
870./share/nls missing (created)
871./share/nls/C missing (created)
872./share/nls/af_ZA.ISO8859-1 missing (created)
873./share/nls/af_ZA.ISO8859-15 missing (created)
874./share/nls/bg_BG.CP1251 missing (created)
875./share/nls/cs_CZ.ISO8859-2 missing (created)
876./share/nls/da_DK.ISO8859-1 missing (created)
877./share/nls/da_DK.ISO8859-15 missing (created)
878./share/nls/de_AT.ISO8859-1 missing (created)
879./share/nls/de_AT.ISO8859-15 missing (created)
880./share/nls/de_CH.ISO8859-1 missing (created)
881./share/nls/de_CH.ISO8859-15 missing (created)
882./share/nls/de_DE.ISO8859-1 missing (created)
883./share/nls/de_DE.ISO8859-15 missing (created)
884./share/nls/el_GR.ISO8859-7 missing (created)
885./share/nls/en_AU.ISO8859-1 missing (created)
886./share/nls/en_AU.ISO8859-15 missing (created)
887./share/nls/en_AU.US-ASCII missing (created)
888./share/nls/en_CA.ISO8859-1 missing (created)
889./share/nls/en_CA.ISO8859-15 missing (created)
890./share/nls/en_CA.US-ASCII missing (created)
891./share/nls/en_GB.ISO8859-1 missing (created)
892./share/nls/en_GB.ISO8859-15 missing (created)
893./share/nls/en_GB.US-ASCII missing (created)
894./share/nls/en_NZ.ISO8859-1 missing (created)
895./share/nls/en_NZ.ISO8859-15 missing (created)
896./share/nls/en_NZ.US-ASCII missing (created)
897./share/nls/en_US.ISO8859-1 missing (created)
898./share/nls/en_US.ISO8859-15 missing (created)
899./share/nls/es_ES.ISO8859-1 missing (created)
900./share/nls/es_ES.ISO8859-15 missing (created)
901./share/nls/et_EE.ISO8859-15 missing (created)
902./share/nls/fi_FI.ISO8859-1 missing (created)
903./share/nls/fi_FI.ISO8859-15 missing (created)
904./share/nls/fr_BE.ISO8859-1 missing (created)
905./share/nls/fr_BE.ISO8859-15 missing (created)
906./share/nls/fr_CA.ISO8859-1 missing (created)
907./share/nls/fr_CA.ISO8859-15 missing (created)
908./share/nls/fr_CH.ISO8859-1 missing (created)
909./share/nls/fr_CH.ISO8859-15 missing (created)
910./share/nls/fr_FR.ISO8859-1 missing (created)
911./share/nls/fr_FR.ISO8859-15 missing (created)
912./share/nls/hi_IN.ISCII-DEV missing (created)
913./share/nls/hr_HR.ISO8859-2 missing (created)
914./share/nls/hu_HU.ISO8859-2 missing (created)
915./share/nls/is_IS.ISO8859-1 missing (created)
916./share/nls/is_IS.ISO8859-15 missing (created)
917./share/nls/it_CH.ISO8859-1 missing (created)
918./share/nls/it_CH.ISO8859-15 missing (created)
919./share/nls/it_IT.ISO8859-1 missing (created)
920./share/nls/it_IT.ISO8859-15 missing (created)
921./share/nls/ja_JP.SJIS missing (created)
922./share/nls/ja_JP.eucJP missing (created)
923./share/nls/ko_KR.eucKR missing (created)
924./share/nls/la_LN.ISO8859-1 missing (created)
925./share/nls/la_LN.ISO8859-15 missing (created)
926./share/nls/la_LN.ISO8859-2 missing (created)
927./share/nls/la_LN.ISO8859-4 missing (created)
928./share/nls/la_LN.US-ASCII missing (created)
929./share/nls/lt_LT.ISO8859-4 missing (created)
930./share/nls/nl_BE.ISO8859-1 missing (created)
931./share/nls/nl_BE.ISO8859-15 missing (created)
932./share/nls/nl_NL.ISO8859-1 missing (created)
933./share/nls/nl_NL.ISO8859-15 missing (created)
934./share/nls/no_NO.ISO8859-1 missing (created)
935./share/nls/no_NO.ISO8859-15 missing (created)
936./share/nls/pl_PL.ISO8859-2 missing (created)
937./share/nls/pt_BR.ISO8859-1 missing (created)
938./share/nls/pt_PT.ISO8859-1 missing (created)
939./share/nls/pt_PT.ISO8859-15 missing (created)
940./share/nls/ro_RO.ISO8859-2 missing (created)
941./share/nls/ru_RU.CP866 missing (created)
942./share/nls/ru_RU.ISO8859-5 missing (created)
943./share/nls/ru_RU.KOI8-R missing (created)
944./share/nls/sk_SK.ISO8859-2 missing (created)
945./share/nls/sl_SI.ISO8859-2 missing (created)
946./share/nls/sv_SE.ISO8859-1 missing (created)
947./share/nls/sv_SE.ISO8859-15 missing (created)
948./share/nls/tr_TR.ISO8859-9 missing (created)
949./share/nls/uk_UA.ISO8859-5 missing (created)
950./share/nls/uk_UA.KOI8-U missing (created)
951./share/nls/zh_CN.eucCN missing (created)
952./share/nls/zh_TW.Big5 missing (created)
953./share/skel missing (created)
954./src missing (created)
955./var missing (created)
956./var/macports missing (created)
957./var/macports/build missing (created)
958./var/macports/distfiles missing (created)
959./var/macports/logs missing (created)
960./var/macports/packages missing (created)
961./var/macports/receipts missing (created)
962./var/macports/registry missing (created)
963./www missing (created)
964/usr/bin/install -c python.exe /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/bin/python2.4
965if test -f libpython2.4.so; then \
966                if test ".so" = .dll; then \
967                        /usr/bin/install -c -m 555 libpython2.4.so /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/bin; \
968                else \
969                        /usr/bin/install -c -m 555 libpython2.4.so /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/libpython2.4.a; \
970                        if test libpython2.4.so != libpython2.4.a; then \
971                                (cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib; ln -sf libpython2.4.a libpython2.4.so); \
972                        fi \
973                fi; \
974        else    true; \
975        fi
976Creating directory /opt/local/lib/python2.4
977Creating directory /opt/local/lib/python2.4/lib-old
978Creating directory /opt/local/lib/python2.4/lib-tk
979Creating directory /opt/local/lib/python2.4/site-packages
980Creating directory /opt/local/lib/python2.4/test
981Creating directory /opt/local/lib/python2.4/test/output
982Creating directory /opt/local/lib/python2.4/test/decimaltestdata
983Creating directory /opt/local/lib/python2.4/encodings
984Creating directory /opt/local/lib/python2.4/email
985Creating directory /opt/local/lib/python2.4/email/test
986Creating directory /opt/local/lib/python2.4/email/test/data
987Creating directory /opt/local/lib/python2.4/compiler
988Creating directory /opt/local/lib/python2.4/hotshot
989Creating directory /opt/local/lib/python2.4/logging
990Creating directory /opt/local/lib/python2.4/bsddb
991Creating directory /opt/local/lib/python2.4/bsddb/test
992Creating directory /opt/local/lib/python2.4/idlelib
993Creating directory /opt/local/lib/python2.4/idlelib/Icons
994Creating directory /opt/local/lib/python2.4/distutils
995Creating directory /opt/local/lib/python2.4/distutils/command
996Creating directory /opt/local/lib/python2.4/distutils/tests
997Creating directory /opt/local/lib/python2.4/xml
998Creating directory /opt/local/lib/python2.4/xml/dom
999Creating directory /opt/local/lib/python2.4/xml/parsers
1000Creating directory /opt/local/lib/python2.4/xml/sax
1001Creating directory /opt/local/lib/python2.4/curses
1002Creating directory /opt/local/lib/python2.4/plat-darwin
1003Creating directory /opt/local/lib/python2.4/plat-mac
1004Creating directory /opt/local/lib/python2.4/plat-mac/Carbon
1005Creating directory /opt/local/lib/python2.4/plat-mac/lib-scriptpackages
1006Creating directory /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/_builtinSuites
1007Creating directory /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/CodeWarrior
1008Creating directory /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Explorer
1009Creating directory /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Finder
1010Creating directory /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Netscape
1011Creating directory /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/StdSuites
1012Creating directory /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/SystemEvents
1013Creating directory /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Terminal
1014/usr/bin/install -c -m 644 ./Lib/BaseHTTPServer.py /opt/local/lib/python2.4
1015/usr/bin/install -c -m 644 ./Lib/Bastion.py /opt/local/lib/python2.4
1016/usr/bin/install -c -m 644 ./Lib/CGIHTTPServer.py /opt/local/lib/python2.4
1017/usr/bin/install -c -m 644 ./Lib/ConfigParser.py /opt/local/lib/python2.4
1018/usr/bin/install -c -m 644 ./Lib/Cookie.py /opt/local/lib/python2.4
1019/usr/bin/install -c -m 644 ./Lib/DocXMLRPCServer.py /opt/local/lib/python2.4
1020/usr/bin/install -c -m 644 ./Lib/HTMLParser.py /opt/local/lib/python2.4
1021/usr/bin/install -c -m 644 ./Lib/MimeWriter.py /opt/local/lib/python2.4
1022/usr/bin/install -c -m 644 ./Lib/Queue.py /opt/local/lib/python2.4
1023/usr/bin/install -c -m 644 ./Lib/SimpleHTTPServer.py /opt/local/lib/python2.4
1024/usr/bin/install -c -m 644 ./Lib/SimpleXMLRPCServer.py /opt/local/lib/python2.4
1025/usr/bin/install -c -m 644 ./Lib/SocketServer.py /opt/local/lib/python2.4
1026/usr/bin/install -c -m 644 ./Lib/StringIO.py /opt/local/lib/python2.4
1027/usr/bin/install -c -m 644 ./Lib/UserDict.py /opt/local/lib/python2.4
1028/usr/bin/install -c -m 644 ./Lib/UserList.py /opt/local/lib/python2.4
1029/usr/bin/install -c ./Lib/UserString.py /opt/local/lib/python2.4
1030/usr/bin/install -c -m 644 ./Lib/_LWPCookieJar.py /opt/local/lib/python2.4
1031/usr/bin/install -c -m 644 ./Lib/_MozillaCookieJar.py /opt/local/lib/python2.4
1032/usr/bin/install -c -m 644 ./Lib/__future__.py /opt/local/lib/python2.4
1033/usr/bin/install -c -m 644 ./Lib/__phello__.foo.py /opt/local/lib/python2.4
1034/usr/bin/install -c -m 644 ./Lib/_strptime.py /opt/local/lib/python2.4
1035/usr/bin/install -c -m 644 ./Lib/_threading_local.py /opt/local/lib/python2.4
1036/usr/bin/install -c -m 644 ./Lib/aifc.py /opt/local/lib/python2.4
1037/usr/bin/install -c -m 644 ./Lib/anydbm.py /opt/local/lib/python2.4
1038/usr/bin/install -c -m 644 ./Lib/asynchat.py /opt/local/lib/python2.4
1039/usr/bin/install -c -m 644 ./Lib/asyncore.py /opt/local/lib/python2.4
1040/usr/bin/install -c -m 644 ./Lib/atexit.py /opt/local/lib/python2.4
1041/usr/bin/install -c -m 644 ./Lib/audiodev.py /opt/local/lib/python2.4
1042/usr/bin/install -c ./Lib/base64.py /opt/local/lib/python2.4
1043/usr/bin/install -c -m 644 ./Lib/bdb.py /opt/local/lib/python2.4
1044/usr/bin/install -c -m 644 ./Lib/binhex.py /opt/local/lib/python2.4
1045/usr/bin/install -c -m 644 ./Lib/bisect.py /opt/local/lib/python2.4
1046/usr/bin/install -c -m 644 ./Lib/calendar.py /opt/local/lib/python2.4
1047/usr/bin/install -c ./Lib/cgi.py /opt/local/lib/python2.4
1048/usr/bin/install -c -m 644 ./Lib/cgitb.py /opt/local/lib/python2.4
1049/usr/bin/install -c -m 644 ./Lib/chunk.py /opt/local/lib/python2.4
1050/usr/bin/install -c -m 644 ./Lib/cmd.py /opt/local/lib/python2.4
1051/usr/bin/install -c -m 644 ./Lib/code.py /opt/local/lib/python2.4
1052/usr/bin/install -c -m 644 ./Lib/codecs.py /opt/local/lib/python2.4
1053/usr/bin/install -c -m 644 ./Lib/codeop.py /opt/local/lib/python2.4
1054/usr/bin/install -c -m 644 ./Lib/colorsys.py /opt/local/lib/python2.4
1055/usr/bin/install -c -m 644 ./Lib/commands.py /opt/local/lib/python2.4
1056/usr/bin/install -c -m 644 ./Lib/compileall.py /opt/local/lib/python2.4
1057/usr/bin/install -c -m 644 ./Lib/cookielib.py /opt/local/lib/python2.4
1058/usr/bin/install -c -m 644 ./Lib/copy.py /opt/local/lib/python2.4
1059/usr/bin/install -c -m 644 ./Lib/copy_reg.py /opt/local/lib/python2.4
1060/usr/bin/install -c -m 644 ./Lib/csv.py /opt/local/lib/python2.4
1061/usr/bin/install -c -m 644 ./Lib/dbhash.py /opt/local/lib/python2.4
1062/usr/bin/install -c -m 644 ./Lib/decimal.py /opt/local/lib/python2.4
1063/usr/bin/install -c -m 644 ./Lib/difflib.py /opt/local/lib/python2.4
1064/usr/bin/install -c -m 644 ./Lib/dircache.py /opt/local/lib/python2.4
1065/usr/bin/install -c -m 644 ./Lib/dis.py /opt/local/lib/python2.4
1066/usr/bin/install -c -m 644 ./Lib/doctest.py /opt/local/lib/python2.4
1067/usr/bin/install -c -m 644 ./Lib/dumbdbm.py /opt/local/lib/python2.4
1068/usr/bin/install -c -m 644 ./Lib/dummy_thread.py /opt/local/lib/python2.4
1069/usr/bin/install -c -m 644 ./Lib/dummy_threading.py /opt/local/lib/python2.4
1070/usr/bin/install -c -m 644 ./Lib/filecmp.py /opt/local/lib/python2.4
1071/usr/bin/install -c -m 644 ./Lib/fileinput.py /opt/local/lib/python2.4
1072/usr/bin/install -c -m 644 ./Lib/fnmatch.py /opt/local/lib/python2.4
1073/usr/bin/install -c -m 644 ./Lib/formatter.py /opt/local/lib/python2.4
1074/usr/bin/install -c -m 644 ./Lib/fpformat.py /opt/local/lib/python2.4
1075/usr/bin/install -c -m 644 ./Lib/ftplib.py /opt/local/lib/python2.4
1076/usr/bin/install -c -m 644 ./Lib/getopt.py /opt/local/lib/python2.4
1077/usr/bin/install -c -m 644 ./Lib/getpass.py /opt/local/lib/python2.4
1078/usr/bin/install -c -m 644 ./Lib/gettext.py /opt/local/lib/python2.4
1079/usr/bin/install -c -m 644 ./Lib/glob.py /opt/local/lib/python2.4
1080/usr/bin/install -c -m 644 ./Lib/gopherlib.py /opt/local/lib/python2.4
1081/usr/bin/install -c -m 644 ./Lib/gzip.py /opt/local/lib/python2.4
1082/usr/bin/install -c -m 644 ./Lib/heapq.py /opt/local/lib/python2.4
1083/usr/bin/install -c -m 644 ./Lib/hmac.py /opt/local/lib/python2.4
1084/usr/bin/install -c -m 644 ./Lib/htmlentitydefs.py /opt/local/lib/python2.4
1085/usr/bin/install -c -m 644 ./Lib/htmllib.py /opt/local/lib/python2.4
1086/usr/bin/install -c -m 644 ./Lib/httplib.py /opt/local/lib/python2.4
1087/usr/bin/install -c -m 644 ./Lib/ihooks.py /opt/local/lib/python2.4
1088/usr/bin/install -c -m 644 ./Lib/imaplib.py /opt/local/lib/python2.4
1089/usr/bin/install -c -m 644 ./Lib/imghdr.py /opt/local/lib/python2.4
1090/usr/bin/install -c -m 644 ./Lib/imputil.py /opt/local/lib/python2.4
1091/usr/bin/install -c -m 644 ./Lib/inspect.py /opt/local/lib/python2.4
1092/usr/bin/install -c ./Lib/keyword.py /opt/local/lib/python2.4
1093/usr/bin/install -c -m 644 ./Lib/linecache.py /opt/local/lib/python2.4
1094/usr/bin/install -c -m 644 ./Lib/locale.py /opt/local/lib/python2.4
1095/usr/bin/install -c -m 644 ./Lib/macpath.py /opt/local/lib/python2.4
1096/usr/bin/install -c -m 644 ./Lib/macurl2path.py /opt/local/lib/python2.4
1097/usr/bin/install -c ./Lib/mailbox.py /opt/local/lib/python2.4
1098/usr/bin/install -c -m 644 ./Lib/mailcap.py /opt/local/lib/python2.4
1099/usr/bin/install -c -m 644 ./Lib/markupbase.py /opt/local/lib/python2.4
1100/usr/bin/install -c -m 644 ./Lib/mhlib.py /opt/local/lib/python2.4
1101/usr/bin/install -c -m 644 ./Lib/mimetools.py /opt/local/lib/python2.4
1102/usr/bin/install -c -m 644 ./Lib/mimetypes.py /opt/local/lib/python2.4
1103/usr/bin/install -c ./Lib/mimify.py /opt/local/lib/python2.4
1104/usr/bin/install -c -m 644 ./Lib/modulefinder.py /opt/local/lib/python2.4
1105/usr/bin/install -c -m 644 ./Lib/multifile.py /opt/local/lib/python2.4
1106/usr/bin/install -c -m 644 ./Lib/mutex.py /opt/local/lib/python2.4
1107/usr/bin/install -c -m 644 ./Lib/netrc.py /opt/local/lib/python2.4
1108/usr/bin/install -c -m 644 ./Lib/new.py /opt/local/lib/python2.4
1109/usr/bin/install -c -m 644 ./Lib/nntplib.py /opt/local/lib/python2.4
1110/usr/bin/install -c -m 644 ./Lib/ntpath.py /opt/local/lib/python2.4
1111/usr/bin/install -c -m 644 ./Lib/nturl2path.py /opt/local/lib/python2.4
1112/usr/bin/install -c -m 644 ./Lib/opcode.py /opt/local/lib/python2.4
1113/usr/bin/install -c -m 644 ./Lib/optparse.py /opt/local/lib/python2.4
1114/usr/bin/install -c -m 644 ./Lib/os.py /opt/local/lib/python2.4
1115/usr/bin/install -c -m 644 ./Lib/os2emxpath.py /opt/local/lib/python2.4
1116/usr/bin/install -c ./Lib/pdb.py /opt/local/lib/python2.4
1117/usr/bin/install -c -m 644 ./Lib/pickle.py /opt/local/lib/python2.4
1118/usr/bin/install -c -m 644 ./Lib/pickletools.py /opt/local/lib/python2.4
1119/usr/bin/install -c -m 644 ./Lib/pipes.py /opt/local/lib/python2.4
1120/usr/bin/install -c -m 644 ./Lib/pkgutil.py /opt/local/lib/python2.4
1121/usr/bin/install -c ./Lib/platform.py /opt/local/lib/python2.4
1122/usr/bin/install -c -m 644 ./Lib/popen2.py /opt/local/lib/python2.4
1123/usr/bin/install -c -m 644 ./Lib/poplib.py /opt/local/lib/python2.4
1124/usr/bin/install -c -m 644 ./Lib/posixfile.py /opt/local/lib/python2.4
1125/usr/bin/install -c -m 644 ./Lib/posixpath.py /opt/local/lib/python2.4
1126/usr/bin/install -c -m 644 ./Lib/pprint.py /opt/local/lib/python2.4
1127/usr/bin/install -c ./Lib/profile.py /opt/local/lib/python2.4
1128/usr/bin/install -c -m 644 ./Lib/pstats.py /opt/local/lib/python2.4
1129/usr/bin/install -c -m 644 ./Lib/pty.py /opt/local/lib/python2.4
1130/usr/bin/install -c -m 644 ./Lib/py_compile.py /opt/local/lib/python2.4
1131/usr/bin/install -c -m 644 ./Lib/pyclbr.py /opt/local/lib/python2.4
1132/usr/bin/install -c ./Lib/pydoc.py /opt/local/lib/python2.4
1133/usr/bin/install -c ./Lib/quopri.py /opt/local/lib/python2.4
1134/usr/bin/install -c -m 644 ./Lib/random.py /opt/local/lib/python2.4
1135/usr/bin/install -c -m 644 ./Lib/re.py /opt/local/lib/python2.4
1136/usr/bin/install -c ./Lib/reconvert.py /opt/local/lib/python2.4
1137/usr/bin/install -c -m 644 ./Lib/regex_syntax.py /opt/local/lib/python2.4
1138/usr/bin/install -c -m 644 ./Lib/regsub.py /opt/local/lib/python2.4
1139/usr/bin/install -c -m 644 ./Lib/repr.py /opt/local/lib/python2.4
1140/usr/bin/install -c -m 644 ./Lib/rexec.py /opt/local/lib/python2.4
1141/usr/bin/install -c -m 644 ./Lib/rfc822.py /opt/local/lib/python2.4
1142/usr/bin/install -c -m 644 ./Lib/rlcompleter.py /opt/local/lib/python2.4
1143/usr/bin/install -c -m 644 ./Lib/robotparser.py /opt/local/lib/python2.4
1144/usr/bin/install -c -m 644 ./Lib/sched.py /opt/local/lib/python2.4
1145/usr/bin/install -c -m 644 ./Lib/sets.py /opt/local/lib/python2.4
1146/usr/bin/install -c -m 644 ./Lib/sgmllib.py /opt/local/lib/python2.4
1147/usr/bin/install -c -m 644 ./Lib/shelve.py /opt/local/lib/python2.4
1148/usr/bin/install -c -m 644 ./Lib/shlex.py /opt/local/lib/python2.4
1149/usr/bin/install -c -m 644 ./Lib/shutil.py /opt/local/lib/python2.4
1150/usr/bin/install -c -m 644 ./Lib/site.py /opt/local/lib/python2.4
1151/usr/bin/install -c ./Lib/smtpd.py /opt/local/lib/python2.4
1152/usr/bin/install -c ./Lib/smtplib.py /opt/local/lib/python2.4
1153/usr/bin/install -c -m 644 ./Lib/sndhdr.py /opt/local/lib/python2.4
1154/usr/bin/install -c -m 644 ./Lib/socket.py /opt/local/lib/python2.4
1155/usr/bin/install -c -m 644 ./Lib/sre.py /opt/local/lib/python2.4
1156/usr/bin/install -c -m 644 ./Lib/sre_compile.py /opt/local/lib/python2.4
1157/usr/bin/install -c -m 644 ./Lib/sre_constants.py /opt/local/lib/python2.4
1158/usr/bin/install -c -m 644 ./Lib/sre_parse.py /opt/local/lib/python2.4
1159/usr/bin/install -c -m 644 ./Lib/stat.py /opt/local/lib/python2.4
1160/usr/bin/install -c -m 644 ./Lib/statcache.py /opt/local/lib/python2.4
1161/usr/bin/install -c -m 644 ./Lib/statvfs.py /opt/local/lib/python2.4
1162/usr/bin/install -c -m 644 ./Lib/string.py /opt/local/lib/python2.4
1163/usr/bin/install -c -m 644 ./Lib/stringold.py /opt/local/lib/python2.4
1164/usr/bin/install -c -m 644 ./Lib/stringprep.py /opt/local/lib/python2.4
1165/usr/bin/install -c -m 644 ./Lib/subprocess.py /opt/local/lib/python2.4
1166/usr/bin/install -c -m 644 ./Lib/sunau.py /opt/local/lib/python2.4
1167/usr/bin/install -c -m 644 ./Lib/sunaudio.py /opt/local/lib/python2.4
1168/usr/bin/install -c ./Lib/symbol.py /opt/local/lib/python2.4
1169/usr/bin/install -c -m 644 ./Lib/symtable.py /opt/local/lib/python2.4
1170/usr/bin/install -c ./Lib/tabnanny.py /opt/local/lib/python2.4
1171/usr/bin/install -c -m 644 ./Lib/tarfile.py /opt/local/lib/python2.4
1172/usr/bin/install -c -m 644 ./Lib/telnetlib.py /opt/local/lib/python2.4
1173/usr/bin/install -c -m 644 ./Lib/tempfile.py /opt/local/lib/python2.4
1174/usr/bin/install -c -m 644 ./Lib/textwrap.py /opt/local/lib/python2.4
1175/usr/bin/install -c -m 644 ./Lib/this.py /opt/local/lib/python2.4
1176/usr/bin/install -c -m 644 ./Lib/threading.py /opt/local/lib/python2.4
1177/usr/bin/install -c -m 644 ./Lib/timeit.py /opt/local/lib/python2.4
1178/usr/bin/install -c -m 644 ./Lib/toaiff.py /opt/local/lib/python2.4
1179/usr/bin/install -c ./Lib/token.py /opt/local/lib/python2.4
1180/usr/bin/install -c -m 644 ./Lib/tokenize.py /opt/local/lib/python2.4
1181/usr/bin/install -c -m 644 ./Lib/trace.py /opt/local/lib/python2.4
1182/usr/bin/install -c -m 644 ./Lib/traceback.py /opt/local/lib/python2.4
1183/usr/bin/install -c -m 644 ./Lib/tty.py /opt/local/lib/python2.4
1184/usr/bin/install -c -m 644 ./Lib/types.py /opt/local/lib/python2.4
1185/usr/bin/install -c -m 644 ./Lib/tzparse.py /opt/local/lib/python2.4
1186/usr/bin/install -c -m 644 ./Lib/unittest.py /opt/local/lib/python2.4
1187/usr/bin/install -c -m 644 ./Lib/urllib.py /opt/local/lib/python2.4
1188/usr/bin/install -c -m 644 ./Lib/urllib2.py /opt/local/lib/python2.4
1189/usr/bin/install -c -m 644 ./Lib/urlparse.py /opt/local/lib/python2.4
1190/usr/bin/install -c -m 644 ./Lib/user.py /opt/local/lib/python2.4
1191/usr/bin/install -c ./Lib/uu.py /opt/local/lib/python2.4
1192/usr/bin/install -c -m 644 ./Lib/warnings.py /opt/local/lib/python2.4
1193/usr/bin/install -c -m 644 ./Lib/wave.py /opt/local/lib/python2.4
1194/usr/bin/install -c -m 644 ./Lib/weakref.py /opt/local/lib/python2.4
1195/usr/bin/install -c -m 644 ./Lib/webbrowser.py /opt/local/lib/python2.4
1196/usr/bin/install -c -m 644 ./Lib/whichdb.py /opt/local/lib/python2.4
1197/usr/bin/install -c -m 644 ./Lib/whrandom.py /opt/local/lib/python2.4
1198/usr/bin/install -c -m 644 ./Lib/xdrlib.py /opt/local/lib/python2.4
1199/usr/bin/install -c -m 644 ./Lib/xmllib.py /opt/local/lib/python2.4
1200/usr/bin/install -c -m 644 ./Lib/xmlrpclib.py /opt/local/lib/python2.4
1201/usr/bin/install -c -m 644 ./Lib/zipfile.py /opt/local/lib/python2.4
1202/usr/bin/install -c -m 644 ./Lib/pdb.doc /opt/local/lib/python2.4
1203/usr/bin/install -c -m 644 ./Lib/profile.doc /opt/local/lib/python2.4
1204/usr/bin/install -c -m 644 ./Lib/lib-old/Para.py /opt/local/lib/python2.4/lib-old
1205/usr/bin/install -c -m 644 ./Lib/lib-old/addpack.py /opt/local/lib/python2.4/lib-old
1206/usr/bin/install -c -m 644 ./Lib/lib-old/cmp.py /opt/local/lib/python2.4/lib-old
1207/usr/bin/install -c -m 644 ./Lib/lib-old/cmpcache.py /opt/local/lib/python2.4/lib-old
1208/usr/bin/install -c -m 644 ./Lib/lib-old/codehack.py /opt/local/lib/python2.4/lib-old
1209/usr/bin/install -c -m 644 ./Lib/lib-old/dircmp.py /opt/local/lib/python2.4/lib-old
1210/usr/bin/install -c -m 644 ./Lib/lib-old/dump.py /opt/local/lib/python2.4/lib-old
1211/usr/bin/install -c -m 644 ./Lib/lib-old/find.py /opt/local/lib/python2.4/lib-old
1212/usr/bin/install -c -m 644 ./Lib/lib-old/fmt.py /opt/local/lib/python2.4/lib-old
1213/usr/bin/install -c -m 644 ./Lib/lib-old/grep.py /opt/local/lib/python2.4/lib-old
1214/usr/bin/install -c -m 644 ./Lib/lib-old/lockfile.py /opt/local/lib/python2.4/lib-old
1215/usr/bin/install -c -m 644 ./Lib/lib-old/newdir.py /opt/local/lib/python2.4/lib-old
1216/usr/bin/install -c -m 644 ./Lib/lib-old/ni.py /opt/local/lib/python2.4/lib-old
1217/usr/bin/install -c -m 644 ./Lib/lib-old/packmail.py /opt/local/lib/python2.4/lib-old
1218/usr/bin/install -c -m 644 ./Lib/lib-old/poly.py /opt/local/lib/python2.4/lib-old
1219/usr/bin/install -c -m 644 ./Lib/lib-old/rand.py /opt/local/lib/python2.4/lib-old
1220/usr/bin/install -c -m 644 ./Lib/lib-old/tb.py /opt/local/lib/python2.4/lib-old
1221/usr/bin/install -c -m 644 ./Lib/lib-old/util.py /opt/local/lib/python2.4/lib-old
1222/usr/bin/install -c -m 644 ./Lib/lib-old/whatsound.py /opt/local/lib/python2.4/lib-old
1223/usr/bin/install -c -m 644 ./Lib/lib-old/zmod.py /opt/local/lib/python2.4/lib-old
1224/usr/bin/install -c -m 644 ./Lib/lib-tk/Canvas.py /opt/local/lib/python2.4/lib-tk
1225/usr/bin/install -c -m 644 ./Lib/lib-tk/Dialog.py /opt/local/lib/python2.4/lib-tk
1226/usr/bin/install -c -m 644 ./Lib/lib-tk/FileDialog.py /opt/local/lib/python2.4/lib-tk
1227/usr/bin/install -c -m 644 ./Lib/lib-tk/FixTk.py /opt/local/lib/python2.4/lib-tk
1228/usr/bin/install -c -m 644 ./Lib/lib-tk/ScrolledText.py /opt/local/lib/python2.4/lib-tk
1229/usr/bin/install -c -m 644 ./Lib/lib-tk/SimpleDialog.py /opt/local/lib/python2.4/lib-tk
1230/usr/bin/install -c ./Lib/lib-tk/Tix.py /opt/local/lib/python2.4/lib-tk
1231/usr/bin/install -c -m 644 ./Lib/lib-tk/Tkconstants.py /opt/local/lib/python2.4/lib-tk
1232/usr/bin/install -c -m 644 ./Lib/lib-tk/Tkdnd.py /opt/local/lib/python2.4/lib-tk
1233/usr/bin/install -c -m 644 ./Lib/lib-tk/Tkinter.py /opt/local/lib/python2.4/lib-tk
1234/usr/bin/install -c -m 644 ./Lib/lib-tk/tkColorChooser.py /opt/local/lib/python2.4/lib-tk
1235/usr/bin/install -c -m 644 ./Lib/lib-tk/tkCommonDialog.py /opt/local/lib/python2.4/lib-tk
1236/usr/bin/install -c -m 644 ./Lib/lib-tk/tkFileDialog.py /opt/local/lib/python2.4/lib-tk
1237/usr/bin/install -c -m 644 ./Lib/lib-tk/tkFont.py /opt/local/lib/python2.4/lib-tk
1238/usr/bin/install -c -m 644 ./Lib/lib-tk/tkMessageBox.py /opt/local/lib/python2.4/lib-tk
1239/usr/bin/install -c -m 644 ./Lib/lib-tk/tkSimpleDialog.py /opt/local/lib/python2.4/lib-tk
1240/usr/bin/install -c -m 644 ./Lib/lib-tk/turtle.py /opt/local/lib/python2.4/lib-tk
1241/usr/bin/install -c -m 644 ./Lib/site-packages/README /opt/local/lib/python2.4/site-packages
1242/usr/bin/install -c -m 644 ./Lib/test/185test.db /opt/local/lib/python2.4/test
1243/usr/bin/install -c -m 644 ./Lib/test/README /opt/local/lib/python2.4/test
1244/usr/bin/install -c -m 644 ./Lib/test/__init__.py /opt/local/lib/python2.4/test
1245/usr/bin/install -c -m 644 ./Lib/test/audiotest.au /opt/local/lib/python2.4/test
1246/usr/bin/install -c -m 644 ./Lib/test/autotest.py /opt/local/lib/python2.4/test
1247/usr/bin/install -c -m 644 ./Lib/test/badsyntax_future3.py /opt/local/lib/python2.4/test
1248/usr/bin/install -c -m 644 ./Lib/test/badsyntax_future4.py /opt/local/lib/python2.4/test
1249/usr/bin/install -c -m 644 ./Lib/test/badsyntax_future5.py /opt/local/lib/python2.4/test
1250/usr/bin/install -c -m 644 ./Lib/test/badsyntax_future6.py /opt/local/lib/python2.4/test
1251/usr/bin/install -c -m 644 ./Lib/test/badsyntax_future7.py /opt/local/lib/python2.4/test
1252/usr/bin/install -c -m 644 ./Lib/test/badsyntax_future8.py /opt/local/lib/python2.4/test
1253/usr/bin/install -c -m 644 ./Lib/test/badsyntax_future9.py /opt/local/lib/python2.4/test
1254/usr/bin/install -c -m 644 ./Lib/test/badsyntax_nocaret.py /opt/local/lib/python2.4/test
1255/usr/bin/install -c -m 644 ./Lib/test/cfgparser.1 /opt/local/lib/python2.4/test
1256/usr/bin/install -c -m 644 ./Lib/test/check_soundcard.vbs /opt/local/lib/python2.4/test
1257/usr/bin/install -c -m 644 ./Lib/test/cjkencodings_test.py /opt/local/lib/python2.4/test
1258/usr/bin/install -c -m 644 ./Lib/test/doctest_aliases.py /opt/local/lib/python2.4/test
1259/usr/bin/install -c -m 644 ./Lib/test/double_const.py /opt/local/lib/python2.4/test
1260/usr/bin/install -c -m 644 ./Lib/test/greyrgb.uue /opt/local/lib/python2.4/test
1261/usr/bin/install -c -m 644 ./Lib/test/list_tests.py /opt/local/lib/python2.4/test
1262/usr/bin/install -c -m 644 ./Lib/test/mapping_tests.py /opt/local/lib/python2.4/test
1263/usr/bin/install -c -m 644 ./Lib/test/pickletester.py /opt/local/lib/python2.4/test
1264/usr/bin/install -c -m 644 ./Lib/test/pyclbr_input.py /opt/local/lib/python2.4/test
1265/usr/bin/install -c -m 644 ./Lib/test/pydocfodder.py /opt/local/lib/python2.4/test
1266/usr/bin/install -c ./Lib/test/pystone.py /opt/local/lib/python2.4/test
1267/usr/bin/install -c ./Lib/test/re_tests.py /opt/local/lib/python2.4/test
1268/usr/bin/install -c -m 644 ./Lib/test/regex_tests.py /opt/local/lib/python2.4/test
1269/usr/bin/install -c ./Lib/test/regrtest.py /opt/local/lib/python2.4/test
1270/usr/bin/install -c -m 644 ./Lib/test/reperf.py /opt/local/lib/python2.4/test
1271/usr/bin/install -c -m 644 ./Lib/test/sample_doctest.py /opt/local/lib/python2.4/test
1272/usr/bin/install -c -m 644 ./Lib/test/seq_tests.py /opt/local/lib/python2.4/test
1273/usr/bin/install -c -m 644 ./Lib/test/sgml_input.html /opt/local/lib/python2.4/test
1274/usr/bin/install -c -m 644 ./Lib/test/sortperf.py /opt/local/lib/python2.4/test
1275/usr/bin/install -c -m 644 ./Lib/test/string_tests.py /opt/local/lib/python2.4/test
1276/usr/bin/install -c -m 644 ./Lib/test/test.xml /opt/local/lib/python2.4/test
1277/usr/bin/install -c -m 644 ./Lib/test/test.xml.out /opt/local/lib/python2.4/test
1278/usr/bin/install -c -m 644 ./Lib/test/test_MimeWriter.py /opt/local/lib/python2.4/test
1279/usr/bin/install -c -m 644 ./Lib/test/test_StringIO.py /opt/local/lib/python2.4/test
1280/usr/bin/install -c -m 644 ./Lib/test/test___all__.py /opt/local/lib/python2.4/test
1281/usr/bin/install -c -m 644 ./Lib/test/test___future__.py /opt/local/lib/python2.4/test
1282/usr/bin/install -c -m 644 ./Lib/test/test__locale.py /opt/local/lib/python2.4/test
1283/usr/bin/install -c ./Lib/test/test_aepack.py /opt/local/lib/python2.4/test
1284/usr/bin/install -c ./Lib/test/test_al.py /opt/local/lib/python2.4/test
1285/usr/bin/install -c -m 644 ./Lib/test/test_anydbm.py /opt/local/lib/python2.4/test
1286/usr/bin/install -c -m 644 ./Lib/test/test_applesingle.py /opt/local/lib/python2.4/test
1287/usr/bin/install -c ./Lib/test/test_array.py /opt/local/lib/python2.4/test
1288/usr/bin/install -c -m 644 ./Lib/test/test_asynchat.py /opt/local/lib/python2.4/test
1289/usr/bin/install -c -m 644 ./Lib/test/test_atexit.py /opt/local/lib/python2.4/test
1290/usr/bin/install -c -m 644 ./Lib/test/test_audioop.py /opt/local/lib/python2.4/test
1291/usr/bin/install -c -m 644 ./Lib/test/test_augassign.py /opt/local/lib/python2.4/test
1292/usr/bin/install -c -m 644 ./Lib/test/test_base64.py /opt/local/lib/python2.4/test
1293/usr/bin/install -c -m 644 ./Lib/test/test_bastion.py /opt/local/lib/python2.4/test
1294/usr/bin/install -c ./Lib/test/test_binascii.py /opt/local/lib/python2.4/test
1295/usr/bin/install -c ./Lib/test/test_binhex.py /opt/local/lib/python2.4/test
1296/usr/bin/install -c -m 644 ./Lib/test/test_binop.py /opt/local/lib/python2.4/test
1297/usr/bin/install -c -m 644 ./Lib/test/test_bisect.py /opt/local/lib/python2.4/test
1298/usr/bin/install -c -m 644 ./Lib/test/test_bool.py /opt/local/lib/python2.4/test
1299/usr/bin/install -c ./Lib/test/test_bsddb.py /opt/local/lib/python2.4/test
1300/usr/bin/install -c -m 644 ./Lib/test/test_bsddb185.py /opt/local/lib/python2.4/test
1301/usr/bin/install -c -m 644 ./Lib/test/test_bsddb3.py /opt/local/lib/python2.4/test
1302/usr/bin/install -c -m 644 ./Lib/test/test_bufio.py /opt/local/lib/python2.4/test
1303/usr/bin/install -c -m 644 ./Lib/test/test_builtin.py /opt/local/lib/python2.4/test
1304/usr/bin/install -c -m 644 ./Lib/test/test_bz2.py /opt/local/lib/python2.4/test
1305/usr/bin/install -c -m 644 ./Lib/test/test_calendar.py /opt/local/lib/python2.4/test
1306/usr/bin/install -c -m 644 ./Lib/test/test_call.py /opt/local/lib/python2.4/test
1307/usr/bin/install -c -m 644 ./Lib/test/test_capi.py /opt/local/lib/python2.4/test
1308/usr/bin/install -c ./Lib/test/test_cd.py /opt/local/lib/python2.4/test
1309/usr/bin/install -c -m 644 ./Lib/test/test_cfgparser.py /opt/local/lib/python2.4/test
1310/usr/bin/install -c -m 644 ./Lib/test/test_cgi.py /opt/local/lib/python2.4/test
1311/usr/bin/install -c -m 644 ./Lib/test/test_charmapcodec.py /opt/local/lib/python2.4/test
1312/usr/bin/install -c ./Lib/test/test_cl.py /opt/local/lib/python2.4/test
1313/usr/bin/install -c -m 644 ./Lib/test/test_class.py /opt/local/lib/python2.4/test
1314/usr/bin/install -c ./Lib/test/test_cmath.py /opt/local/lib/python2.4/test
1315/usr/bin/install -c -m 644 ./Lib/test/test_cmd_line.py /opt/local/lib/python2.4/test
1316/usr/bin/install -c -m 644 ./Lib/test/test_codeccallbacks.py /opt/local/lib/python2.4/test
1317/usr/bin/install -c -m 644 ./Lib/test/test_codecencodings_cn.py /opt/local/lib/python2.4/test
1318/usr/bin/install -c -m 644 ./Lib/test/test_codecencodings_hk.py /opt/local/lib/python2.4/test
1319/usr/bin/install -c -m 644 ./Lib/test/test_codecencodings_jp.py /opt/local/lib/python2.4/test
1320/usr/bin/install -c -m 644 ./Lib/test/test_codecencodings_kr.py /opt/local/lib/python2.4/test
1321/usr/bin/install -c -m 644 ./Lib/test/test_codecencodings_tw.py /opt/local/lib/python2.4/test
1322/usr/bin/install -c -m 644 ./Lib/test/test_codecmaps_cn.py /opt/local/lib/python2.4/test
1323/usr/bin/install -c -m 644 ./Lib/test/test_codecmaps_hk.py /opt/local/lib/python2.4/test
1324/usr/bin/install -c -m 644 ./Lib/test/test_codecmaps_jp.py /opt/local/lib/python2.4/test
1325/usr/bin/install -c -m 644 ./Lib/test/test_codecmaps_kr.py /opt/local/lib/python2.4/test
1326/usr/bin/install -c -m 644 ./Lib/test/test_codecmaps_tw.py /opt/local/lib/python2.4/test
1327/usr/bin/install -c -m 644 ./Lib/test/test_codecs.py /opt/local/lib/python2.4/test
1328/usr/bin/install -c -m 644 ./Lib/test/test_codeop.py /opt/local/lib/python2.4/test
1329/usr/bin/install -c -m 644 ./Lib/test/test_coercion.py /opt/local/lib/python2.4/test
1330/usr/bin/install -c -m 644 ./Lib/test/test_colorsys.py /opt/local/lib/python2.4/test
1331/usr/bin/install -c -m 644 ./Lib/test/test_commands.py /opt/local/lib/python2.4/test
1332/usr/bin/install -c -m 644 ./Lib/test/test_compare.py /opt/local/lib/python2.4/test
1333/usr/bin/install -c -m 644 ./Lib/test/test_compile.py /opt/local/lib/python2.4/test
1334/usr/bin/install -c -m 644 ./Lib/test/test_compiler.py /opt/local/lib/python2.4/test
1335/usr/bin/install -c -m 644 ./Lib/test/test_complex.py /opt/local/lib/python2.4/test
1336/usr/bin/install -c -m 644 ./Lib/test/test_contains.py /opt/local/lib/python2.4/test
1337/usr/bin/install -c -m 644 ./Lib/test/test_cookie.py /opt/local/lib/python2.4/test
1338/usr/bin/install -c -m 644 ./Lib/test/test_cookielib.py /opt/local/lib/python2.4/test
1339/usr/bin/install -c -m 644 ./Lib/test/test_copy.py /opt/local/lib/python2.4/test
1340/usr/bin/install -c -m 644 ./Lib/test/test_copy_reg.py /opt/local/lib/python2.4/test
1341/usr/bin/install -c -m 644 ./Lib/test/test_cpickle.py /opt/local/lib/python2.4/test
1342/usr/bin/install -c ./Lib/test/test_crypt.py /opt/local/lib/python2.4/test
1343/usr/bin/install -c -m 644 ./Lib/test/test_csv.py /opt/local/lib/python2.4/test
1344/usr/bin/install -c -m 644 ./Lib/test/test_curses.py /opt/local/lib/python2.4/test
1345/usr/bin/install -c -m 644 ./Lib/test/test_datetime.py /opt/local/lib/python2.4/test
1346/usr/bin/install -c ./Lib/test/test_dbm.py /opt/local/lib/python2.4/test
1347/usr/bin/install -c -m 644 ./Lib/test/test_decimal.py /opt/local/lib/python2.4/test
1348/usr/bin/install -c -m 644 ./Lib/test/test_decorators.py /opt/local/lib/python2.4/test
1349/usr/bin/install -c -m 644 ./Lib/test/test_deque.py /opt/local/lib/python2.4/test
1350/usr/bin/install -c -m 644 ./Lib/test/test_descr.py /opt/local/lib/python2.4/test
1351/usr/bin/install -c -m 644 ./Lib/test/test_descrtut.py /opt/local/lib/python2.4/test
1352/usr/bin/install -c -m 644 ./Lib/test/test_dict.py /opt/local/lib/python2.4/test
1353/usr/bin/install -c -m 644 ./Lib/test/test_difflib.py /opt/local/lib/python2.4/test
1354/usr/bin/install -c -m 644 ./Lib/test/test_difflib_expect.html /opt/local/lib/python2.4/test
1355/usr/bin/install -c -m 644 ./Lib/test/test_dircache.py /opt/local/lib/python2.4/test
1356/usr/bin/install -c -m 644 ./Lib/test/test_dis.py /opt/local/lib/python2.4/test
1357/usr/bin/install -c -m 644 ./Lib/test/test_distutils.py /opt/local/lib/python2.4/test
1358/usr/bin/install -c ./Lib/test/test_dl.py /opt/local/lib/python2.4/test
1359/usr/bin/install -c -m 644 ./Lib/test/test_doctest.py /opt/local/lib/python2.4/test
1360/usr/bin/install -c -m 644 ./Lib/test/test_doctest.txt /opt/local/lib/python2.4/test
1361/usr/bin/install -c -m 644 ./Lib/test/test_doctest2.py /opt/local/lib/python2.4/test
1362/usr/bin/install -c -m 644 ./Lib/test/test_doctest2.txt /opt/local/lib/python2.4/test
1363/usr/bin/install -c -m 644 ./Lib/test/test_dumbdbm.py /opt/local/lib/python2.4/test
1364/usr/bin/install -c -m 644 ./Lib/test/test_dummy_thread.py /opt/local/lib/python2.4/test
1365/usr/bin/install -c -m 644 ./Lib/test/test_dummy_threading.py /opt/local/lib/python2.4/test
1366/usr/bin/install -c -m 644 ./Lib/test/test_email.py /opt/local/lib/python2.4/test
1367/usr/bin/install -c -m 644 ./Lib/test/test_email_codecs.py /opt/local/lib/python2.4/test
1368/usr/bin/install -c -m 644 ./Lib/test/test_enumerate.py /opt/local/lib/python2.4/test
1369/usr/bin/install -c -m 644 ./Lib/test/test_eof.py /opt/local/lib/python2.4/test
1370/usr/bin/install -c ./Lib/test/test_errno.py /opt/local/lib/python2.4/test
1371/usr/bin/install -c -m 644 ./Lib/test/test_exceptions.py /opt/local/lib/python2.4/test
1372/usr/bin/install -c -m 644 ./Lib/test/test_extcall.py /opt/local/lib/python2.4/test
1373/usr/bin/install -c ./Lib/test/test_fcntl.py /opt/local/lib/python2.4/test
1374/usr/bin/install -c -m 644 ./Lib/test/test_file.py /opt/local/lib/python2.4/test
1375/usr/bin/install -c -m 644 ./Lib/test/test_filecmp.py /opt/local/lib/python2.4/test
1376/usr/bin/install -c -m 644 ./Lib/test/test_fileinput.py /opt/local/lib/python2.4/test
1377/usr/bin/install -c -m 644 ./Lib/test/test_fnmatch.py /opt/local/lib/python2.4/test
1378/usr/bin/install -c -m 644 ./Lib/test/test_fork1.py /opt/local/lib/python2.4/test
1379/usr/bin/install -c -m 644 ./Lib/test/test_format.py /opt/local/lib/python2.4/test
1380/usr/bin/install -c -m 644 ./Lib/test/test_fpformat.py /opt/local/lib/python2.4/test
1381/usr/bin/install -c -m 644 ./Lib/test/test_frozen.py /opt/local/lib/python2.4/test
1382/usr/bin/install -c -m 644 ./Lib/test/test_funcattrs.py /opt/local/lib/python2.4/test
1383/usr/bin/install -c -m 644 ./Lib/test/test_future.py /opt/local/lib/python2.4/test
1384/usr/bin/install -c -m 644 ./Lib/test/test_future1.py /opt/local/lib/python2.4/test
1385/usr/bin/install -c -m 644 ./Lib/test/test_future2.py /opt/local/lib/python2.4/test
1386/usr/bin/install -c -m 644 ./Lib/test/test_future3.py /opt/local/lib/python2.4/test
1387/usr/bin/install -c -m 644 ./Lib/test/test_gc.py /opt/local/lib/python2.4/test
1388/usr/bin/install -c ./Lib/test/test_gdbm.py /opt/local/lib/python2.4/test
1389/usr/bin/install -c -m 644 ./Lib/test/test_generators.py /opt/local/lib/python2.4/test
1390/usr/bin/install -c -m 644 ./Lib/test/test_genexps.py /opt/local/lib/python2.4/test
1391/usr/bin/install -c -m 644 ./Lib/test/test_getargs.py /opt/local/lib/python2.4/test
1392/usr/bin/install -c -m 644 ./Lib/test/test_getargs2.py /opt/local/lib/python2.4/test
1393/usr/bin/install -c -m 644 ./Lib/test/test_getopt.py /opt/local/lib/python2.4/test
1394/usr/bin/install -c -m 644 ./Lib/test/test_gettext.py /opt/local/lib/python2.4/test
1395/usr/bin/install -c ./Lib/test/test_gl.py /opt/local/lib/python2.4/test
1396/usr/bin/install -c -m 644 ./Lib/test/test_glob.py /opt/local/lib/python2.4/test
1397/usr/bin/install -c -m 644 ./Lib/test/test_global.py /opt/local/lib/python2.4/test
1398/usr/bin/install -c -m 644 ./Lib/test/test_grammar.py /opt/local/lib/python2.4/test
1399/usr/bin/install -c ./Lib/test/test_grp.py /opt/local/lib/python2.4/test
1400/usr/bin/install -c -m 644 ./Lib/test/test_gzip.py /opt/local/lib/python2.4/test
1401/usr/bin/install -c -m 644 ./Lib/test/test_hash.py /opt/local/lib/python2.4/test
1402/usr/bin/install -c -m 644 ./Lib/test/test_heapq.py /opt/local/lib/python2.4/test
1403/usr/bin/install -c -m 644 ./Lib/test/test_hexoct.py /opt/local/lib/python2.4/test
1404/usr/bin/install -c -m 644 ./Lib/test/test_hmac.py /opt/local/lib/python2.4/test
1405/usr/bin/install -c -m 644 ./Lib/test/test_hotshot.py /opt/local/lib/python2.4/test
1406/usr/bin/install -c -m 644 ./Lib/test/test_htmllib.py /opt/local/lib/python2.4/test
1407/usr/bin/install -c ./Lib/test/test_htmlparser.py /opt/local/lib/python2.4/test
1408/usr/bin/install -c -m 644 ./Lib/test/test_httplib.py /opt/local/lib/python2.4/test
1409/usr/bin/install -c ./Lib/test/test_imageop.py /opt/local/lib/python2.4/test
1410/usr/bin/install -c -m 644 ./Lib/test/test_imaplib.py /opt/local/lib/python2.4/test
1411/usr/bin/install -c ./Lib/test/test_imgfile.py /opt/local/lib/python2.4/test
1412/usr/bin/install -c -m 644 ./Lib/test/test_imp.py /opt/local/lib/python2.4/test
1413/usr/bin/install -c -m 644 ./Lib/test/test_import.py /opt/local/lib/python2.4/test
1414/usr/bin/install -c -m 644 ./Lib/test/test_importhooks.py /opt/local/lib/python2.4/test
1415/usr/bin/install -c -m 644 ./Lib/test/test_inspect.py /opt/local/lib/python2.4/test
1416/usr/bin/install -c -m 644 ./Lib/test/test_ioctl.py /opt/local/lib/python2.4/test
1417/usr/bin/install -c -m 644 ./Lib/test/test_isinstance.py /opt/local/lib/python2.4/test
1418/usr/bin/install -c -m 644 ./Lib/test/test_iter.py /opt/local/lib/python2.4/test
1419/usr/bin/install -c -m 644 ./Lib/test/test_iterlen.py /opt/local/lib/python2.4/test
1420/usr/bin/install -c -m 644 ./Lib/test/test_itertools.py /opt/local/lib/python2.4/test
1421/usr/bin/install -c -m 644 ./Lib/test/test_largefile.py /opt/local/lib/python2.4/test
1422/usr/bin/install -c -m 644 ./Lib/test/test_linuxaudiodev.py /opt/local/lib/python2.4/test
1423/usr/bin/install -c -m 644 ./Lib/test/test_list.py /opt/local/lib/python2.4/test
1424/usr/bin/install -c -m 644 ./Lib/test/test_locale.py /opt/local/lib/python2.4/test
1425/usr/bin/install -c -m 644 ./Lib/test/test_logging.py /opt/local/lib/python2.4/test
1426/usr/bin/install -c -m 644 ./Lib/test/test_long.py /opt/local/lib/python2.4/test
1427/usr/bin/install -c -m 644 ./Lib/test/test_long_future.py /opt/local/lib/python2.4/test
1428/usr/bin/install -c -m 644 ./Lib/test/test_longexp.py /opt/local/lib/python2.4/test
1429/usr/bin/install -c -m 644 ./Lib/test/test_macfs.py /opt/local/lib/python2.4/test
1430/usr/bin/install -c -m 644 ./Lib/test/test_macostools.py /opt/local/lib/python2.4/test
1431/usr/bin/install -c -m 644 ./Lib/test/test_macpath.py /opt/local/lib/python2.4/test
1432/usr/bin/install -c -m 644 ./Lib/test/test_mailbox.py /opt/local/lib/python2.4/test
1433/usr/bin/install -c -m 644 ./Lib/test/test_marshal.py /opt/local/lib/python2.4/test
1434/usr/bin/install -c -m 644 ./Lib/test/test_math.py /opt/local/lib/python2.4/test
1435/usr/bin/install -c -m 644 ./Lib/test/test_md5.py /opt/local/lib/python2.4/test
1436/usr/bin/install -c -m 644 ./Lib/test/test_mhlib.py /opt/local/lib/python2.4/test
1437/usr/bin/install -c -m 644 ./Lib/test/test_mimetools.py /opt/local/lib/python2.4/test
1438/usr/bin/install -c -m 644 ./Lib/test/test_mimetypes.py /opt/local/lib/python2.4/test
1439/usr/bin/install -c -m 644 ./Lib/test/test_minidom.py /opt/local/lib/python2.4/test
1440/usr/bin/install -c -m 644 ./Lib/test/test_mmap.py /opt/local/lib/python2.4/test
1441/usr/bin/install -c -m 644 ./Lib/test/test_module.py /opt/local/lib/python2.4/test
1442/usr/bin/install -c -m 644 ./Lib/test/test_multibytecodec.py /opt/local/lib/python2.4/test
1443/usr/bin/install -c -m 644 ./Lib/test/test_multibytecodec_support.py /opt/local/lib/python2.4/test
1444/usr/bin/install -c -m 644 ./Lib/test/test_multifile.py /opt/local/lib/python2.4/test
1445/usr/bin/install -c -m 644 ./Lib/test/test_mutants.py /opt/local/lib/python2.4/test
1446/usr/bin/install -c -m 644 ./Lib/test/test_netrc.py /opt/local/lib/python2.4/test
1447/usr/bin/install -c -m 644 ./Lib/test/test_new.py /opt/local/lib/python2.4/test
1448/usr/bin/install -c -m 644 ./Lib/test/test_nis.py /opt/local/lib/python2.4/test
1449/usr/bin/install -c -m 644 ./Lib/test/test_normalization.py /opt/local/lib/python2.4/test
1450/usr/bin/install -c -m 644 ./Lib/test/test_ntpath.py /opt/local/lib/python2.4/test
1451/usr/bin/install -c -m 644 ./Lib/test/test_opcodes.py /opt/local/lib/python2.4/test
1452/usr/bin/install -c -m 644 ./Lib/test/test_openpty.py /opt/local/lib/python2.4/test
1453/usr/bin/install -c -m 644 ./Lib/test/test_operations.py /opt/local/lib/python2.4/test
1454/usr/bin/install -c -m 644 ./Lib/test/test_operator.py /opt/local/lib/python2.4/test
1455/usr/bin/install -c -m 644 ./Lib/test/test_optparse.py /opt/local/lib/python2.4/test
1456/usr/bin/install -c -m 644 ./Lib/test/test_os.py /opt/local/lib/python2.4/test
1457/usr/bin/install -c -m 644 ./Lib/test/test_ossaudiodev.py /opt/local/lib/python2.4/test
1458/usr/bin/install -c -m 644 ./Lib/test/test_parser.py /opt/local/lib/python2.4/test
1459/usr/bin/install -c -m 644 ./Lib/test/test_peepholer.py /opt/local/lib/python2.4/test
1460/usr/bin/install -c -m 644 ./Lib/test/test_pep247.py /opt/local/lib/python2.4/test
1461/usr/bin/install -c -m 644 ./Lib/test/test_pep263.py /opt/local/lib/python2.4/test
1462/usr/bin/install -c -m 644 ./Lib/test/test_pep277.py /opt/local/lib/python2.4/test
1463/usr/bin/install -c -m 644 ./Lib/test/test_pep292.py /opt/local/lib/python2.4/test
1464/usr/bin/install -c -m 644 ./Lib/test/test_pickle.py /opt/local/lib/python2.4/test
1465/usr/bin/install -c -m 644 ./Lib/test/test_pickletools.py /opt/local/lib/python2.4/test
1466/usr/bin/install -c -m 644 ./Lib/test/test_pkg.py /opt/local/lib/python2.4/test
1467/usr/bin/install -c -m 644 ./Lib/test/test_pkgimport.py /opt/local/lib/python2.4/test
1468/usr/bin/install -c -m 644 ./Lib/test/test_plistlib.py /opt/local/lib/python2.4/test
1469/usr/bin/install -c -m 644 ./Lib/test/test_poll.py /opt/local/lib/python2.4/test
1470/usr/bin/install -c -m 644 ./Lib/test/test_popen.py /opt/local/lib/python2.4/test
1471/usr/bin/install -c -m 644 ./Lib/test/test_popen2.py /opt/local/lib/python2.4/test
1472/usr/bin/install -c -m 644 ./Lib/test/test_posix.py /opt/local/lib/python2.4/test
1473/usr/bin/install -c -m 644 ./Lib/test/test_posixpath.py /opt/local/lib/python2.4/test
1474/usr/bin/install -c -m 644 ./Lib/test/test_pow.py /opt/local/lib/python2.4/test
1475/usr/bin/install -c -m 644 ./Lib/test/test_pprint.py /opt/local/lib/python2.4/test
1476/usr/bin/install -c -m 644 ./Lib/test/test_profile.py /opt/local/lib/python2.4/test
1477/usr/bin/install -c -m 644 ./Lib/test/test_profilehooks.py /opt/local/lib/python2.4/test
1478/usr/bin/install -c -m 644 ./Lib/test/test_pty.py /opt/local/lib/python2.4/test
1479/usr/bin/install -c -m 644 ./Lib/test/test_pwd.py /opt/local/lib/python2.4/test
1480/usr/bin/install -c -m 644 ./Lib/test/test_pyclbr.py /opt/local/lib/python2.4/test
1481/usr/bin/install -c -m 644 ./Lib/test/test_pyexpat.py /opt/local/lib/python2.4/test
1482/usr/bin/install -c -m 644 ./Lib/test/test_queue.py /opt/local/lib/python2.4/test
1483/usr/bin/install -c -m 644 ./Lib/test/test_quopri.py /opt/local/lib/python2.4/test
1484/usr/bin/install -c -m 644 ./Lib/test/test_random.py /opt/local/lib/python2.4/test
1485/usr/bin/install -c -m 644 ./Lib/test/test_re.py /opt/local/lib/python2.4/test
1486/usr/bin/install -c -m 644 ./Lib/test/test_regex.py /opt/local/lib/python2.4/test
1487/usr/bin/install -c -m 644 ./Lib/test/test_repr.py /opt/local/lib/python2.4/test
1488/usr/bin/install -c -m 644 ./Lib/test/test_resource.py /opt/local/lib/python2.4/test
1489/usr/bin/install -c -m 644 ./Lib/test/test_rfc822.py /opt/local/lib/python2.4/test
1490/usr/bin/install -c -m 644 ./Lib/test/test_rgbimg.py /opt/local/lib/python2.4/test
1491/usr/bin/install -c -m 644 ./Lib/test/test_richcmp.py /opt/local/lib/python2.4/test
1492/usr/bin/install -c -m 644 ./Lib/test/test_robotparser.py /opt/local/lib/python2.4/test
1493/usr/bin/install -c -m 644 ./Lib/test/test_sax.py /opt/local/lib/python2.4/test
1494/usr/bin/install -c -m 644 ./Lib/test/test_scope.py /opt/local/lib/python2.4/test
1495/usr/bin/install -c -m 644 ./Lib/test/test_scriptpackages.py /opt/local/lib/python2.4/test
1496/usr/bin/install -c -m 644 ./Lib/test/test_select.py /opt/local/lib/python2.4/test
1497/usr/bin/install -c -m 644 ./Lib/test/test_set.py /opt/local/lib/python2.4/test
1498/usr/bin/install -c -m 644 ./Lib/test/test_sets.py /opt/local/lib/python2.4/test
1499/usr/bin/install -c -m 644 ./Lib/test/test_sgmllib.py /opt/local/lib/python2.4/test
1500/usr/bin/install -c -m 644 ./Lib/test/test_sha.py /opt/local/lib/python2.4/test
1501/usr/bin/install -c -m 644 ./Lib/test/test_shelve.py /opt/local/lib/python2.4/test
1502/usr/bin/install -c -m 644 ./Lib/test/test_shlex.py /opt/local/lib/python2.4/test
1503/usr/bin/install -c -m 644 ./Lib/test/test_shutil.py /opt/local/lib/python2.4/test
1504/usr/bin/install -c -m 644 ./Lib/test/test_signal.py /opt/local/lib/python2.4/test
1505/usr/bin/install -c -m 644 ./Lib/test/test_site.py /opt/local/lib/python2.4/test
1506/usr/bin/install -c -m 644 ./Lib/test/test_slice.py /opt/local/lib/python2.4/test
1507/usr/bin/install -c -m 644 ./Lib/test/test_socket.py /opt/local/lib/python2.4/test
1508/usr/bin/install -c -m 644 ./Lib/test/test_socket_ssl.py /opt/local/lib/python2.4/test
1509/usr/bin/install -c -m 644 ./Lib/test/test_socketserver.py /opt/local/lib/python2.4/test
1510/usr/bin/install -c -m 644 ./Lib/test/test_softspace.py /opt/local/lib/python2.4/test
1511/usr/bin/install -c -m 644 ./Lib/test/test_sort.py /opt/local/lib/python2.4/test
1512/usr/bin/install -c -m 644 ./Lib/test/test_str.py /opt/local/lib/python2.4/test
1513/usr/bin/install -c ./Lib/test/test_strftime.py /opt/local/lib/python2.4/test
1514/usr/bin/install -c -m 644 ./Lib/test/test_string.py /opt/local/lib/python2.4/test
1515/usr/bin/install -c -m 644 ./Lib/test/test_stringprep.py /opt/local/lib/python2.4/test
1516/usr/bin/install -c -m 644 ./Lib/test/test_strop.py /opt/local/lib/python2.4/test
1517/usr/bin/install -c -m 644 ./Lib/test/test_strptime.py /opt/local/lib/python2.4/test
1518/usr/bin/install -c -m 644 ./Lib/test/test_struct.py /opt/local/lib/python2.4/test
1519/usr/bin/install -c -m 644 ./Lib/test/test_structseq.py /opt/local/lib/python2.4/test
1520/usr/bin/install -c -m 644 ./Lib/test/test_subprocess.py /opt/local/lib/python2.4/test
1521/usr/bin/install -c -m 644 ./Lib/test/test_sunaudiodev.py /opt/local/lib/python2.4/test
1522/usr/bin/install -c -m 644 ./Lib/test/test_sundry.py /opt/local/lib/python2.4/test
1523/usr/bin/install -c -m 644 ./Lib/test/test_support.py /opt/local/lib/python2.4/test
1524/usr/bin/install -c -m 644 ./Lib/test/test_symtable.py /opt/local/lib/python2.4/test
1525/usr/bin/install -c -m 644 ./Lib/test/test_syntax.py /opt/local/lib/python2.4/test
1526/usr/bin/install -c -m 644 ./Lib/test/test_sys.py /opt/local/lib/python2.4/test
1527/usr/bin/install -c -m 644 ./Lib/test/test_tarfile.py /opt/local/lib/python2.4/test
1528/usr/bin/install -c -m 644 ./Lib/test/test_tcl.py /opt/local/lib/python2.4/test
1529/usr/bin/install -c -m 644 ./Lib/test/test_tempfile.py /opt/local/lib/python2.4/test
1530/usr/bin/install -c -m 644 ./Lib/test/test_textwrap.py /opt/local/lib/python2.4/test
1531/usr/bin/install -c -m 644 ./Lib/test/test_thread.py /opt/local/lib/python2.4/test
1532/usr/bin/install -c -m 644 ./Lib/test/test_threaded_import.py /opt/local/lib/python2.4/test
1533/usr/bin/install -c -m 644 ./Lib/test/test_threadedtempfile.py /opt/local/lib/python2.4/test
1534/usr/bin/install -c -m 644 ./Lib/test/test_threading.py /opt/local/lib/python2.4/test
1535/usr/bin/install -c -m 644 ./Lib/test/test_threading_local.py /opt/local/lib/python2.4/test
1536/usr/bin/install -c -m 644 ./Lib/test/test_threadsignals.py /opt/local/lib/python2.4/test
1537/usr/bin/install -c -m 644 ./Lib/test/test_time.py /opt/local/lib/python2.4/test
1538/usr/bin/install -c -m 644 ./Lib/test/test_timeout.py /opt/local/lib/python2.4/test
1539/usr/bin/install -c -m 644 ./Lib/test/test_timing.py /opt/local/lib/python2.4/test
1540/usr/bin/install -c -m 644 ./Lib/test/test_tokenize.py /opt/local/lib/python2.4/test
1541/usr/bin/install -c -m 644 ./Lib/test/test_trace.py /opt/local/lib/python2.4/test
1542/usr/bin/install -c -m 644 ./Lib/test/test_traceback.py /opt/local/lib/python2.4/test
1543/usr/bin/install -c -m 644 ./Lib/test/test_transformer.py /opt/local/lib/python2.4/test
1544/usr/bin/install -c -m 644 ./Lib/test/test_tuple.py /opt/local/lib/python2.4/test
1545/usr/bin/install -c -m 644 ./Lib/test/test_types.py /opt/local/lib/python2.4/test
1546/usr/bin/install -c -m 644 ./Lib/test/test_ucn.py /opt/local/lib/python2.4/test
1547/usr/bin/install -c -m 644 ./Lib/test/test_unary.py /opt/local/lib/python2.4/test
1548/usr/bin/install -c -m 644 ./Lib/test/test_unicode.py /opt/local/lib/python2.4/test
1549/usr/bin/install -c -m 644 ./Lib/test/test_unicode_file.py /opt/local/lib/python2.4/test
1550/usr/bin/install -c -m 644 ./Lib/test/test_unicodedata.py /opt/local/lib/python2.4/test
1551/usr/bin/install -c -m 644 ./Lib/test/test_unittest.py /opt/local/lib/python2.4/test
1552/usr/bin/install -c -m 644 ./Lib/test/test_univnewlines.py /opt/local/lib/python2.4/test
1553/usr/bin/install -c -m 644 ./Lib/test/test_unpack.py /opt/local/lib/python2.4/test
1554/usr/bin/install -c -m 644 ./Lib/test/test_urllib.py /opt/local/lib/python2.4/test
1555/usr/bin/install -c -m 644 ./Lib/test/test_urllib2.py /opt/local/lib/python2.4/test
1556/usr/bin/install -c -m 644 ./Lib/test/test_urllib2net.py /opt/local/lib/python2.4/test
1557/usr/bin/install -c -m 644 ./Lib/test/test_urllibnet.py /opt/local/lib/python2.4/test
1558/usr/bin/install -c -m 644 ./Lib/test/test_urlparse.py /opt/local/lib/python2.4/test
1559/usr/bin/install -c -m 644 ./Lib/test/test_userdict.py /opt/local/lib/python2.4/test
1560/usr/bin/install -c -m 644 ./Lib/test/test_userlist.py /opt/local/lib/python2.4/test
1561/usr/bin/install -c ./Lib/test/test_userstring.py /opt/local/lib/python2.4/test
1562/usr/bin/install -c -m 644 ./Lib/test/test_uu.py /opt/local/lib/python2.4/test
1563/usr/bin/install -c -m 644 ./Lib/test/test_warnings.py /opt/local/lib/python2.4/test
1564/usr/bin/install -c -m 644 ./Lib/test/test_wave.py /opt/local/lib/python2.4/test
1565/usr/bin/install -c -m 644 ./Lib/test/test_weakref.py /opt/local/lib/python2.4/test
1566/usr/bin/install -c -m 644 ./Lib/test/test_whichdb.py /opt/local/lib/python2.4/test
1567/usr/bin/install -c -m 644 ./Lib/test/test_winreg.py /opt/local/lib/python2.4/test
1568/usr/bin/install -c -m 644 ./Lib/test/test_winsound.py /opt/local/lib/python2.4/test
1569/usr/bin/install -c -m 644 ./Lib/test/test_xmllib.py /opt/local/lib/python2.4/test
1570/usr/bin/install -c -m 644 ./Lib/test/test_xmlrpc.py /opt/local/lib/python2.4/test
1571/usr/bin/install -c -m 644 ./Lib/test/test_xpickle.py /opt/local/lib/python2.4/test
1572/usr/bin/install -c -m 644 ./Lib/test/test_xrange.py /opt/local/lib/python2.4/test
1573/usr/bin/install -c -m 644 ./Lib/test/test_zipfile.py /opt/local/lib/python2.4/test
1574/usr/bin/install -c -m 644 ./Lib/test/test_zipimport.py /opt/local/lib/python2.4/test
1575/usr/bin/install -c -m 644 ./Lib/test/test_zlib.py /opt/local/lib/python2.4/test
1576/usr/bin/install -c -m 644 ./Lib/test/testall.py /opt/local/lib/python2.4/test
1577/usr/bin/install -c -m 644 ./Lib/test/testcodec.py /opt/local/lib/python2.4/test
1578/usr/bin/install -c -m 644 ./Lib/test/testimg.uue /opt/local/lib/python2.4/test
1579/usr/bin/install -c -m 644 ./Lib/test/testimgr.uue /opt/local/lib/python2.4/test
1580/usr/bin/install -c -m 644 ./Lib/test/testrgb.uue /opt/local/lib/python2.4/test
1581/usr/bin/install -c -m 644 ./Lib/test/testtar.tar /opt/local/lib/python2.4/test
1582/usr/bin/install -c -m 644 ./Lib/test/tf_inherit_check.py /opt/local/lib/python2.4/test
1583/usr/bin/install -c -m 644 ./Lib/test/threaded_import_hangers.py /opt/local/lib/python2.4/test
1584/usr/bin/install -c -m 644 ./Lib/test/tokenize_tests.txt /opt/local/lib/python2.4/test
1585/usr/bin/install -c -m 644 ./Lib/test/xmltests.py /opt/local/lib/python2.4/test
1586/usr/bin/install -c -m 644 ./Lib/test/output/test_MimeWriter /opt/local/lib/python2.4/test/output
1587/usr/bin/install -c -m 644 ./Lib/test/output/test_asynchat /opt/local/lib/python2.4/test/output
1588/usr/bin/install -c -m 644 ./Lib/test/output/test_augassign /opt/local/lib/python2.4/test/output
1589/usr/bin/install -c -m 644 ./Lib/test/output/test_cgi /opt/local/lib/python2.4/test/output
1590/usr/bin/install -c -m 644 ./Lib/test/output/test_class /opt/local/lib/python2.4/test/output
1591/usr/bin/install -c -m 644 ./Lib/test/output/test_coercion /opt/local/lib/python2.4/test/output
1592/usr/bin/install -c -m 644 ./Lib/test/output/test_compare /opt/local/lib/python2.4/test/output
1593/usr/bin/install -c -m 644 ./Lib/test/output/test_cookie /opt/local/lib/python2.4/test/output
1594/usr/bin/install -c -m 644 ./Lib/test/output/test_exceptions /opt/local/lib/python2.4/test/output
1595/usr/bin/install -c -m 644 ./Lib/test/output/test_extcall /opt/local/lib/python2.4/test/output
1596/usr/bin/install -c -m 644 ./Lib/test/output/test_frozen /opt/local/lib/python2.4/test/output
1597/usr/bin/install -c -m 644 ./Lib/test/output/test_global /opt/local/lib/python2.4/test/output
1598/usr/bin/install -c -m 644 ./Lib/test/output/test_grammar /opt/local/lib/python2.4/test/output
1599/usr/bin/install -c -m 644 ./Lib/test/output/test_httplib /opt/local/lib/python2.4/test/output
1600/usr/bin/install -c -m 644 ./Lib/test/output/test_linuxaudiodev /opt/local/lib/python2.4/test/output
1601/usr/bin/install -c -m 644 ./Lib/test/output/test_logging /opt/local/lib/python2.4/test/output
1602/usr/bin/install -c -m 644 ./Lib/test/output/test_math /opt/local/lib/python2.4/test/output
1603/usr/bin/install -c -m 644 ./Lib/test/output/test_mmap /opt/local/lib/python2.4/test/output
1604/usr/bin/install -c -m 644 ./Lib/test/output/test_new /opt/local/lib/python2.4/test/output
1605/usr/bin/install -c -m 644 ./Lib/test/output/test_nis /opt/local/lib/python2.4/test/output
1606/usr/bin/install -c -m 644 ./Lib/test/output/test_opcodes /opt/local/lib/python2.4/test/output
1607/usr/bin/install -c -m 644 ./Lib/test/output/test_openpty /opt/local/lib/python2.4/test/output
1608/usr/bin/install -c -m 644 ./Lib/test/output/test_operations /opt/local/lib/python2.4/test/output
1609/usr/bin/install -c -m 644 ./Lib/test/output/test_ossaudiodev /opt/local/lib/python2.4/test/output
1610/usr/bin/install -c -m 644 ./Lib/test/output/test_pep277 /opt/local/lib/python2.4/test/output
1611/usr/bin/install -c -m 644 ./Lib/test/output/test_pkg /opt/local/lib/python2.4/test/output
1612/usr/bin/install -c -m 644 ./Lib/test/output/test_poll /opt/local/lib/python2.4/test/output
1613/usr/bin/install -c -m 644 ./Lib/test/output/test_popen /opt/local/lib/python2.4/test/output
1614/usr/bin/install -c -m 644 ./Lib/test/output/test_popen2 /opt/local/lib/python2.4/test/output
1615/usr/bin/install -c -m 644 ./Lib/test/output/test_profile /opt/local/lib/python2.4/test/output
1616/usr/bin/install -c -m 644 ./Lib/test/output/test_pty /opt/local/lib/python2.4/test/output
1617/usr/bin/install -c -m 644 ./Lib/test/output/test_pyexpat /opt/local/lib/python2.4/test/output
1618/usr/bin/install -c -m 644 ./Lib/test/output/test_regex /opt/local/lib/python2.4/test/output
1619/usr/bin/install -c -m 644 ./Lib/test/output/test_resource /opt/local/lib/python2.4/test/output
1620/usr/bin/install -c -m 644 ./Lib/test/output/test_rgbimg /opt/local/lib/python2.4/test/output
1621/usr/bin/install -c -m 644 ./Lib/test/output/test_scope /opt/local/lib/python2.4/test/output
1622/usr/bin/install -c -m 644 ./Lib/test/output/test_signal /opt/local/lib/python2.4/test/output
1623/usr/bin/install -c -m 644 ./Lib/test/output/test_thread /opt/local/lib/python2.4/test/output
1624/usr/bin/install -c -m 644 ./Lib/test/output/test_threadedtempfile /opt/local/lib/python2.4/test/output
1625/usr/bin/install -c -m 644 ./Lib/test/output/test_tokenize /opt/local/lib/python2.4/test/output
1626/usr/bin/install -c -m 644 ./Lib/test/output/test_types /opt/local/lib/python2.4/test/output
1627/usr/bin/install -c -m 644 ./Lib/test/output/test_winreg /opt/local/lib/python2.4/test/output
1628/usr/bin/install -c -m 644 ./Lib/test/output/xmltests /opt/local/lib/python2.4/test/output
1629/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/abs.decTest /opt/local/lib/python2.4/test/decimaltestdata
1630/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/add.decTest /opt/local/lib/python2.4/test/decimaltestdata
1631/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/base.decTest /opt/local/lib/python2.4/test/decimaltestdata
1632/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/clamp.decTest /opt/local/lib/python2.4/test/decimaltestdata
1633/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/compare.decTest /opt/local/lib/python2.4/test/decimaltestdata
1634/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/decimal128.decTest /opt/local/lib/python2.4/test/decimaltestdata
1635/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/decimal32.decTest /opt/local/lib/python2.4/test/decimaltestdata
1636/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/decimal64.decTest /opt/local/lib/python2.4/test/decimaltestdata
1637/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/divide.decTest /opt/local/lib/python2.4/test/decimaltestdata
1638/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/divideint.decTest /opt/local/lib/python2.4/test/decimaltestdata
1639/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/inexact.decTest /opt/local/lib/python2.4/test/decimaltestdata
1640/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/max.decTest /opt/local/lib/python2.4/test/decimaltestdata
1641/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/min.decTest /opt/local/lib/python2.4/test/decimaltestdata
1642/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/minus.decTest /opt/local/lib/python2.4/test/decimaltestdata
1643/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/multiply.decTest /opt/local/lib/python2.4/test/decimaltestdata
1644/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/normalize.decTest /opt/local/lib/python2.4/test/decimaltestdata
1645/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/plus.decTest /opt/local/lib/python2.4/test/decimaltestdata
1646/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/power.decTest /opt/local/lib/python2.4/test/decimaltestdata
1647/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/quantize.decTest /opt/local/lib/python2.4/test/decimaltestdata
1648/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/randomBound32.decTest /opt/local/lib/python2.4/test/decimaltestdata
1649/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/randoms.decTest /opt/local/lib/python2.4/test/decimaltestdata
1650/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/remainder.decTest /opt/local/lib/python2.4/test/decimaltestdata
1651/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/remainderNear.decTest /opt/local/lib/python2.4/test/decimaltestdata
1652/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/rescale.decTest /opt/local/lib/python2.4/test/decimaltestdata
1653/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/rounding.decTest /opt/local/lib/python2.4/test/decimaltestdata
1654/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/samequantum.decTest /opt/local/lib/python2.4/test/decimaltestdata
1655/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/squareroot.decTest /opt/local/lib/python2.4/test/decimaltestdata
1656/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/subtract.decTest /opt/local/lib/python2.4/test/decimaltestdata
1657/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/testall.decTest /opt/local/lib/python2.4/test/decimaltestdata
1658/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/tointegral.decTest /opt/local/lib/python2.4/test/decimaltestdata
1659/usr/bin/install -c -m 644 ./Lib/encodings/__init__.py /opt/local/lib/python2.4/encodings
1660/usr/bin/install -c -m 644 ./Lib/encodings/aliases.py /opt/local/lib/python2.4/encodings
1661/usr/bin/install -c -m 644 ./Lib/encodings/ascii.py /opt/local/lib/python2.4/encodings
1662/usr/bin/install -c -m 644 ./Lib/encodings/base64_codec.py /opt/local/lib/python2.4/encodings
1663/usr/bin/install -c -m 644 ./Lib/encodings/big5.py /opt/local/lib/python2.4/encodings
1664/usr/bin/install -c -m 644 ./Lib/encodings/big5hkscs.py /opt/local/lib/python2.4/encodings
1665/usr/bin/install -c -m 644 ./Lib/encodings/bz2_codec.py /opt/local/lib/python2.4/encodings
1666/usr/bin/install -c -m 644 ./Lib/encodings/charmap.py /opt/local/lib/python2.4/encodings
1667/usr/bin/install -c -m 644 ./Lib/encodings/cp037.py /opt/local/lib/python2.4/encodings
1668/usr/bin/install -c -m 644 ./Lib/encodings/cp1006.py /opt/local/lib/python2.4/encodings
1669/usr/bin/install -c -m 644 ./Lib/encodings/cp1026.py /opt/local/lib/python2.4/encodings
1670/usr/bin/install -c -m 644 ./Lib/encodings/cp1140.py /opt/local/lib/python2.4/encodings
1671/usr/bin/install -c -m 644 ./Lib/encodings/cp1250.py /opt/local/lib/python2.4/encodings
1672/usr/bin/install -c -m 644 ./Lib/encodings/cp1251.py /opt/local/lib/python2.4/encodings
1673/usr/bin/install -c -m 644 ./Lib/encodings/cp1252.py /opt/local/lib/python2.4/encodings
1674/usr/bin/install -c -m 644 ./Lib/encodings/cp1253.py /opt/local/lib/python2.4/encodings
1675/usr/bin/install -c -m 644 ./Lib/encodings/cp1254.py /opt/local/lib/python2.4/encodings
1676/usr/bin/install -c -m 644 ./Lib/encodings/cp1255.py /opt/local/lib/python2.4/encodings
1677/usr/bin/install -c -m 644 ./Lib/encodings/cp1256.py /opt/local/lib/python2.4/encodings
1678/usr/bin/install -c -m 644 ./Lib/encodings/cp1257.py /opt/local/lib/python2.4/encodings
1679/usr/bin/install -c -m 644 ./Lib/encodings/cp1258.py /opt/local/lib/python2.4/encodings
1680/usr/bin/install -c -m 644 ./Lib/encodings/cp424.py /opt/local/lib/python2.4/encodings
1681/usr/bin/install -c -m 644 ./Lib/encodings/cp437.py /opt/local/lib/python2.4/encodings
1682/usr/bin/install -c -m 644 ./Lib/encodings/cp500.py /opt/local/lib/python2.4/encodings
1683/usr/bin/install -c -m 644 ./Lib/encodings/cp737.py /opt/local/lib/python2.4/encodings
1684/usr/bin/install -c -m 644 ./Lib/encodings/cp775.py /opt/local/lib/python2.4/encodings
1685/usr/bin/install -c -m 644 ./Lib/encodings/cp850.py /opt/local/lib/python2.4/encodings
1686/usr/bin/install -c -m 644 ./Lib/encodings/cp852.py /opt/local/lib/python2.4/encodings
1687/usr/bin/install -c -m 644 ./Lib/encodings/cp855.py /opt/local/lib/python2.4/encodings
1688/usr/bin/install -c -m 644 ./Lib/encodings/cp856.py /opt/local/lib/python2.4/encodings
1689/usr/bin/install -c -m 644 ./Lib/encodings/cp857.py /opt/local/lib/python2.4/encodings
1690/usr/bin/install -c -m 644 ./Lib/encodings/cp860.py /opt/local/lib/python2.4/encodings
1691/usr/bin/install -c -m 644 ./Lib/encodings/cp861.py /opt/local/lib/python2.4/encodings
1692/usr/bin/install -c -m 644 ./Lib/encodings/cp862.py /opt/local/lib/python2.4/encodings
1693/usr/bin/install -c -m 644 ./Lib/encodings/cp863.py /opt/local/lib/python2.4/encodings
1694/usr/bin/install -c -m 644 ./Lib/encodings/cp864.py /opt/local/lib/python2.4/encodings
1695/usr/bin/install -c -m 644 ./Lib/encodings/cp865.py /opt/local/lib/python2.4/encodings
1696/usr/bin/install -c -m 644 ./Lib/encodings/cp866.py /opt/local/lib/python2.4/encodings
1697/usr/bin/install -c -m 644 ./Lib/encodings/cp869.py /opt/local/lib/python2.4/encodings
1698/usr/bin/install -c -m 644 ./Lib/encodings/cp874.py /opt/local/lib/python2.4/encodings
1699/usr/bin/install -c -m 644 ./Lib/encodings/cp875.py /opt/local/lib/python2.4/encodings
1700/usr/bin/install -c -m 644 ./Lib/encodings/cp932.py /opt/local/lib/python2.4/encodings
1701/usr/bin/install -c -m 644 ./Lib/encodings/cp949.py /opt/local/lib/python2.4/encodings
1702/usr/bin/install -c -m 644 ./Lib/encodings/cp950.py /opt/local/lib/python2.4/encodings
1703/usr/bin/install -c -m 644 ./Lib/encodings/euc_jis_2004.py /opt/local/lib/python2.4/encodings
1704/usr/bin/install -c -m 644 ./Lib/encodings/euc_jisx0213.py /opt/local/lib/python2.4/encodings
1705/usr/bin/install -c -m 644 ./Lib/encodings/euc_jp.py /opt/local/lib/python2.4/encodings
1706/usr/bin/install -c -m 644 ./Lib/encodings/euc_kr.py /opt/local/lib/python2.4/encodings
1707/usr/bin/install -c -m 644 ./Lib/encodings/gb18030.py /opt/local/lib/python2.4/encodings
1708/usr/bin/install -c -m 644 ./Lib/encodings/gb2312.py /opt/local/lib/python2.4/encodings
1709/usr/bin/install -c -m 644 ./Lib/encodings/gbk.py /opt/local/lib/python2.4/encodings
1710/usr/bin/install -c -m 644 ./Lib/encodings/hex_codec.py /opt/local/lib/python2.4/encodings
1711/usr/bin/install -c -m 644 ./Lib/encodings/hp_roman8.py /opt/local/lib/python2.4/encodings
1712/usr/bin/install -c -m 644 ./Lib/encodings/hz.py /opt/local/lib/python2.4/encodings
1713/usr/bin/install -c -m 644 ./Lib/encodings/idna.py /opt/local/lib/python2.4/encodings
1714/usr/bin/install -c -m 644 ./Lib/encodings/iso2022_jp.py /opt/local/lib/python2.4/encodings
1715/usr/bin/install -c -m 644 ./Lib/encodings/iso2022_jp_1.py /opt/local/lib/python2.4/encodings
1716/usr/bin/install -c -m 644 ./Lib/encodings/iso2022_jp_2.py /opt/local/lib/python2.4/encodings
1717/usr/bin/install -c -m 644 ./Lib/encodings/iso2022_jp_2004.py /opt/local/lib/python2.4/encodings
1718/usr/bin/install -c -m 644 ./Lib/encodings/iso2022_jp_3.py /opt/local/lib/python2.4/encodings
1719/usr/bin/install -c -m 644 ./Lib/encodings/iso2022_jp_ext.py /opt/local/lib/python2.4/encodings
1720/usr/bin/install -c -m 644 ./Lib/encodings/iso2022_kr.py /opt/local/lib/python2.4/encodings
1721/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_1.py /opt/local/lib/python2.4/encodings
1722/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_10.py /opt/local/lib/python2.4/encodings
1723/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_11.py /opt/local/lib/python2.4/encodings
1724/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_13.py /opt/local/lib/python2.4/encodings
1725/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_14.py /opt/local/lib/python2.4/encodings
1726/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_15.py /opt/local/lib/python2.4/encodings
1727/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_16.py /opt/local/lib/python2.4/encodings
1728/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_2.py /opt/local/lib/python2.4/encodings
1729/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_3.py /opt/local/lib/python2.4/encodings
1730/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_4.py /opt/local/lib/python2.4/encodings
1731/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_5.py /opt/local/lib/python2.4/encodings
1732/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_6.py /opt/local/lib/python2.4/encodings
1733/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_7.py /opt/local/lib/python2.4/encodings
1734/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_8.py /opt/local/lib/python2.4/encodings
1735/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_9.py /opt/local/lib/python2.4/encodings
1736/usr/bin/install -c -m 644 ./Lib/encodings/johab.py /opt/local/lib/python2.4/encodings
1737/usr/bin/install -c -m 644 ./Lib/encodings/koi8_r.py /opt/local/lib/python2.4/encodings
1738/usr/bin/install -c -m 644 ./Lib/encodings/koi8_u.py /opt/local/lib/python2.4/encodings
1739/usr/bin/install -c -m 644 ./Lib/encodings/latin_1.py /opt/local/lib/python2.4/encodings
1740/usr/bin/install -c -m 644 ./Lib/encodings/mac_cyrillic.py /opt/local/lib/python2.4/encodings
1741/usr/bin/install -c -m 644 ./Lib/encodings/mac_greek.py /opt/local/lib/python2.4/encodings
1742/usr/bin/install -c -m 644 ./Lib/encodings/mac_iceland.py /opt/local/lib/python2.4/encodings
1743/usr/bin/install -c -m 644 ./Lib/encodings/mac_latin2.py /opt/local/lib/python2.4/encodings
1744/usr/bin/install -c -m 644 ./Lib/encodings/mac_roman.py /opt/local/lib/python2.4/encodings
1745/usr/bin/install -c -m 644 ./Lib/encodings/mac_turkish.py /opt/local/lib/python2.4/encodings
1746/usr/bin/install -c -m 644 ./Lib/encodings/mbcs.py /opt/local/lib/python2.4/encodings
1747/usr/bin/install -c -m 644 ./Lib/encodings/palmos.py /opt/local/lib/python2.4/encodings
1748/usr/bin/install -c -m 644 ./Lib/encodings/ptcp154.py /opt/local/lib/python2.4/encodings
1749/usr/bin/install -c -m 644 ./Lib/encodings/punycode.py /opt/local/lib/python2.4/encodings
1750/usr/bin/install -c -m 644 ./Lib/encodings/quopri_codec.py /opt/local/lib/python2.4/encodings
1751/usr/bin/install -c -m 644 ./Lib/encodings/raw_unicode_escape.py /opt/local/lib/python2.4/encodings
1752/usr/bin/install -c -m 644 ./Lib/encodings/rot_13.py /opt/local/lib/python2.4/encodings
1753/usr/bin/install -c -m 644 ./Lib/encodings/shift_jis.py /opt/local/lib/python2.4/encodings
1754/usr/bin/install -c -m 644 ./Lib/encodings/shift_jis_2004.py /opt/local/lib/python2.4/encodings
1755/usr/bin/install -c -m 644 ./Lib/encodings/shift_jisx0213.py /opt/local/lib/python2.4/encodings
1756/usr/bin/install -c -m 644 ./Lib/encodings/string_escape.py /opt/local/lib/python2.4/encodings
1757/usr/bin/install -c -m 644 ./Lib/encodings/tis_620.py /opt/local/lib/python2.4/encodings
1758/usr/bin/install -c -m 644 ./Lib/encodings/undefined.py /opt/local/lib/python2.4/encodings
1759/usr/bin/install -c -m 644 ./Lib/encodings/unicode_escape.py /opt/local/lib/python2.4/encodings
1760/usr/bin/install -c -m 644 ./Lib/encodings/unicode_internal.py /opt/local/lib/python2.4/encodings
1761/usr/bin/install -c -m 644 ./Lib/encodings/utf_16.py /opt/local/lib/python2.4/encodings
1762/usr/bin/install -c -m 644 ./Lib/encodings/utf_16_be.py /opt/local/lib/python2.4/encodings
1763/usr/bin/install -c -m 644 ./Lib/encodings/utf_16_le.py /opt/local/lib/python2.4/encodings
1764/usr/bin/install -c -m 644 ./Lib/encodings/utf_7.py /opt/local/lib/python2.4/encodings
1765/usr/bin/install -c -m 644 ./Lib/encodings/utf_8.py /opt/local/lib/python2.4/encodings
1766/usr/bin/install -c -m 644 ./Lib/encodings/uu_codec.py /opt/local/lib/python2.4/encodings
1767/usr/bin/install -c -m 644 ./Lib/encodings/zlib_codec.py /opt/local/lib/python2.4/encodings
1768/usr/bin/install -c -m 644 ./Lib/email/Charset.py /opt/local/lib/python2.4/email
1769/usr/bin/install -c -m 644 ./Lib/email/Encoders.py /opt/local/lib/python2.4/email
1770/usr/bin/install -c -m 644 ./Lib/email/Errors.py /opt/local/lib/python2.4/email
1771/usr/bin/install -c -m 644 ./Lib/email/FeedParser.py /opt/local/lib/python2.4/email
1772/usr/bin/install -c -m 644 ./Lib/email/Generator.py /opt/local/lib/python2.4/email
1773/usr/bin/install -c -m 644 ./Lib/email/Header.py /opt/local/lib/python2.4/email
1774/usr/bin/install -c -m 644 ./Lib/email/Iterators.py /opt/local/lib/python2.4/email
1775/usr/bin/install -c -m 644 ./Lib/email/MIMEAudio.py /opt/local/lib/python2.4/email
1776/usr/bin/install -c -m 644 ./Lib/email/MIMEBase.py /opt/local/lib/python2.4/email
1777/usr/bin/install -c -m 644 ./Lib/email/MIMEImage.py /opt/local/lib/python2.4/email
1778/usr/bin/install -c -m 644 ./Lib/email/MIMEMessage.py /opt/local/lib/python2.4/email
1779/usr/bin/install -c -m 644 ./Lib/email/MIMEMultipart.py /opt/local/lib/python2.4/email
1780/usr/bin/install -c -m 644 ./Lib/email/MIMENonMultipart.py /opt/local/lib/python2.4/email
1781/usr/bin/install -c -m 644 ./Lib/email/MIMEText.py /opt/local/lib/python2.4/email
1782/usr/bin/install -c -m 644 ./Lib/email/Message.py /opt/local/lib/python2.4/email
1783/usr/bin/install -c -m 644 ./Lib/email/Parser.py /opt/local/lib/python2.4/email
1784/usr/bin/install -c -m 644 ./Lib/email/Utils.py /opt/local/lib/python2.4/email
1785/usr/bin/install -c -m 644 ./Lib/email/__init__.py /opt/local/lib/python2.4/email
1786/usr/bin/install -c -m 644 ./Lib/email/_parseaddr.py /opt/local/lib/python2.4/email
1787/usr/bin/install -c -m 644 ./Lib/email/base64MIME.py /opt/local/lib/python2.4/email
1788/usr/bin/install -c -m 644 ./Lib/email/quopriMIME.py /opt/local/lib/python2.4/email
1789/usr/bin/install -c -m 644 ./Lib/email/test/__init__.py /opt/local/lib/python2.4/email/test
1790/usr/bin/install -c -m 644 ./Lib/email/test/test_email.py /opt/local/lib/python2.4/email/test
1791/usr/bin/install -c -m 644 ./Lib/email/test/test_email_codecs.py /opt/local/lib/python2.4/email/test
1792/usr/bin/install -c -m 644 ./Lib/email/test/test_email_torture.py /opt/local/lib/python2.4/email/test
1793/usr/bin/install -c -m 644 ./Lib/email/test/data/PyBanner048.gif /opt/local/lib/python2.4/email/test/data
1794/usr/bin/install -c -m 644 ./Lib/email/test/data/audiotest.au /opt/local/lib/python2.4/email/test/data
1795/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_01.txt /opt/local/lib/python2.4/email/test/data
1796/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_02.txt /opt/local/lib/python2.4/email/test/data
1797/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_03.txt /opt/local/lib/python2.4/email/test/data
1798/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_04.txt /opt/local/lib/python2.4/email/test/data
1799/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_05.txt /opt/local/lib/python2.4/email/test/data
1800/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_06.txt /opt/local/lib/python2.4/email/test/data
1801/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_07.txt /opt/local/lib/python2.4/email/test/data
1802/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_08.txt /opt/local/lib/python2.4/email/test/data
1803/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_09.txt /opt/local/lib/python2.4/email/test/data
1804/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_10.txt /opt/local/lib/python2.4/email/test/data
1805/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_11.txt /opt/local/lib/python2.4/email/test/data
1806/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_12.txt /opt/local/lib/python2.4/email/test/data
1807/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_12a.txt /opt/local/lib/python2.4/email/test/data
1808/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_13.txt /opt/local/lib/python2.4/email/test/data
1809/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_14.txt /opt/local/lib/python2.4/email/test/data
1810/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_15.txt /opt/local/lib/python2.4/email/test/data
1811/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_16.txt /opt/local/lib/python2.4/email/test/data
1812/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_17.txt /opt/local/lib/python2.4/email/test/data
1813/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_18.txt /opt/local/lib/python2.4/email/test/data
1814/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_19.txt /opt/local/lib/python2.4/email/test/data
1815/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_20.txt /opt/local/lib/python2.4/email/test/data
1816/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_21.txt /opt/local/lib/python2.4/email/test/data
1817/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_22.txt /opt/local/lib/python2.4/email/test/data
1818/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_23.txt /opt/local/lib/python2.4/email/test/data
1819/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_24.txt /opt/local/lib/python2.4/email/test/data
1820/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_25.txt /opt/local/lib/python2.4/email/test/data
1821/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_26.txt /opt/local/lib/python2.4/email/test/data
1822/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_27.txt /opt/local/lib/python2.4/email/test/data
1823/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_28.txt /opt/local/lib/python2.4/email/test/data
1824/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_29.txt /opt/local/lib/python2.4/email/test/data
1825/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_30.txt /opt/local/lib/python2.4/email/test/data
1826/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_31.txt /opt/local/lib/python2.4/email/test/data
1827/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_32.txt /opt/local/lib/python2.4/email/test/data
1828/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_33.txt /opt/local/lib/python2.4/email/test/data
1829/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_34.txt /opt/local/lib/python2.4/email/test/data
1830/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_35.txt /opt/local/lib/python2.4/email/test/data
1831/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_36.txt /opt/local/lib/python2.4/email/test/data
1832/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_37.txt /opt/local/lib/python2.4/email/test/data
1833/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_38.txt /opt/local/lib/python2.4/email/test/data
1834/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_39.txt /opt/local/lib/python2.4/email/test/data
1835/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_40.txt /opt/local/lib/python2.4/email/test/data
1836/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_41.txt /opt/local/lib/python2.4/email/test/data
1837/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_42.txt /opt/local/lib/python2.4/email/test/data
1838/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_43.txt /opt/local/lib/python2.4/email/test/data
1839/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_44.txt /opt/local/lib/python2.4/email/test/data
1840/usr/bin/install -c -m 644 ./Lib/compiler/__init__.py /opt/local/lib/python2.4/compiler
1841/usr/bin/install -c -m 644 ./Lib/compiler/ast.py /opt/local/lib/python2.4/compiler
1842/usr/bin/install -c -m 644 ./Lib/compiler/consts.py /opt/local/lib/python2.4/compiler
1843/usr/bin/install -c -m 644 ./Lib/compiler/future.py /opt/local/lib/python2.4/compiler
1844/usr/bin/install -c -m 644 ./Lib/compiler/misc.py /opt/local/lib/python2.4/compiler
1845/usr/bin/install -c -m 644 ./Lib/compiler/pyassem.py /opt/local/lib/python2.4/compiler
1846/usr/bin/install -c -m 644 ./Lib/compiler/pycodegen.py /opt/local/lib/python2.4/compiler
1847/usr/bin/install -c -m 644 ./Lib/compiler/symbols.py /opt/local/lib/python2.4/compiler
1848/usr/bin/install -c -m 644 ./Lib/compiler/syntax.py /opt/local/lib/python2.4/compiler
1849/usr/bin/install -c -m 644 ./Lib/compiler/transformer.py /opt/local/lib/python2.4/compiler
1850/usr/bin/install -c -m 644 ./Lib/compiler/visitor.py /opt/local/lib/python2.4/compiler
1851/usr/bin/install -c -m 644 ./Lib/hotshot/__init__.py /opt/local/lib/python2.4/hotshot
1852/usr/bin/install -c -m 644 ./Lib/hotshot/log.py /opt/local/lib/python2.4/hotshot
1853/usr/bin/install -c -m 644 ./Lib/hotshot/stats.py /opt/local/lib/python2.4/hotshot
1854/usr/bin/install -c -m 644 ./Lib/hotshot/stones.py /opt/local/lib/python2.4/hotshot
1855/usr/bin/install -c -m 644 ./Lib/logging/__init__.py /opt/local/lib/python2.4/logging
1856/usr/bin/install -c -m 644 ./Lib/logging/config.py /opt/local/lib/python2.4/logging
1857/usr/bin/install -c -m 644 ./Lib/logging/handlers.py /opt/local/lib/python2.4/logging
1858/usr/bin/install -c -m 644 ./Lib/bsddb/__init__.py /opt/local/lib/python2.4/bsddb
1859/usr/bin/install -c -m 644 ./Lib/bsddb/db.py /opt/local/lib/python2.4/bsddb
1860/usr/bin/install -c -m 644 ./Lib/bsddb/dbobj.py /opt/local/lib/python2.4/bsddb
1861/usr/bin/install -c -m 644 ./Lib/bsddb/dbrecio.py /opt/local/lib/python2.4/bsddb
1862/usr/bin/install -c -m 644 ./Lib/bsddb/dbshelve.py /opt/local/lib/python2.4/bsddb
1863/usr/bin/install -c -m 644 ./Lib/bsddb/dbtables.py /opt/local/lib/python2.4/bsddb
1864/usr/bin/install -c -m 644 ./Lib/bsddb/dbutils.py /opt/local/lib/python2.4/bsddb
1865/usr/bin/install -c -m 644 ./Lib/bsddb/test/__init__.py /opt/local/lib/python2.4/bsddb/test
1866/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_1413192.py /opt/local/lib/python2.4/bsddb/test
1867/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_all.py /opt/local/lib/python2.4/bsddb/test
1868/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_associate.py /opt/local/lib/python2.4/bsddb/test
1869/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_basics.py /opt/local/lib/python2.4/bsddb/test
1870/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_compat.py /opt/local/lib/python2.4/bsddb/test
1871/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_dbobj.py /opt/local/lib/python2.4/bsddb/test
1872/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_dbshelve.py /opt/local/lib/python2.4/bsddb/test
1873/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_dbtables.py /opt/local/lib/python2.4/bsddb/test
1874/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_env_close.py /opt/local/lib/python2.4/bsddb/test
1875/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_get_none.py /opt/local/lib/python2.4/bsddb/test
1876/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_join.py /opt/local/lib/python2.4/bsddb/test
1877/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_lock.py /opt/local/lib/python2.4/bsddb/test
1878/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_misc.py /opt/local/lib/python2.4/bsddb/test
1879/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_pickle.py /opt/local/lib/python2.4/bsddb/test
1880/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_queue.py /opt/local/lib/python2.4/bsddb/test
1881/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_recno.py /opt/local/lib/python2.4/bsddb/test
1882/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_thread.py /opt/local/lib/python2.4/bsddb/test
1883/usr/bin/install -c -m 644 ./Lib/idlelib/AutoExpand.py /opt/local/lib/python2.4/idlelib
1884/usr/bin/install -c -m 644 ./Lib/idlelib/Bindings.py /opt/local/lib/python2.4/idlelib
1885/usr/bin/install -c -m 644 ./Lib/idlelib/CREDITS.txt /opt/local/lib/python2.4/idlelib
1886/usr/bin/install -c -m 644 ./Lib/idlelib/CallTipWindow.py /opt/local/lib/python2.4/idlelib
1887/usr/bin/install -c -m 644 ./Lib/idlelib/CallTips.py /opt/local/lib/python2.4/idlelib
1888/usr/bin/install -c -m 644 ./Lib/idlelib/ChangeLog /opt/local/lib/python2.4/idlelib
1889/usr/bin/install -c -m 644 ./Lib/idlelib/ClassBrowser.py /opt/local/lib/python2.4/idlelib
1890/usr/bin/install -c -m 644 ./Lib/idlelib/CodeContext.py /opt/local/lib/python2.4/idlelib
1891/usr/bin/install -c -m 644 ./Lib/idlelib/ColorDelegator.py /opt/local/lib/python2.4/idlelib
1892/usr/bin/install -c -m 644 ./Lib/idlelib/Debugger.py /opt/local/lib/python2.4/idlelib
1893/usr/bin/install -c -m 644 ./Lib/idlelib/Delegator.py /opt/local/lib/python2.4/idlelib
1894/usr/bin/install -c -m 644 ./Lib/idlelib/EditorWindow.py /opt/local/lib/python2.4/idlelib
1895/usr/bin/install -c -m 644 ./Lib/idlelib/FileList.py /opt/local/lib/python2.4/idlelib
1896/usr/bin/install -c -m 644 ./Lib/idlelib/FormatParagraph.py /opt/local/lib/python2.4/idlelib
1897/usr/bin/install -c -m 644 ./Lib/idlelib/GrepDialog.py /opt/local/lib/python2.4/idlelib
1898/usr/bin/install -c -m 644 ./Lib/idlelib/HISTORY.txt /opt/local/lib/python2.4/idlelib
1899/usr/bin/install -c -m 644 ./Lib/idlelib/IOBinding.py /opt/local/lib/python2.4/idlelib
1900/usr/bin/install -c -m 644 ./Lib/idlelib/IdleHistory.py /opt/local/lib/python2.4/idlelib
1901/usr/bin/install -c -m 644 ./Lib/idlelib/MultiStatusBar.py /opt/local/lib/python2.4/idlelib
1902/usr/bin/install -c -m 644 ./Lib/idlelib/NEWS.txt /opt/local/lib/python2.4/idlelib
1903/usr/bin/install -c -m 644 ./Lib/idlelib/ObjectBrowser.py /opt/local/lib/python2.4/idlelib
1904/usr/bin/install -c -m 644 ./Lib/idlelib/OutputWindow.py /opt/local/lib/python2.4/idlelib
1905/usr/bin/install -c -m 644 ./Lib/idlelib/ParenMatch.py /opt/local/lib/python2.4/idlelib
1906/usr/bin/install -c -m 644 ./Lib/idlelib/PathBrowser.py /opt/local/lib/python2.4/idlelib
1907/usr/bin/install -c -m 644 ./Lib/idlelib/Percolator.py /opt/local/lib/python2.4/idlelib
1908/usr/bin/install -c -m 644 ./Lib/idlelib/PyParse.py /opt/local/lib/python2.4/idlelib
1909/usr/bin/install -c -m 644 ./Lib/idlelib/PyShell.py /opt/local/lib/python2.4/idlelib
1910/usr/bin/install -c -m 644 ./Lib/idlelib/README.txt /opt/local/lib/python2.4/idlelib
1911/usr/bin/install -c -m 644 ./Lib/idlelib/RemoteDebugger.py /opt/local/lib/python2.4/idlelib
1912/usr/bin/install -c -m 644 ./Lib/idlelib/RemoteObjectBrowser.py /opt/local/lib/python2.4/idlelib
1913/usr/bin/install -c -m 644 ./Lib/idlelib/ReplaceDialog.py /opt/local/lib/python2.4/idlelib
1914/usr/bin/install -c -m 644 ./Lib/idlelib/ScriptBinding.py /opt/local/lib/python2.4/idlelib
1915/usr/bin/install -c -m 644 ./Lib/idlelib/ScrolledList.py /opt/local/lib/python2.4/idlelib
1916/usr/bin/install -c -m 644 ./Lib/idlelib/SearchDialog.py /opt/local/lib/python2.4/idlelib
1917/usr/bin/install -c -m 644 ./Lib/idlelib/SearchDialogBase.py /opt/local/lib/python2.4/idlelib
1918/usr/bin/install -c -m 644 ./Lib/idlelib/SearchEngine.py /opt/local/lib/python2.4/idlelib
1919/usr/bin/install -c -m 644 ./Lib/idlelib/StackViewer.py /opt/local/lib/python2.4/idlelib
1920/usr/bin/install -c -m 644 ./Lib/idlelib/TODO.txt /opt/local/lib/python2.4/idlelib
1921/usr/bin/install -c -m 644 ./Lib/idlelib/ToolTip.py /opt/local/lib/python2.4/idlelib
1922/usr/bin/install -c -m 644 ./Lib/idlelib/TreeWidget.py /opt/local/lib/python2.4/idlelib
1923/usr/bin/install -c -m 644 ./Lib/idlelib/UndoDelegator.py /opt/local/lib/python2.4/idlelib
1924/usr/bin/install -c -m 644 ./Lib/idlelib/WidgetRedirector.py /opt/local/lib/python2.4/idlelib
1925/usr/bin/install -c -m 644 ./Lib/idlelib/WindowList.py /opt/local/lib/python2.4/idlelib
1926/usr/bin/install -c -m 644 ./Lib/idlelib/ZoomHeight.py /opt/local/lib/python2.4/idlelib
1927/usr/bin/install -c -m 644 ./Lib/idlelib/__init__.py /opt/local/lib/python2.4/idlelib
1928/usr/bin/install -c -m 644 ./Lib/idlelib/aboutDialog.py /opt/local/lib/python2.4/idlelib
1929/usr/bin/install -c -m 644 ./Lib/idlelib/buildapp.py /opt/local/lib/python2.4/idlelib
1930/usr/bin/install -c -m 644 ./Lib/idlelib/config-extensions.def /opt/local/lib/python2.4/idlelib
1931/usr/bin/install -c -m 644 ./Lib/idlelib/config-highlight.def /opt/local/lib/python2.4/idlelib
1932/usr/bin/install -c -m 644 ./Lib/idlelib/config-keys.def /opt/local/lib/python2.4/idlelib
1933/usr/bin/install -c -m 644 ./Lib/idlelib/config-main.def /opt/local/lib/python2.4/idlelib
1934/usr/bin/install -c -m 644 ./Lib/idlelib/configDialog.py /opt/local/lib/python2.4/idlelib
1935/usr/bin/install -c -m 644 ./Lib/idlelib/configHandler.py /opt/local/lib/python2.4/idlelib
1936/usr/bin/install -c -m 644 ./Lib/idlelib/configHelpSourceEdit.py /opt/local/lib/python2.4/idlelib
1937/usr/bin/install -c -m 644 ./Lib/idlelib/configSectionNameDialog.py /opt/local/lib/python2.4/idlelib
1938/usr/bin/install -c -m 644 ./Lib/idlelib/dynOptionMenuWidget.py /opt/local/lib/python2.4/idlelib
1939/usr/bin/install -c -m 644 ./Lib/idlelib/extend.txt /opt/local/lib/python2.4/idlelib
1940/usr/bin/install -c -m 644 ./Lib/idlelib/help.txt /opt/local/lib/python2.4/idlelib
1941/usr/bin/install -c ./Lib/idlelib/idle.bat /opt/local/lib/python2.4/idlelib
1942/usr/bin/install -c -m 644 ./Lib/idlelib/idle.py /opt/local/lib/python2.4/idlelib
1943/usr/bin/install -c -m 644 ./Lib/idlelib/idle.pyw /opt/local/lib/python2.4/idlelib
1944/usr/bin/install -c -m 644 ./Lib/idlelib/idlever.py /opt/local/lib/python2.4/idlelib
1945/usr/bin/install -c -m 644 ./Lib/idlelib/keybindingDialog.py /opt/local/lib/python2.4/idlelib
1946/usr/bin/install -c -m 644 ./Lib/idlelib/rpc.py /opt/local/lib/python2.4/idlelib
1947/usr/bin/install -c -m 644 ./Lib/idlelib/run.py /opt/local/lib/python2.4/idlelib
1948/usr/bin/install -c -m 644 ./Lib/idlelib/tabpage.py /opt/local/lib/python2.4/idlelib
1949/usr/bin/install -c -m 644 ./Lib/idlelib/testcode.py /opt/local/lib/python2.4/idlelib
1950/usr/bin/install -c -m 644 ./Lib/idlelib/textView.py /opt/local/lib/python2.4/idlelib
1951/usr/bin/install -c -m 644 ./Lib/idlelib/Icons/folder.gif /opt/local/lib/python2.4/idlelib/Icons
1952/usr/bin/install -c -m 644 ./Lib/idlelib/Icons/idle.icns /opt/local/lib/python2.4/idlelib/Icons
1953/usr/bin/install -c -m 644 ./Lib/idlelib/Icons/minusnode.gif /opt/local/lib/python2.4/idlelib/Icons
1954/usr/bin/install -c -m 644 ./Lib/idlelib/Icons/openfolder.gif /opt/local/lib/python2.4/idlelib/Icons
1955/usr/bin/install -c -m 644 ./Lib/idlelib/Icons/plusnode.gif /opt/local/lib/python2.4/idlelib/Icons
1956/usr/bin/install -c -m 644 ./Lib/idlelib/Icons/python.gif /opt/local/lib/python2.4/idlelib/Icons
1957/usr/bin/install -c -m 644 ./Lib/idlelib/Icons/tk.gif /opt/local/lib/python2.4/idlelib/Icons
1958/usr/bin/install -c -m 644 ./Lib/distutils/README /opt/local/lib/python2.4/distutils
1959/usr/bin/install -c -m 644 ./Lib/distutils/__init__.py /opt/local/lib/python2.4/distutils
1960/usr/bin/install -c -m 644 ./Lib/distutils/archive_util.py /opt/local/lib/python2.4/distutils
1961/usr/bin/install -c -m 644 ./Lib/distutils/bcppcompiler.py /opt/local/lib/python2.4/distutils
1962/usr/bin/install -c -m 644 ./Lib/distutils/ccompiler.py /opt/local/lib/python2.4/distutils
1963/usr/bin/install -c -m 644 ./Lib/distutils/cmd.py /opt/local/lib/python2.4/distutils
1964/usr/bin/install -c -m 644 ./Lib/distutils/core.py /opt/local/lib/python2.4/distutils
1965/usr/bin/install -c -m 644 ./Lib/distutils/cygwinccompiler.py /opt/local/lib/python2.4/distutils
1966/usr/bin/install -c -m 644 ./Lib/distutils/debug.py /opt/local/lib/python2.4/distutils
1967/usr/bin/install -c -m 644 ./Lib/distutils/dep_util.py /opt/local/lib/python2.4/distutils
1968/usr/bin/install -c -m 644 ./Lib/distutils/dir_util.py /opt/local/lib/python2.4/distutils
1969/usr/bin/install -c -m 644 ./Lib/distutils/dist.py /opt/local/lib/python2.4/distutils
1970/usr/bin/install -c -m 644 ./Lib/distutils/emxccompiler.py /opt/local/lib/python2.4/distutils
1971/usr/bin/install -c -m 644 ./Lib/distutils/errors.py /opt/local/lib/python2.4/distutils
1972/usr/bin/install -c -m 644 ./Lib/distutils/extension.py /opt/local/lib/python2.4/distutils
1973/usr/bin/install -c -m 644 ./Lib/distutils/fancy_getopt.py /opt/local/lib/python2.4/distutils
1974/usr/bin/install -c -m 644 ./Lib/distutils/file_util.py /opt/local/lib/python2.4/distutils
1975/usr/bin/install -c -m 644 ./Lib/distutils/filelist.py /opt/local/lib/python2.4/distutils
1976/usr/bin/install -c -m 644 ./Lib/distutils/log.py /opt/local/lib/python2.4/distutils
1977/usr/bin/install -c -m 644 ./Lib/distutils/msvccompiler.py /opt/local/lib/python2.4/distutils
1978/usr/bin/install -c -m 644 ./Lib/distutils/mwerkscompiler.py /opt/local/lib/python2.4/distutils
1979/usr/bin/install -c -m 644 ./Lib/distutils/spawn.py /opt/local/lib/python2.4/distutils
1980/usr/bin/install -c -m 644 ./Lib/distutils/sysconfig.py /opt/local/lib/python2.4/distutils
1981/usr/bin/install -c -m 644 ./Lib/distutils/text_file.py /opt/local/lib/python2.4/distutils
1982/usr/bin/install -c -m 644 ./Lib/distutils/unixccompiler.py /opt/local/lib/python2.4/distutils
1983/usr/bin/install -c -m 644 ./Lib/distutils/util.py /opt/local/lib/python2.4/distutils
1984/usr/bin/install -c -m 644 ./Lib/distutils/version.py /opt/local/lib/python2.4/distutils
1985/usr/bin/install -c -m 644 ./Lib/distutils/command/__init__.py /opt/local/lib/python2.4/distutils/command
1986/usr/bin/install -c -m 644 ./Lib/distutils/command/bdist.py /opt/local/lib/python2.4/distutils/command
1987/usr/bin/install -c -m 644 ./Lib/distutils/command/bdist_dumb.py /opt/local/lib/python2.4/distutils/command
1988/usr/bin/install -c -m 644 ./Lib/distutils/command/bdist_rpm.py /opt/local/lib/python2.4/distutils/command
1989/usr/bin/install -c -m 644 ./Lib/distutils/command/bdist_wininst.py /opt/local/lib/python2.4/distutils/command
1990/usr/bin/install -c -m 644 ./Lib/distutils/command/build.py /opt/local/lib/python2.4/distutils/command
1991/usr/bin/install -c -m 644 ./Lib/distutils/command/build_clib.py /opt/local/lib/python2.4/distutils/command
1992/usr/bin/install -c -m 644 ./Lib/distutils/command/build_ext.py /opt/local/lib/python2.4/distutils/command
1993/usr/bin/install -c -m 644 ./Lib/distutils/command/build_py.py /opt/local/lib/python2.4/distutils/command
1994/usr/bin/install -c -m 644 ./Lib/distutils/command/build_scripts.py /opt/local/lib/python2.4/distutils/command
1995/usr/bin/install -c -m 644 ./Lib/distutils/command/clean.py /opt/local/lib/python2.4/distutils/command
1996/usr/bin/install -c -m 644 ./Lib/distutils/command/command_template /opt/local/lib/python2.4/distutils/command
1997/usr/bin/install -c -m 644 ./Lib/distutils/command/config.py /opt/local/lib/python2.4/distutils/command
1998/usr/bin/install -c -m 644 ./Lib/distutils/command/install.py /opt/local/lib/python2.4/distutils/command
1999/usr/bin/install -c -m 644 ./Lib/distutils/command/install_data.py /opt/local/lib/python2.4/distutils/command
2000/usr/bin/install -c -m 644 ./Lib/distutils/command/install_headers.py /opt/local/lib/python2.4/distutils/command
2001/usr/bin/install -c -m 644 ./Lib/distutils/command/install_lib.py /opt/local/lib/python2.4/distutils/command
2002/usr/bin/install -c -m 644 ./Lib/distutils/command/install_scripts.py /opt/local/lib/python2.4/distutils/command
2003/usr/bin/install -c -m 644 ./Lib/distutils/command/register.py /opt/local/lib/python2.4/distutils/command
2004/usr/bin/install -c -m 644 ./Lib/distutils/command/sdist.py /opt/local/lib/python2.4/distutils/command
2005/usr/bin/install -c -m 644 ./Lib/distutils/command/wininst-6.exe /opt/local/lib/python2.4/distutils/command
2006/usr/bin/install -c -m 644 ./Lib/distutils/command/wininst-7.1.exe /opt/local/lib/python2.4/distutils/command
2007/usr/bin/install -c -m 644 ./Lib/distutils/tests/__init__.py /opt/local/lib/python2.4/distutils/tests
2008/usr/bin/install -c -m 644 ./Lib/distutils/tests/support.py /opt/local/lib/python2.4/distutils/tests
2009/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_build_py.py /opt/local/lib/python2.4/distutils/tests
2010/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_build_scripts.py /opt/local/lib/python2.4/distutils/tests
2011/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_dist.py /opt/local/lib/python2.4/distutils/tests
2012/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_install.py /opt/local/lib/python2.4/distutils/tests
2013/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_install_scripts.py /opt/local/lib/python2.4/distutils/tests
2014/usr/bin/install -c -m 644 ./Lib/xml/__init__.py /opt/local/lib/python2.4/xml
2015/usr/bin/install -c -m 644 ./Lib/xml/dom/NodeFilter.py /opt/local/lib/python2.4/xml/dom
2016/usr/bin/install -c -m 644 ./Lib/xml/dom/__init__.py /opt/local/lib/python2.4/xml/dom
2017/usr/bin/install -c -m 644 ./Lib/xml/dom/domreg.py /opt/local/lib/python2.4/xml/dom
2018/usr/bin/install -c -m 644 ./Lib/xml/dom/expatbuilder.py /opt/local/lib/python2.4/xml/dom
2019/usr/bin/install -c -m 644 ./Lib/xml/dom/minicompat.py /opt/local/lib/python2.4/xml/dom
2020/usr/bin/install -c -m 644 ./Lib/xml/dom/minidom.py /opt/local/lib/python2.4/xml/dom
2021/usr/bin/install -c -m 644 ./Lib/xml/dom/pulldom.py /opt/local/lib/python2.4/xml/dom
2022/usr/bin/install -c -m 644 ./Lib/xml/dom/xmlbuilder.py /opt/local/lib/python2.4/xml/dom
2023/usr/bin/install -c -m 644 ./Lib/xml/parsers/__init__.py /opt/local/lib/python2.4/xml/parsers
2024/usr/bin/install -c -m 644 ./Lib/xml/parsers/expat.py /opt/local/lib/python2.4/xml/parsers
2025/usr/bin/install -c -m 644 ./Lib/xml/sax/__init__.py /opt/local/lib/python2.4/xml/sax
2026/usr/bin/install -c -m 644 ./Lib/xml/sax/_exceptions.py /opt/local/lib/python2.4/xml/sax
2027/usr/bin/install -c -m 644 ./Lib/xml/sax/expatreader.py /opt/local/lib/python2.4/xml/sax
2028/usr/bin/install -c -m 644 ./Lib/xml/sax/handler.py /opt/local/lib/python2.4/xml/sax
2029/usr/bin/install -c -m 644 ./Lib/xml/sax/saxutils.py /opt/local/lib/python2.4/xml/sax
2030/usr/bin/install -c -m 644 ./Lib/xml/sax/xmlreader.py /opt/local/lib/python2.4/xml/sax
2031/usr/bin/install -c -m 644 ./Lib/curses/__init__.py /opt/local/lib/python2.4/curses
2032/usr/bin/install -c -m 644 ./Lib/curses/ascii.py /opt/local/lib/python2.4/curses
2033/usr/bin/install -c -m 644 ./Lib/curses/has_key.py /opt/local/lib/python2.4/curses
2034/usr/bin/install -c -m 644 ./Lib/curses/panel.py /opt/local/lib/python2.4/curses
2035/usr/bin/install -c -m 644 ./Lib/curses/textpad.py /opt/local/lib/python2.4/curses
2036/usr/bin/install -c -m 644 ./Lib/curses/wrapper.py /opt/local/lib/python2.4/curses
2037/usr/bin/install -c -m 644 ./Lib/plat-darwin/IN.py /opt/local/lib/python2.4/plat-darwin
2038/usr/bin/install -c ./Lib/plat-darwin/regen /opt/local/lib/python2.4/plat-darwin
2039/usr/bin/install -c -m 644 ./Lib/plat-mac/Audio_mac.py /opt/local/lib/python2.4/plat-mac
2040/usr/bin/install -c -m 644 ./Lib/plat-mac/EasyDialogs.py /opt/local/lib/python2.4/plat-mac
2041/usr/bin/install -c -m 644 ./Lib/plat-mac/FrameWork.py /opt/local/lib/python2.4/plat-mac
2042/usr/bin/install -c -m 644 ./Lib/plat-mac/MiniAEFrame.py /opt/local/lib/python2.4/plat-mac
2043/usr/bin/install -c -m 644 ./Lib/plat-mac/PixMapWrapper.py /opt/local/lib/python2.4/plat-mac
2044/usr/bin/install -c -m 644 ./Lib/plat-mac/WASTEconst.py /opt/local/lib/python2.4/plat-mac
2045/usr/bin/install -c -m 644 ./Lib/plat-mac/aepack.py /opt/local/lib/python2.4/plat-mac
2046/usr/bin/install -c -m 644 ./Lib/plat-mac/aetools.py /opt/local/lib/python2.4/plat-mac
2047/usr/bin/install -c -m 644 ./Lib/plat-mac/aetypes.py /opt/local/lib/python2.4/plat-mac
2048/usr/bin/install -c -m 644 ./Lib/plat-mac/applesingle.py /opt/local/lib/python2.4/plat-mac
2049/usr/bin/install -c -m 644 ./Lib/plat-mac/appletrawmain.py /opt/local/lib/python2.4/plat-mac
2050/usr/bin/install -c ./Lib/plat-mac/appletrunner.py /opt/local/lib/python2.4/plat-mac
2051/usr/bin/install -c -m 644 ./Lib/plat-mac/argvemulator.py /opt/local/lib/python2.4/plat-mac
2052/usr/bin/install -c -m 644 ./Lib/plat-mac/bgenlocations.py /opt/local/lib/python2.4/plat-mac
2053/usr/bin/install -c -m 644 ./Lib/plat-mac/buildtools.py /opt/local/lib/python2.4/plat-mac
2054/usr/bin/install -c ./Lib/plat-mac/bundlebuilder.py /opt/local/lib/python2.4/plat-mac
2055/usr/bin/install -c -m 644 ./Lib/plat-mac/cfmfile.py /opt/local/lib/python2.4/plat-mac
2056/usr/bin/install -c -m 644 ./Lib/plat-mac/dialogs.rsrc /opt/local/lib/python2.4/plat-mac
2057/usr/bin/install -c -m 644 ./Lib/plat-mac/errors.rsrc /opt/local/lib/python2.4/plat-mac
2058/usr/bin/install -c -m 644 ./Lib/plat-mac/findertools.py /opt/local/lib/python2.4/plat-mac
2059/usr/bin/install -c -m 644 ./Lib/plat-mac/gensuitemodule.py /opt/local/lib/python2.4/plat-mac
2060/usr/bin/install -c -m 644 ./Lib/plat-mac/ic.py /opt/local/lib/python2.4/plat-mac
2061/usr/bin/install -c -m 644 ./Lib/plat-mac/icopen.py /opt/local/lib/python2.4/plat-mac
2062/usr/bin/install -c -m 644 ./Lib/plat-mac/macerrors.py /opt/local/lib/python2.4/plat-mac
2063/usr/bin/install -c -m 644 ./Lib/plat-mac/macfs.py /opt/local/lib/python2.4/plat-mac
2064/usr/bin/install -c -m 644 ./Lib/plat-mac/macostools.py /opt/local/lib/python2.4/plat-mac
2065/usr/bin/install -c -m 644 ./Lib/plat-mac/macresource.py /opt/local/lib/python2.4/plat-mac
2066/usr/bin/install -c -m 644 ./Lib/plat-mac/pimp.py /opt/local/lib/python2.4/plat-mac
2067/usr/bin/install -c -m 644 ./Lib/plat-mac/plistlib.py /opt/local/lib/python2.4/plat-mac
2068/usr/bin/install -c -m 644 ./Lib/plat-mac/terminalcommand.py /opt/local/lib/python2.4/plat-mac
2069/usr/bin/install -c -m 644 ./Lib/plat-mac/videoreader.py /opt/local/lib/python2.4/plat-mac
2070/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/AE.py /opt/local/lib/python2.4/plat-mac/Carbon
2071/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/AH.py /opt/local/lib/python2.4/plat-mac/Carbon
2072/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Alias.py /opt/local/lib/python2.4/plat-mac/Carbon
2073/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Aliases.py /opt/local/lib/python2.4/plat-mac/Carbon
2074/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/App.py /opt/local/lib/python2.4/plat-mac/Carbon
2075/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Appearance.py /opt/local/lib/python2.4/plat-mac/Carbon
2076/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/AppleEvents.py /opt/local/lib/python2.4/plat-mac/Carbon
2077/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/AppleHelp.py /opt/local/lib/python2.4/plat-mac/Carbon
2078/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/CF.py /opt/local/lib/python2.4/plat-mac/Carbon
2079/usr/bin/install -c ./Lib/plat-mac/Carbon/CG.py /opt/local/lib/python2.4/plat-mac/Carbon
2080/usr/bin/install -c ./Lib/plat-mac/Carbon/CarbonEvents.py /opt/local/lib/python2.4/plat-mac/Carbon
2081/usr/bin/install -c ./Lib/plat-mac/Carbon/CarbonEvt.py /opt/local/lib/python2.4/plat-mac/Carbon
2082/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Cm.py /opt/local/lib/python2.4/plat-mac/Carbon
2083/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Components.py /opt/local/lib/python2.4/plat-mac/Carbon
2084/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/ControlAccessor.py /opt/local/lib/python2.4/plat-mac/Carbon
2085/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Controls.py /opt/local/lib/python2.4/plat-mac/Carbon
2086/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/CoreFoundation.py /opt/local/lib/python2.4/plat-mac/Carbon
2087/usr/bin/install -c ./Lib/plat-mac/Carbon/CoreGraphics.py /opt/local/lib/python2.4/plat-mac/Carbon
2088/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Ctl.py /opt/local/lib/python2.4/plat-mac/Carbon
2089/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Dialogs.py /opt/local/lib/python2.4/plat-mac/Carbon
2090/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Dlg.py /opt/local/lib/python2.4/plat-mac/Carbon
2091/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Drag.py /opt/local/lib/python2.4/plat-mac/Carbon
2092/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Dragconst.py /opt/local/lib/python2.4/plat-mac/Carbon
2093/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Events.py /opt/local/lib/python2.4/plat-mac/Carbon
2094/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Evt.py /opt/local/lib/python2.4/plat-mac/Carbon
2095/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/File.py /opt/local/lib/python2.4/plat-mac/Carbon
2096/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Files.py /opt/local/lib/python2.4/plat-mac/Carbon
2097/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Fm.py /opt/local/lib/python2.4/plat-mac/Carbon
2098/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Folder.py /opt/local/lib/python2.4/plat-mac/Carbon
2099/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Folders.py /opt/local/lib/python2.4/plat-mac/Carbon
2100/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Fonts.py /opt/local/lib/python2.4/plat-mac/Carbon
2101/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Help.py /opt/local/lib/python2.4/plat-mac/Carbon
2102/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/IBCarbon.py /opt/local/lib/python2.4/plat-mac/Carbon
2103/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/IBCarbonRuntime.py /opt/local/lib/python2.4/plat-mac/Carbon
2104/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Icn.py /opt/local/lib/python2.4/plat-mac/Carbon
2105/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Icons.py /opt/local/lib/python2.4/plat-mac/Carbon
2106/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Launch.py /opt/local/lib/python2.4/plat-mac/Carbon
2107/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/LaunchServices.py /opt/local/lib/python2.4/plat-mac/Carbon
2108/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/List.py /opt/local/lib/python2.4/plat-mac/Carbon
2109/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Lists.py /opt/local/lib/python2.4/plat-mac/Carbon
2110/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/MacHelp.py /opt/local/lib/python2.4/plat-mac/Carbon
2111/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/MacTextEditor.py /opt/local/lib/python2.4/plat-mac/Carbon
2112/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/MediaDescr.py /opt/local/lib/python2.4/plat-mac/Carbon
2113/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Menu.py /opt/local/lib/python2.4/plat-mac/Carbon
2114/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Menus.py /opt/local/lib/python2.4/plat-mac/Carbon
2115/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Mlte.py /opt/local/lib/python2.4/plat-mac/Carbon
2116/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/OSA.py /opt/local/lib/python2.4/plat-mac/Carbon
2117/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/OSAconst.py /opt/local/lib/python2.4/plat-mac/Carbon
2118/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/QDOffscreen.py /opt/local/lib/python2.4/plat-mac/Carbon
2119/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Qd.py /opt/local/lib/python2.4/plat-mac/Carbon
2120/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Qdoffs.py /opt/local/lib/python2.4/plat-mac/Carbon
2121/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Qt.py /opt/local/lib/python2.4/plat-mac/Carbon
2122/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/QuickDraw.py /opt/local/lib/python2.4/plat-mac/Carbon
2123/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/QuickTime.py /opt/local/lib/python2.4/plat-mac/Carbon
2124/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Res.py /opt/local/lib/python2.4/plat-mac/Carbon
2125/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Resources.py /opt/local/lib/python2.4/plat-mac/Carbon
2126/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Scrap.py /opt/local/lib/python2.4/plat-mac/Carbon
2127/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Snd.py /opt/local/lib/python2.4/plat-mac/Carbon
2128/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Sndihooks.py /opt/local/lib/python2.4/plat-mac/Carbon
2129/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Sound.py /opt/local/lib/python2.4/plat-mac/Carbon
2130/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/TE.py /opt/local/lib/python2.4/plat-mac/Carbon
2131/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/TextEdit.py /opt/local/lib/python2.4/plat-mac/Carbon
2132/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/WASTEconst.py /opt/local/lib/python2.4/plat-mac/Carbon
2133/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Win.py /opt/local/lib/python2.4/plat-mac/Carbon
2134/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Windows.py /opt/local/lib/python2.4/plat-mac/Carbon
2135/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/__init__.py /opt/local/lib/python2.4/plat-mac/Carbon
2136/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/_builtinSuites/__init__.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/_builtinSuites
2137/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/_builtinSuites/builtin_Suite.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/_builtinSuites
2138/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/CodeWarrior/CodeWarrior_suite.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/CodeWarrior
2139/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/CodeWarrior/Metrowerks_Shell_Suite.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/CodeWarrior
2140/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/CodeWarrior/Required.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/CodeWarrior
2141/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/CodeWarrior/Standard_Suite.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/CodeWarrior
2142/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/CodeWarrior/__init__.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/CodeWarrior
2143/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Explorer/Microsoft_Internet_Explorer.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Explorer
2144/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Explorer/Netscape_Suite.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Explorer
2145/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Explorer/Required_Suite.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Explorer
2146/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Explorer/Standard_Suite.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Explorer
2147/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Explorer/URL_Suite.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Explorer
2148/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Explorer/Web_Browser_Suite.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Explorer
2149/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Explorer/__init__.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Explorer
2150/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Finder/Containers_and_folders.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Finder
2151/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Finder/Enumerations.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Finder
2152/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Finder/Files.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Finder
2153/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Finder/Finder_Basics.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Finder
2154/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Finder/Finder_items.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Finder
2155/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Finder/Legacy_suite.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Finder
2156/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Finder/Standard_Suite.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Finder
2157/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Finder/Type_Definitions.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Finder
2158/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Finder/Window_classes.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Finder
2159/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Finder/__init__.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Finder
2160/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Netscape/Mozilla_suite.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Netscape
2161/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Netscape/PowerPlant.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Netscape
2162/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Netscape/Required_suite.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Netscape
2163/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Netscape/Standard_Suite.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Netscape
2164/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Netscape/Standard_URL_suite.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Netscape
2165/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Netscape/Text.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Netscape
2166/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Netscape/WorldWideWeb_suite.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Netscape
2167/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Netscape/__init__.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Netscape
2168/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/StdSuites/AppleScript_Suite.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/StdSuites
2169/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/StdSuites/Macintosh_Connectivity_Clas.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/StdSuites
2170/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suite.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/StdSuites
2171/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suppleme.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/StdSuites
2172/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/StdSuites/Required_Suite.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/StdSuites
2173/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/StdSuites
2174/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/StdSuites/Table_Suite.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/StdSuites
2175/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/StdSuites/Text_Suite.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/StdSuites
2176/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/StdSuites/Type_Names_Suite.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/StdSuites
2177/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/StdSuites/__init__.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/StdSuites
2178/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/SystemEvents/Disk_Folder_File_Suite.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/SystemEvents
2179/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/SystemEvents/Folder_Actions_Suite.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/SystemEvents
2180/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/SystemEvents/Hidden_Suite.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/SystemEvents
2181/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/SystemEvents/Login_Items_Suite.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/SystemEvents
2182/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/SystemEvents/Power_Suite.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/SystemEvents
2183/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/SystemEvents/Processes_Suite.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/SystemEvents
2184/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/SystemEvents/Standard_Suite.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/SystemEvents
2185/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/SystemEvents/System_Events_Suite.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/SystemEvents
2186/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/SystemEvents/Text_Suite.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/SystemEvents
2187/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/SystemEvents/__init__.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/SystemEvents
2188/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Terminal/Standard_Suite.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Terminal
2189/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Terminal/Terminal_Suite.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Terminal
2190/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Terminal/Text_Suite.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Terminal
2191/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Terminal/__init__.py /opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Terminal
2192/usr/bin/install -c -m 644 ./LICENSE /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/LICENSE.txt
2193PYTHONPATH=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4   \
2194                ./python.exe -Wi -tt /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/compileall.py \
2195                -d /opt/local/lib/python2.4 -f \
2196                -x 'badsyntax|site-packages' /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4
2197Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4 ...
2198Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/BaseHTTPServer.py ...
2199Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/Bastion.py ...
2200Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/CGIHTTPServer.py ...
2201Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/ConfigParser.py ...
2202Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/Cookie.py ...
2203Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/DocXMLRPCServer.py ...
2204Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/HTMLParser.py ...
2205Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/MimeWriter.py ...
2206Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/Queue.py ...
2207Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/SimpleHTTPServer.py ...
2208Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/SimpleXMLRPCServer.py ...
2209Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/SocketServer.py ...
2210Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/StringIO.py ...
2211Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/UserDict.py ...
2212Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/UserList.py ...
2213Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/UserString.py ...
2214Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/_LWPCookieJar.py ...
2215Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/_MozillaCookieJar.py ...
2216Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/__future__.py ...
2217Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/__phello__.foo.py ...
2218Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/_strptime.py ...
2219Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/_threading_local.py ...
2220Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/aifc.py ...
2221Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/anydbm.py ...
2222Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/asynchat.py ...
2223Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/asyncore.py ...
2224Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/atexit.py ...
2225Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/audiodev.py ...
2226Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/base64.py ...
2227Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bdb.py ...
2228Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/binhex.py ...
2229Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bisect.py ...
2230Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb ...
2231Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/__init__.py ...
2232Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/db.py ...
2233Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/dbobj.py ...
2234Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/dbrecio.py ...
2235Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/dbshelve.py ...
2236Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/dbtables.py ...
2237Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/dbutils.py ...
2238Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/test ...
2239Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/test/__init__.py ...
2240Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/test/test_1413192.py ...
2241Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/test/test_all.py ...
2242Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/test/test_associate.py ...
2243Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/test/test_basics.py ...
2244Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/test/test_compat.py ...
2245Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/test/test_dbobj.py ...
2246Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/test/test_dbshelve.py ...
2247Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/test/test_dbtables.py ...
2248Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/test/test_env_close.py ...
2249Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/test/test_get_none.py ...
2250Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/test/test_join.py ...
2251Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/test/test_lock.py ...
2252Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/test/test_misc.py ...
2253Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/test/test_pickle.py ...
2254Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/test/test_queue.py ...
2255Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/test/test_recno.py ...
2256Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/test/test_thread.py ...
2257Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/calendar.py ...
2258Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/cgi.py ...
2259Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/cgitb.py ...
2260Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/chunk.py ...
2261Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/cmd.py ...
2262Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/code.py ...
2263Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/codecs.py ...
2264Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/codeop.py ...
2265Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/colorsys.py ...
2266Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/commands.py ...
2267Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/compileall.py ...
2268Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/compiler ...
2269Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/compiler/__init__.py ...
2270Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/compiler/ast.py ...
2271Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/compiler/consts.py ...
2272Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/compiler/future.py ...
2273Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/compiler/misc.py ...
2274Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/compiler/pyassem.py ...
2275Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/compiler/pycodegen.py ...
2276Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/compiler/symbols.py ...
2277Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/compiler/syntax.py ...
2278Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/compiler/transformer.py ...
2279Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/compiler/visitor.py ...
2280Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/cookielib.py ...
2281Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/copy.py ...
2282Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/copy_reg.py ...
2283Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/csv.py ...
2284Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/curses ...
2285Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/curses/__init__.py ...
2286Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/curses/ascii.py ...
2287Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/curses/has_key.py ...
2288Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/curses/panel.py ...
2289Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/curses/textpad.py ...
2290Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/curses/wrapper.py ...
2291Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/dbhash.py ...
2292Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/decimal.py ...
2293Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/difflib.py ...
2294Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/dircache.py ...
2295Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/dis.py ...
2296Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils ...
2297Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/__init__.py ...
2298Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/archive_util.py ...
2299Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/bcppcompiler.py ...
2300Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/ccompiler.py ...
2301Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/cmd.py ...
2302Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/command ...
2303Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/command/__init__.py ...
2304Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/command/bdist.py ...
2305Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/command/bdist_dumb.py ...
2306Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/command/bdist_rpm.py ...
2307Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/command/bdist_wininst.py ...
2308Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/command/build.py ...
2309Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/command/build_clib.py ...
2310Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/command/build_ext.py ...
2311Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/command/build_py.py ...
2312Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/command/build_scripts.py ...
2313Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/command/clean.py ...
2314Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/command/config.py ...
2315Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/command/install.py ...
2316Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/command/install_data.py ...
2317Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/command/install_headers.py ...
2318Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/command/install_lib.py ...
2319Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/command/install_scripts.py ...
2320Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/command/register.py ...
2321Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/command/sdist.py ...
2322Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/core.py ...
2323Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/cygwinccompiler.py ...
2324Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/debug.py ...
2325Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/dep_util.py ...
2326Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/dir_util.py ...
2327Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/dist.py ...
2328Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/emxccompiler.py ...
2329Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/errors.py ...
2330Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/extension.py ...
2331Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/fancy_getopt.py ...
2332Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/file_util.py ...
2333Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/filelist.py ...
2334Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/log.py ...
2335Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/msvccompiler.py ...
2336Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/mwerkscompiler.py ...
2337Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/spawn.py ...
2338Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/sysconfig.py ...
2339Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/tests ...
2340Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/tests/__init__.py ...
2341Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/tests/support.py ...
2342Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/tests/test_build_py.py ...
2343Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/tests/test_build_scripts.py ...
2344Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/tests/test_dist.py ...
2345Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/tests/test_install.py ...
2346Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/tests/test_install_scripts.py ...
2347Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/text_file.py ...
2348Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/unixccompiler.py ...
2349Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/util.py ...
2350Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/version.py ...
2351Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/doctest.py ...
2352Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/dumbdbm.py ...
2353Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/dummy_thread.py ...
2354Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/dummy_threading.py ...
2355Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email ...
2356Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/Charset.py ...
2357Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/Encoders.py ...
2358Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/Errors.py ...
2359Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/FeedParser.py ...
2360Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/Generator.py ...
2361Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/Header.py ...
2362Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/Iterators.py ...
2363Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/MIMEAudio.py ...
2364Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/MIMEBase.py ...
2365Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/MIMEImage.py ...
2366Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/MIMEMessage.py ...
2367Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/MIMEMultipart.py ...
2368Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/MIMENonMultipart.py ...
2369Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/MIMEText.py ...
2370Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/Message.py ...
2371Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/Parser.py ...
2372Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/Utils.py ...
2373Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/__init__.py ...
2374Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/_parseaddr.py ...
2375Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/base64MIME.py ...
2376Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/quopriMIME.py ...
2377Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/test ...
2378Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/test/__init__.py ...
2379Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/test/data ...
2380Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/test/test_email.py ...
2381Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/test/test_email_codecs.py ...
2382Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/test/test_email_torture.py ...
2383Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings ...
2384Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/__init__.py ...
2385Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/aliases.py ...
2386Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/ascii.py ...
2387Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/base64_codec.py ...
2388Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/big5.py ...
2389Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/big5hkscs.py ...
2390Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/bz2_codec.py ...
2391Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/charmap.py ...
2392Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp037.py ...
2393Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp1006.py ...
2394Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp1026.py ...
2395Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp1140.py ...
2396Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp1250.py ...
2397Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp1251.py ...
2398Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp1252.py ...
2399Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp1253.py ...
2400Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp1254.py ...
2401Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp1255.py ...
2402Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp1256.py ...
2403Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp1257.py ...
2404Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp1258.py ...
2405Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp424.py ...
2406Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp437.py ...
2407Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp500.py ...
2408Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp737.py ...
2409Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp775.py ...
2410Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp850.py ...
2411Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp852.py ...
2412Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp855.py ...
2413Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp856.py ...
2414Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp857.py ...
2415Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp860.py ...
2416Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp861.py ...
2417Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp862.py ...
2418Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp863.py ...
2419Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp864.py ...
2420Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp865.py ...
2421Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp866.py ...
2422Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp869.py ...
2423Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp874.py ...
2424Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp875.py ...
2425Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp932.py ...
2426Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp949.py ...
2427Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp950.py ...
2428Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/euc_jis_2004.py ...
2429Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/euc_jisx0213.py ...
2430Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/euc_jp.py ...
2431Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/euc_kr.py ...
2432Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/gb18030.py ...
2433Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/gb2312.py ...
2434Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/gbk.py ...
2435Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/hex_codec.py ...
2436Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/hp_roman8.py ...
2437Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/hz.py ...
2438Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/idna.py ...
2439Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/iso2022_jp.py ...
2440Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/iso2022_jp_1.py ...
2441Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/iso2022_jp_2.py ...
2442Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/iso2022_jp_2004.py ...
2443Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/iso2022_jp_3.py ...
2444Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/iso2022_jp_ext.py ...
2445Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/iso2022_kr.py ...
2446Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/iso8859_1.py ...
2447Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/iso8859_10.py ...
2448Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/iso8859_11.py ...
2449Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/iso8859_13.py ...
2450Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/iso8859_14.py ...
2451Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/iso8859_15.py ...
2452Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/iso8859_16.py ...
2453Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/iso8859_2.py ...
2454Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/iso8859_3.py ...
2455Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/iso8859_4.py ...
2456Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/iso8859_5.py ...
2457Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/iso8859_6.py ...
2458Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/iso8859_7.py ...
2459Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/iso8859_8.py ...
2460Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/iso8859_9.py ...
2461Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/johab.py ...
2462Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/koi8_r.py ...
2463Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/koi8_u.py ...
2464Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/latin_1.py ...
2465Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/mac_cyrillic.py ...
2466Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/mac_greek.py ...
2467Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/mac_iceland.py ...
2468Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/mac_latin2.py ...
2469Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/mac_roman.py ...
2470Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/mac_turkish.py ...
2471Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/mbcs.py ...
2472Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/palmos.py ...
2473Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/ptcp154.py ...
2474Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/punycode.py ...
2475Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/quopri_codec.py ...
2476Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/raw_unicode_escape.py ...
2477Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/rot_13.py ...
2478Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/shift_jis.py ...
2479Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/shift_jis_2004.py ...
2480Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/shift_jisx0213.py ...
2481Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/string_escape.py ...
2482Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/tis_620.py ...
2483Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/undefined.py ...
2484Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/unicode_escape.py ...
2485Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/unicode_internal.py ...
2486Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/utf_16.py ...
2487Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/utf_16_be.py ...
2488Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/utf_16_le.py ...
2489Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/utf_7.py ...
2490Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/utf_8.py ...
2491Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/uu_codec.py ...
2492Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/zlib_codec.py ...
2493Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/filecmp.py ...
2494Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/fileinput.py ...
2495Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/fnmatch.py ...
2496Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/formatter.py ...
2497Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/fpformat.py ...
2498Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/ftplib.py ...
2499Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/getopt.py ...
2500Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/getpass.py ...
2501Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/gettext.py ...
2502Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/glob.py ...
2503Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/gopherlib.py ...
2504Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/gzip.py ...
2505Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/heapq.py ...
2506Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/hmac.py ...
2507Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/hotshot ...
2508Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/hotshot/__init__.py ...
2509Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/hotshot/log.py ...
2510Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/hotshot/stats.py ...
2511Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/hotshot/stones.py ...
2512Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/htmlentitydefs.py ...
2513Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/htmllib.py ...
2514Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/httplib.py ...
2515Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib ...
2516Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/AutoExpand.py ...
2517Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/Bindings.py ...
2518Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/CallTipWindow.py ...
2519Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/CallTips.py ...
2520Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/ClassBrowser.py ...
2521Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/CodeContext.py ...
2522Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/ColorDelegator.py ...
2523Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/Debugger.py ...
2524Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/Delegator.py ...
2525Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/EditorWindow.py ...
2526Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/FileList.py ...
2527Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/FormatParagraph.py ...
2528Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/GrepDialog.py ...
2529Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/IOBinding.py ...
2530Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/Icons ...
2531Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/IdleHistory.py ...
2532Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/MultiStatusBar.py ...
2533Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/ObjectBrowser.py ...
2534Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/OutputWindow.py ...
2535Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/ParenMatch.py ...
2536Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/PathBrowser.py ...
2537Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/Percolator.py ...
2538Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/PyParse.py ...
2539Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/PyShell.py ...
2540Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/RemoteDebugger.py ...
2541Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/RemoteObjectBrowser.py ...
2542Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/ReplaceDialog.py ...
2543Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/ScriptBinding.py ...
2544Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/ScrolledList.py ...
2545Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/SearchDialog.py ...
2546Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/SearchDialogBase.py ...
2547Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/SearchEngine.py ...
2548Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/StackViewer.py ...
2549Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/ToolTip.py ...
2550Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/TreeWidget.py ...
2551Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/UndoDelegator.py ...
2552Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/WidgetRedirector.py ...
2553Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/WindowList.py ...
2554Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/ZoomHeight.py ...
2555Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/__init__.py ...
2556Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/aboutDialog.py ...
2557Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/buildapp.py ...
2558Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/configDialog.py ...
2559Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/configHandler.py ...
2560Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/configHelpSourceEdit.py ...
2561Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/configSectionNameDialog.py ...
2562Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/dynOptionMenuWidget.py ...
2563Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/idle.py ...
2564Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/idlever.py ...
2565Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/keybindingDialog.py ...
2566Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/rpc.py ...
2567Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/run.py ...
2568Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/tabpage.py ...
2569Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/testcode.py ...
2570Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/textView.py ...
2571Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/ihooks.py ...
2572Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/imaplib.py ...
2573Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/imghdr.py ...
2574Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/imputil.py ...
2575Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/inspect.py ...
2576Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/keyword.py ...
2577Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-old ...
2578Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-old/Para.py ...
2579Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-old/addpack.py ...
2580Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-old/cmp.py ...
2581Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-old/cmpcache.py ...
2582Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-old/codehack.py ...
2583Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-old/dircmp.py ...
2584Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-old/dump.py ...
2585Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-old/find.py ...
2586Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-old/fmt.py ...
2587Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-old/grep.py ...
2588Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-old/lockfile.py ...
2589Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-old/newdir.py ...
2590Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-old/ni.py ...
2591Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-old/packmail.py ...
2592Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-old/poly.py ...
2593Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-old/rand.py ...
2594Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-old/tb.py ...
2595Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-old/util.py ...
2596Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-old/whatsound.py ...
2597Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-old/zmod.py ...
2598Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-tk ...
2599Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-tk/Canvas.py ...
2600Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-tk/Dialog.py ...
2601Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-tk/FileDialog.py ...
2602Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-tk/FixTk.py ...
2603Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-tk/ScrolledText.py ...
2604Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-tk/SimpleDialog.py ...
2605Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-tk/Tix.py ...
2606Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-tk/Tkconstants.py ...
2607Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-tk/Tkdnd.py ...
2608Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-tk/Tkinter.py ...
2609Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-tk/tkColorChooser.py ...
2610Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-tk/tkCommonDialog.py ...
2611Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-tk/tkFileDialog.py ...
2612Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-tk/tkFont.py ...
2613Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-tk/tkMessageBox.py ...
2614Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-tk/tkSimpleDialog.py ...
2615Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-tk/turtle.py ...
2616Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/linecache.py ...
2617Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/locale.py ...
2618Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/logging ...
2619Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/logging/__init__.py ...
2620Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/logging/config.py ...
2621Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/logging/handlers.py ...
2622Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/macpath.py ...
2623Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/macurl2path.py ...
2624Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/mailbox.py ...
2625Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/mailcap.py ...
2626Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/markupbase.py ...
2627Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/mhlib.py ...
2628Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/mimetools.py ...
2629Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/mimetypes.py ...
2630Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/mimify.py ...
2631Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/modulefinder.py ...
2632Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/multifile.py ...
2633Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/mutex.py ...
2634Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/netrc.py ...
2635Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/new.py ...
2636Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/nntplib.py ...
2637Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/ntpath.py ...
2638Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/nturl2path.py ...
2639Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/opcode.py ...
2640Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/optparse.py ...
2641Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/os.py ...
2642Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/os2emxpath.py ...
2643Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/pdb.py ...
2644Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/pickle.py ...
2645Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/pickletools.py ...
2646Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/pipes.py ...
2647Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/pkgutil.py ...
2648Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-darwin ...
2649Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-darwin/IN.py ...
2650Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac ...
2651Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Audio_mac.py ...
2652Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon ...
2653Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/AE.py ...
2654Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/AH.py ...
2655Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Alias.py ...
2656Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Aliases.py ...
2657Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/App.py ...
2658Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Appearance.py ...
2659Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/AppleEvents.py ...
2660Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/AppleHelp.py ...
2661Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/CF.py ...
2662Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/CG.py ...
2663Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/CarbonEvents.py ...
2664Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/CarbonEvt.py ...
2665Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Cm.py ...
2666Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Components.py ...
2667Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/ControlAccessor.py ...
2668Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Controls.py ...
2669Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/CoreFoundation.py ...
2670Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/CoreGraphics.py ...
2671Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Ctl.py ...
2672Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Dialogs.py ...
2673Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Dlg.py ...
2674Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Drag.py ...
2675Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Dragconst.py ...
2676Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Events.py ...
2677Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Evt.py ...
2678Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/File.py ...
2679Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Files.py ...
2680Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Fm.py ...
2681Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Folder.py ...
2682Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Folders.py ...
2683Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Fonts.py ...
2684Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Help.py ...
2685Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/IBCarbon.py ...
2686Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/IBCarbonRuntime.py ...
2687Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Icn.py ...
2688Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Icons.py ...
2689Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Launch.py ...
2690Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/LaunchServices.py ...
2691Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/List.py ...
2692Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Lists.py ...
2693Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/MacHelp.py ...
2694Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/MacTextEditor.py ...
2695Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/MediaDescr.py ...
2696Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Menu.py ...
2697Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Menus.py ...
2698Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Mlte.py ...
2699Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/OSA.py ...
2700Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/OSAconst.py ...
2701Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/QDOffscreen.py ...
2702Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Qd.py ...
2703Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Qdoffs.py ...
2704Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Qt.py ...
2705Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/QuickDraw.py ...
2706Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/QuickTime.py ...
2707Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Res.py ...
2708Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Resources.py ...
2709Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Scrap.py ...
2710Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Snd.py ...
2711Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Sndihooks.py ...
2712Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Sound.py ...
2713Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/TE.py ...
2714Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/TextEdit.py ...
2715Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/WASTEconst.py ...
2716Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Win.py ...
2717Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Windows.py ...
2718Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/__init__.py ...
2719Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/EasyDialogs.py ...
2720Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/FrameWork.py ...
2721Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/MiniAEFrame.py ...
2722Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/PixMapWrapper.py ...
2723Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/WASTEconst.py ...
2724Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/aepack.py ...
2725Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/aetools.py ...
2726Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/aetypes.py ...
2727Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/applesingle.py ...
2728Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/appletrawmain.py ...
2729Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/appletrunner.py ...
2730Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/argvemulator.py ...
2731Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/bgenlocations.py ...
2732Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/buildtools.py ...
2733Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/bundlebuilder.py ...
2734Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/cfmfile.py ...
2735Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/findertools.py ...
2736Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/gensuitemodule.py ...
2737Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/ic.py ...
2738Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/icopen.py ...
2739Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages ...
2740Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/CodeWarrior ...
2741Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/CodeWarrior/CodeWarrior_suite.py ...
2742Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/CodeWarrior/Metrowerks_Shell_Suite.py ...
2743Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/CodeWarrior/Required.py ...
2744Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/CodeWarrior/Standard_Suite.py ...
2745Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/CodeWarrior/__init__.py ...
2746Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Explorer ...
2747Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Explorer/Microsoft_Internet_Explorer.py ...
2748Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Explorer/Netscape_Suite.py ...
2749Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Explorer/Required_Suite.py ...
2750Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Explorer/Standard_Suite.py ...
2751Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Explorer/URL_Suite.py ...
2752Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Explorer/Web_Browser_Suite.py ...
2753Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Explorer/__init__.py ...
2754Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Finder ...
2755Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Finder/Containers_and_folders.py ...
2756Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Finder/Enumerations.py ...
2757Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Finder/Files.py ...
2758Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Finder/Finder_Basics.py ...
2759Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Finder/Finder_items.py ...
2760Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Finder/Legacy_suite.py ...
2761Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Finder/Standard_Suite.py ...
2762Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Finder/Type_Definitions.py ...
2763Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Finder/Window_classes.py ...
2764Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Finder/__init__.py ...
2765Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Netscape ...
2766Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Netscape/Mozilla_suite.py ...
2767Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Netscape/PowerPlant.py ...
2768Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Netscape/Required_suite.py ...
2769Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Netscape/Standard_Suite.py ...
2770Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Netscape/Standard_URL_suite.py ...
2771Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Netscape/Text.py ...
2772Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Netscape/WorldWideWeb_suite.py ...
2773Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Netscape/__init__.py ...
2774Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/StdSuites ...
2775Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/StdSuites/AppleScript_Suite.py ...
2776Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/StdSuites/Macintosh_Connectivity_Clas.py ...
2777Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suite.py ...
2778Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suppleme.py ...
2779Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/StdSuites/Required_Suite.py ...
2780Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.py ...
2781Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/StdSuites/Table_Suite.py ...
2782Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/StdSuites/Text_Suite.py ...
2783Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/StdSuites/Type_Names_Suite.py ...
2784Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/StdSuites/__init__.py ...
2785Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/SystemEvents ...
2786Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/SystemEvents/Disk_Folder_File_Suite.py ...
2787Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/SystemEvents/Folder_Actions_Suite.py ...
2788Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/SystemEvents/Hidden_Suite.py ...
2789Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/SystemEvents/Login_Items_Suite.py ...
2790Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/SystemEvents/Power_Suite.py ...
2791Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/SystemEvents/Processes_Suite.py ...
2792Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/SystemEvents/Standard_Suite.py ...
2793Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/SystemEvents/System_Events_Suite.py ...
2794Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/SystemEvents/Text_Suite.py ...
2795Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/SystemEvents/__init__.py ...
2796Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Terminal ...
2797Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Terminal/Standard_Suite.py ...
2798Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Terminal/Terminal_Suite.py ...
2799Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Terminal/Text_Suite.py ...
2800Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Terminal/__init__.py ...
2801Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/_builtinSuites ...
2802Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/_builtinSuites/__init__.py ...
2803Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/_builtinSuites/builtin_Suite.py ...
2804Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/macerrors.py ...
2805Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/macfs.py ...
2806Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/macostools.py ...
2807Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/macresource.py ...
2808Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/pimp.py ...
2809Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/plistlib.py ...
2810Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/terminalcommand.py ...
2811Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/videoreader.py ...
2812Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/platform.py ...
2813Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/popen2.py ...
2814Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/poplib.py ...
2815Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/posixfile.py ...
2816Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/posixpath.py ...
2817Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/pprint.py ...
2818Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/profile.py ...
2819Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/pstats.py ...
2820Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/pty.py ...
2821Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/py_compile.py ...
2822Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/pyclbr.py ...
2823Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/pydoc.py ...
2824Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/quopri.py ...
2825Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/random.py ...
2826Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/re.py ...
2827Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/reconvert.py ...
2828Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/regex_syntax.py ...
2829Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/regsub.py ...
2830Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/repr.py ...
2831Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/rexec.py ...
2832Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/rfc822.py ...
2833Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/rlcompleter.py ...
2834Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/robotparser.py ...
2835Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/sched.py ...
2836Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/sets.py ...
2837Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/sgmllib.py ...
2838Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/shelve.py ...
2839Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/shlex.py ...
2840Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/shutil.py ...
2841Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/site.py ...
2842Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/smtpd.py ...
2843Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/smtplib.py ...
2844Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/sndhdr.py ...
2845Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/socket.py ...
2846Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/sre.py ...
2847Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/sre_compile.py ...
2848Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/sre_constants.py ...
2849Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/sre_parse.py ...
2850Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/stat.py ...
2851Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/statcache.py ...
2852Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/statvfs.py ...
2853Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/string.py ...
2854Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/stringold.py ...
2855Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/stringprep.py ...
2856Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/subprocess.py ...
2857Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/sunau.py ...
2858Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/sunaudio.py ...
2859Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/symbol.py ...
2860Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/symtable.py ...
2861Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/tabnanny.py ...
2862Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/tarfile.py ...
2863Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/telnetlib.py ...
2864Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/tempfile.py ...
2865Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test ...
2866Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/__init__.py ...
2867Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/autotest.py ...
2868Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/cjkencodings_test.py ...
2869Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/decimaltestdata ...
2870Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/doctest_aliases.py ...
2871Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/double_const.py ...
2872Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/list_tests.py ...
2873Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/mapping_tests.py ...
2874Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/output ...
2875Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/pickletester.py ...
2876Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/pyclbr_input.py ...
2877Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/pydocfodder.py ...
2878Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/pystone.py ...
2879Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/re_tests.py ...
2880Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/regex_tests.py ...
2881Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/regrtest.py ...
2882Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/reperf.py ...
2883Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/sample_doctest.py ...
2884Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/seq_tests.py ...
2885Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/sortperf.py ...
2886Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/string_tests.py ...
2887Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_MimeWriter.py ...
2888Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_StringIO.py ...
2889Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test___all__.py ...
2890Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test___future__.py ...
2891Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test__locale.py ...
2892Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_aepack.py ...
2893Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_al.py ...
2894Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_anydbm.py ...
2895Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_applesingle.py ...
2896Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_array.py ...
2897Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_asynchat.py ...
2898Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_atexit.py ...
2899Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_audioop.py ...
2900Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_augassign.py ...
2901Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_base64.py ...
2902Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_bastion.py ...
2903Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_binascii.py ...
2904Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_binhex.py ...
2905Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_binop.py ...
2906Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_bisect.py ...
2907Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_bool.py ...
2908Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_bsddb.py ...
2909Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_bsddb185.py ...
2910Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_bsddb3.py ...
2911Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_bufio.py ...
2912Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_builtin.py ...
2913Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_bz2.py ...
2914Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_calendar.py ...
2915Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_call.py ...
2916Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_capi.py ...
2917Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_cd.py ...
2918Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_cfgparser.py ...
2919Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_cgi.py ...
2920Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_charmapcodec.py ...
2921Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_cl.py ...
2922Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_class.py ...
2923Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_cmath.py ...
2924Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_cmd_line.py ...
2925Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_codeccallbacks.py ...
2926Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_codecencodings_cn.py ...
2927Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_codecencodings_hk.py ...
2928Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_codecencodings_jp.py ...
2929Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_codecencodings_kr.py ...
2930Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_codecencodings_tw.py ...
2931Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_codecmaps_cn.py ...
2932Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_codecmaps_hk.py ...
2933Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_codecmaps_jp.py ...
2934Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_codecmaps_kr.py ...
2935Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_codecmaps_tw.py ...
2936Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_codecs.py ...
2937Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_codeop.py ...
2938Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_coercion.py ...
2939Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_colorsys.py ...
2940Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_commands.py ...
2941Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_compare.py ...
2942Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_compile.py ...
2943Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_compiler.py ...
2944Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_complex.py ...
2945Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_contains.py ...
2946Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_cookie.py ...
2947Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_cookielib.py ...
2948Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_copy.py ...
2949Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_copy_reg.py ...
2950Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_cpickle.py ...
2951Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_crypt.py ...
2952Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_csv.py ...
2953Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_curses.py ...
2954Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_datetime.py ...
2955Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_dbm.py ...
2956Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_decimal.py ...
2957Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_decorators.py ...
2958Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_deque.py ...
2959Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_descr.py ...
2960Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_descrtut.py ...
2961Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_dict.py ...
2962Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_difflib.py ...
2963Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_dircache.py ...
2964Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_dis.py ...
2965Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_distutils.py ...
2966Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_dl.py ...
2967Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_doctest.py ...
2968Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_doctest2.py ...
2969Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_dumbdbm.py ...
2970Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_dummy_thread.py ...
2971Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_dummy_threading.py ...
2972Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_email.py ...
2973Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_email_codecs.py ...
2974Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_enumerate.py ...
2975Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_eof.py ...
2976Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_errno.py ...
2977Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_exceptions.py ...
2978Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_extcall.py ...
2979Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_fcntl.py ...
2980Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_file.py ...
2981Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_filecmp.py ...
2982Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_fileinput.py ...
2983Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_fnmatch.py ...
2984Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_fork1.py ...
2985Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_format.py ...
2986Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_fpformat.py ...
2987Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_frozen.py ...
2988Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_funcattrs.py ...
2989Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_future.py ...
2990Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_future1.py ...
2991Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_future2.py ...
2992Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_future3.py ...
2993Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_gc.py ...
2994Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_gdbm.py ...
2995Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_generators.py ...
2996Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_genexps.py ...
2997Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_getargs.py ...
2998Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_getargs2.py ...
2999Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_getopt.py ...
3000Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_gettext.py ...
3001Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_gl.py ...
3002Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_glob.py ...
3003Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_global.py ...
3004Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_grammar.py ...
3005Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_grp.py ...
3006Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_gzip.py ...
3007Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_hash.py ...
3008Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_heapq.py ...
3009Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_hexoct.py ...
3010Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_hmac.py ...
3011Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_hotshot.py ...
3012Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_htmllib.py ...
3013Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_htmlparser.py ...
3014Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_httplib.py ...
3015Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_imageop.py ...
3016Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_imaplib.py ...
3017Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_imgfile.py ...
3018Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_imp.py ...
3019Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_import.py ...
3020Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_importhooks.py ...
3021Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_inspect.py ...
3022Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_ioctl.py ...
3023Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_isinstance.py ...
3024Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_iter.py ...
3025Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_iterlen.py ...
3026Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_itertools.py ...
3027Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_largefile.py ...
3028Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_linuxaudiodev.py ...
3029Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_list.py ...
3030Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_locale.py ...
3031Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_logging.py ...
3032Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_long.py ...
3033Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_long_future.py ...
3034Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_longexp.py ...
3035Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_macfs.py ...
3036Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_macostools.py ...
3037Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_macpath.py ...
3038Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_mailbox.py ...
3039Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_marshal.py ...
3040Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_math.py ...
3041Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_md5.py ...
3042Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_mhlib.py ...
3043Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_mimetools.py ...
3044Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_mimetypes.py ...
3045Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_minidom.py ...
3046Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_mmap.py ...
3047Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_module.py ...
3048Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_multibytecodec.py ...
3049Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_multibytecodec_support.py ...
3050Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_multifile.py ...
3051Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_mutants.py ...
3052Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_netrc.py ...
3053Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_new.py ...
3054Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_nis.py ...
3055Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_normalization.py ...
3056Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_ntpath.py ...
3057Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_opcodes.py ...
3058Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_openpty.py ...
3059Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_operations.py ...
3060Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_operator.py ...
3061Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_optparse.py ...
3062Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_os.py ...
3063Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_ossaudiodev.py ...
3064Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_parser.py ...
3065Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_peepholer.py ...
3066Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_pep247.py ...
3067Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_pep263.py ...
3068Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_pep277.py ...
3069Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_pep292.py ...
3070Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_pickle.py ...
3071Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_pickletools.py ...
3072Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_pkg.py ...
3073Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_pkgimport.py ...
3074Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_plistlib.py ...
3075Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_poll.py ...
3076Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_popen.py ...
3077Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_popen2.py ...
3078Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_posix.py ...
3079Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_posixpath.py ...
3080Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_pow.py ...
3081Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_pprint.py ...
3082Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_profile.py ...
3083Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_profilehooks.py ...
3084Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_pty.py ...
3085Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_pwd.py ...
3086Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_pyclbr.py ...
3087Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_pyexpat.py ...
3088Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_queue.py ...
3089Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_quopri.py ...
3090Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_random.py ...
3091Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_re.py ...
3092Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_regex.py ...
3093Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_repr.py ...
3094Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_resource.py ...
3095Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_rfc822.py ...
3096Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_rgbimg.py ...
3097Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_richcmp.py ...
3098Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_robotparser.py ...
3099Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_sax.py ...
3100Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_scope.py ...
3101Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_scriptpackages.py ...
3102Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_select.py ...
3103Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_set.py ...
3104Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_sets.py ...
3105Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_sgmllib.py ...
3106Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_sha.py ...
3107Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_shelve.py ...
3108Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_shlex.py ...
3109Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_shutil.py ...
3110Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_signal.py ...
3111Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_site.py ...
3112Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_slice.py ...
3113Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_socket.py ...
3114Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_socket_ssl.py ...
3115Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_socketserver.py ...
3116Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_softspace.py ...
3117Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_sort.py ...
3118Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_str.py ...
3119Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_strftime.py ...
3120Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_string.py ...
3121Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_stringprep.py ...
3122Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_strop.py ...
3123Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_strptime.py ...
3124Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_struct.py ...
3125Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_structseq.py ...
3126Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_subprocess.py ...
3127Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_sunaudiodev.py ...
3128Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_sundry.py ...
3129Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_support.py ...
3130Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_symtable.py ...
3131Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_syntax.py ...
3132Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_sys.py ...
3133Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_tarfile.py ...
3134Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_tcl.py ...
3135Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_tempfile.py ...
3136Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_textwrap.py ...
3137Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_thread.py ...
3138Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_threaded_import.py ...
3139Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_threadedtempfile.py ...
3140Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_threading.py ...
3141Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_threading_local.py ...
3142Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_threadsignals.py ...
3143Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_time.py ...
3144Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_timeout.py ...
3145Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_timing.py ...
3146Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_tokenize.py ...
3147Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_trace.py ...
3148Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_traceback.py ...
3149Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_transformer.py ...
3150Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_tuple.py ...
3151Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_types.py ...
3152Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_ucn.py ...
3153Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_unary.py ...
3154Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_unicode.py ...
3155Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_unicode_file.py ...
3156Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_unicodedata.py ...
3157Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_unittest.py ...
3158Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_univnewlines.py ...
3159Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_unpack.py ...
3160Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_urllib.py ...
3161Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_urllib2.py ...
3162Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_urllib2net.py ...
3163Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_urllibnet.py ...
3164Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_urlparse.py ...
3165Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_userdict.py ...
3166Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_userlist.py ...
3167Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_userstring.py ...
3168Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_uu.py ...
3169Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_warnings.py ...
3170Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_wave.py ...
3171Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_weakref.py ...
3172Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_whichdb.py ...
3173Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_winreg.py ...
3174Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_winsound.py ...
3175Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_xmllib.py ...
3176Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_xmlrpc.py ...
3177Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_xpickle.py ...
3178Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_xrange.py ...
3179Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_zipfile.py ...
3180Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_zipimport.py ...
3181Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_zlib.py ...
3182Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/testall.py ...
3183Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/testcodec.py ...
3184Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/tf_inherit_check.py ...
3185Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/threaded_import_hangers.py ...
3186Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/xmltests.py ...
3187Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/textwrap.py ...
3188Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/this.py ...
3189Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/threading.py ...
3190Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/timeit.py ...
3191Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/toaiff.py ...
3192Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/token.py ...
3193Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/tokenize.py ...
3194Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/trace.py ...
3195Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/traceback.py ...
3196Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/tty.py ...
3197Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/types.py ...
3198Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/tzparse.py ...
3199Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/unittest.py ...
3200Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/urllib.py ...
3201Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/urllib2.py ...
3202Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/urlparse.py ...
3203Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/user.py ...
3204Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/uu.py ...
3205Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/warnings.py ...
3206Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/wave.py ...
3207Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/weakref.py ...
3208Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/webbrowser.py ...
3209Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/whichdb.py ...
3210Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/whrandom.py ...
3211Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xdrlib.py ...
3212Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xml ...
3213Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xml/__init__.py ...
3214Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xml/dom ...
3215Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xml/dom/NodeFilter.py ...
3216Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xml/dom/__init__.py ...
3217Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xml/dom/domreg.py ...
3218Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xml/dom/expatbuilder.py ...
3219Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xml/dom/minicompat.py ...
3220Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xml/dom/minidom.py ...
3221Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xml/dom/pulldom.py ...
3222Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xml/dom/xmlbuilder.py ...
3223Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xml/parsers ...
3224Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xml/parsers/__init__.py ...
3225Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xml/parsers/expat.py ...
3226Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xml/sax ...
3227Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xml/sax/__init__.py ...
3228Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xml/sax/_exceptions.py ...
3229Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xml/sax/expatreader.py ...
3230Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xml/sax/handler.py ...
3231Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xml/sax/saxutils.py ...
3232Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xml/sax/xmlreader.py ...
3233Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xmllib.py ...
3234Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xmlrpclib.py ...
3235Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/zipfile.py ...
3236PYTHONPATH=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4  \
3237                ./python.exe -Wi -tt -O /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/compileall.py \
3238                -d /opt/local/lib/python2.4 -f \
3239                -x 'badsyntax|site-packages' /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4
3240Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4 ...
3241Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/BaseHTTPServer.py ...
3242Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/Bastion.py ...
3243Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/CGIHTTPServer.py ...
3244Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/ConfigParser.py ...
3245Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/Cookie.py ...
3246Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/DocXMLRPCServer.py ...
3247Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/HTMLParser.py ...
3248Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/MimeWriter.py ...
3249Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/Queue.py ...
3250Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/SimpleHTTPServer.py ...
3251Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/SimpleXMLRPCServer.py ...
3252Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/SocketServer.py ...
3253Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/StringIO.py ...
3254Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/UserDict.py ...
3255Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/UserList.py ...
3256Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/UserString.py ...
3257Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/_LWPCookieJar.py ...
3258Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/_MozillaCookieJar.py ...
3259Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/__future__.py ...
3260Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/__phello__.foo.py ...
3261Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/_strptime.py ...
3262Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/_threading_local.py ...
3263Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/aifc.py ...
3264Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/anydbm.py ...
3265Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/asynchat.py ...
3266Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/asyncore.py ...
3267Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/atexit.py ...
3268Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/audiodev.py ...
3269Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/base64.py ...
3270Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bdb.py ...
3271Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/binhex.py ...
3272Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bisect.py ...
3273Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb ...
3274Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/__init__.py ...
3275Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/db.py ...
3276Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/dbobj.py ...
3277Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/dbrecio.py ...
3278Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/dbshelve.py ...
3279Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/dbtables.py ...
3280Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/dbutils.py ...
3281Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/test ...
3282Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/test/__init__.py ...
3283Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/test/test_1413192.py ...
3284Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/test/test_all.py ...
3285Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/test/test_associate.py ...
3286Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/test/test_basics.py ...
3287Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/test/test_compat.py ...
3288Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/test/test_dbobj.py ...
3289Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/test/test_dbshelve.py ...
3290Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/test/test_dbtables.py ...
3291Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/test/test_env_close.py ...
3292Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/test/test_get_none.py ...
3293Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/test/test_join.py ...
3294Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/test/test_lock.py ...
3295Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/test/test_misc.py ...
3296Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/test/test_pickle.py ...
3297Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/test/test_queue.py ...
3298Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/test/test_recno.py ...
3299Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/bsddb/test/test_thread.py ...
3300Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/calendar.py ...
3301Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/cgi.py ...
3302Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/cgitb.py ...
3303Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/chunk.py ...
3304Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/cmd.py ...
3305Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/code.py ...
3306Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/codecs.py ...
3307Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/codeop.py ...
3308Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/colorsys.py ...
3309Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/commands.py ...
3310Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/compileall.py ...
3311Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/compiler ...
3312Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/compiler/__init__.py ...
3313Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/compiler/ast.py ...
3314Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/compiler/consts.py ...
3315Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/compiler/future.py ...
3316Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/compiler/misc.py ...
3317Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/compiler/pyassem.py ...
3318Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/compiler/pycodegen.py ...
3319Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/compiler/symbols.py ...
3320Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/compiler/syntax.py ...
3321Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/compiler/transformer.py ...
3322Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/compiler/visitor.py ...
3323Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/cookielib.py ...
3324Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/copy.py ...
3325Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/copy_reg.py ...
3326Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/csv.py ...
3327Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/curses ...
3328Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/curses/__init__.py ...
3329Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/curses/ascii.py ...
3330Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/curses/has_key.py ...
3331Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/curses/panel.py ...
3332Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/curses/textpad.py ...
3333Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/curses/wrapper.py ...
3334Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/dbhash.py ...
3335Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/decimal.py ...
3336Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/difflib.py ...
3337Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/dircache.py ...
3338Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/dis.py ...
3339Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils ...
3340Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/__init__.py ...
3341Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/archive_util.py ...
3342Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/bcppcompiler.py ...
3343Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/ccompiler.py ...
3344Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/cmd.py ...
3345Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/command ...
3346Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/command/__init__.py ...
3347Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/command/bdist.py ...
3348Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/command/bdist_dumb.py ...
3349Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/command/bdist_rpm.py ...
3350Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/command/bdist_wininst.py ...
3351Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/command/build.py ...
3352Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/command/build_clib.py ...
3353Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/command/build_ext.py ...
3354Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/command/build_py.py ...
3355Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/command/build_scripts.py ...
3356Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/command/clean.py ...
3357Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/command/config.py ...
3358Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/command/install.py ...
3359Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/command/install_data.py ...
3360Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/command/install_headers.py ...
3361Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/command/install_lib.py ...
3362Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/command/install_scripts.py ...
3363Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/command/register.py ...
3364Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/command/sdist.py ...
3365Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/core.py ...
3366Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/cygwinccompiler.py ...
3367Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/debug.py ...
3368Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/dep_util.py ...
3369Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/dir_util.py ...
3370Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/dist.py ...
3371Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/emxccompiler.py ...
3372Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/errors.py ...
3373Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/extension.py ...
3374Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/fancy_getopt.py ...
3375Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/file_util.py ...
3376Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/filelist.py ...
3377Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/log.py ...
3378Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/msvccompiler.py ...
3379Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/mwerkscompiler.py ...
3380Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/spawn.py ...
3381Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/sysconfig.py ...
3382Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/tests ...
3383Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/tests/__init__.py ...
3384Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/tests/support.py ...
3385Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/tests/test_build_py.py ...
3386Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/tests/test_build_scripts.py ...
3387Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/tests/test_dist.py ...
3388Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/tests/test_install.py ...
3389Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/tests/test_install_scripts.py ...
3390Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/text_file.py ...
3391Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/unixccompiler.py ...
3392Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/util.py ...
3393Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/distutils/version.py ...
3394Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/doctest.py ...
3395Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/dumbdbm.py ...
3396Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/dummy_thread.py ...
3397Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/dummy_threading.py ...
3398Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email ...
3399Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/Charset.py ...
3400Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/Encoders.py ...
3401Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/Errors.py ...
3402Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/FeedParser.py ...
3403Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/Generator.py ...
3404Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/Header.py ...
3405Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/Iterators.py ...
3406Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/MIMEAudio.py ...
3407Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/MIMEBase.py ...
3408Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/MIMEImage.py ...
3409Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/MIMEMessage.py ...
3410Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/MIMEMultipart.py ...
3411Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/MIMENonMultipart.py ...
3412Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/MIMEText.py ...
3413Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/Message.py ...
3414Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/Parser.py ...
3415Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/Utils.py ...
3416Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/__init__.py ...
3417Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/_parseaddr.py ...
3418Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/base64MIME.py ...
3419Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/quopriMIME.py ...
3420Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/test ...
3421Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/test/__init__.py ...
3422Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/test/data ...
3423Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/test/test_email.py ...
3424Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/test/test_email_codecs.py ...
3425Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/email/test/test_email_torture.py ...
3426Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings ...
3427Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/__init__.py ...
3428Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/aliases.py ...
3429Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/ascii.py ...
3430Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/base64_codec.py ...
3431Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/big5.py ...
3432Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/big5hkscs.py ...
3433Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/bz2_codec.py ...
3434Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/charmap.py ...
3435Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp037.py ...
3436Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp1006.py ...
3437Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp1026.py ...
3438Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp1140.py ...
3439Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp1250.py ...
3440Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp1251.py ...
3441Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp1252.py ...
3442Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp1253.py ...
3443Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp1254.py ...
3444Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp1255.py ...
3445Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp1256.py ...
3446Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp1257.py ...
3447Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp1258.py ...
3448Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp424.py ...
3449Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp437.py ...
3450Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp500.py ...
3451Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp737.py ...
3452Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp775.py ...
3453Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp850.py ...
3454Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp852.py ...
3455Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp855.py ...
3456Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp856.py ...
3457Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp857.py ...
3458Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp860.py ...
3459Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp861.py ...
3460Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp862.py ...
3461Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp863.py ...
3462Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp864.py ...
3463Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp865.py ...
3464Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp866.py ...
3465Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp869.py ...
3466Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp874.py ...
3467Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp875.py ...
3468Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp932.py ...
3469Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp949.py ...
3470Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/cp950.py ...
3471Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/euc_jis_2004.py ...
3472Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/euc_jisx0213.py ...
3473Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/euc_jp.py ...
3474Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/euc_kr.py ...
3475Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/gb18030.py ...
3476Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/gb2312.py ...
3477Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/gbk.py ...
3478Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/hex_codec.py ...
3479Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/hp_roman8.py ...
3480Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/hz.py ...
3481Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/idna.py ...
3482Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/iso2022_jp.py ...
3483Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/iso2022_jp_1.py ...
3484Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/iso2022_jp_2.py ...
3485Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/iso2022_jp_2004.py ...
3486Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/iso2022_jp_3.py ...
3487Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/iso2022_jp_ext.py ...
3488Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/iso2022_kr.py ...
3489Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/iso8859_1.py ...
3490Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/iso8859_10.py ...
3491Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/iso8859_11.py ...
3492Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/iso8859_13.py ...
3493Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/iso8859_14.py ...
3494Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/iso8859_15.py ...
3495Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/iso8859_16.py ...
3496Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/iso8859_2.py ...
3497Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/iso8859_3.py ...
3498Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/iso8859_4.py ...
3499Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/iso8859_5.py ...
3500Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/iso8859_6.py ...
3501Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/iso8859_7.py ...
3502Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/iso8859_8.py ...
3503Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/iso8859_9.py ...
3504Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/johab.py ...
3505Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/koi8_r.py ...
3506Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/koi8_u.py ...
3507Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/latin_1.py ...
3508Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/mac_cyrillic.py ...
3509Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/mac_greek.py ...
3510Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/mac_iceland.py ...
3511Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/mac_latin2.py ...
3512Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/mac_roman.py ...
3513Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/mac_turkish.py ...
3514Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/mbcs.py ...
3515Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/palmos.py ...
3516Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/ptcp154.py ...
3517Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/punycode.py ...
3518Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/quopri_codec.py ...
3519Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/raw_unicode_escape.py ...
3520Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/rot_13.py ...
3521Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/shift_jis.py ...
3522Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/shift_jis_2004.py ...
3523Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/shift_jisx0213.py ...
3524Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/string_escape.py ...
3525Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/tis_620.py ...
3526Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/undefined.py ...
3527Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/unicode_escape.py ...
3528Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/unicode_internal.py ...
3529Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/utf_16.py ...
3530Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/utf_16_be.py ...
3531Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/utf_16_le.py ...
3532Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/utf_7.py ...
3533Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/utf_8.py ...
3534Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/uu_codec.py ...
3535Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/encodings/zlib_codec.py ...
3536Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/filecmp.py ...
3537Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/fileinput.py ...
3538Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/fnmatch.py ...
3539Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/formatter.py ...
3540Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/fpformat.py ...
3541Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/ftplib.py ...
3542Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/getopt.py ...
3543Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/getpass.py ...
3544Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/gettext.py ...
3545Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/glob.py ...
3546Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/gopherlib.py ...
3547Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/gzip.py ...
3548Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/heapq.py ...
3549Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/hmac.py ...
3550Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/hotshot ...
3551Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/hotshot/__init__.py ...
3552Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/hotshot/log.py ...
3553Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/hotshot/stats.py ...
3554Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/hotshot/stones.py ...
3555Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/htmlentitydefs.py ...
3556Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/htmllib.py ...
3557Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/httplib.py ...
3558Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib ...
3559Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/AutoExpand.py ...
3560Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/Bindings.py ...
3561Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/CallTipWindow.py ...
3562Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/CallTips.py ...
3563Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/ClassBrowser.py ...
3564Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/CodeContext.py ...
3565Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/ColorDelegator.py ...
3566Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/Debugger.py ...
3567Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/Delegator.py ...
3568Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/EditorWindow.py ...
3569Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/FileList.py ...
3570Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/FormatParagraph.py ...
3571Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/GrepDialog.py ...
3572Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/IOBinding.py ...
3573Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/Icons ...
3574Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/IdleHistory.py ...
3575Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/MultiStatusBar.py ...
3576Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/ObjectBrowser.py ...
3577Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/OutputWindow.py ...
3578Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/ParenMatch.py ...
3579Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/PathBrowser.py ...
3580Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/Percolator.py ...
3581Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/PyParse.py ...
3582Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/PyShell.py ...
3583Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/RemoteDebugger.py ...
3584Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/RemoteObjectBrowser.py ...
3585Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/ReplaceDialog.py ...
3586Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/ScriptBinding.py ...
3587Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/ScrolledList.py ...
3588Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/SearchDialog.py ...
3589Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/SearchDialogBase.py ...
3590Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/SearchEngine.py ...
3591Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/StackViewer.py ...
3592Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/ToolTip.py ...
3593Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/TreeWidget.py ...
3594Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/UndoDelegator.py ...
3595Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/WidgetRedirector.py ...
3596Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/WindowList.py ...
3597Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/ZoomHeight.py ...
3598Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/__init__.py ...
3599Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/aboutDialog.py ...
3600Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/buildapp.py ...
3601Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/configDialog.py ...
3602Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/configHandler.py ...
3603Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/configHelpSourceEdit.py ...
3604Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/configSectionNameDialog.py ...
3605Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/dynOptionMenuWidget.py ...
3606Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/idle.py ...
3607Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/idlever.py ...
3608Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/keybindingDialog.py ...
3609Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/rpc.py ...
3610Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/run.py ...
3611Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/tabpage.py ...
3612Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/testcode.py ...
3613Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/idlelib/textView.py ...
3614Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/ihooks.py ...
3615Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/imaplib.py ...
3616Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/imghdr.py ...
3617Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/imputil.py ...
3618Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/inspect.py ...
3619Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/keyword.py ...
3620Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-old ...
3621Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-old/Para.py ...
3622Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-old/addpack.py ...
3623Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-old/cmp.py ...
3624Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-old/cmpcache.py ...
3625Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-old/codehack.py ...
3626Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-old/dircmp.py ...
3627Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-old/dump.py ...
3628Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-old/find.py ...
3629Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-old/fmt.py ...
3630Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-old/grep.py ...
3631Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-old/lockfile.py ...
3632Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-old/newdir.py ...
3633Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-old/ni.py ...
3634Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-old/packmail.py ...
3635Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-old/poly.py ...
3636Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-old/rand.py ...
3637Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-old/tb.py ...
3638Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-old/util.py ...
3639Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-old/whatsound.py ...
3640Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-old/zmod.py ...
3641Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-tk ...
3642Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-tk/Canvas.py ...
3643Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-tk/Dialog.py ...
3644Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-tk/FileDialog.py ...
3645Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-tk/FixTk.py ...
3646Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-tk/ScrolledText.py ...
3647Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-tk/SimpleDialog.py ...
3648Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-tk/Tix.py ...
3649Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-tk/Tkconstants.py ...
3650Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-tk/Tkdnd.py ...
3651Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-tk/Tkinter.py ...
3652Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-tk/tkColorChooser.py ...
3653Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-tk/tkCommonDialog.py ...
3654Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-tk/tkFileDialog.py ...
3655Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-tk/tkFont.py ...
3656Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-tk/tkMessageBox.py ...
3657Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-tk/tkSimpleDialog.py ...
3658Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/lib-tk/turtle.py ...
3659Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/linecache.py ...
3660Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/locale.py ...
3661Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/logging ...
3662Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/logging/__init__.py ...
3663Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/logging/config.py ...
3664Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/logging/handlers.py ...
3665Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/macpath.py ...
3666Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/macurl2path.py ...
3667Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/mailbox.py ...
3668Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/mailcap.py ...
3669Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/markupbase.py ...
3670Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/mhlib.py ...
3671Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/mimetools.py ...
3672Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/mimetypes.py ...
3673Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/mimify.py ...
3674Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/modulefinder.py ...
3675Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/multifile.py ...
3676Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/mutex.py ...
3677Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/netrc.py ...
3678Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/new.py ...
3679Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/nntplib.py ...
3680Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/ntpath.py ...
3681Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/nturl2path.py ...
3682Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/opcode.py ...
3683Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/optparse.py ...
3684Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/os.py ...
3685Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/os2emxpath.py ...
3686Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/pdb.py ...
3687Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/pickle.py ...
3688Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/pickletools.py ...
3689Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/pipes.py ...
3690Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/pkgutil.py ...
3691Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-darwin ...
3692Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-darwin/IN.py ...
3693Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac ...
3694Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Audio_mac.py ...
3695Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon ...
3696Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/AE.py ...
3697Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/AH.py ...
3698Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Alias.py ...
3699Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Aliases.py ...
3700Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/App.py ...
3701Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Appearance.py ...
3702Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/AppleEvents.py ...
3703Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/AppleHelp.py ...
3704Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/CF.py ...
3705Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/CG.py ...
3706Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/CarbonEvents.py ...
3707Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/CarbonEvt.py ...
3708Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Cm.py ...
3709Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Components.py ...
3710Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/ControlAccessor.py ...
3711Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Controls.py ...
3712Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/CoreFoundation.py ...
3713Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/CoreGraphics.py ...
3714Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Ctl.py ...
3715Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Dialogs.py ...
3716Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Dlg.py ...
3717Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Drag.py ...
3718Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Dragconst.py ...
3719Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Events.py ...
3720Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Evt.py ...
3721Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/File.py ...
3722Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Files.py ...
3723Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Fm.py ...
3724Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Folder.py ...
3725Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Folders.py ...
3726Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Fonts.py ...
3727Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Help.py ...
3728Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/IBCarbon.py ...
3729Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/IBCarbonRuntime.py ...
3730Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Icn.py ...
3731Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Icons.py ...
3732Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Launch.py ...
3733Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/LaunchServices.py ...
3734Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/List.py ...
3735Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Lists.py ...
3736Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/MacHelp.py ...
3737Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/MacTextEditor.py ...
3738Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/MediaDescr.py ...
3739Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Menu.py ...
3740Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Menus.py ...
3741Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Mlte.py ...
3742Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/OSA.py ...
3743Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/OSAconst.py ...
3744Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/QDOffscreen.py ...
3745Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Qd.py ...
3746Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Qdoffs.py ...
3747Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Qt.py ...
3748Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/QuickDraw.py ...
3749Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/QuickTime.py ...
3750Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Res.py ...
3751Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Resources.py ...
3752Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Scrap.py ...
3753Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Snd.py ...
3754Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Sndihooks.py ...
3755Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Sound.py ...
3756Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/TE.py ...
3757Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/TextEdit.py ...
3758Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/WASTEconst.py ...
3759Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Win.py ...
3760Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/Windows.py ...
3761Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/Carbon/__init__.py ...
3762Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/EasyDialogs.py ...
3763Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/FrameWork.py ...
3764Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/MiniAEFrame.py ...
3765Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/PixMapWrapper.py ...
3766Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/WASTEconst.py ...
3767Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/aepack.py ...
3768Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/aetools.py ...
3769Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/aetypes.py ...
3770Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/applesingle.py ...
3771Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/appletrawmain.py ...
3772Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/appletrunner.py ...
3773Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/argvemulator.py ...
3774Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/bgenlocations.py ...
3775Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/buildtools.py ...
3776Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/bundlebuilder.py ...
3777Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/cfmfile.py ...
3778Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/findertools.py ...
3779Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/gensuitemodule.py ...
3780Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/ic.py ...
3781Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/icopen.py ...
3782Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages ...
3783Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/CodeWarrior ...
3784Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/CodeWarrior/CodeWarrior_suite.py ...
3785Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/CodeWarrior/Metrowerks_Shell_Suite.py ...
3786Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/CodeWarrior/Required.py ...
3787Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/CodeWarrior/Standard_Suite.py ...
3788Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/CodeWarrior/__init__.py ...
3789Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Explorer ...
3790Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Explorer/Microsoft_Internet_Explorer.py ...
3791Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Explorer/Netscape_Suite.py ...
3792Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Explorer/Required_Suite.py ...
3793Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Explorer/Standard_Suite.py ...
3794Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Explorer/URL_Suite.py ...
3795Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Explorer/Web_Browser_Suite.py ...
3796Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Explorer/__init__.py ...
3797Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Finder ...
3798Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Finder/Containers_and_folders.py ...
3799Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Finder/Enumerations.py ...
3800Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Finder/Files.py ...
3801Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Finder/Finder_Basics.py ...
3802Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Finder/Finder_items.py ...
3803Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Finder/Legacy_suite.py ...
3804Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Finder/Standard_Suite.py ...
3805Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Finder/Type_Definitions.py ...
3806Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Finder/Window_classes.py ...
3807Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Finder/__init__.py ...
3808Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Netscape ...
3809Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Netscape/Mozilla_suite.py ...
3810Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Netscape/PowerPlant.py ...
3811Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Netscape/Required_suite.py ...
3812Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Netscape/Standard_Suite.py ...
3813Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Netscape/Standard_URL_suite.py ...
3814Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Netscape/Text.py ...
3815Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Netscape/WorldWideWeb_suite.py ...
3816Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Netscape/__init__.py ...
3817Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/StdSuites ...
3818Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/StdSuites/AppleScript_Suite.py ...
3819Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/StdSuites/Macintosh_Connectivity_Clas.py ...
3820Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suite.py ...
3821Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suppleme.py ...
3822Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/StdSuites/Required_Suite.py ...
3823Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.py ...
3824Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/StdSuites/Table_Suite.py ...
3825Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/StdSuites/Text_Suite.py ...
3826Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/StdSuites/Type_Names_Suite.py ...
3827Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/StdSuites/__init__.py ...
3828Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/SystemEvents ...
3829Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/SystemEvents/Disk_Folder_File_Suite.py ...
3830Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/SystemEvents/Folder_Actions_Suite.py ...
3831Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/SystemEvents/Hidden_Suite.py ...
3832Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/SystemEvents/Login_Items_Suite.py ...
3833Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/SystemEvents/Power_Suite.py ...
3834Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/SystemEvents/Processes_Suite.py ...
3835Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/SystemEvents/Standard_Suite.py ...
3836Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/SystemEvents/System_Events_Suite.py ...
3837Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/SystemEvents/Text_Suite.py ...
3838Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/SystemEvents/__init__.py ...
3839Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Terminal ...
3840Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Terminal/Standard_Suite.py ...
3841Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Terminal/Terminal_Suite.py ...
3842Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Terminal/Text_Suite.py ...
3843Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/Terminal/__init__.py ...
3844Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/_builtinSuites ...
3845Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/_builtinSuites/__init__.py ...
3846Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/lib-scriptpackages/_builtinSuites/builtin_Suite.py ...
3847Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/macerrors.py ...
3848Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/macfs.py ...
3849Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/macostools.py ...
3850Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/macresource.py ...
3851Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/pimp.py ...
3852Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/plistlib.py ...
3853Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/terminalcommand.py ...
3854Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/plat-mac/videoreader.py ...
3855Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/platform.py ...
3856Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/popen2.py ...
3857Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/poplib.py ...
3858Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/posixfile.py ...
3859Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/posixpath.py ...
3860Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/pprint.py ...
3861Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/profile.py ...
3862Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/pstats.py ...
3863Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/pty.py ...
3864Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/py_compile.py ...
3865Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/pyclbr.py ...
3866Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/pydoc.py ...
3867Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/quopri.py ...
3868Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/random.py ...
3869Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/re.py ...
3870Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/reconvert.py ...
3871Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/regex_syntax.py ...
3872Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/regsub.py ...
3873Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/repr.py ...
3874Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/rexec.py ...
3875Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/rfc822.py ...
3876Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/rlcompleter.py ...
3877Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/robotparser.py ...
3878Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/sched.py ...
3879Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/sets.py ...
3880Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/sgmllib.py ...
3881Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/shelve.py ...
3882Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/shlex.py ...
3883Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/shutil.py ...
3884Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/site.py ...
3885Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/smtpd.py ...
3886Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/smtplib.py ...
3887Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/sndhdr.py ...
3888Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/socket.py ...
3889Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/sre.py ...
3890Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/sre_compile.py ...
3891Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/sre_constants.py ...
3892Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/sre_parse.py ...
3893Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/stat.py ...
3894Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/statcache.py ...
3895Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/statvfs.py ...
3896Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/string.py ...
3897Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/stringold.py ...
3898Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/stringprep.py ...
3899Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/subprocess.py ...
3900Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/sunau.py ...
3901Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/sunaudio.py ...
3902Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/symbol.py ...
3903Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/symtable.py ...
3904Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/tabnanny.py ...
3905Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/tarfile.py ...
3906Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/telnetlib.py ...
3907Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/tempfile.py ...
3908Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test ...
3909Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/__init__.py ...
3910Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/autotest.py ...
3911Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/cjkencodings_test.py ...
3912Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/decimaltestdata ...
3913Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/doctest_aliases.py ...
3914Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/double_const.py ...
3915Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/list_tests.py ...
3916Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/mapping_tests.py ...
3917Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/output ...
3918Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/pickletester.py ...
3919Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/pyclbr_input.py ...
3920Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/pydocfodder.py ...
3921Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/pystone.py ...
3922Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/re_tests.py ...
3923Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/regex_tests.py ...
3924Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/regrtest.py ...
3925Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/reperf.py ...
3926Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/sample_doctest.py ...
3927Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/seq_tests.py ...
3928Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/sortperf.py ...
3929Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/string_tests.py ...
3930Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_MimeWriter.py ...
3931Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_StringIO.py ...
3932Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test___all__.py ...
3933Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test___future__.py ...
3934Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test__locale.py ...
3935Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_aepack.py ...
3936Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_al.py ...
3937Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_anydbm.py ...
3938Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_applesingle.py ...
3939Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_array.py ...
3940Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_asynchat.py ...
3941Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_atexit.py ...
3942Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_audioop.py ...
3943Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_augassign.py ...
3944Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_base64.py ...
3945Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_bastion.py ...
3946Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_binascii.py ...
3947Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_binhex.py ...
3948Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_binop.py ...
3949Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_bisect.py ...
3950Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_bool.py ...
3951Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_bsddb.py ...
3952Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_bsddb185.py ...
3953Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_bsddb3.py ...
3954Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_bufio.py ...
3955Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_builtin.py ...
3956Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_bz2.py ...
3957Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_calendar.py ...
3958Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_call.py ...
3959Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_capi.py ...
3960Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_cd.py ...
3961Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_cfgparser.py ...
3962Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_cgi.py ...
3963Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_charmapcodec.py ...
3964Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_cl.py ...
3965Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_class.py ...
3966Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_cmath.py ...
3967Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_cmd_line.py ...
3968Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_codeccallbacks.py ...
3969Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_codecencodings_cn.py ...
3970Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_codecencodings_hk.py ...
3971Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_codecencodings_jp.py ...
3972Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_codecencodings_kr.py ...
3973Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_codecencodings_tw.py ...
3974Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_codecmaps_cn.py ...
3975Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_codecmaps_hk.py ...
3976Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_codecmaps_jp.py ...
3977Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_codecmaps_kr.py ...
3978Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_codecmaps_tw.py ...
3979Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_codecs.py ...
3980Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_codeop.py ...
3981Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_coercion.py ...
3982Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_colorsys.py ...
3983Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_commands.py ...
3984Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_compare.py ...
3985Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_compile.py ...
3986Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_compiler.py ...
3987Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_complex.py ...
3988Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_contains.py ...
3989Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_cookie.py ...
3990Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_cookielib.py ...
3991Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_copy.py ...
3992Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_copy_reg.py ...
3993Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_cpickle.py ...
3994Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_crypt.py ...
3995Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_csv.py ...
3996Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_curses.py ...
3997Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_datetime.py ...
3998Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_dbm.py ...
3999Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_decimal.py ...
4000Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_decorators.py ...
4001Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_deque.py ...
4002Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_descr.py ...
4003Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_descrtut.py ...
4004Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_dict.py ...
4005Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_difflib.py ...
4006Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_dircache.py ...
4007Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_dis.py ...
4008Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_distutils.py ...
4009Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_dl.py ...
4010Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_doctest.py ...
4011Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_doctest2.py ...
4012Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_dumbdbm.py ...
4013Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_dummy_thread.py ...
4014Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_dummy_threading.py ...
4015Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_email.py ...
4016Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_email_codecs.py ...
4017Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_enumerate.py ...
4018Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_eof.py ...
4019Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_errno.py ...
4020Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_exceptions.py ...
4021Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_extcall.py ...
4022Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_fcntl.py ...
4023Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_file.py ...
4024Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_filecmp.py ...
4025Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_fileinput.py ...
4026Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_fnmatch.py ...
4027Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_fork1.py ...
4028Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_format.py ...
4029Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_fpformat.py ...
4030Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_frozen.py ...
4031Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_funcattrs.py ...
4032Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_future.py ...
4033Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_future1.py ...
4034Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_future2.py ...
4035Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_future3.py ...
4036Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_gc.py ...
4037Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_gdbm.py ...
4038Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_generators.py ...
4039Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_genexps.py ...
4040Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_getargs.py ...
4041Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_getargs2.py ...
4042Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_getopt.py ...
4043Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_gettext.py ...
4044Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_gl.py ...
4045Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_glob.py ...
4046Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_global.py ...
4047Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_grammar.py ...
4048Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_grp.py ...
4049Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_gzip.py ...
4050Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_hash.py ...
4051Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_heapq.py ...
4052Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_hexoct.py ...
4053Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_hmac.py ...
4054Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_hotshot.py ...
4055Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_htmllib.py ...
4056Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_htmlparser.py ...
4057Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_httplib.py ...
4058Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_imageop.py ...
4059Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_imaplib.py ...
4060Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_imgfile.py ...
4061Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_imp.py ...
4062Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_import.py ...
4063Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_importhooks.py ...
4064Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_inspect.py ...
4065Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_ioctl.py ...
4066Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_isinstance.py ...
4067Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_iter.py ...
4068Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_iterlen.py ...
4069Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_itertools.py ...
4070Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_largefile.py ...
4071Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_linuxaudiodev.py ...
4072Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_list.py ...
4073Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_locale.py ...
4074Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_logging.py ...
4075Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_long.py ...
4076Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_long_future.py ...
4077Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_longexp.py ...
4078Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_macfs.py ...
4079Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_macostools.py ...
4080Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_macpath.py ...
4081Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_mailbox.py ...
4082Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_marshal.py ...
4083Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_math.py ...
4084Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_md5.py ...
4085Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_mhlib.py ...
4086Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_mimetools.py ...
4087Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_mimetypes.py ...
4088Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_minidom.py ...
4089Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_mmap.py ...
4090Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_module.py ...
4091Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_multibytecodec.py ...
4092Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_multibytecodec_support.py ...
4093Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_multifile.py ...
4094Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_mutants.py ...
4095Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_netrc.py ...
4096Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_new.py ...
4097Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_nis.py ...
4098Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_normalization.py ...
4099Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_ntpath.py ...
4100Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_opcodes.py ...
4101Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_openpty.py ...
4102Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_operations.py ...
4103Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_operator.py ...
4104Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_optparse.py ...
4105Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_os.py ...
4106Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_ossaudiodev.py ...
4107Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_parser.py ...
4108Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_peepholer.py ...
4109Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_pep247.py ...
4110Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_pep263.py ...
4111Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_pep277.py ...
4112Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_pep292.py ...
4113Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_pickle.py ...
4114Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_pickletools.py ...
4115Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_pkg.py ...
4116Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_pkgimport.py ...
4117Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_plistlib.py ...
4118Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_poll.py ...
4119Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_popen.py ...
4120Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_popen2.py ...
4121Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_posix.py ...
4122Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_posixpath.py ...
4123Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_pow.py ...
4124Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_pprint.py ...
4125Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_profile.py ...
4126Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_profilehooks.py ...
4127Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_pty.py ...
4128Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_pwd.py ...
4129Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_pyclbr.py ...
4130Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_pyexpat.py ...
4131Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_queue.py ...
4132Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_quopri.py ...
4133Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_random.py ...
4134Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_re.py ...
4135Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_regex.py ...
4136Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_repr.py ...
4137Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_resource.py ...
4138Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_rfc822.py ...
4139Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_rgbimg.py ...
4140Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_richcmp.py ...
4141Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_robotparser.py ...
4142Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_sax.py ...
4143Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_scope.py ...
4144Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_scriptpackages.py ...
4145Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_select.py ...
4146Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_set.py ...
4147Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_sets.py ...
4148Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_sgmllib.py ...
4149Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_sha.py ...
4150Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_shelve.py ...
4151Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_shlex.py ...
4152Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_shutil.py ...
4153Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_signal.py ...
4154Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_site.py ...
4155Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_slice.py ...
4156Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_socket.py ...
4157Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_socket_ssl.py ...
4158Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_socketserver.py ...
4159Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_softspace.py ...
4160Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_sort.py ...
4161Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_str.py ...
4162Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_strftime.py ...
4163Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_string.py ...
4164Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_stringprep.py ...
4165Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_strop.py ...
4166Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_strptime.py ...
4167Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_struct.py ...
4168Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_structseq.py ...
4169Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_subprocess.py ...
4170Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_sunaudiodev.py ...
4171Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_sundry.py ...
4172Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_support.py ...
4173Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_symtable.py ...
4174Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_syntax.py ...
4175Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_sys.py ...
4176Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_tarfile.py ...
4177Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_tcl.py ...
4178Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_tempfile.py ...
4179Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_textwrap.py ...
4180Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_thread.py ...
4181Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_threaded_import.py ...
4182Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_threadedtempfile.py ...
4183Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_threading.py ...
4184Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_threading_local.py ...
4185Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_threadsignals.py ...
4186Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_time.py ...
4187Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_timeout.py ...
4188Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_timing.py ...
4189Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_tokenize.py ...
4190Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_trace.py ...
4191Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_traceback.py ...
4192Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_transformer.py ...
4193Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_tuple.py ...
4194Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_types.py ...
4195Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_ucn.py ...
4196Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_unary.py ...
4197Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_unicode.py ...
4198Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_unicode_file.py ...
4199Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_unicodedata.py ...
4200Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_unittest.py ...
4201Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_univnewlines.py ...
4202Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_unpack.py ...
4203Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_urllib.py ...
4204Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_urllib2.py ...
4205Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_urllib2net.py ...
4206Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_urllibnet.py ...
4207Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_urlparse.py ...
4208Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_userdict.py ...
4209Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_userlist.py ...
4210Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_userstring.py ...
4211Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_uu.py ...
4212Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_warnings.py ...
4213Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_wave.py ...
4214Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_weakref.py ...
4215Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_whichdb.py ...
4216Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_winreg.py ...
4217Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_winsound.py ...
4218Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_xmllib.py ...
4219Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_xmlrpc.py ...
4220Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_xpickle.py ...
4221Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_xrange.py ...
4222Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_zipfile.py ...
4223Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_zipimport.py ...
4224Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/test_zlib.py ...
4225Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/testall.py ...
4226Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/testcodec.py ...
4227Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/tf_inherit_check.py ...
4228Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/threaded_import_hangers.py ...
4229Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/test/xmltests.py ...
4230Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/textwrap.py ...
4231Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/this.py ...
4232Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/threading.py ...
4233Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/timeit.py ...
4234Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/toaiff.py ...
4235Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/token.py ...
4236Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/tokenize.py ...
4237Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/trace.py ...
4238Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/traceback.py ...
4239Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/tty.py ...
4240Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/types.py ...
4241Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/tzparse.py ...
4242Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/unittest.py ...
4243Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/urllib.py ...
4244Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/urllib2.py ...
4245Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/urlparse.py ...
4246Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/user.py ...
4247Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/uu.py ...
4248Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/warnings.py ...
4249Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/wave.py ...
4250Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/weakref.py ...
4251Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/webbrowser.py ...
4252Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/whichdb.py ...
4253Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/whrandom.py ...
4254Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xdrlib.py ...
4255Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xml ...
4256Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xml/__init__.py ...
4257Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xml/dom ...
4258Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xml/dom/NodeFilter.py ...
4259Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xml/dom/__init__.py ...
4260Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xml/dom/domreg.py ...
4261Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xml/dom/expatbuilder.py ...
4262Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xml/dom/minicompat.py ...
4263Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xml/dom/minidom.py ...
4264Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xml/dom/pulldom.py ...
4265Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xml/dom/xmlbuilder.py ...
4266Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xml/parsers ...
4267Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xml/parsers/__init__.py ...
4268Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xml/parsers/expat.py ...
4269Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xml/sax ...
4270Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xml/sax/__init__.py ...
4271Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xml/sax/_exceptions.py ...
4272Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xml/sax/expatreader.py ...
4273Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xml/sax/handler.py ...
4274Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xml/sax/saxutils.py ...
4275Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xml/sax/xmlreader.py ...
4276Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xmllib.py ...
4277Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/xmlrpclib.py ...
4278Compiling /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/zipfile.py ...
4279PYTHONPATH=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4   \
4280                ./python.exe -Wi -t /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/compileall.py \
4281                -d /opt/local/lib/python2.4/site-packages -f \
4282                -x badsyntax /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/site-packages
4283Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/site-packages ...
4284PYTHONPATH=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4  \
4285                ./python.exe -Wi -t -O /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/compileall.py \
4286                -d /opt/local/lib/python2.4/site-packages -f \
4287                -x badsyntax /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/site-packages
4288Listing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/site-packages ...
4289Creating directory /opt/local/include/python2.4
4290/usr/bin/install -c -m 644 ./Include/Python-ast.h /opt/local/include/python2.4
4291/usr/bin/install -c -m 644 ./Include/Python.h /opt/local/include/python2.4
4292/usr/bin/install -c -m 644 ./Include/abstract.h /opt/local/include/python2.4
4293/usr/bin/install -c -m 644 ./Include/bitset.h /opt/local/include/python2.4
4294/usr/bin/install -c -m 644 ./Include/boolobject.h /opt/local/include/python2.4
4295/usr/bin/install -c -m 644 ./Include/bufferobject.h /opt/local/include/python2.4
4296/usr/bin/install -c -m 644 ./Include/cStringIO.h /opt/local/include/python2.4
4297/usr/bin/install -c -m 644 ./Include/cellobject.h /opt/local/include/python2.4
4298/usr/bin/install -c -m 644 ./Include/ceval.h /opt/local/include/python2.4
4299/usr/bin/install -c -m 644 ./Include/classobject.h /opt/local/include/python2.4
4300/usr/bin/install -c -m 644 ./Include/cobject.h /opt/local/include/python2.4
4301/usr/bin/install -c -m 644 ./Include/codecs.h /opt/local/include/python2.4
4302/usr/bin/install -c -m 644 ./Include/compile.h /opt/local/include/python2.4
4303/usr/bin/install -c -m 644 ./Include/complexobject.h /opt/local/include/python2.4
4304/usr/bin/install -c -m 644 ./Include/datetime.h /opt/local/include/python2.4
4305/usr/bin/install -c -m 644 ./Include/descrobject.h /opt/local/include/python2.4
4306/usr/bin/install -c -m 644 ./Include/dictobject.h /opt/local/include/python2.4
4307/usr/bin/install -c -m 644 ./Include/enumobject.h /opt/local/include/python2.4
4308/usr/bin/install -c -m 644 ./Include/errcode.h /opt/local/include/python2.4
4309/usr/bin/install -c -m 644 ./Include/eval.h /opt/local/include/python2.4
4310/usr/bin/install -c -m 644 ./Include/fileobject.h /opt/local/include/python2.4
4311/usr/bin/install -c -m 644 ./Include/floatobject.h /opt/local/include/python2.4
4312/usr/bin/install -c -m 644 ./Include/frameobject.h /opt/local/include/python2.4
4313/usr/bin/install -c -m 644 ./Include/funcobject.h /opt/local/include/python2.4
4314/usr/bin/install -c -m 644 ./Include/genobject.h /opt/local/include/python2.4
4315/usr/bin/install -c -m 644 ./Include/graminit.h /opt/local/include/python2.4
4316/usr/bin/install -c -m 644 ./Include/grammar.h /opt/local/include/python2.4
4317/usr/bin/install -c -m 644 ./Include/import.h /opt/local/include/python2.4
4318/usr/bin/install -c -m 644 ./Include/intobject.h /opt/local/include/python2.4
4319/usr/bin/install -c -m 644 ./Include/intrcheck.h /opt/local/include/python2.4
4320/usr/bin/install -c -m 644 ./Include/iterobject.h /opt/local/include/python2.4
4321/usr/bin/install -c -m 644 ./Include/listobject.h /opt/local/include/python2.4
4322/usr/bin/install -c -m 644 ./Include/longintrepr.h /opt/local/include/python2.4
4323/usr/bin/install -c -m 644 ./Include/longobject.h /opt/local/include/python2.4
4324/usr/bin/install -c -m 644 ./Include/marshal.h /opt/local/include/python2.4
4325/usr/bin/install -c -m 644 ./Include/metagrammar.h /opt/local/include/python2.4
4326/usr/bin/install -c -m 644 ./Include/methodobject.h /opt/local/include/python2.4
4327/usr/bin/install -c -m 644 ./Include/modsupport.h /opt/local/include/python2.4
4328/usr/bin/install -c -m 644 ./Include/moduleobject.h /opt/local/include/python2.4
4329/usr/bin/install -c -m 644 ./Include/node.h /opt/local/include/python2.4
4330/usr/bin/install -c -m 644 ./Include/object.h /opt/local/include/python2.4
4331/usr/bin/install -c -m 644 ./Include/objimpl.h /opt/local/include/python2.4
4332/usr/bin/install -c -m 644 ./Include/opcode.h /opt/local/include/python2.4
4333/usr/bin/install -c -m 644 ./Include/osdefs.h /opt/local/include/python2.4
4334/usr/bin/install -c -m 644 ./Include/parsetok.h /opt/local/include/python2.4
4335/usr/bin/install -c -m 644 ./Include/patchlevel.h /opt/local/include/python2.4
4336/usr/bin/install -c -m 644 ./Include/pgen.h /opt/local/include/python2.4
4337/usr/bin/install -c -m 644 ./Include/pgenheaders.h /opt/local/include/python2.4
4338/usr/bin/install -c -m 644 ./Include/py_curses.h /opt/local/include/python2.4
4339/usr/bin/install -c -m 644 ./Include/pydebug.h /opt/local/include/python2.4
4340/usr/bin/install -c -m 644 ./Include/pyerrors.h /opt/local/include/python2.4
4341/usr/bin/install -c -m 644 ./Include/pyfpe.h /opt/local/include/python2.4
4342/usr/bin/install -c -m 644 ./Include/pygetopt.h /opt/local/include/python2.4
4343/usr/bin/install -c -m 644 ./Include/pymactoolbox.h /opt/local/include/python2.4
4344/usr/bin/install -c -m 644 ./Include/pymem.h /opt/local/include/python2.4
4345/usr/bin/install -c -m 644 ./Include/pyport.h /opt/local/include/python2.4
4346/usr/bin/install -c -m 644 ./Include/pystate.h /opt/local/include/python2.4
4347/usr/bin/install -c -m 644 ./Include/pystrtod.h /opt/local/include/python2.4
4348/usr/bin/install -c -m 644 ./Include/pythonrun.h /opt/local/include/python2.4
4349/usr/bin/install -c -m 644 ./Include/pythread.h /opt/local/include/python2.4
4350/usr/bin/install -c -m 644 ./Include/rangeobject.h /opt/local/include/python2.4
4351/usr/bin/install -c -m 644 ./Include/setobject.h /opt/local/include/python2.4
4352/usr/bin/install -c -m 644 ./Include/sliceobject.h /opt/local/include/python2.4
4353/usr/bin/install -c -m 644 ./Include/stringobject.h /opt/local/include/python2.4
4354/usr/bin/install -c -m 644 ./Include/structmember.h /opt/local/include/python2.4
4355/usr/bin/install -c -m 644 ./Include/structseq.h /opt/local/include/python2.4
4356/usr/bin/install -c -m 644 ./Include/symtable.h /opt/local/include/python2.4
4357/usr/bin/install -c -m 644 ./Include/sysmodule.h /opt/local/include/python2.4
4358/usr/bin/install -c -m 644 ./Include/timefuncs.h /opt/local/include/python2.4
4359/usr/bin/install -c -m 644 ./Include/token.h /opt/local/include/python2.4
4360/usr/bin/install -c -m 644 ./Include/traceback.h /opt/local/include/python2.4
4361/usr/bin/install -c -m 644 ./Include/tupleobject.h /opt/local/include/python2.4
4362/usr/bin/install -c -m 644 ./Include/ucnhash.h /opt/local/include/python2.4
4363/usr/bin/install -c -m 644 ./Include/unicodeobject.h /opt/local/include/python2.4
4364/usr/bin/install -c -m 644 ./Include/weakrefobject.h /opt/local/include/python2.4
4365/usr/bin/install -c -m 644 pyconfig.h /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/include/python2.4/pyconfig.h
4366case $MAKEFLAGS in \
4367        *-s*)  CC='/usr/bin/gcc-4.2' LDSHARED='/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup' OPT='-DNDEBUG -g -O3 -Wall -Wstrict-prototypes' ./python.exe -E ./setup.py -q build;; \
4368        *)  CC='/usr/bin/gcc-4.2' LDSHARED='/usr/bin/gcc-4.2 -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup' OPT='-DNDEBUG -g -O3 -Wall -Wstrict-prototypes' ./python.exe -E ./setup.py build;; \
4369        esac
4370running build
4371running build_ext
4372running build_scripts
4373Creating directory /opt/local/lib/python2.4/config
4374/usr/bin/install -c -m 644 Modules/config.c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/config/config.c
4375/usr/bin/install -c -m 644 Modules/ccpython.o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/config/ccpython.o
4376/usr/bin/install -c -m 644 ./Modules/config.c.in /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/config/config.c.in
4377/usr/bin/install -c -m 644 Makefile /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/config/Makefile
4378/usr/bin/install -c -m 644 Modules/Setup /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/config/Setup
4379/usr/bin/install -c -m 644 Modules/Setup.local /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/config/Setup.local
4380/usr/bin/install -c -m 644 Modules/Setup.config /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/config/Setup.config
4381/usr/bin/install -c ./Modules/makesetup /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/config/makesetup
4382/usr/bin/install -c ./install-sh /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/lib/python2.4/config/install-sh
4383./python.exe -E ./setup.py install \
4384                --prefix=/opt/local \
4385                --install-scripts=/opt/local/bin \
4386                --install-platlib=/opt/local/lib/python2.4/lib-dynload \
4387                --root=//opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot
4388running install
4389running build
4390running build_ext
4391running build_scripts
4392running install_lib
4393creating //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users
4394creating //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom
4395creating //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library
4396creating //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python
4397creating //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4
4398creating //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4399copying build/lib.macosx-10.6-fat-2.4/_bisect.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4400copying build/lib.macosx-10.6-fat-2.4/_codecs_cn.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4401copying build/lib.macosx-10.6-fat-2.4/_codecs_hk.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4402copying build/lib.macosx-10.6-fat-2.4/_codecs_iso2022.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4403copying build/lib.macosx-10.6-fat-2.4/_codecs_jp.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4404copying build/lib.macosx-10.6-fat-2.4/_codecs_kr.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4405copying build/lib.macosx-10.6-fat-2.4/_codecs_tw.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4406copying build/lib.macosx-10.6-fat-2.4/_csv.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4407copying build/lib.macosx-10.6-fat-2.4/_curses.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4408copying build/lib.macosx-10.6-fat-2.4/_curses_panel.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4409copying build/lib.macosx-10.6-fat-2.4/_heapq.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4410copying build/lib.macosx-10.6-fat-2.4/_hotshot.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4411copying build/lib.macosx-10.6-fat-2.4/_locale.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4412copying build/lib.macosx-10.6-fat-2.4/_multibytecodec.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4413copying build/lib.macosx-10.6-fat-2.4/_random.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4414copying build/lib.macosx-10.6-fat-2.4/_socket.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4415copying build/lib.macosx-10.6-fat-2.4/_ssl.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4416copying build/lib.macosx-10.6-fat-2.4/_testcapi.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4417copying build/lib.macosx-10.6-fat-2.4/_weakref.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4418copying build/lib.macosx-10.6-fat-2.4/array.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4419copying build/lib.macosx-10.6-fat-2.4/audioop.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4420copying build/lib.macosx-10.6-fat-2.4/binascii.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4421copying build/lib.macosx-10.6-fat-2.4/bsddb185.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4422copying build/lib.macosx-10.6-fat-2.4/bz2.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4423copying build/lib.macosx-10.6-fat-2.4/cmath.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4424copying build/lib.macosx-10.6-fat-2.4/collections.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4425copying build/lib.macosx-10.6-fat-2.4/cPickle.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4426copying build/lib.macosx-10.6-fat-2.4/crypt.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4427copying build/lib.macosx-10.6-fat-2.4/cStringIO.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4428copying build/lib.macosx-10.6-fat-2.4/datetime.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4429copying build/lib.macosx-10.6-fat-2.4/dbm.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4430copying build/lib.macosx-10.6-fat-2.4/fcntl.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4431copying build/lib.macosx-10.6-fat-2.4/gdbm.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4432copying build/lib.macosx-10.6-fat-2.4/grp.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4433copying build/lib.macosx-10.6-fat-2.4/itertools.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4434copying build/lib.macosx-10.6-fat-2.4/math.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4435copying build/lib.macosx-10.6-fat-2.4/md5.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4436copying build/lib.macosx-10.6-fat-2.4/mmap.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4437copying build/lib.macosx-10.6-fat-2.4/nis.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4438copying build/lib.macosx-10.6-fat-2.4/operator.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4439copying build/lib.macosx-10.6-fat-2.4/parser.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4440copying build/lib.macosx-10.6-fat-2.4/pyexpat.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4441copying build/lib.macosx-10.6-fat-2.4/regex.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4442copying build/lib.macosx-10.6-fat-2.4/resource.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4443copying build/lib.macosx-10.6-fat-2.4/select.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4444copying build/lib.macosx-10.6-fat-2.4/sha.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4445copying build/lib.macosx-10.6-fat-2.4/strop.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4446copying build/lib.macosx-10.6-fat-2.4/struct.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4447copying build/lib.macosx-10.6-fat-2.4/syslog.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4448copying build/lib.macosx-10.6-fat-2.4/termios.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4449copying build/lib.macosx-10.6-fat-2.4/time.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4450copying build/lib.macosx-10.6-fat-2.4/timing.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4451copying build/lib.macosx-10.6-fat-2.4/unicodedata.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4452copying build/lib.macosx-10.6-fat-2.4/zlib.so -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages
4453changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/_bisect.so to 755
4454changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/_codecs_cn.so to 755
4455changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/_codecs_hk.so to 755
4456changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/_codecs_iso2022.so to 755
4457changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/_codecs_jp.so to 755
4458changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/_codecs_kr.so to 755
4459changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/_codecs_tw.so to 755
4460changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/_csv.so to 755
4461changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/_curses.so to 755
4462changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/_curses_panel.so to 755
4463changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/_heapq.so to 755
4464changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/_hotshot.so to 755
4465changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/_locale.so to 755
4466changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/_multibytecodec.so to 755
4467changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/_random.so to 755
4468changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/_socket.so to 755
4469changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/_ssl.so to 755
4470changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/_testcapi.so to 755
4471changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/_weakref.so to 755
4472changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/array.so to 755
4473changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/audioop.so to 755
4474changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/binascii.so to 755
4475changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/bsddb185.so to 755
4476changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/bz2.so to 755
4477changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/cmath.so to 755
4478changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/collections.so to 755
4479changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/cPickle.so to 755
4480changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/crypt.so to 755
4481changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/cStringIO.so to 755
4482changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/datetime.so to 755
4483changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/dbm.so to 755
4484changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/fcntl.so to 755
4485changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/gdbm.so to 755
4486changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/grp.so to 755
4487changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/itertools.so to 755
4488changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/math.so to 755
4489changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/md5.so to 755
4490changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/mmap.so to 755
4491changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/nis.so to 755
4492changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/operator.so to 755
4493changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/parser.so to 755
4494changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/pyexpat.so to 755
4495changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/regex.so to 755
4496changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/resource.so to 755
4497changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/select.so to 755
4498changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/sha.so to 755
4499changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/strop.so to 755
4500changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/struct.so to 755
4501changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/syslog.so to 755
4502changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/termios.so to 755
4503changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/time.so to 755
4504changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/timing.so to 755
4505changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/unicodedata.so to 755
4506changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/zlib.so to 755
4507changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/Users/tom/Library/Python/2.4/site-packages/ to 755
4508running install_scripts
4509copying build/scripts-2.4/idle -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/bin
4510copying build/scripts-2.4/pydoc -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/bin
4511copying build/scripts-2.4/smtpd.py -> //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/bin
4512changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/bin/idle to 755
4513changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/bin/pydoc to 755
4514changing mode of //opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/bin/smtpd.py to 755
4515Creating directory /opt/local/lib/python2.4/lib-dynload
4516if test -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/bin/python -o -h /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/bin/python; \
4517        then rm -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/bin/python; \
4518        else true; \
4519        fi
4520(cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/bin; ln python2.4 python)
4521/usr/bin/install -c -m 644 ./Misc/python.man \
4522                /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/share/man/man1/python.1
4523make: Nothing to be done for `maninstall'.
4524xinstall: mkdir /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/etc/select
4525xinstall: mkdir /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/etc/select/python
4526xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/python24 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python24/work/destroot/opt/local/etc/select/python/python24
4527--->  Compressing man pages for python24
4528man1/python2.4.1:        61.1% -- replaced with man1/python2.4.1.gz
4529man1/python2.4.1.gz: changing permissions from 00644 to 00444
4530Warning: violation by /Users
4531Warning: python24 violates the layout of the ports-filesystems!
4532Warning: Please fix or indicate this misbehavior (if it is intended), it will be an error in future releases!
4533--->  Installing python24 @2.4.6_9+universal
4534--->  Activating python24 @2.4.6_9+universal
4535
4536To make python 2.4 the default (i.e. the version you get when you run
4537'python'), please run:
4538        sudo port select --set python python24
4539
4540--->  Cleaning python24
4541--->  Removing work directory for python24