Ticket #33403: debug.txt

File debug.txt, 26.4 KB (added by ahelfer1971@…, 12 years ago)

debug output from sudo port -d self update

Line 
1sudo port selfupdate
2--->  Updating MacPorts base sources using rsync
3MacPorts base version 2.0.3 installed,
4MacPorts base version 2.0.4 downloaded.
5--->  Updating the ports tree
6--->  MacPorts base is outdated, installing new version 2.0.4
7Installing new MacPorts release in /opt/local as root:admin; permissions 0755; Tcl-Package in /Library/Tcl
8
9Error: /opt/local/bin/port: port selfupdate failed: Error installing new MacPorts base: shell command failed (see log for details)
10r-andrew-helfers-macbook-pro-15:log ahelfer1971$ sudo port -d selfupdate
11DEBUG: MacPorts sources location: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs
12--->  Updating MacPorts base sources using rsync
13receiving file list ... done
14
15sent 36 bytes  received 69 bytes  210.00 bytes/sec
16total size is 3236352  speedup is 30822.40
17receiving file list ... done
18
19sent 36 bytes  received 76 bytes  74.67 bytes/sec
20total size is 512  speedup is 4.57
21DEBUG: successful verification with key /opt/local/share/macports/macports-pubkey.pem
22DEBUG: /usr/bin/tar -C /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/tmp -xf /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/base.tar
23MacPorts base version 2.0.3 installed,
24DEBUG: Rebuilding and reinstalling MacPorts if needed
25MacPorts base version 2.0.4 downloaded.
26--->  Updating the ports tree
27DEBUG: Synchronizing ports tree(s)
28Synchronizing local ports tree from rsync://rsync.macports.org/release/ports/
29DEBUG: /usr/bin/rsync -rtzv --delete-after '--exclude=/PortIndex*' rsync://rsync.macports.org/release/ports/ /opt/local/var/macports/sources/rsync.macports.org/release/ports
30receiving file list ... done
31
32sent 53 bytes  received 580401 bytes  165844.00 bytes/sec
33total size is 32645969  speedup is 56.24
34DEBUG: /usr/bin/rsync -rtzv --delete-after rsync://rsync.macports.org/release/ports/PortIndex_darwin_11_i386/PortIndex /opt/local/var/macports/sources/rsync.macports.org/release/ports
35receiving file list ... done
36
37sent 36 bytes  received 70 bytes  212.00 bytes/sec
38total size is 7647293  speedup is 72144.27
39--->  MacPorts base is outdated, installing new version 2.0.4
40DEBUG: Permissions OK
41Installing new MacPorts release in /opt/local as root:admin; permissions 0755; Tcl-Package in /Library/Tcl
42
43checking build system type... x86_64-apple-darwin11.3.0
44checking host system type... x86_64-apple-darwin11.3.0
45checking target system type... x86_64-apple-darwin11.3.0
46checking MacPorts version... 2.0.4
47checking for sw_vers... /usr/bin/sw_vers
48checking for defaults... /usr/bin/defaults
49checking for xcode-select... /usr/bin/xcode-select
50checking Mac OS X version... 10.7.3
51checking Xcode location... /Developer
52checking Xcode version... 4.2.1
53checking for gcc... /usr/bin/cc
54checking whether the C compiler works... yes
55checking for C compiler default output file name... a.out
56checking for suffix of executables...
57checking whether we are cross compiling... no
58checking for suffix of object files... o
59checking whether we are using the GNU C compiler... yes
60checking whether /usr/bin/cc accepts -g... yes
61checking for /usr/bin/cc option to accept ISO C89... none needed
62checking for gcc... gcc
63checking whether we are using the GNU Objective C compiler... yes
64checking whether gcc accepts -g... yes
65checking for a BSD-compatible install... /usr/bin/install -c
66checking whether make sets $(MAKE)... yes
67checking whether ln -s works... yes
68checking for mtree... /usr/sbin/mtree
69checking for chown... /usr/sbin/chown
70checking for cp... /bin/cp
71checking for cpio... /usr/bin/cpio
72checking for diff... /usr/bin/diff
73checking for dscl... /usr/bin/dscl
74checking for dseditgroup... /usr/sbin/dseditgroup
75checking for file... /usr/bin/file
76checking for bzr... no
77checking for cvs... /usr/bin/cvs
78checking for svn... /usr/bin/svn
79checking for git... /usr/bin/git
80checking for hg... no
81checking for gzip... /usr/bin/gzip
82checking for lipo... /usr/bin/lipo
83checking for patch... /usr/bin/patch
84checking for rmdir... /bin/rmdir
85checking for rsync... /usr/bin/rsync
86checking for openssl... /usr/bin/openssl
87checking for sed... /usr/bin/sed
88checking for tar... /usr/bin/tar
89checking for unzip... /usr/bin/unzip
90checking for zip... /usr/bin/zip
91checking for bsdmake... /usr/bin/bsdmake
92checking for make... /usr/bin/make
93checking for hdiutil... /usr/bin/hdiutil
94checking for launchd... yes
95checking for launchctl... /bin/launchctl
96checking for xcodebuild... /usr/bin/xcodebuild
97checking for gnutar... /usr/bin/gnutar
98checking for gnumake... /usr/bin/gnumake
99checking for gnupatch... no
100checking for gpatch... no
101checking for bzip2... /usr/bin/bzip2
102checking for lzma... no
103checking for xz... no
104checking for lsbom... /usr/bin/lsbom
105checking for mkbom... /usr/bin/mkbom
106checking for pax... /bin/pax
107checking for xar... /usr/bin/xar
108checking for open... /usr/bin/open
109checking for sed... (cached) /usr/bin/sed
110checking which sed flag to use for extended regexp... -E (BSD)
111checking for tar... (cached) /usr/bin/tar
112checking whether tar supports -q... yes (bsdtar)
113checking for tar... (cached) /usr/bin/tar
114checking for gnutar... (cached) /usr/bin/gnutar
115checking for which tar variant to use... /usr/bin/gnutar
116checking for /usr/bin/gnutar --no-same-owner support... yes
117checking for patch... (cached) /usr/bin/patch
118checking for gpatch... no
119checking for GNU (FSF) patch... /usr/bin/patch
120checking how to mark unused variables...
121checking for gcc symbol visibility attribute... __attribute__((visibility("hidden")))
122checking for the pthreads library -lpthreads... no
123checking whether pthreads work without any flags... yes
124checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
125checking if more special flags are required for pthreads... -D_THREAD_SAFE
126checking how to run the Objective C preprocessor... gcc -E
127checking for grep that handles long lines and -e... /usr/bin/grep
128checking for egrep... /usr/bin/grep -E
129checking for ANSI C header files... yes
130checking for sys/types.h... yes
131checking for sys/stat.h... yes
132checking for stdlib.h... yes
133checking for string.h... yes
134checking for memory.h... yes
135checking for strings.h... yes
136checking for inttypes.h... yes
137checking for stdint.h... yes
138checking for unistd.h... yes
139checking objc/objc.h usability... yes
140checking objc/objc.h presence... yes
141checking for objc/objc.h... yes
142checking if linking libobjc requires pthreads... no
143checking for Apple Objective-C runtime... yes
144checking for GNU Objective C runtime... no
145configure: Using Apple Objective-C runtime
146checking for Apple Foundation library... yes
147configure: WARNING: GNUSTEP_SYSTEM_ROOT is not defined in your environment, preventing the use of GNUstep's Foundation library
148configure: Using Apple Foundation library
149checking for CoreFoundation framework... yes
150checking for SystemConfiguration framework... yes
151checking for IOKit framework... yes
152checking for CFNotificationCenterGetDarwinNotifyCenter... yes
153checking for whether we will build daemondo... yes
154checking for ports tree... configure: WARNING: No ports tree found
155checking for MacPorts config directory... ${sysconfdir}/macports
156checking for install user... root
157checking for install group... admin
158checking for macports user... macports
159checking what permissions to use for installation directories... 755
160checking for Applications installation directory... /Applications/MacPorts
161checking for Frameworks installation directory... /opt/local/Library/Frameworks
162checking for Universal CPU architectures... x86_64 i386
163checking how to run the C preprocessor... /usr/bin/cc -E
164checking for ANSI C header files... (cached) yes
165checking for dirent.h that defines DIR... yes
166checking for library containing opendir... none required
167checking for sys/wait.h that is POSIX.1 compatible... yes
168checking limits.h usability... yes
169checking limits.h presence... yes
170checking for limits.h... yes
171checking paths.h usability... yes
172checking paths.h presence... yes
173checking for paths.h... yes
174checking sys/file.h usability... yes
175checking sys/file.h presence... yes
176checking for sys/file.h... yes
177checking crt_externs.h usability... yes
178checking crt_externs.h presence... yes
179checking for crt_externs.h... yes
180checking fcntl.h usability... yes
181checking fcntl.h presence... yes
182checking for fcntl.h... yes
183checking sys/fcntl.h usability... yes
184checking sys/fcntl.h presence... yes
185checking for sys/fcntl.h... yes
186checking sys/cdefs.h usability... yes
187checking sys/cdefs.h presence... yes
188checking for sys/cdefs.h... yes
189checking err.h usability... yes
190checking err.h presence... yes
191checking for err.h... yes
192checking sys/socket.h usability... yes
193checking sys/socket.h presence... yes
194checking for sys/socket.h... yes
195checking sys/sysctl.h usability... yes
196checking sys/sysctl.h presence... yes
197checking for sys/sysctl.h... yes
198checking readline/readline.h usability... yes
199checking readline/readline.h presence... yes
200checking for readline/readline.h... yes
201checking readline/history.h usability... yes
202checking readline/history.h presence... yes
203checking for readline/history.h... yes
204checking pwd.h usability... yes
205checking pwd.h presence... yes
206checking for pwd.h... yes
207checking sys/paths.h usability... yes
208checking sys/paths.h presence... yes
209checking for sys/paths.h... yes
210checking utime.h usability... yes
211checking utime.h presence... yes
212checking for utime.h... yes
213checking for bzero... yes
214checking for memset... yes
215checking for fgetln... yes
216checking for lockf... yes
217checking for flock... yes
218checking for setmode... yes
219checking for strcasecmp... yes
220checking for strncasecmp... yes
221checking for strlcpy... yes
222checking for copyfile... yes
223checking for clearenv... no
224checking for sysctlbyname... yes
225checking if readlink conforms to POSIX 1003.1a... yes
226checking CommonCrypto/CommonDigest.h usability... yes
227checking CommonCrypto/CommonDigest.h presence... yes
228checking for CommonCrypto/CommonDigest.h... yes
229checking for readline in -lreadline... yes
230checking whether rl_username_completion_function is declared... no
231checking whether rl_filename_completion_function is declared... yes
232checking whether rl_completion_matches is declared... yes
233checking whether username_completion_function is declared... yes
234checking whether filename_completion_function is declared... yes
235checking whether completion_matches is declared... yes
236checking for Tcl configuration... found /usr/lib/tclConfig.sh
237checking for existence of /usr/lib/tclConfig.sh... loading
238checking for Tcl public headers... /usr/include
239checking for tclsh... /usr/bin/tclsh
240checking for Tcl package directory... /Library/Tcl
241checking whether tclsh was compiled with threads... yes
242checking for curl-config... /usr/bin/curl-config
243checking for pkg-config... /usr/bin/pkg-config
244checking sqlite3ext.h usability... yes
245checking sqlite3ext.h presence... yes
246checking for sqlite3ext.h... yes
247checking for Tcl sqlite3 location...
248checking for Tcl Thread package... yes
249checking how to build libraries... shared
250checking that any existing MacPorts install can be upgraded... yes
251configure: creating ./config.status
252config.status: creating src/programs/daemondo/Makefile
253config.status: creating Doxyfile
254config.status: creating Makefile
255config.status: creating Mk/macports.autoconf.mk
256config.status: creating doc/base.mtree
257config.status: creating doc/prefix.mtree
258config.status: creating doc/macosx.mtree
259config.status: creating doc/macports.conf
260config.status: creating doc/pubkeys.conf
261config.status: creating portmgr/freebsd/Makefile
262config.status: creating src/Makefile
263config.status: creating src/macports1.0/macports_autoconf.tcl
264config.status: creating src/port1.0/port_autoconf.tcl
265config.status: creating src/registry2.0/registry_autoconf.tcl
266config.status: creating src/programs/Makefile
267config.status: creating src/macports1.0/macports_fastload.tcl
268config.status: creating setupenv.bash
269config.status: creating src/pkg_mkindex.sh
270config.status: creating src/config.h
271===> making all in doc
272gzip -c port.1 > port.1.gz
273gzip -c macports.conf.5 > macports.conf.5.gz
274gzip -c portfile.7 > portfile.7.gz
275gzip -c portstyle.7 > portstyle.7.gz
276gzip -c porthier.7 > porthier.7.gz
277gzip -c portgroup.7 > portgroup.7.gz
278===> making all in src
279===> making all in src/cregistry
280/usr/bin/cc -c -DUSE_TCL_STUBS -g -O2 -W -Wall -pedantic  -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common registry.c -o registry.o
281/usr/bin/cc -c -DUSE_TCL_STUBS -g -O2 -W -Wall -pedantic  -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common entry.c -o entry.o
282/usr/bin/cc -c -DUSE_TCL_STUBS -g -O2 -W -Wall -pedantic  -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common sql.c -o sql.o
283/usr/bin/cc -c -DUSE_TCL_STUBS -g -O2 -W -Wall -pedantic  -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common vercomp.c -o vercomp.o
284ar cr cregistry.a registry.o entry.o sql.o vercomp.o
285ranlib cregistry.a
286/usr/bin/cc -c -DUSE_TCL_STUBS -g -O2 -W -Wall -pedantic  -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common sqlext.c -o sqlext.o
287/usr/bin/cc -dynamiclib -g -O2 -W -Wall -pedantic   -Wl,-single_module sqlext.o vercomp.o -o macports.sqlext
288===> making all in src/macports1.0
289/usr/bin/cc -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
290/usr/bin/cc -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
291/usr/bin/cc -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
292/usr/bin/cc -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
293===> making all in src/port1.0
294===> making all in src/package1.0
295===> making all in src/pextlib1.0
296/usr/bin/cc -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
297/usr/bin/cc -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
298/usr/bin/cc -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
299/usr/bin/cc -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
300/usr/bin/cc -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
301/usr/bin/cc -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
302/usr/bin/cc -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
303/usr/bin/cc -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
304/usr/bin/cc -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
305/usr/bin/cc -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
306/usr/bin/cc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common base32cmd.c -o base32cmd.o
307/usr/bin/cc -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
308/usr/bin/cc -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
309/usr/bin/cc -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
310/usr/bin/cc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common sha256cmd.c -o sha256cmd.o
311/usr/bin/cc -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
312/usr/bin/cc -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
313/usr/bin/cc -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
314/usr/bin/cc -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
315/usr/bin/cc -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
316/usr/bin/cc -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
317/usr/bin/cc -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
318/usr/bin/cc -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
319/usr/bin/cc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common mktemp.c -o mktemp.o
320/usr/bin/cc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic     -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common realpath.c -o realpath.o
321/usr/bin/cc -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 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.5 -ltclstub8.5   -lcurl  -lreadline
322===> making all in src/registry2.0
323/usr/bin/cc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic  -I/Library/Frameworks/Mono.framework/Versions/2.10.8/include   -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common registry.c -o registry.o
324In file included from ../cregistry/registry.h:35,
325                 from registry.c:39:
326/Library/Frameworks/Mono.framework/Versions/2.10.8/include/sqlite3.h:252: warning: ISO C90 does not support ‘long long’
327/Library/Frameworks/Mono.framework/Versions/2.10.8/include/sqlite3.h:253: warning: ISO C90 does not support ‘long long’
328/usr/bin/cc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic  -I/Library/Frameworks/Mono.framework/Versions/2.10.8/include   -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common util.c -o util.o
329In file included from util.h:36,
330                 from util.c:37:
331/Library/Frameworks/Mono.framework/Versions/2.10.8/include/sqlite3.h:252: warning: ISO C90 does not support ‘long long’
332/Library/Frameworks/Mono.framework/Versions/2.10.8/include/sqlite3.h:253: warning: ISO C90 does not support ‘long long’
333/usr/bin/cc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic  -I/Library/Frameworks/Mono.framework/Versions/2.10.8/include   -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common entry.c -o entry.o
334In file included from entry.c:36:
335/Library/Frameworks/Mono.framework/Versions/2.10.8/include/sqlite3.h:252: warning: ISO C90 does not support ‘long long’
336/Library/Frameworks/Mono.framework/Versions/2.10.8/include/sqlite3.h:253: warning: ISO C90 does not support ‘long long’
337/usr/bin/cc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -W -Wall -pedantic  -I/Library/Frameworks/Mono.framework/Versions/2.10.8/include   -DHAVE_CONFIG_H -I.. -I.  -I"/usr/include" -fno-common entryobj.c -o entryobj.o
338In file included from entryobj.c:36:
339/Library/Frameworks/Mono.framework/Versions/2.10.8/include/sqlite3.h:252: warning: ISO C90 does not support ‘long long’
340/Library/Frameworks/Mono.framework/Versions/2.10.8/include/sqlite3.h:253: warning: ISO C90 does not support ‘long long’
341/usr/bin/cc -dynamiclib -g -O2 -W -Wall -pedantic  -I/Library/Frameworks/Mono.framework/Versions/2.10.8/include    -Wl,-single_module registry.o util.o entry.o entryobj.o ../cregistry/cregistry.a -o registry.dylib -L/System/Library/Frameworks/Tcl.framework/Versions/8.5 -ltclstub8.5   -L/Library/Frameworks/Mono.framework/Versions/2.10.8/lib -lsqlite3 
342ld: warning: ignoring file /Library/Frameworks/Mono.framework/Versions/2.10.8/lib/libsqlite3.dylib, file was built for unsupported file format which is not the architecture being linked (x86_64)
343Undefined symbols for architecture x86_64:
344  "_sqlite3_errmsg", referenced from:
345      _set_sqlite_result in util.o
346      _reg_sqlite_error in cregistry.a(registry.o)
347      _reg_detach in cregistry.a(registry.o)
348      _reg_close in cregistry.a(registry.o)
349      _reg_attach in cregistry.a(registry.o)
350      _reg_open in cregistry.a(registry.o)
351  "_sqlite3_mprintf", referenced from:
352      _set_object in util.o
353      _set_entry in util.o
354      _get_object in util.o
355      _reg_sqlite_error in cregistry.a(registry.o)
356      _reg_detach in cregistry.a(registry.o)
357      _reg_attach in cregistry.a(registry.o)
358      _reg_open in cregistry.a(registry.o)
359      ...
360  "_sqlite3_free", referenced from:
361      _set_object in util.o
362      _set_entry in util.o
363      _get_object in util.o
364      _reg_throw in cregistry.a(registry.o)
365      _reg_sqlite_error in cregistry.a(registry.o)
366      _reg_detach in cregistry.a(registry.o)
367      _reg_attach in cregistry.a(registry.o)
368      ...
369  "_sqlite3_prepare", referenced from:
370      _all_objects in util.o
371      _reg_vacuum in cregistry.a(registry.o)
372      _reg_detach in cregistry.a(registry.o)
373      _reg_attach in cregistry.a(registry.o)
374      _reg_entry_create in cregistry.a(entry.o)
375      _reg_entry_depends in cregistry.a(entry.o)
376      _reg_all_entries in cregistry.a(entry.o)
377      ...
378  "_sqlite3_column_int64", referenced from:
379      _all_objects in util.o
380      _reg_all_entries in cregistry.a(entry.o)
381      _reg_entry_owner in cregistry.a(entry.o)
382      _reg_entry_open in cregistry.a(entry.o)
383      _reg_entry_owner_id in cregistry.a(entry.o)
384  "_sqlite3_step", referenced from:
385      _all_objects in util.o
386      _reg_vacuum in cregistry.a(registry.o)
387      _reg_detach in cregistry.a(registry.o)
388      _reg_attach in cregistry.a(registry.o)
389      _reg_entry_create in cregistry.a(entry.o)
390      _reg_entry_depends in cregistry.a(entry.o)
391      _reg_all_entries in cregistry.a(entry.o)
392      ...
393  "_sqlite3_finalize", referenced from:
394      _all_objects in util.o
395      _reg_vacuum in cregistry.a(registry.o)
396      _reg_detach in cregistry.a(registry.o)
397      _reg_attach in cregistry.a(registry.o)
398      _reg_entry_create in cregistry.a(entry.o)
399      _reg_entry_depends in cregistry.a(entry.o)
400      _reg_all_entries in cregistry.a(entry.o)
401      ...
402  "_sqlite3_open", referenced from:
403      _reg_vacuum in cregistry.a(registry.o)
404      _reg_open in cregistry.a(registry.o)
405  "_sqlite3_close", referenced from:
406      _reg_vacuum in cregistry.a(registry.o)
407      _reg_close in cregistry.a(registry.o)
408      _reg_open in cregistry.a(registry.o)
409  "_sqlite3_reset", referenced from:
410      _reg_vacuum in cregistry.a(registry.o)
411      _reg_detach in cregistry.a(registry.o)
412      _reg_attach in cregistry.a(registry.o)
413      _reg_entry_deactivate in cregistry.a(entry.o)
414      _reg_entry_activate in cregistry.a(entry.o)
415      _reg_entry_unmap in cregistry.a(entry.o)
416      _reg_entry_map in cregistry.a(entry.o)
417      ...
418  "_sqlite3_vmprintf", referenced from:
419      _reg_throw in cregistry.a(registry.o)
420  "_sqlite3_errcode", referenced from:
421      _reg_sqlite_error in cregistry.a(registry.o)
422      _reg_detach in cregistry.a(registry.o)
423      _reg_attach in cregistry.a(registry.o)
424      _reg_open in cregistry.a(registry.o)
425  "_sqlite3_exec", referenced from:
426      _reg_rollback in cregistry.a(registry.o)
427      _reg_commit in cregistry.a(registry.o)
428      _reg_start_write in cregistry.a(registry.o)
429      _reg_start_read in cregistry.a(registry.o)
430  "_sqlite3_bind_text", referenced from:
431      _reg_entry_create in cregistry.a(entry.o)
432      _reg_entry_depends in cregistry.a(entry.o)
433      _reg_entry_owner in cregistry.a(entry.o)
434      _reg_entry_open in cregistry.a(entry.o)
435      _reg_entry_owner_id in cregistry.a(entry.o)
436      _reg_entry_deactivate in cregistry.a(entry.o)
437      _reg_entry_activate in cregistry.a(entry.o)
438      ...
439  "_sqlite3_last_insert_rowid", referenced from:
440      _reg_entry_create in cregistry.a(entry.o)
441  "_sqlite3_bind_int64", referenced from:
442      _reg_entry_depends in cregistry.a(entry.o)
443      _reg_entry_delete in cregistry.a(entry.o)
444      _reg_entry_deactivate in cregistry.a(entry.o)
445      _reg_entry_activate in cregistry.a(entry.o)
446      _reg_entry_unmap in cregistry.a(entry.o)
447      _reg_entry_map in cregistry.a(entry.o)
448      _reg_entry_files in cregistry.a(entry.o)
449      ...
450  "_sqlite3_changes", referenced from:
451      _reg_entry_delete in cregistry.a(entry.o)
452      _reg_entry_deactivate in cregistry.a(entry.o)
453      _reg_entry_activate in cregistry.a(entry.o)
454      _reg_entry_unmap in cregistry.a(entry.o)
455  "_sqlite3_column_text", referenced from:
456      _reg_entry_files in cregistry.a(entry.o)
457      _reg_entry_imagefiles in cregistry.a(entry.o)
458      _reg_entry_propget in cregistry.a(entry.o)
459  "_sqlite3_value_text", referenced from:
460      _sql_regexp in cregistry.a(sql.o)
461  "_sqlite3_result_int", referenced from:
462      _sql_regexp in cregistry.a(sql.o)
463  "_sqlite3_result_error", referenced from:
464      _sql_regexp in cregistry.a(sql.o)
465  "_sqlite3_create_function", referenced from:
466      _init_db in cregistry.a(sql.o)
467  "_sqlite3_create_collation", referenced from:
468      _init_db in cregistry.a(sql.o)
469ld: symbol(s) not found for architecture x86_64
470collect2: ld returned 1 exit status
471make[2]: *** [registry.dylib] Error 1
472make[1]: *** [all] Error 1
473make: *** [all] Error 1
474shell command "cd /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/base && CC=/usr/bin/cc ./configure --prefix=/opt/local --with-tclpackage=/Library/Tcl --with-install-user=root --with-install-group=admin --with-directory-mode=0755 --enable-readline && make && make install SELFUPDATING=1" returned error 2
475DEBUG: Error installing new MacPorts base: shell command failed (see log for details)
476    while executing
477"macports::selfupdate [array get global_options] base_updated"
478Error: /opt/local/bin/port: port selfupdate failed: Error installing new MacPorts base: shell command failed (see log for details)