Ticket #21255: screenlog.0

File screenlog.0, 45.3 KB (added by brian.postow@…, 15 years ago)

compilation log.

Line 
1make clean
2===> making clean in doc
3rm -f *.{1,5,7}.gz
4===> making clean in src
5===> making clean in src/cregistry
6rm -f cregistry.a registry.o entry.o sql.o
7===> making clean in src/macports1.0
8rm -f macports.o get_systemconfiguration_proxies.o sysctl.o MacPorts.dylib so_locations pkgIndex.tcl
9===> making clean in src/port1.0
10rm -f pkgIndex.tcl
11===> making clean in src/package1.0
12rm -f pkgIndex.tcl
13===> making clean in src/pextlib1.0
14rm -f Pextlib.o strsed.o fgetln.o md5cmd.o setmode.o xinstall.o fs-traverse.o strcasecmp.o vercomp.o filemap.o sha1cmd.o curl.o rmd160cmd.o readline.o uid.o tracelib.o tty.o readdir.o pipe.o flock.o system.o Pextlib.dylib so_locations pkgIndex.tcl
15===> making clean in src/registry1.0
16rm -f pkgIndex.tcl
17===> making clean in src/registry2.0
18rm -f registry.o util.o entry.o entryobj.o registry.dylib so_locations pkgIndex.tcl
19===> making clean in src/darwintracelib1.0
20rm -f darwintrace.o darwintrace.dylib so_locations
21===> making clean in src/port
22rm -f portmirror portindex port
23===> making clean in src/programs
24===> making clean in src/programs/daemondo
25rm -Rf build build/daemondo main.o
26Brians-mini$  make clean
27o': gcc -dynamiclib -g -O2 -W -Wall -pedantic      -Wl,-single_mo
28odule Pextlib.o strsed.o fgetln.o md5cmd.o setmode.o xinstall.o fs-traverse.o strcase
29ecmp.o vercomp.o filemap.o sha1cmd.o curl.o rmd160cmd.o readline.o uid.o tracelib.o t
30tty.o readdir.o pipe.o flock.o system.o -o Pextlib.dylib -L/System/Library/Frameworks
31s/Tcl.framework/Versions/8.5 -ltclstub8.5   -lcurl -lssl -lcrypto -Wl,-weak-lldap -dy
32ynamic -Os -pipe -g0 -Wno-system-headers -Wl,-search_paths_first -Wl,-weak-lgssapi_kr
33rb5 -Wl,-weak-lkrb5 -Wl,-weak-lk5crypto -Wl,-weak-lcom_err -Wl,-weak-lresolv -lssl -l
34lcrypto -lz -lz -lcrypto -lreadlineMypto -Wl,-weak-l
35
36Brian--mini$ configure --enable-readline
37checking build system type... i386-apple-darwin10.0.0
38checking host system type... i386-apple-darwin10.0.0
39checking target system type... i386-apple-darwin10.0.0
40checking MacPorts version... 1.8.0
41checking for sw_vers... /usr/bin/sw_vers
42checking for defaults... /usr/bin/defaults
43checking for xcode-select... /usr/bin/xcode-select
44checking Mac OS X version... 10.6
45checking Xcode location... /Developer
46checking Xcode version... 3.2
47checking for gcc... gcc
48checking for C compiler default output file name... a.out
49checking whether the C compiler works... yes
50checking whether we are cross compiling... no
51checking for suffix of executables...
52checking for suffix of object files... o
53checking whether we are using the GNU C compiler... yes
54checking whether gcc accepts -g... yes
55checking for gcc option to accept ISO C89... none needed
56checking for gcc... gcc
57checking whether we are using the GNU Objective C compiler... yes
58checking whether gcc accepts -g... yes
59checking for a BSD-compatible install... /usr/bin/install -c
60checking whether make sets $(MAKE)... yes
61checking whether ln -s works... yes
62checking for mtree... /usr/sbin/mtree
63checking for chown... /usr/sbin/chown
64checking for cp... /bin/cp
65checking for cpio... /usr/bin/cpio
66checking for diff... /usr/bin/diff
67checking for ditto... /usr/bin/ditto
68checking for dscl... /usr/bin/dscl
69checking for file... /usr/bin/file
70checking for cvs... /usr/bin/cvs
71checking for svn... /usr/bin/svn
72checking for git... no
73checking for hg... no
74checking for gzip... /usr/bin/gzip
75checking for lipo... /usr/bin/lipo
76checking for nice... /usr/bin/nice
77checking for patch... /usr/bin/patch
78checking for rmdir... /bin/rmdir
79checking for rsync... /usr/bin/rsync
80checking for sed... /usr/bin/sed
81checking for tar... /usr/bin/tar
82checking for unzip... /usr/bin/unzip
83checking for zip... /usr/bin/zip
84checking for bsdmake... /usr/bin/bsdmake
85checking for make... /usr/bin/make
86checking for hdiutil... /usr/bin/hdiutil
87checking for launchd... yes
88checking for launchctl... /bin/launchctl
89checking for xcodebuild... /usr/bin/xcodebuild
90checking for gnutar... /usr/bin/gnutar
91checking for gnumake... /usr/bin/gnumake
92checking for bzip2... /usr/bin/bzip2
93checking for lsbom... /usr/bin/lsbom
94checking for mkbom... /usr/bin/mkbom
95checking for pax... /bin/pax
96checking for xar... /usr/bin/xar
97checking for open... /usr/bin/open
98checking for sed... (cached) /usr/bin/sed
99checking which sed flag to use for extended regexp... -E (BSD)
100checking for tar... (cached) /usr/bin/tar
101checking for gnutar... (cached) /usr/bin/gnutar
102checking for which tar variant to use... /usr/bin/gnutar
103checking for /usr/bin/gnutar --no-same-owner support... yes
104checking how to mark unused variables...
105checking for gcc symbol visibility attribute... __attribute__((visibility("hidden")))
106checking for the pthreads library -lpthreads... no
107checking whether pthreads work without any flags... yes
108checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
109checking if more special flags are required for pthreads... -D_THREAD_SAFE
110checking how to run the Objective C preprocessor... gcc -E
111checking for grep that handles long lines and -e... /usr/bin/grep
112checking for egrep... /usr/bin/grep -E
113checking for ANSI C header files... rm: conftest.dSYM: is a directory
114rm: conftest.dSYM: is a directory
115yes
116checking for sys/types.h... yes
117checking for sys/stat.h... yes
118checking for stdlib.h... yes
119checking for string.h... yes
120checking for memory.h... yes
121checking for strings.h... yes
122checking for inttypes.h... yes
123checking for stdint.h... yes
124checking for unistd.h... yes
125checking objc/objc.h usability... yes
126checking objc/objc.h presence... yes
127checking for objc/objc.h... yes
128checking if linking libobjc requires pthreads... no
129checking for Apple Objective-C runtime... yes
130checking for GNU Objective C runtime... no
131configure: Using Apple Objective-C runtime
132checking for Apple Foundation library... yes
133configure: WARNING: GNUSTEP_SYSTEM_ROOT is not defined in your environment, preventing the use of GNUstep's Foundation library
134configure: Using Apple Foundation library
135checking for CoreFoundation framework... yes
136checking for SystemConfiguration framework... yes
137checking for IOKit framework... yes
138checking for CFNotificationCenterGetDarwinNotifyCenter... yes
139checking for whether we will build daemondo... yes
140checking for ports tree... configure: WARNING: No ports tree found
141checking for MacPorts config directory... ${sysconfdir}/macports
142checking for install user... root
143checking for install group... admin
144checking for macports user... root
145checking what permissions to use for installation directories... 0755
146checking for Applications installation directory... /Applications/MacPorts
147checking for Frameworks installation directory... /opt/local/Library/Frameworks
148checking for Universal CPU architectures... x86_64 i386
149checking how to run the C preprocessor... gcc -E
150checking for ANSI C header files... (cached) yes
151checking for dirent.h that defines DIR... yes
152checking for library containing opendir... none required
153checking for sys/wait.h that is POSIX.1 compatible... yes
154checking limits.h usability... yes
155checking limits.h presence... yes
156checking for limits.h... yes
157checking paths.h usability... yes
158checking paths.h presence... yes
159checking for paths.h... yes
160checking sys/file.h usability... yes
161checking sys/file.h presence... yes
162checking for sys/file.h... yes
163checking crt_externs.h usability... yes
164checking crt_externs.h presence... yes
165checking for crt_externs.h... yes
166checking fcntl.h usability... yes
167checking fcntl.h presence... yes
168checking for fcntl.h... yes
169checking sys/fcntl.h usability... yes
170checking sys/fcntl.h presence... yes
171checking for sys/fcntl.h... yes
172checking sys/cdefs.h usability... yes
173checking sys/cdefs.h presence... yes
174checking for sys/cdefs.h... yes
175checking err.h usability... yes
176checking err.h presence... yes
177checking for err.h... yes
178checking sys/socket.h usability... yes
179checking sys/socket.h presence... yes
180checking for sys/socket.h... yes
181checking readline/readline.h usability... yes
182checking readline/readline.h presence... yes
183checking for readline/readline.h... yes
184checking readline/history.h usability... yes
185checking readline/history.h presence... yes
186checking for readline/history.h... yes
187checking pwd.h usability... yes
188checking pwd.h presence... yes
189checking for pwd.h... yes
190checking sys/paths.h usability... yes
191checking sys/paths.h presence... yes
192checking for sys/paths.h... yes
193checking utime.h usability... yes
194checking utime.h presence... yes
195checking for utime.h... yes
196checking for bzero... yes
197checking for memset... yes
198checking for fgetln... yes
199checking for lockf... yes
200checking for flock... yes
201checking for setmode... yes
202checking for strcasecmp... yes
203checking for strncasecmp... yes
204checking for strlcpy... yes
205checking for copyfile... yes
206checking for clearenv... no
207checking if readlink conforms to POSIX 1003.1a... yes
208checking for MD5Update in -lmd... no
209checking for MD5_Update in -lcrypto... yes
210checking openssl/md5.h usability... yes
211checking openssl/md5.h presence... yes
212checking for openssl/md5.h... yes
213checking for readline in -lreadline... yes
214checking whether rl_username_completion_function is declared... no
215checking whether rl_filename_completion_function is declared... yes
216checking whether rl_completion_matches is declared... yes
217checking whether username_completion_function is declared... yes
218checking whether filename_completion_function is declared... yes
219checking whether completion_matches is declared... yes
220checking for Tcl configuration... found /usr/lib/tclConfig.sh
221checking for existence of /usr/lib/tclConfig.sh... loading
222checking for Tcl public headers... /usr/include
223checking for tclsh... /usr/bin/tclsh
224checking for Tcl package directory... /Library/Tcl
225checking whether tclsh was compiled with threads... yes
226checking for curl-config... /usr/bin/curl-config
227checking for Tcl Thread package... yes
228checking for sqlite3_open in -lsqlite3... yes
229checking for Tcl sqlite3 location... /usr/lib/sqlite3
230checking how to build libraries... shared
231checking that any existing MacPorts install can be upgraded... yes
232configure: creating ./config.status
233config.status: creating src/programs/daemondo/Makefile
234config.status: creating Doxyfile
235config.status: creating Makefile
236config.status: creating Mk/macports.autoconf.mk
237config.status: creating doc/prefix.mtree
238config.status: creating doc/macosx.mtree
239config.status: creating doc/macports.conf
240config.status: creating portmgr/freebsd/Makefile
241config.status: creating portmgr/fedora/macports.spec
242config.status: creating src/Makefile
243config.status: creating src/macports1.0/macports_autoconf.tcl
244config.status: creating src/port1.0/port_autoconf.tcl
245config.status: creating src/registry1.0/registry_autoconf.tcl
246config.status: creating src/programs/Makefile
247config.status: creating src/macports1.0/macports_fastload.tcl
248config.status: creating setupenv.bash
249config.status: creating src/pkg_mkindex.sh
250config.status: creating src/config.h
251config.status: src/config.h is unchanged
252Brians-mini$ make
253===> making all in doc
254gzip -c port.1 > port.1.gz
255gzip -c macports.conf.5 > macports.conf.5.gz
256gzip -c portfile.7 > portfile.7.gz
257gzip -c portstyle.7 > portstyle.7.gz
258gzip -c porthier.7 > porthier.7.gz
259gzip -c portgroup.7 > portgroup.7.gz
260===> making all in src
261===> making all in src/cregistry
262gcc -c -DUSE_TCL_STUBS -g -O2 -W -Wall -pedantic  -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common registry.c -o registry.o
263gcc -c -DUSE_TCL_STUBS -g -O2 -W -Wall -pedantic  -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common entry.c -o entry.o
264gcc -c -DUSE_TCL_STUBS -g -O2 -W -Wall -pedantic  -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common sql.c -o sql.o
265ar cr cregistry.a registry.o entry.o sql.o
266ranlib cregistry.a
267===> making all in src/macports1.0
268gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic  -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common macports.c -o macports.o
269gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic  -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common get_systemconfiguration_proxies.c -o get_systemconfiguration_proxies.o
270gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic  -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common sysctl.c -o sysctl.o
271gcc -dynamiclib -g -O2 -W -Wall -pedantic   -Wl,-single_module macports.o get_systemconfiguration_proxies.o sysctl.o -o MacPorts.dylib -L/System/Library/Frameworks/Tcl.framework/Versions/8.5 -ltclstub8.5   -framework CoreFoundation -framework SystemConfiguration
272warning: error while loading MacPorts.dylib: dlopen(./MacPorts.dylib, 10): no suitable image found.  Did find:
273make[2]: *** [pkgIndex.tcl] Error 1
274make[1]: *** [all] Error 1
275make: *** [all] Error 1
276Brians-mini$ make
277===> making all in doc
278make[1]: Nothing to be done for `all'.
279===> making all in src
280===> making all in src/cregistry
281make[2]: Nothing to be done for `all'.
282===> making all in src/macports1.0
283make[2]: Nothing to be done for `all'.
284===> making all in src/port1.0
285===> making all in src/package1.0
286===> making all in src/pextlib1.0
287gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common Pextlib.c -o Pextlib.o
288gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common strsed.c -o strsed.o
289gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common fgetln.c -o fgetln.o
290gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common md5cmd.c -o md5cmd.o
291gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common setmode.c -o setmode.o
292gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common xinstall.c -o xinstall.o
293gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common fs-traverse.c -o fs-traverse.o
294gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common strcasecmp.c -o strcasecmp.o
295gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common vercomp.c -o vercomp.o
296gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common filemap.c -o filemap.o
297gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common sha1cmd.c -o sha1cmd.o
298gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common curl.c -o curl.o
299gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common rmd160cmd.c -o rmd160cmd.o
300gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common readline.c -o readline.o
301gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common uid.c -o uid.o
302gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common tracelib.c -o tracelib.o
303gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common tty.c -o tty.o
304gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common readdir.c -o readdir.o
305gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common pipe.c -o pipe.o
306gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common flock.c -o flock.o
307gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common system.c -o system.o
308gcc -dynamiclib -g -O2 -W -Wall -pedantic      -Wl,-single_module Pextlib.o strsed.o fgetln.o md5cmd.o setmode.o xinstall.o fs-traverse.o strcasecmp.o vercomp.o filemap.o sha1cmd.o curl.o rmd160cmd.o readline.o uid.o tracelib.o tty.o readdir.o pipe.o flock.o system.o -o Pextlib.dylib -L/System/Library/Frameworks/Tcl.framework/Versions/8.5 -ltclstub8.5   -lcurl -lssl -lcrypto -Wl,-weak-lldap -dynamic -Os -pipe -g0 -Wno-system-headers -Wl,-search_paths_first -Wl,-weak-lgssapi_krb5 -Wl,-weak-lkrb5 -Wl,-weak-lk5crypto -Wl,-weak-lcom_err -Wl,-weak-lresolv -lssl -lcrypto -lz -lz -lcrypto -lreadline
309warning: error while loading Pextlib.dylib: dlopen(./Pextlib.dylib, 10): no suitable image found.  Did find:
310make[2]: *** [pkgIndex.tcl] Error 1
311make[1]: *** [all] Error 1
312make: *** [all] Error 1
313Brians-mini$ make
314===> making all in doc
315make[1]: Nothing to be done for `all'.
316===> making all in src
317===> making all in src/cregistry
318make[2]: Nothing to be done for `all'.
319===> making all in src/macports1.0
320make[2]: Nothing to be done for `all'.
321===> making all in src/port1.0
322===> making all in src/package1.0
323make[2]: Nothing to be done for `all'.
324===> making all in src/pextlib1.0
325make[2]: Nothing to be done for `all'.
326===> making all in src/registry1.0
327===> making all in src/registry2.0
328gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic  -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common registry.c -o registry.o
329gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic  -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common util.c -o util.o
330gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic  -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common entry.c -o entry.o
331gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic  -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common entryobj.c -o entryobj.o
332gcc -dynamiclib -g -O2 -W -Wall -pedantic   -Wl,-single_module registry.o util.o entry.o entryobj.o -o registry.dylib -L/System/Library/Frameworks/Tcl.framework/Versions/8.5 -ltclstub8.5   ../cregistry/cregistry.a -lsqlite3
333warning: error while loading registry.dylib: dlopen(./registry.dylib, 10): no suitable image found.  Did find:
334make[2]: *** [pkgIndex.tcl] Error 1
335make[1]: *** [all] Error 1
336make: *** [all] Error 1
337Brians-mini$ make
338===> making all in doc
339make[1]: Nothing to be done for `all'.
340===> making all in src
341===> making all in src/cregistry
342make[2]: Nothing to be done for `all'.
343===> making all in src/macports1.0
344make[2]: Nothing to be done for `all'.
345===> making all in src/port1.0
346===> making all in src/package1.0
347make[2]: Nothing to be done for `all'.
348===> making all in src/pextlib1.0
349make[2]: Nothing to be done for `all'.
350===> making all in src/registry1.0
351make[2]: Nothing to be done for `all'.
352===> making all in src/registry2.0
353make[2]: Nothing to be done for `all'.
354===> making all in src/darwintracelib1.0
355gcc -g -O2 -W -Wall -pedantic  -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include"  -c -o darwintrace.o darwintrace.c
356gcc -dynamiclib -g -O2 -W -Wall -pedantic   -Wl,-single_module darwintrace.o -o darwintrace.dylib 
357===> making all in src/port
358sed -e 's,@TCLSH\@,/usr/bin/tclsh,g' -e 's,@TCL_PACKAGE_DIR\@,/Library/Tcl,g' portmirror.tcl > portmirror
359sed -e 's,@TCLSH\@,/usr/bin/tclsh,g' -e 's,@TCL_PACKAGE_DIR\@,/Library/Tcl,g' portindex.tcl > portindex
360sed -e 's,@TCLSH\@,/usr/bin/tclsh,g' -e 's,@TCL_PACKAGE_DIR\@,/Library/Tcl,g' port.tcl > port
361===> making all in src/programs
362===> making all in src/programs/daemondo
363mkdir -p build
364gcc -g -O2 -W -Wall  -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -I../..  -c -o main.o main.c
365gcc -g -O2 -W -Wall  -o build/daemondo -framework CoreFoundation -framework SystemConfiguration -framework IOKit main.o
366Brians-mini$ sudo make install
367Password:
368===> making install in doc
369/usr/bin/install -c -d -o root -g admin -m 0755 /opt/local
370/usr/bin/install -c -d -o root -g admin -m 0755 /opt/local/etc/macports
371cat prefix.mtree | /usr/sbin/mtree -U -e -p /opt/local > /dev/null
372if test -L "/opt/local/man" ; then \
373                rm -f "/opt/local/man"; \
374        fi
375if test ! -e "/opt/local/man" ; then \
376                ln -s share/man /opt/local/man; \
377        fi
378/usr/bin/install -c -o root -g admin -m 444 macports.conf /opt/local/etc/macports/macports.conf.default
379if test ! -e /opt/local/etc/macports/macports.conf ; then \
380                set -x; \
381                /usr/bin/install -c -o root -g admin -m 644 macports.conf /opt/local/etc/macports; \
382        fi
383/usr/bin/install -c -o root -g admin -m 444 sources.conf /opt/local/etc/macports/sources.conf.default
384if test ! -e /opt/local/etc/macports/sources.conf ; then \
385                set -x; \
386                /usr/bin/install -c -o root -g admin -m 644 sources.conf /opt/local/etc/macports; \
387        fi
388/usr/bin/install -c -o root -g admin -m 444 variants.conf /opt/local/etc/macports/variants.conf.default
389if test ! -e /opt/local/etc/macports/variants.conf ; then \
390                set -x; \
391                /usr/bin/install -c -o root -g admin -m 644 variants.conf /opt/local/etc/macports; \
392        fi
393# delete old uncompressed man pages if they exist
394for m in port.1; do rm -f /opt/local/share/man/man1/$m ; done
395for m in macports.conf.5; do rm -f /opt/local/share/man/man5/$m ; done
396for m in portfile.7 portstyle.7 porthier.7 portgroup.7; do rm -f /opt/local/share/man/man7/$m ; done
397/usr/bin/install -c -d -o root -g admin -m 0755 /opt/local/share/macports/install
398/usr/bin/install -c -o root -g admin -m 644 prefix.mtree /opt/local/share/macports/install/
399/usr/bin/install -c -o root -g admin -m 644 macosx.mtree /opt/local/share/macports/install/
400/usr/bin/install -c -o root -g admin -m 444 port.1.gz /opt/local/share/man/man1
401/usr/bin/install -c -o root -g admin -m 444 macports.conf.5.gz /opt/local/share/man/man5
402/usr/bin/install -c -o root -g admin -m 444 portfile.7.gz /opt/local/share/man/man7
403/usr/bin/install -c -o root -g admin -m 444 portstyle.7.gz /opt/local/share/man/man7
404/usr/bin/install -c -o root -g admin -m 444 porthier.7.gz /opt/local/share/man/man7
405/usr/bin/install -c -o root -g admin -m 444 portgroup.7.gz /opt/local/share/man/man7
406===> making install in src
407===> making install in src/cregistry
408make[2]: Nothing to be done for `install'.
409===> making install in src/macports1.0
410/usr/bin/install -c -d -o root -g admin -m 0755 /Library/Tcl/macports1.0
411/usr/bin/install -c -o root -g admin -m 444 MacPorts.dylib /Library/Tcl/macports1.0
412/usr/bin/install -c -o root -g admin -m 444 pkgIndex.tcl /Library/Tcl/macports1.0
413/usr/bin/install -c -d -o root -g admin -m 0755 /Library/Tcl/macports1.0
414+ for file in macports.tcl macports_dlist.tcl macports_util.tcl macports_autoconf.tcl macports_index.tcl macports_fastload.tcl
415+ /usr/bin/install -c -o root -g admin -m 444 macports.tcl /Library/Tcl/macports1.0/macports.tcl
416+ for file in macports.tcl macports_dlist.tcl macports_util.tcl macports_autoconf.tcl macports_index.tcl macports_fastload.tcl
417+ /usr/bin/install -c -o root -g admin -m 444 macports_dlist.tcl /Library/Tcl/macports1.0/macports_dlist.tcl
418+ for file in macports.tcl macports_dlist.tcl macports_util.tcl macports_autoconf.tcl macports_index.tcl macports_fastload.tcl
419+ /usr/bin/install -c -o root -g admin -m 444 macports_util.tcl /Library/Tcl/macports1.0/macports_util.tcl
420+ for file in macports.tcl macports_dlist.tcl macports_util.tcl macports_autoconf.tcl macports_index.tcl macports_fastload.tcl
421+ /usr/bin/install -c -o root -g admin -m 444 macports_autoconf.tcl /Library/Tcl/macports1.0/macports_autoconf.tcl
422+ for file in macports.tcl macports_dlist.tcl macports_util.tcl macports_autoconf.tcl macports_index.tcl macports_fastload.tcl
423+ /usr/bin/install -c -o root -g admin -m 444 macports_index.tcl /Library/Tcl/macports1.0/macports_index.tcl
424+ for file in macports.tcl macports_dlist.tcl macports_util.tcl macports_autoconf.tcl macports_index.tcl macports_fastload.tcl
425+ /usr/bin/install -c -o root -g admin -m 444 macports_fastload.tcl /Library/Tcl/macports1.0/macports_fastload.tcl
426echo "/Library/Tcl" > /opt/local/var/macports/.tclpackage
427/usr/bin/install -c -o root -g admin -m 444 pkgIndex.tcl /Library/Tcl/macports1.0
428===> making install in src/port1.0
429/usr/bin/install -c -d -o root -g admin -m 0755 /opt/local/share/macports/Tcl/port1.0
430+ for file in port.tcl portchecksum.tcl portconfigure.tcl portextract.tcl portfetch.tcl portmain.tcl portbuild.tcl portpatch.tcl portutil.tcl portinstall.tcl portdepends.tcl portdestroot.tcl portlint.tcl portclean.tcl porttest.tcl portactivate.tcl portsubmit.tcl port_autoconf.tcl portstartupitem.tcl porttrace.tcl portlivecheck.tcl portdistcheck.tcl portmirror.tcl portload.tcl portunload.tcl portdistfiles.tcl
431+ /usr/bin/install -c -o root -g admin -m 444 port.tcl /opt/local/share/macports/Tcl/port1.0
432+ for file in port.tcl portchecksum.tcl portconfigure.tcl portextract.tcl portfetch.tcl portmain.tcl portbuild.tcl portpatch.tcl portutil.tcl portinstall.tcl portdepends.tcl portdestroot.tcl portlint.tcl portclean.tcl porttest.tcl portactivate.tcl portsubmit.tcl port_autoconf.tcl portstartupitem.tcl porttrace.tcl portlivecheck.tcl portdistcheck.tcl portmirror.tcl portload.tcl portunload.tcl portdistfiles.tcl
433+ /usr/bin/install -c -o root -g admin -m 444 portchecksum.tcl /opt/local/share/macports/Tcl/port1.0
434+ for file in port.tcl portchecksum.tcl portconfigure.tcl portextract.tcl portfetch.tcl portmain.tcl portbuild.tcl portpatch.tcl portutil.tcl portinstall.tcl portdepends.tcl portdestroot.tcl portlint.tcl portclean.tcl porttest.tcl portactivate.tcl portsubmit.tcl port_autoconf.tcl portstartupitem.tcl porttrace.tcl portlivecheck.tcl portdistcheck.tcl portmirror.tcl portload.tcl portunload.tcl portdistfiles.tcl
435+ /usr/bin/install -c -o root -g admin -m 444 portconfigure.tcl /opt/local/share/macports/Tcl/port1.0
436+ for file in port.tcl portchecksum.tcl portconfigure.tcl portextract.tcl portfetch.tcl portmain.tcl portbuild.tcl portpatch.tcl portutil.tcl portinstall.tcl portdepends.tcl portdestroot.tcl portlint.tcl portclean.tcl porttest.tcl portactivate.tcl portsubmit.tcl port_autoconf.tcl portstartupitem.tcl porttrace.tcl portlivecheck.tcl portdistcheck.tcl portmirror.tcl portload.tcl portunload.tcl portdistfiles.tcl
437+ /usr/bin/install -c -o root -g admin -m 444 portextract.tcl /opt/local/share/macports/Tcl/port1.0
438+ for file in port.tcl portchecksum.tcl portconfigure.tcl portextract.tcl portfetch.tcl portmain.tcl portbuild.tcl portpatch.tcl portutil.tcl portinstall.tcl portdepends.tcl portdestroot.tcl portlint.tcl portclean.tcl porttest.tcl portactivate.tcl portsubmit.tcl port_autoconf.tcl portstartupitem.tcl porttrace.tcl portlivecheck.tcl portdistcheck.tcl portmirror.tcl portload.tcl portunload.tcl portdistfiles.tcl
439+ /usr/bin/install -c -o root -g admin -m 444 portfetch.tcl /opt/local/share/macports/Tcl/port1.0
440+ for file in port.tcl portchecksum.tcl portconfigure.tcl portextract.tcl portfetch.tcl portmain.tcl portbuild.tcl portpatch.tcl portutil.tcl portinstall.tcl portdepends.tcl portdestroot.tcl portlint.tcl portclean.tcl porttest.tcl portactivate.tcl portsubmit.tcl port_autoconf.tcl portstartupitem.tcl porttrace.tcl portlivecheck.tcl portdistcheck.tcl portmirror.tcl portload.tcl portunload.tcl portdistfiles.tcl
441+ /usr/bin/install -c -o root -g admin -m 444 portmain.tcl /opt/local/share/macports/Tcl/port1.0
442+ for file in port.tcl portchecksum.tcl portconfigure.tcl portextract.tcl portfetch.tcl portmain.tcl portbuild.tcl portpatch.tcl portutil.tcl portinstall.tcl portdepends.tcl portdestroot.tcl portlint.tcl portclean.tcl porttest.tcl portactivate.tcl portsubmit.tcl port_autoconf.tcl portstartupitem.tcl porttrace.tcl portlivecheck.tcl portdistcheck.tcl portmirror.tcl portload.tcl portunload.tcl portdistfiles.tcl
443+ /usr/bin/install -c -o root -g admin -m 444 portbuild.tcl /opt/local/share/macports/Tcl/port1.0
444+ for file in port.tcl portchecksum.tcl portconfigure.tcl portextract.tcl portfetch.tcl portmain.tcl portbuild.tcl portpatch.tcl portutil.tcl portinstall.tcl portdepends.tcl portdestroot.tcl portlint.tcl portclean.tcl porttest.tcl portactivate.tcl portsubmit.tcl port_autoconf.tcl portstartupitem.tcl porttrace.tcl portlivecheck.tcl portdistcheck.tcl portmirror.tcl portload.tcl portunload.tcl portdistfiles.tcl
445+ /usr/bin/install -c -o root -g admin -m 444 portpatch.tcl /opt/local/share/macports/Tcl/port1.0
446+ for file in port.tcl portchecksum.tcl portconfigure.tcl portextract.tcl portfetch.tcl portmain.tcl portbuild.tcl portpatch.tcl portutil.tcl portinstall.tcl portdepends.tcl portdestroot.tcl portlint.tcl portclean.tcl porttest.tcl portactivate.tcl portsubmit.tcl port_autoconf.tcl portstartupitem.tcl porttrace.tcl portlivecheck.tcl portdistcheck.tcl portmirror.tcl portload.tcl portunload.tcl portdistfiles.tcl
447+ /usr/bin/install -c -o root -g admin -m 444 portutil.tcl /opt/local/share/macports/Tcl/port1.0
448+ for file in port.tcl portchecksum.tcl portconfigure.tcl portextract.tcl portfetch.tcl portmain.tcl portbuild.tcl portpatch.tcl portutil.tcl portinstall.tcl portdepends.tcl portdestroot.tcl portlint.tcl portclean.tcl porttest.tcl portactivate.tcl portsubmit.tcl port_autoconf.tcl portstartupitem.tcl porttrace.tcl portlivecheck.tcl portdistcheck.tcl portmirror.tcl portload.tcl portunload.tcl portdistfiles.tcl
449+ /usr/bin/install -c -o root -g admin -m 444 portinstall.tcl /opt/local/share/macports/Tcl/port1.0
450+ for file in port.tcl portchecksum.tcl portconfigure.tcl portextract.tcl portfetch.tcl portmain.tcl portbuild.tcl portpatch.tcl portutil.tcl portinstall.tcl portdepends.tcl portdestroot.tcl portlint.tcl portclean.tcl porttest.tcl portactivate.tcl portsubmit.tcl port_autoconf.tcl portstartupitem.tcl porttrace.tcl portlivecheck.tcl portdistcheck.tcl portmirror.tcl portload.tcl portunload.tcl portdistfiles.tcl
451+ /usr/bin/install -c -o root -g admin -m 444 portdepends.tcl /opt/local/share/macports/Tcl/port1.0
452+ for file in port.tcl portchecksum.tcl portconfigure.tcl portextract.tcl portfetch.tcl portmain.tcl portbuild.tcl portpatch.tcl portutil.tcl portinstall.tcl portdepends.tcl portdestroot.tcl portlint.tcl portclean.tcl porttest.tcl portactivate.tcl portsubmit.tcl port_autoconf.tcl portstartupitem.tcl porttrace.tcl portlivecheck.tcl portdistcheck.tcl portmirror.tcl portload.tcl portunload.tcl portdistfiles.tcl
453+ /usr/bin/install -c -o root -g admin -m 444 portdestroot.tcl /opt/local/share/macports/Tcl/port1.0
454+ for file in port.tcl portchecksum.tcl portconfigure.tcl portextract.tcl portfetch.tcl portmain.tcl portbuild.tcl portpatch.tcl portutil.tcl portinstall.tcl portdepends.tcl portdestroot.tcl portlint.tcl portclean.tcl porttest.tcl portactivate.tcl portsubmit.tcl port_autoconf.tcl portstartupitem.tcl porttrace.tcl portlivecheck.tcl portdistcheck.tcl portmirror.tcl portload.tcl portunload.tcl portdistfiles.tcl
455+ /usr/bin/install -c -o root -g admin -m 444 portlint.tcl /opt/local/share/macports/Tcl/port1.0
456+ for file in port.tcl portchecksum.tcl portconfigure.tcl portextract.tcl portfetch.tcl portmain.tcl portbuild.tcl portpatch.tcl portutil.tcl portinstall.tcl portdepends.tcl portdestroot.tcl portlint.tcl portclean.tcl porttest.tcl portactivate.tcl portsubmit.tcl port_autoconf.tcl portstartupitem.tcl porttrace.tcl portlivecheck.tcl portdistcheck.tcl portmirror.tcl portload.tcl portunload.tcl portdistfiles.tcl
457+ /usr/bin/install -c -o root -g admin -m 444 portclean.tcl /opt/local/share/macports/Tcl/port1.0
458+ for file in port.tcl portchecksum.tcl portconfigure.tcl portextract.tcl portfetch.tcl portmain.tcl portbuild.tcl portpatch.tcl portutil.tcl portinstall.tcl portdepends.tcl portdestroot.tcl portlint.tcl portclean.tcl porttest.tcl portactivate.tcl portsubmit.tcl port_autoconf.tcl portstartupitem.tcl porttrace.tcl portlivecheck.tcl portdistcheck.tcl portmirror.tcl portload.tcl portunload.tcl portdistfiles.tcl
459+ /usr/bin/install -c -o root -g admin -m 444 porttest.tcl /opt/local/share/macports/Tcl/port1.0
460+ for file in port.tcl portchecksum.tcl portconfigure.tcl portextract.tcl portfetch.tcl portmain.tcl portbuild.tcl portpatch.tcl portutil.tcl portinstall.tcl portdepends.tcl portdestroot.tcl portlint.tcl portclean.tcl porttest.tcl portactivate.tcl portsubmit.tcl port_autoconf.tcl portstartupitem.tcl porttrace.tcl portlivecheck.tcl portdistcheck.tcl portmirror.tcl portload.tcl portunload.tcl portdistfiles.tcl
461+ /usr/bin/install -c -o root -g admin -m 444 portactivate.tcl /opt/local/share/macports/Tcl/port1.0
462+ for file in port.tcl portchecksum.tcl portconfigure.tcl portextract.tcl portfetch.tcl portmain.tcl portbuild.tcl portpatch.tcl portutil.tcl portinstall.tcl portdepends.tcl portdestroot.tcl portlint.tcl portclean.tcl porttest.tcl portactivate.tcl portsubmit.tcl port_autoconf.tcl portstartupitem.tcl porttrace.tcl portlivecheck.tcl portdistcheck.tcl portmirror.tcl portload.tcl portunload.tcl portdistfiles.tcl
463+ /usr/bin/install -c -o root -g admin -m 444 portsubmit.tcl /opt/local/share/macports/Tcl/port1.0
464+ for file in port.tcl portchecksum.tcl portconfigure.tcl portextract.tcl portfetch.tcl portmain.tcl portbuild.tcl portpatch.tcl portutil.tcl portinstall.tcl portdepends.tcl portdestroot.tcl portlint.tcl portclean.tcl porttest.tcl portactivate.tcl portsubmit.tcl port_autoconf.tcl portstartupitem.tcl porttrace.tcl portlivecheck.tcl portdistcheck.tcl portmirror.tcl portload.tcl portunload.tcl portdistfiles.tcl
465+ /usr/bin/install -c -o root -g admin -m 444 port_autoconf.tcl /opt/local/share/macports/Tcl/port1.0
466+ for file in port.tcl portchecksum.tcl portconfigure.tcl portextract.tcl portfetch.tcl portmain.tcl portbuild.tcl portpatch.tcl portutil.tcl portinstall.tcl portdepends.tcl portdestroot.tcl portlint.tcl portclean.tcl porttest.tcl portactivate.tcl portsubmit.tcl port_autoconf.tcl portstartupitem.tcl porttrace.tcl portlivecheck.tcl portdistcheck.tcl portmirror.tcl portload.tcl portunload.tcl portdistfiles.tcl
467+ /usr/bin/install -c -o root -g admin -m 444 portstartupitem.tcl /opt/local/share/macports/Tcl/port1.0
468+ for file in port.tcl portchecksum.tcl portconfigure.tcl portextract.tcl portfetch.tcl portmain.tcl portbuild.tcl portpatch.tcl portutil.tcl portinstall.tcl portdepends.tcl portdestroot.tcl portlint.tcl portclean.tcl porttest.tcl portactivate.tcl portsubmit.tcl port_autoconf.tcl portstartupitem.tcl porttrace.tcl portlivecheck.tcl portdistcheck.tcl portmirror.tcl portload.tcl portunload.tcl portdistfiles.tcl
469+ /usr/bin/install -c -o root -g admin -m 444 porttrace.tcl /opt/local/share/macports/Tcl/port1.0
470+ for file in port.tcl portchecksum.tcl portconfigure.tcl portextract.tcl portfetch.tcl portmain.tcl portbuild.tcl portpatch.tcl portutil.tcl portinstall.tcl portdepends.tcl portdestroot.tcl portlint.tcl portclean.tcl porttest.tcl portactivate.tcl portsubmit.tcl port_autoconf.tcl portstartupitem.tcl porttrace.tcl portlivecheck.tcl portdistcheck.tcl portmirror.tcl portload.tcl portunload.tcl portdistfiles.tcl
471+ /usr/bin/install -c -o root -g admin -m 444 portlivecheck.tcl /opt/local/share/macports/Tcl/port1.0
472+ for file in port.tcl portchecksum.tcl portconfigure.tcl portextract.tcl portfetch.tcl portmain.tcl portbuild.tcl portpatch.tcl portutil.tcl portinstall.tcl portdepends.tcl portdestroot.tcl portlint.tcl portclean.tcl porttest.tcl portactivate.tcl portsubmit.tcl port_autoconf.tcl portstartupitem.tcl porttrace.tcl portlivecheck.tcl portdistcheck.tcl portmirror.tcl portload.tcl portunload.tcl portdistfiles.tcl
473+ /usr/bin/install -c -o root -g admin -m 444 portdistcheck.tcl /opt/local/share/macports/Tcl/port1.0
474+ for file in port.tcl portchecksum.tcl portconfigure.tcl portextract.tcl portfetch.tcl portmain.tcl portbuild.tcl portpatch.tcl portutil.tcl portinstall.tcl portdepends.tcl portdestroot.tcl portlint.tcl portclean.tcl porttest.tcl portactivate.tcl portsubmit.tcl port_autoconf.tcl portstartupitem.tcl porttrace.tcl portlivecheck.tcl portdistcheck.tcl portmirror.tcl portload.tcl portunload.tcl portdistfiles.tcl
475+ /usr/bin/install -c -o root -g admin -m 444 portmirror.tcl /opt/local/share/macports/Tcl/port1.0
476+ for file in port.tcl portchecksum.tcl portconfigure.tcl portextract.tcl portfetch.tcl portmain.tcl portbuild.tcl portpatch.tcl portutil.tcl portinstall.tcl portdepends.tcl portdestroot.tcl portlint.tcl portclean.tcl porttest.tcl portactivate.tcl portsubmit.tcl port_autoconf.tcl portstartupitem.tcl porttrace.tcl portlivecheck.tcl portdistcheck.tcl portmirror.tcl portload.tcl portunload.tcl portdistfiles.tcl
477+ /usr/bin/install -c -o root -g admin -m 444 portload.tcl /opt/local/share/macports/Tcl/port1.0
478+ for file in port.tcl portchecksum.tcl portconfigure.tcl portextract.tcl portfetch.tcl portmain.tcl portbuild.tcl portpatch.tcl portutil.tcl portinstall.tcl portdepends.tcl portdestroot.tcl portlint.tcl portclean.tcl porttest.tcl portactivate.tcl portsubmit.tcl port_autoconf.tcl portstartupitem.tcl porttrace.tcl portlivecheck.tcl portdistcheck.tcl portmirror.tcl portload.tcl portunload.tcl portdistfiles.tcl
479+ /usr/bin/install -c -o root -g admin -m 444 portunload.tcl /opt/local/share/macports/Tcl/port1.0
480+ for file in port.tcl portchecksum.tcl portconfigure.tcl portextract.tcl portfetch.tcl portmain.tcl portbuild.tcl portpatch.tcl portutil.tcl portinstall.tcl portdepends.tcl portdestroot.tcl portlint.tcl portclean.tcl porttest.tcl portactivate.tcl portsubmit.tcl port_autoconf.tcl portstartupitem.tcl porttrace.tcl portlivecheck.tcl portdistcheck.tcl portmirror.tcl portload.tcl portunload.tcl portdistfiles.tcl
481+ /usr/bin/install -c -o root -g admin -m 444 portdistfiles.tcl /opt/local/share/macports/Tcl/port1.0
482/usr/bin/install -c -o root -g admin -m 444 pkgIndex.tcl /opt/local/share/macports/Tcl/port1.0
483===> making install in src/package1.0
484/usr/bin/install -c -d -o root -g admin -m 0755 /opt/local/share/macports/Tcl/package1.0
485+ for file in package.tcl portdmg.tcl portmdmg.tcl portmpkg.tcl portpkg.tcl portportpkg.tcl portrpm.tcl portsrpm.tcl portdpkg.tcl portunarchive.tcl portarchive.tcl
486+ /usr/bin/install -c -o root -g admin -m 444 package.tcl /opt/local/share/macports/Tcl/package1.0
487+ for file in package.tcl portdmg.tcl portmdmg.tcl portmpkg.tcl portpkg.tcl portportpkg.tcl portrpm.tcl portsrpm.tcl portdpkg.tcl portunarchive.tcl portarchive.tcl
488+ /usr/bin/install -c -o root -g admin -m 444 portdmg.tcl /opt/local/share/macports/Tcl/package1.0
489+ for file in package.tcl portdmg.tcl portmdmg.tcl portmpkg.tcl portpkg.tcl portportpkg.tcl portrpm.tcl portsrpm.tcl portdpkg.tcl portunarchive.tcl portarchive.tcl
490+ /usr/bin/install -c -o root -g admin -m 444 portmdmg.tcl /opt/local/share/macports/Tcl/package1.0
491+ for file in package.tcl portdmg.tcl portmdmg.tcl portmpkg.tcl portpkg.tcl portportpkg.tcl portrpm.tcl portsrpm.tcl portdpkg.tcl portunarchive.tcl portarchive.tcl
492+ /usr/bin/install -c -o root -g admin -m 444 portmpkg.tcl /opt/local/share/macports/Tcl/package1.0
493+ for file in package.tcl portdmg.tcl portmdmg.tcl portmpkg.tcl portpkg.tcl portportpkg.tcl portrpm.tcl portsrpm.tcl portdpkg.tcl portunarchive.tcl portarchive.tcl
494+ /usr/bin/install -c -o root -g admin -m 444 portpkg.tcl /opt/local/share/macports/Tcl/package1.0
495+ for file in package.tcl portdmg.tcl portmdmg.tcl portmpkg.tcl portpkg.tcl portportpkg.tcl portrpm.tcl portsrpm.tcl portdpkg.tcl portunarchive.tcl portarchive.tcl
496+ /usr/bin/install -c -o root -g admin -m 444 portportpkg.tcl /opt/local/share/macports/Tcl/package1.0
497+ for file in package.tcl portdmg.tcl portmdmg.tcl portmpkg.tcl portpkg.tcl portportpkg.tcl portrpm.tcl portsrpm.tcl portdpkg.tcl portunarchive.tcl portarchive.tcl
498+ /usr/bin/install -c -o root -g admin -m 444 portrpm.tcl /opt/local/share/macports/Tcl/package1.0
499+ for file in package.tcl portdmg.tcl portmdmg.tcl portmpkg.tcl portpkg.tcl portportpkg.tcl portrpm.tcl portsrpm.tcl portdpkg.tcl portunarchive.tcl portarchive.tcl
500+ /usr/bin/install -c -o root -g admin -m 444 portsrpm.tcl /opt/local/share/macports/Tcl/package1.0
501+ for file in package.tcl portdmg.tcl portmdmg.tcl portmpkg.tcl portpkg.tcl portportpkg.tcl portrpm.tcl portsrpm.tcl portdpkg.tcl portunarchive.tcl portarchive.tcl
502+ /usr/bin/install -c -o root -g admin -m 444 portdpkg.tcl /opt/local/share/macports/Tcl/package1.0
503+ for file in package.tcl portdmg.tcl portmdmg.tcl portmpkg.tcl portpkg.tcl portportpkg.tcl portrpm.tcl portsrpm.tcl portdpkg.tcl portunarchive.tcl portarchive.tcl
504+ /usr/bin/install -c -o root -g admin -m 444 portunarchive.tcl /opt/local/share/macports/Tcl/package1.0
505+ for file in package.tcl portdmg.tcl portmdmg.tcl portmpkg.tcl portpkg.tcl portportpkg.tcl portrpm.tcl portsrpm.tcl portdpkg.tcl portunarchive.tcl portarchive.tcl
506+ /usr/bin/install -c -o root -g admin -m 444 portarchive.tcl /opt/local/share/macports/Tcl/package1.0
507/usr/bin/install -c -o root -g admin -m 444 pkgIndex.tcl /opt/local/share/macports/Tcl/package1.0
508===> making install in src/pextlib1.0
509/usr/bin/install -c -d -o root -g admin -m 0755 /opt/local/share/macports/Tcl/pextlib1.0
510/usr/bin/install -c -o root -g admin -m 444 Pextlib.dylib /opt/local/share/macports/Tcl/pextlib1.0
511/usr/bin/install -c -o root -g admin -m 444 pkgIndex.tcl /opt/local/share/macports/Tcl/pextlib1.0
512===> making install in src/registry1.0
513/usr/bin/install -c -d -o root -g admin -m 0755 /opt/local/share/macports/Tcl/registry1.0
514+ for file in registry.tcl registry_autoconf.tcl receipt_flat.tcl receipt_sqlite.tcl portimage.tcl portuninstall.tcl
515+ /usr/bin/install -c -o root -g admin -m 444 registry.tcl /opt/local/share/macports/Tcl/registry1.0
516+ for file in registry.tcl registry_autoconf.tcl receipt_flat.tcl receipt_sqlite.tcl portimage.tcl portuninstall.tcl
517+ /usr/bin/install -c -o root -g admin -m 444 registry_autoconf.tcl /opt/local/share/macports/Tcl/registry1.0
518+ for file in registry.tcl registry_autoconf.tcl receipt_flat.tcl receipt_sqlite.tcl portimage.tcl portuninstall.tcl
519+ /usr/bin/install -c -o root -g admin -m 444 receipt_flat.tcl /opt/local/share/macports/Tcl/registry1.0
520+ for file in registry.tcl registry_autoconf.tcl receipt_flat.tcl receipt_sqlite.tcl portimage.tcl portuninstall.tcl
521+ /usr/bin/install -c -o root -g admin -m 444 receipt_sqlite.tcl /opt/local/share/macports/Tcl/registry1.0
522+ for file in registry.tcl registry_autoconf.tcl receipt_flat.tcl receipt_sqlite.tcl portimage.tcl portuninstall.tcl
523+ /usr/bin/install -c -o root -g admin -m 444 portimage.tcl /opt/local/share/macports/Tcl/registry1.0
524+ for file in registry.tcl registry_autoconf.tcl receipt_flat.tcl receipt_sqlite.tcl portimage.tcl portuninstall.tcl
525+ /usr/bin/install -c -o root -g admin -m 444 portuninstall.tcl /opt/local/share/macports/Tcl/registry1.0
526/usr/bin/install -c -o root -g admin -m 444 pkgIndex.tcl /opt/local/share/macports/Tcl/registry1.0
527===> making install in src/registry2.0
528/usr/bin/install -c -d -o root -g admin -m 0755 /opt/local/share/macports/Tcl/registry2.0
529/usr/bin/install -c -o root -g admin -m 444 registry.dylib /opt/local/share/macports/Tcl/registry2.0
530/usr/bin/install -c -o root -g admin -m 444 pkgIndex.tcl /opt/local/share/macports/Tcl/registry2.0
531/usr/bin/install -c -d -o root -g admin -m 0755 /opt/local/share/macports/Tcl/registry2.0
532/usr/bin/install -c -o root -g admin -m 444 registry.dylib /opt/local/share/macports/Tcl/registry2.0
533+ for file in registry_util.tcl portimage.tcl portuninstall.tcl
534+ /usr/bin/install -c -o root -g admin -m 444 registry_util.tcl /opt/local/share/macports/Tcl/registry2.0/registry_util.tcl
535+ for file in registry_util.tcl portimage.tcl portuninstall.tcl
536+ /usr/bin/install -c -o root -g admin -m 444 portimage.tcl /opt/local/share/macports/Tcl/registry2.0/portimage.tcl
537+ for file in registry_util.tcl portimage.tcl portuninstall.tcl
538+ /usr/bin/install -c -o root -g admin -m 444 portuninstall.tcl /opt/local/share/macports/Tcl/registry2.0/portuninstall.tcl
539/usr/bin/install -c -o root -g admin -m 444 pkgIndex.tcl /opt/local/share/macports/Tcl/registry2.0
540===> making install in src/darwintracelib1.0
541/usr/bin/install -c -d -o root -g admin -m 0755 /opt/local/share/macports/Tcl/darwintrace1.0
542/usr/bin/install -c -o root -g admin -m 444 darwintrace.dylib /opt/local/share/macports/Tcl/darwintrace1.0
543===> making install in src/port
544cat ../../doc/prefix.mtree | /usr/sbin/mtree -U -d -e -p /opt/local > /dev/null
545/usr/bin/install -c -d -o root -g admin -m 0755 /opt/local/bin
546/usr/bin/install -c -d -o root -g admin -m 0755 /opt/local/var/macports
547/usr/bin/install -c -o root -g admin -m 555 port portindex portmirror /opt/local/bin/
548/usr/bin/install -c -o root -g admin -m 444 port-help.tcl  /opt/local/var/macports/
549cd /opt/local/bin && ln -s -f port portf
550===> making install in src/programs
551===> making install in src/programs/daemondo
552mkdir -p build
553/usr/bin/install -c -o root -g admin -m 555 build/daemondo /opt/local/bin
554[ ! -f /opt/local/etc/macports/mp_version ] || rm -vf /opt/local/etc/macports/mp_version
555/usr/bin/install -c -o root -g admin -m 444 setupenv.bash  /opt/local/share/macports/
556/usr/bin/tclsh src/upgrade_sources_conf_default.tcl /opt/local
557/usr/bin/tclsh src/dep_map_clean.tcl /Library/Tcl
558can't find package Pextlib 1.0
559
560    while executing
561
562"package require Pextlib 1.0"
563
564    (file "/opt/local/share/macports/Tcl/registry1.0/receipt_flat.tcl" line 37)
565
566    invoked from within
567
568"source /opt/local/share/macports/Tcl/registry1.0/receipt_flat.tcl"
569
570    ("package ifneeded receipt_flat 1.0" script)
571
572    invoked from within
573
574"package require receipt_flat 1.0"
575
576    (file "/opt/local/share/macports/Tcl/registry1.0/registry.tcl" line 35)
577
578    invoked from within
579
580"source /opt/local/share/macports/Tcl/registry1.0/registry.tcl"
581
582    ("package ifneeded registry 1.0" script)
583
584    invoked from within
585
586"package require registry 1.0"
587
588    (file "src/dep_map_clean.tcl" line 10)
589
590make: *** [install] Error 1
591Brians-mini$