Ticket #34463: patch test.txt

File patch test.txt, 32.2 KB (added by ultrajoe@…, 12 years ago)

Results of my attempt to apply patch & rebuild. Note the detection of sqlite3.h (I have sqlite3 port installed), which may be pertinent.

Line 
1joes-desktop:/opt/local/var/macports/sources/rsync.macports.org/release/base joesewell$ sudo ./configure
2checking build system type... powerpc-apple-darwin8.11.0
3checking host system type... powerpc-apple-darwin8.11.0
4checking target system type... powerpc-apple-darwin8.11.0
5checking MacPorts version... 2.1.0
6checking for sw_vers... /usr/bin/sw_vers
7checking for defaults... /usr/bin/defaults
8checking for xcode-select... no
9checking Mac OS X version... 10.4.11
10/Developer
11checking Xcode version... 2.5
12checking for gcc... gcc
13checking whether the C compiler works... yes
14checking for C compiler default output file name... a.out
15checking for suffix of executables...
16checking whether we are cross compiling... no
17checking for suffix of object files... o
18checking whether we are using the GNU C compiler... yes
19checking whether gcc accepts -g... yes
20checking for gcc option to accept ISO C89... none needed
21checking for a BSD-compatible install... /usr/bin/install -c
22checking whether ln -s works... yes
23checking whether make sets $(MAKE)... yes
24checking for gcc... gcc
25checking whether we are using the GNU Objective C compiler... yes
26checking whether gcc accepts -g... yes
27checking for bsdmake... /usr/bin/bsdmake
28checking for bzip2... /sw/bin/bzip2
29checking for bzr... no
30checking for chown... /usr/sbin/chown
31checking for cp... /bin/cp
32checking for cpio... /usr/bin/cpio
33checking for cvs... /usr/bin/cvs
34checking for diff... /usr/bin/diff
35checking for dscl... /usr/bin/dscl
36checking for dseditgroup... /usr/sbin/dseditgroup
37checking for file... /usr/bin/file
38checking for git... no
39checking for gnumake... /usr/bin/gnumake
40checking for gnupatch... no
41checking for gpatch... no
42checking for gnutar... /sw/bin/gnutar
43checking for gzip... /sw/bin/gzip
44checking for hdiutil... /usr/bin/hdiutil
45checking for hg... no
46checking for launchctl... /bin/launchctl
47checking for lipo... /usr/bin/lipo
48checking for lsbom... /usr/bin/lsbom
49checking for lzma... no
50checking for make... /usr/bin/make
51checking for mdfind... /usr/bin/mdfind
52checking for mdls... /usr/bin/mdls
53checking for mkbom... /usr/bin/mkbom
54checking for mtree... /usr/sbin/mtree
55checking for open... /usr/bin/open
56checking for openssl... /usr/bin/openssl
57checking for patch... /usr/bin/patch
58checking for pax... /bin/pax
59checking for rmdir... /bin/rmdir
60checking for rsync... /usr/bin/rsync
61checking for sed... /usr/bin/sed
62checking for svn... no
63checking for swig... no
64checking for tar... /sw/bin/tar
65checking for unzip... /sw/bin/unzip
66checking for xar... no
67checking for xcodebuild... /usr/bin/xcodebuild
68checking for xcrun... no
69checking for xz... no
70checking for zip... /usr/bin/zip
71checking for launchd... yes
72checking for sed... (cached) /usr/bin/sed
73checking which sed flag to use for extended regexp... -E (BSD)
74checking for tar... (cached) /sw/bin/tar
75checking whether tar supports -q... no (gnutar)
76checking for tar... (cached) /sw/bin/tar
77checking for gnutar... (cached) /sw/bin/gnutar
78checking for which tar variant to use... /sw/bin/gnutar
79checking for /sw/bin/gnutar --no-same-owner support... yes
80checking for patch... (cached) /usr/bin/patch
81checking for gpatch... no
82checking for GNU (FSF) patch... /usr/bin/patch
83checking how to mark unused variables...
84checking for gcc symbol visibility attribute... __attribute__((visibility("hidden")))
85checking for the pthreads library -lpthreads... no
86checking whether pthreads work without any flags... yes
87checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
88checking if more special flags are required for pthreads... -D_THREAD_SAFE
89checking how to run the Objective C preprocessor... gcc -E
90checking for grep that handles long lines and -e... /usr/bin/grep
91checking for egrep... /usr/bin/grep -E
92checking for ANSI C header files... yes
93checking for sys/types.h... yes
94checking for sys/stat.h... yes
95checking for stdlib.h... yes
96checking for string.h... yes
97checking for memory.h... yes
98checking for strings.h... yes
99checking for inttypes.h... yes
100checking for stdint.h... yes
101checking for unistd.h... yes
102checking objc/objc.h usability... yes
103checking objc/objc.h presence... yes
104checking for objc/objc.h... yes
105checking if linking libobjc requires pthreads... no
106checking for Apple Objective-C runtime... yes
107checking for GNU Objective C runtime... no
108configure: Using Apple Objective-C runtime
109checking for Apple Foundation library... yes
110configure: WARNING: GNUSTEP_SYSTEM_ROOT is not defined in your environment, preventing the use of GNUstep's Foundation library
111configure: Using Apple Foundation library
112checking for CoreFoundation framework... yes
113checking for SystemConfiguration framework... yes
114checking for IOKit framework... yes
115checking for CFNotificationCenterGetDarwinNotifyCenter... yes
116checking for whether we will build daemondo... yes
117checking for ports tree... /opt/local/var/macports/sources/rsync.macports.org/release/ports
118checking for MacPorts config directory... ${sysconfdir}/macports
119checking for install user... root
120checking for install group... admin
121checking for macports user... macports
122checking what permissions to use for installation directories... 0755
123checking for Applications installation directory... /Applications/MacPorts
124checking for Frameworks installation directory... /opt/local/Library/Frameworks
125checking for Universal CPU architectures... i386 ppc
126checking how to run the C preprocessor... gcc -E
127checking for ANSI C header files... (cached) yes
128checking for dirent.h that defines DIR... yes
129checking for library containing opendir... none required
130checking for sys/wait.h that is POSIX.1 compatible... yes
131checking limits.h usability... yes
132checking limits.h presence... yes
133checking for limits.h... yes
134checking paths.h usability... yes
135checking paths.h presence... yes
136checking for paths.h... yes
137checking sys/file.h usability... yes
138checking sys/file.h presence... yes
139checking for sys/file.h... yes
140checking crt_externs.h usability... yes
141checking crt_externs.h presence... yes
142checking for crt_externs.h... yes
143checking fcntl.h usability... yes
144checking fcntl.h presence... yes
145checking for fcntl.h... yes
146checking sys/fcntl.h usability... yes
147checking sys/fcntl.h presence... yes
148checking for sys/fcntl.h... yes
149checking sys/cdefs.h usability... yes
150checking sys/cdefs.h presence... yes
151checking for sys/cdefs.h... yes
152checking err.h usability... yes
153checking err.h presence... yes
154checking for err.h... yes
155checking sys/socket.h usability... yes
156checking sys/socket.h presence... yes
157checking for sys/socket.h... yes
158checking sys/sysctl.h usability... yes
159checking sys/sysctl.h presence... yes
160checking for sys/sysctl.h... yes
161checking readline/readline.h usability... yes
162checking readline/readline.h presence... yes
163checking for readline/readline.h... yes
164checking readline/history.h usability... yes
165checking readline/history.h presence... yes
166checking for readline/history.h... yes
167checking pwd.h usability... yes
168checking pwd.h presence... yes
169checking for pwd.h... yes
170checking sys/paths.h usability... yes
171checking sys/paths.h presence... yes
172checking for sys/paths.h... yes
173checking utime.h usability... yes
174checking utime.h presence... yes
175checking for utime.h... yes
176checking for bzero... yes
177checking for memset... yes
178checking for fgetln... yes
179checking for lockf... yes
180checking for flock... yes
181checking for setmode... yes
182checking for strcasecmp... yes
183checking for strncasecmp... yes
184checking for strlcpy... yes
185checking for copyfile... yes
186checking for clearenv... no
187checking for sysctlbyname... yes
188checking if readlink conforms to POSIX 1003.1a... yes
189checking CommonCrypto/CommonDigest.h usability... yes
190checking CommonCrypto/CommonDigest.h presence... yes
191checking for CommonCrypto/CommonDigest.h... yes
192checking for Tcl configuration... found /usr/lib/tclConfig.sh
193checking for existence of /usr/lib/tclConfig.sh... loading
194checking for Tcl public headers... /usr/include
195checking for tclsh... /usr/bin/tclsh
196checking for Tcl package directory... /Library/Tcl
197checking whether tclsh was compiled with threads... yes
198checking for curl-config... /usr/bin/curl-config
199checking sqlite3.h usability... yes
200checking sqlite3.h presence... yes
201checking for sqlite3.h... yes
202checking sqlite3ext.h usability... no
203checking sqlite3ext.h presence... no
204checking for sqlite3ext.h... no
205checking for Tcl sqlite3 location... /usr/lib/sqlite3
206checking for SQLite >= 3003011... no
207checking for Tcl Thread package... yes
208checking how to build libraries... shared
209checking that any existing MacPorts install can be upgraded... yes
210configure: creating ./config.status
211config.status: creating src/programs/daemondo/Makefile
212config.status: creating Doxyfile
213config.status: creating Makefile
214config.status: creating Mk/macports.autoconf.mk
215config.status: creating doc/base.mtree
216config.status: creating doc/prefix.mtree
217config.status: creating doc/macosx.mtree
218config.status: creating doc/macports.conf
219config.status: creating doc/pubkeys.conf
220config.status: creating portmgr/freebsd/Makefile
221config.status: creating src/Makefile
222config.status: creating src/machista1.0/Makefile
223config.status: creating src/macports1.0/macports_autoconf.tcl
224config.status: creating src/port1.0/port_autoconf.tcl
225config.status: creating src/registry2.0/registry_autoconf.tcl
226config.status: creating src/programs/Makefile
227config.status: creating src/macports1.0/macports_fastload.tcl
228config.status: creating setupenv.bash
229config.status: creating src/pkg_mkindex.sh
230config.status: creating src/config.h
231joes-desktop:/opt/local/var/macports/sources/rsync.macports.org/release/base joesewell$ make
232===> making all in doc
233gzip -c port.1 > port.1.gz
234/bin/sh: line 1: port.1.gz: Permission denied
235make[1]: *** [port.1.gz] Error 1
236make: *** [all] Error 1
237joes-desktop:/opt/local/var/macports/sources/rsync.macports.org/release/base joesewell$ sudo make
238===> making all in doc
239gzip -c port.1 > port.1.gz
240gzip -c macports.conf.5 > macports.conf.5.gz
241gzip -c portfile.7 > portfile.7.gz
242gzip -c portstyle.7 > portstyle.7.gz
243gzip -c porthier.7 > porthier.7.gz
244gzip -c portgroup.7 > portgroup.7.gz
245===> making all in src
246===> making all in src/cregistry
247gcc -c -DUSE_TCL_STUBS -g -O2 -Wextra -Wall -pedantic  -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common registry.c -o registry.o
248gcc -c -DUSE_TCL_STUBS -g -O2 -Wextra -Wall -pedantic  -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common entry.c -o entry.o
249gcc -c -DUSE_TCL_STUBS -g -O2 -Wextra -Wall -pedantic  -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common sql.c -o sql.o
250sql.c:269:17: warning: C++ style comments are not allowed in ISO C90
251sql.c:269:17: warning: (this will be reported only once per input file)
252gcc -c -DUSE_TCL_STUBS -g -O2 -Wextra -Wall -pedantic  -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common vercomp.c -o vercomp.o
253gcc -c -DUSE_TCL_STUBS -g -O2 -Wextra -Wall -pedantic  -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common util.c -o util.o
254gcc -c -DUSE_TCL_STUBS -g -O2 -Wextra -Wall -pedantic  -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common file.c -o file.o
255ar cr cregistry.a registry.o entry.o sql.o vercomp.o util.o file.o
256ranlib cregistry.a
257gcc -c -DUSE_TCL_STUBS -g -O2 -Wextra -Wall -pedantic  -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common sqlext.c -o sqlext.o
258sqlext.c: In function 'sqlite3_extension_init':
259sqlext.c:24: warning: unused parameter 'db'
260sqlext.c:31: warning: unused parameter 'pApi'
261cc -dynamiclib  sqlext.o vercomp.o -o macports.sqlext
262===> making all in src/macports1.0
263gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -Wextra -Wall -pedantic  -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common macports.c -o macports.o
264gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -Wextra -Wall -pedantic  -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common get_systemconfiguration_proxies.c -o get_systemconfiguration_proxies.o
265gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -Wextra -Wall -pedantic  -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common sysctl.c -o sysctl.o
266cc -dynamiclib  macports.o get_systemconfiguration_proxies.o sysctl.o -o MacPorts.dylib -L/System/Library/Frameworks/Tcl.framework/Versions/8.4 -ltclstub8.4   -framework CoreFoundation -framework SystemConfiguration
267===> making all in src/port1.0
268===> making all in src/package1.0
269===> making all in src/pextlib1.0
270gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -Wextra -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common Pextlib.c -o Pextlib.o
271gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -Wextra -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common strsed.c -o strsed.o
272gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -Wextra -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common fgetln.c -o fgetln.o
273gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -Wextra -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common md5cmd.c -o md5cmd.o
274gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -Wextra -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common setmode.c -o setmode.o
275gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -Wextra -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common xinstall.c -o xinstall.o
276gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -Wextra -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common fs-traverse.c -o fs-traverse.o
277gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -Wextra -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common strcasecmp.c -o strcasecmp.o
278gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -Wextra -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common vercomp.c -o vercomp.o
279gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -Wextra -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common filemap.c -o filemap.o
280gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -Wextra -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common base32cmd.c -o base32cmd.o
281gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -Wextra -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common sha1cmd.c -o sha1cmd.o
282gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -Wextra -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common curl.c -o curl.o
283gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -Wextra -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common rmd160cmd.c -o rmd160cmd.o
284gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -Wextra -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common sha256cmd.c -o sha256cmd.o
285gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -Wextra -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common readline.c -o readline.o
286gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -Wextra -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common uid.c -o uid.o
287gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -Wextra -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common tracelib.c -o tracelib.o
288gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -Wextra -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common tty.c -o tty.o
289gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -Wextra -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common readdir.c -o readdir.o
290gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -Wextra -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common pipe.c -o pipe.o
291gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -Wextra -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common flock.c -o flock.o
292gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -Wextra -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common system.c -o system.o
293gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -Wextra -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common mktemp.c -o mktemp.o
294gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -Wextra -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common realpath.c -o realpath.o
295cc -dynamiclib  Pextlib.o strsed.o fgetln.o md5cmd.o setmode.o xinstall.o fs-traverse.o strcasecmp.o vercomp.o filemap.o base32cmd.o sha1cmd.o curl.o rmd160cmd.o sha256cmd.o readline.o uid.o tracelib.o tty.o readdir.o pipe.o flock.o system.o mktemp.o realpath.o -o Pextlib.dylib -L/System/Library/Frameworks/Tcl.framework/Versions/8.4 -ltclstub8.4   -lcurl 
296ld: warning weak symbol references not set in output with MACOSX_DEPLOYMENT_TARGET environment variable set to: 10.1
297ld: warning weak referenced symbols:
298_copyfile
299===> making all in src/registry2.0
300gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -Wextra -Wall -pedantic   -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common registry.c -o registry.o
301gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -Wextra -Wall -pedantic   -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common util.c -o util.o
302gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -Wextra -Wall -pedantic   -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common entry.c -o entry.o
303gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -Wextra -Wall -pedantic   -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common entryobj.c -o entryobj.o
304gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -Wextra -Wall -pedantic   -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common file.c -o file.o
305gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -Wextra -Wall -pedantic   -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common fileobj.c -o fileobj.o
306cc -dynamiclib  registry.o util.o entry.o entryobj.o file.o fileobj.o ../cregistry/cregistry.a -o registry.dylib -L/System/Library/Frameworks/Tcl.framework/Versions/8.4 -ltclstub8.4   -lsqlite3
307===> making all in src/darwintracelib1.0
308gcc -g -O2 -Wextra -Wall   -fPIC -Wno-deprecated-declarations -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include"  -c -o darwintrace.o darwintrace.c
309cc -dynamiclib  darwintrace.o -o darwintrace.dylib 
310ld: warning multiple definitions of symbol _open
311darwintrace.o definition of _open in section (__TEXT,__text)
312/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../../libSystem.dylib(open.So) definition of _open
313ld: warning multiple definitions of symbol _lstat
314darwintrace.o definition of _lstat in section (__TEXT,__text)
315/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../../libSystem.dylib(lstat.So) definition of _lstat
316ld: warning multiple definitions of symbol _stat
317darwintrace.o definition of _stat in section (__TEXT,__text)
318/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../../libSystem.dylib(stat.So) definition of _stat
319ld: warning multiple definitions of symbol _close
320darwintrace.o definition of _close in section (__TEXT,__text)
321/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../../libSystem.dylib(close.So) definition of _close
322===> making all in src/machista1.0
323gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -Wextra -Wall -pedantic  -fPIC -std=c99 -pedantic -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common libmachista.c -o libmachista.o
324gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -Wextra -Wall -pedantic  -fPIC -std=c99 -pedantic -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common hashmap.c -o hashmap.o
325gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -Wextra -Wall -pedantic  -fPIC -std=c99 -pedantic -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common machista_wrap.c -o machista_wrap.o
326cc -dynamiclib  libmachista.o hashmap.o machista_wrap.o -o machista.dylib -L/System/Library/Frameworks/Tcl.framework/Versions/8.4 -ltclstub8.4 
327===> making all in src/port
328sed -e 's,@TCLSH\@,/usr/bin/tclsh,g' -e 's,@macports_tcl_dir\@,/opt/local/share/macports/Tcl,g' portmirror.tcl > portmirror
329sed -e 's,@TCLSH\@,/usr/bin/tclsh,g' -e 's,@macports_tcl_dir\@,/opt/local/share/macports/Tcl,g' portindex.tcl > portindex
330sed -e 's,@TCLSH\@,/usr/bin/tclsh,g' -e 's,@macports_tcl_dir\@,/opt/local/share/macports/Tcl,g' port.tcl > port
331===> making all in src/programs
332===> making all in src/programs/daemondo
333mkdir -p build
334gcc -g -O2 -Wextra -Wall   -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -I../..  -c -o main.o main.c
335gcc -g -O2 -Wextra -Wall   -o build/daemondo -framework CoreFoundation -framework SystemConfiguration -framework IOKit main.o
336===> making all in tests
337make[1]: Nothing to be done for `all'.
338joes-desktop:/opt/local/var/macports/sources/rsync.macports.org/release/base joesewell$ sudo make install
339===> making install in doc
340/usr/bin/install -c -d -o root -g admin -m 0755 /opt/local
341/usr/bin/install -c -d -o root -g admin -m 0755 /opt/local/etc/macports
342< prefix.mtree /usr/sbin/mtree -U -e -p /opt/local > /dev/null
343< base.mtree /usr/sbin/mtree -U -e -p /opt/local > /dev/null
344if test -L "/opt/local/man" ; then \
345        rm -f "/opt/local/man"; \
346fi
347if test ! -e "/opt/local/man" ; then \
348        ln -s share/man /opt/local/man; \
349fi
350for f in archive_sites.conf macports.conf pubkeys.conf sources.conf variants.conf; do \
351        /usr/bin/install -c -o root -g admin -m 444 $f /opt/local/etc/macports/${f}.default; \
352        if test ! -e /opt/local/etc/macports/$f ; then \
353                set -x; \
354                /usr/bin/install -c -o root -g admin -m 644 $f /opt/local/etc/macports; \
355        fi; \
356done
357# delete old uncompressed man pages if they exist
358for m in port.1; do rm -f /opt/local/share/man/man1/$m ; done
359for m in macports.conf.5; do rm -f /opt/local/share/man/man5/$m ; done
360for m in portfile.7 portstyle.7 porthier.7 portgroup.7; do rm -f /opt/local/share/man/man7/$m ; done
361/usr/bin/install -c -d -o root -g admin -m 0755 /opt/local/share/macports/install
362/usr/bin/install -c -o root -g admin -m 644 base.mtree /opt/local/share/macports/install/
363/usr/bin/install -c -o root -g admin -m 644 prefix.mtree /opt/local/share/macports/install/
364/usr/bin/install -c -o root -g admin -m 644 macosx.mtree /opt/local/share/macports/install/
365/usr/bin/install -c -o root -g admin -m 444 port.1.gz /opt/local/share/man/man1
366/usr/bin/install -c -o root -g admin -m 444 macports.conf.5.gz /opt/local/share/man/man5
367/usr/bin/install -c -o root -g admin -m 444 portfile.7.gz /opt/local/share/man/man7
368/usr/bin/install -c -o root -g admin -m 444 portstyle.7.gz /opt/local/share/man/man7
369/usr/bin/install -c -o root -g admin -m 444 porthier.7.gz /opt/local/share/man/man7
370/usr/bin/install -c -o root -g admin -m 444 portgroup.7.gz /opt/local/share/man/man7
371===> making install in src
372===> making install in src/cregistry
373make[2]: Nothing to be done for `install'.
374===> making install in src/macports1.0
375/usr/bin/install -c -d -o root -g admin -m 0755 /opt/local/share/macports/Tcl/macports1.0
376/usr/bin/install -c -o root -g admin -m 444 MacPorts.dylib /opt/local/share/macports/Tcl/macports1.0
377/usr/bin/install -c -o root -g admin -m 444 pkgIndex.tcl /opt/local/share/macports/Tcl/macports1.0
378/usr/bin/install -c -d -o root -g admin -m 0755 /opt/local/share/macports/Tcl/macports1.0
379+ /usr/bin/install -c -o root -g admin -m 444 macports.tcl /opt/local/share/macports/Tcl/macports1.0/macports.tcl
380+ /usr/bin/install -c -o root -g admin -m 444 macports_dlist.tcl /opt/local/share/macports/Tcl/macports1.0/macports_dlist.tcl
381+ /usr/bin/install -c -o root -g admin -m 444 macports_util.tcl /opt/local/share/macports/Tcl/macports1.0/macports_util.tcl
382+ /usr/bin/install -c -o root -g admin -m 444 macports_autoconf.tcl /opt/local/share/macports/Tcl/macports1.0/macports_autoconf.tcl
383+ /usr/bin/install -c -o root -g admin -m 444 macports_index.tcl /opt/local/share/macports/Tcl/macports1.0/macports_index.tcl
384+ /usr/bin/install -c -o root -g admin -m 444 macports_fastload.tcl /opt/local/share/macports/Tcl/macports1.0/macports_fastload.tcl
385/usr/bin/install -c -o root -g admin -m 444 pkgIndex.tcl /opt/local/share/macports/Tcl/macports1.0
386echo "/Library/Tcl" > /opt/local/var/macports/.tclpackage
387if test -z "" -a "/Library/Tcl/macports1.0" != "/opt/local/share/macports/Tcl/macports1.0"; then \
388        if test ! -L "/Library/Tcl/macports1.0"; then \
389            if test ! -e "/Library/Tcl"; then \
390                /usr/bin/install -c -d -o root -g admin -m 0755 "/Library/Tcl" || true; \
391            fi; \
392            if test -d "/Library/Tcl/macports1.0"; then \
393                rm -vrf "/Library/Tcl/macports1.0" || true; \
394            fi; \
395            if test ! -e "/Library/Tcl/macports1.0"; then \
396                ln -vs "/opt/local/share/macports/Tcl/macports1.0" "/Library/Tcl/macports1.0" || true; \
397            fi; \
398        fi; \
399fi
400===> making install in src/port1.0
401/usr/bin/install -c -d -o root -g admin -m 0755 /opt/local/share/macports/Tcl/port1.0
402+ /usr/bin/install -c -o root -g admin -m 444 port.tcl /opt/local/share/macports/Tcl/port1.0
403+ /usr/bin/install -c -o root -g admin -m 444 portchecksum.tcl /opt/local/share/macports/Tcl/port1.0
404+ /usr/bin/install -c -o root -g admin -m 444 portconfigure.tcl /opt/local/share/macports/Tcl/port1.0
405+ /usr/bin/install -c -o root -g admin -m 444 portextract.tcl /opt/local/share/macports/Tcl/port1.0
406+ /usr/bin/install -c -o root -g admin -m 444 portfetch.tcl /opt/local/share/macports/Tcl/port1.0
407+ /usr/bin/install -c -o root -g admin -m 444 portmain.tcl /opt/local/share/macports/Tcl/port1.0
408+ /usr/bin/install -c -o root -g admin -m 444 portbuild.tcl /opt/local/share/macports/Tcl/port1.0
409+ /usr/bin/install -c -o root -g admin -m 444 portpatch.tcl /opt/local/share/macports/Tcl/port1.0
410+ /usr/bin/install -c -o root -g admin -m 444 portutil.tcl /opt/local/share/macports/Tcl/port1.0
411+ /usr/bin/install -c -o root -g admin -m 444 portinstall.tcl /opt/local/share/macports/Tcl/port1.0
412+ /usr/bin/install -c -o root -g admin -m 444 portuninstall.tcl /opt/local/share/macports/Tcl/port1.0
413+ /usr/bin/install -c -o root -g admin -m 444 portdepends.tcl /opt/local/share/macports/Tcl/port1.0
414+ /usr/bin/install -c -o root -g admin -m 444 portdestroot.tcl /opt/local/share/macports/Tcl/port1.0
415+ /usr/bin/install -c -o root -g admin -m 444 portlint.tcl /opt/local/share/macports/Tcl/port1.0
416+ /usr/bin/install -c -o root -g admin -m 444 portclean.tcl /opt/local/share/macports/Tcl/port1.0
417+ /usr/bin/install -c -o root -g admin -m 444 porttest.tcl /opt/local/share/macports/Tcl/port1.0
418+ /usr/bin/install -c -o root -g admin -m 444 portactivate.tcl /opt/local/share/macports/Tcl/port1.0
419+ /usr/bin/install -c -o root -g admin -m 444 portdeactivate.tcl /opt/local/share/macports/Tcl/port1.0
420+ /usr/bin/install -c -o root -g admin -m 444 portsubmit.tcl /opt/local/share/macports/Tcl/port1.0
421+ /usr/bin/install -c -o root -g admin -m 444 port_autoconf.tcl /opt/local/share/macports/Tcl/port1.0
422+ /usr/bin/install -c -o root -g admin -m 444 portstartupitem.tcl /opt/local/share/macports/Tcl/port1.0
423+ /usr/bin/install -c -o root -g admin -m 444 porttrace.tcl /opt/local/share/macports/Tcl/port1.0
424+ /usr/bin/install -c -o root -g admin -m 444 portlivecheck.tcl /opt/local/share/macports/Tcl/port1.0
425+ /usr/bin/install -c -o root -g admin -m 444 portdistcheck.tcl /opt/local/share/macports/Tcl/port1.0
426+ /usr/bin/install -c -o root -g admin -m 444 portmirror.tcl /opt/local/share/macports/Tcl/port1.0
427+ /usr/bin/install -c -o root -g admin -m 444 portload.tcl /opt/local/share/macports/Tcl/port1.0
428+ /usr/bin/install -c -o root -g admin -m 444 portunload.tcl /opt/local/share/macports/Tcl/port1.0
429+ /usr/bin/install -c -o root -g admin -m 444 portdistfiles.tcl /opt/local/share/macports/Tcl/port1.0
430+ /usr/bin/install -c -o root -g admin -m 444 fetch_common.tcl /opt/local/share/macports/Tcl/port1.0
431/usr/bin/install -c -o root -g admin -m 444 pkgIndex.tcl /opt/local/share/macports/Tcl/port1.0
432===> making install in src/package1.0
433/usr/bin/install -c -d -o root -g admin -m 0755 /opt/local/share/macports/Tcl/package1.0
434+ /usr/bin/install -c -o root -g admin -m 444 package.tcl /opt/local/share/macports/Tcl/package1.0
435+ /usr/bin/install -c -o root -g admin -m 444 portdmg.tcl /opt/local/share/macports/Tcl/package1.0
436+ /usr/bin/install -c -o root -g admin -m 444 portmdmg.tcl /opt/local/share/macports/Tcl/package1.0
437+ /usr/bin/install -c -o root -g admin -m 444 portmpkg.tcl /opt/local/share/macports/Tcl/package1.0
438+ /usr/bin/install -c -o root -g admin -m 444 portpkg.tcl /opt/local/share/macports/Tcl/package1.0
439+ /usr/bin/install -c -o root -g admin -m 444 portportpkg.tcl /opt/local/share/macports/Tcl/package1.0
440+ /usr/bin/install -c -o root -g admin -m 444 portrpm.tcl /opt/local/share/macports/Tcl/package1.0
441+ /usr/bin/install -c -o root -g admin -m 444 portsrpm.tcl /opt/local/share/macports/Tcl/package1.0
442+ /usr/bin/install -c -o root -g admin -m 444 portdpkg.tcl /opt/local/share/macports/Tcl/package1.0
443+ /usr/bin/install -c -o root -g admin -m 444 portunarchive.tcl /opt/local/share/macports/Tcl/package1.0
444+ /usr/bin/install -c -o root -g admin -m 444 portarchivefetch.tcl /opt/local/share/macports/Tcl/package1.0
445/usr/bin/install -c -o root -g admin -m 444 pkgIndex.tcl /opt/local/share/macports/Tcl/package1.0
446===> making install in src/pextlib1.0
447/usr/bin/install -c -d -o root -g admin -m 0755 /opt/local/share/macports/Tcl/pextlib1.0
448/usr/bin/install -c -o root -g admin -m 444 Pextlib.dylib /opt/local/share/macports/Tcl/pextlib1.0
449/usr/bin/install -c -o root -g admin -m 444 pkgIndex.tcl /opt/local/share/macports/Tcl/pextlib1.0
450===> making install in src/registry2.0
451/usr/bin/install -c -d -o root -g admin -m 0755 /opt/local/share/macports/Tcl/registry2.0
452/usr/bin/install -c -o root -g admin -m 444 registry.dylib /opt/local/share/macports/Tcl/registry2.0
453/usr/bin/install -c -o root -g admin -m 444 pkgIndex.tcl /opt/local/share/macports/Tcl/registry2.0
454[ ! -d /opt/local/share/macports/Tcl/registry1.0 ] || rm -vrf /opt/local/share/macports/Tcl/registry1.0
455/usr/bin/install -c -d -o root -g admin -m 0755 /opt/local/share/macports/Tcl/registry2.0
456/usr/bin/install -c -o root -g admin -m 444 registry.dylib /opt/local/share/macports/Tcl/registry2.0
457+ /usr/bin/install -c -o root -g admin -m 444 registry.tcl /opt/local/share/macports/Tcl/registry2.0/registry.tcl
458+ /usr/bin/install -c -o root -g admin -m 444 registry_autoconf.tcl /opt/local/share/macports/Tcl/registry2.0/registry_autoconf.tcl
459+ /usr/bin/install -c -o root -g admin -m 444 registry_util.tcl /opt/local/share/macports/Tcl/registry2.0/registry_util.tcl
460+ /usr/bin/install -c -o root -g admin -m 444 receipt_flat.tcl /opt/local/share/macports/Tcl/registry2.0/receipt_flat.tcl
461+ /usr/bin/install -c -o root -g admin -m 444 receipt_sqlite.tcl /opt/local/share/macports/Tcl/registry2.0/receipt_sqlite.tcl
462+ /usr/bin/install -c -o root -g admin -m 444 portimage.tcl /opt/local/share/macports/Tcl/registry2.0/portimage.tcl
463+ /usr/bin/install -c -o root -g admin -m 444 portuninstall.tcl /opt/local/share/macports/Tcl/registry2.0/portuninstall.tcl
464/usr/bin/install -c -o root -g admin -m 444 pkgIndex.tcl /opt/local/share/macports/Tcl/registry2.0
465===> making install in src/darwintracelib1.0
466/usr/bin/install -c -d -o root -g admin -m 0755 /opt/local/share/macports/Tcl/darwintrace1.0
467/usr/bin/install -c -o root -g admin -m 444 darwintrace.dylib /opt/local/share/macports/Tcl/darwintrace1.0
468===> making install in src/machista1.0
469/usr/bin/install -c -d -o root -g admin -m 0755 /opt/local/share/macports/Tcl/machista1.0
470/usr/bin/install -c -o root -g admin -m 444 machista.dylib /opt/local/share/macports/Tcl/machista1.0
471/usr/bin/install -c -o root -g admin -m 444 pkgIndex.tcl /opt/local/share/macports/Tcl/machista1.0
472===> making install in src/port
473< ../../doc/prefix.mtree /usr/sbin/mtree -U -d -e -p /opt/local > /dev/null
474< ../../doc/base.mtree /usr/sbin/mtree -U -d -e -p /opt/local > /dev/null
475/usr/bin/install -c -d -o root -g admin -m 0755 /opt/local/bin
476/usr/bin/install -c -d -o root -g admin -m 0755 /opt/local/var/macports
477/usr/bin/install -c -o root -g admin -m 555 port portindex portmirror /opt/local/bin/
478/usr/bin/install -c -o root -g admin -m 444 port-help.tcl  /opt/local/var/macports/
479cd /opt/local/bin && ln -s -f port portf
480===> making install in src/programs
481===> making install in src/programs/daemondo
482mkdir -p build
483/usr/bin/install -c -o root -g admin -m 555 build/daemondo /opt/local/bin
484===> making install in tests
485make[1]: Nothing to be done for `install'.
486[ ! -f /opt/local/etc/macports/mp_version ] || rm -vf /opt/local/etc/macports/mp_version
487/usr/bin/install -c -o root -g admin -m 444 setupenv.bash  /opt/local/share/macports/
488/usr/bin/install -c -o root -g admin -m 444 macports-pubkey.pem  /opt/local/share/macports/
489/usr/bin/tclsh src/upgrade_sources_conf_default.tcl "/opt/local"
490/usr/bin/tclsh src/images_to_archives.tcl "/opt/local/share/macports/Tcl"
491sqlite error: near "ADD": syntax error (1) while executing query: ALTER TABLE registry.files ADD COLUMN binary BOOL
492    while executing
493"registry::open $db_path"
494    (procedure "mportinit" line 633)
495    invoked from within
496"mportinit ui_options"
497    (file "src/images_to_archives.tcl" line 18)
498make: *** [install] Error 1