Ticket #33391: macports.txt

File macports.txt, 8.5 KB (added by josephwinston (Joseph Winston), 12 years ago)
Line 
1===> making all in src/registry2.0
2/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
3In file included from ../cregistry/registry.h:35,
4                 from registry.c:39:
5/Library/Frameworks/Mono.framework/Versions/2.10.8/include/sqlite3.h:252: warning: ISO C90 does not support ‘long long’
6/Library/Frameworks/Mono.framework/Versions/2.10.8/include/sqlite3.h:253: warning: ISO C90 does not support ‘long long’
7/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
8In file included from util.h:36,
9                 from util.c:37:
10/Library/Frameworks/Mono.framework/Versions/2.10.8/include/sqlite3.h:252: warning: ISO C90 does not support ‘long long’
11/Library/Frameworks/Mono.framework/Versions/2.10.8/include/sqlite3.h:253: warning: ISO C90 does not support ‘long long’
12/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
13In file included from entry.c:36:
14/Library/Frameworks/Mono.framework/Versions/2.10.8/include/sqlite3.h:252: warning: ISO C90 does not support ‘long long’
15/Library/Frameworks/Mono.framework/Versions/2.10.8/include/sqlite3.h:253: warning: ISO C90 does not support ‘long long’
16/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
17In file included from entryobj.c:36:
18/Library/Frameworks/Mono.framework/Versions/2.10.8/include/sqlite3.h:252: warning: ISO C90 does not support ‘long long’
19/Library/Frameworks/Mono.framework/Versions/2.10.8/include/sqlite3.h:253: warning: ISO C90 does not support ‘long long’
20/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 
21ld: 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)
22Undefined symbols for architecture x86_64:
23  "_sqlite3_errmsg", referenced from:
24      _set_sqlite_result in util.o
25      _reg_sqlite_error in cregistry.a(registry.o)
26      _reg_detach in cregistry.a(registry.o)
27      _reg_close in cregistry.a(registry.o)
28      _reg_attach in cregistry.a(registry.o)
29      _reg_open in cregistry.a(registry.o)
30  "_sqlite3_mprintf", referenced from:
31      _set_object in util.o
32      _set_entry in util.o
33      _get_object in util.o
34      _reg_sqlite_error in cregistry.a(registry.o)
35      _reg_detach in cregistry.a(registry.o)
36      _reg_attach in cregistry.a(registry.o)
37      _reg_open in cregistry.a(registry.o)
38      ...
39  "_sqlite3_free", referenced from:
40      _set_object in util.o
41      _set_entry in util.o
42      _get_object in util.o
43      _reg_throw in cregistry.a(registry.o)
44      _reg_sqlite_error in cregistry.a(registry.o)
45      _reg_detach in cregistry.a(registry.o)
46      _reg_attach in cregistry.a(registry.o)
47      ...
48  "_sqlite3_prepare", referenced from:
49      _all_objects in util.o
50      _reg_vacuum in cregistry.a(registry.o)
51      _reg_detach in cregistry.a(registry.o)
52      _reg_attach in cregistry.a(registry.o)
53      _reg_entry_create in cregistry.a(entry.o)
54      _reg_entry_depends in cregistry.a(entry.o)
55      _reg_all_entries in cregistry.a(entry.o)
56      ...
57  "_sqlite3_column_int64", referenced from:
58      _all_objects in util.o
59      _reg_all_entries in cregistry.a(entry.o)
60      _reg_entry_owner in cregistry.a(entry.o)
61      _reg_entry_open in cregistry.a(entry.o)
62      _reg_entry_owner_id in cregistry.a(entry.o)
63  "_sqlite3_step", referenced from:
64      _all_objects in util.o
65      _reg_vacuum in cregistry.a(registry.o)
66      _reg_detach in cregistry.a(registry.o)
67      _reg_attach in cregistry.a(registry.o)
68      _reg_entry_create in cregistry.a(entry.o)
69      _reg_entry_depends in cregistry.a(entry.o)
70      _reg_all_entries in cregistry.a(entry.o)
71      ...
72  "_sqlite3_finalize", referenced from:
73      _all_objects in util.o
74      _reg_vacuum in cregistry.a(registry.o)
75      _reg_detach in cregistry.a(registry.o)
76      _reg_attach in cregistry.a(registry.o)
77      _reg_entry_create in cregistry.a(entry.o)
78      _reg_entry_depends in cregistry.a(entry.o)
79      _reg_all_entries in cregistry.a(entry.o)
80      ...
81  "_sqlite3_open", referenced from:
82      _reg_vacuum in cregistry.a(registry.o)
83      _reg_open in cregistry.a(registry.o)
84  "_sqlite3_close", referenced from:
85      _reg_vacuum in cregistry.a(registry.o)
86      _reg_close in cregistry.a(registry.o)
87      _reg_open in cregistry.a(registry.o)
88  "_sqlite3_reset", referenced from:
89      _reg_vacuum in cregistry.a(registry.o)
90      _reg_detach in cregistry.a(registry.o)
91      _reg_attach in cregistry.a(registry.o)
92      _reg_entry_deactivate in cregistry.a(entry.o)
93      _reg_entry_activate in cregistry.a(entry.o)
94      _reg_entry_unmap in cregistry.a(entry.o)
95      _reg_entry_map in cregistry.a(entry.o)
96      ...
97  "_sqlite3_vmprintf", referenced from:
98      _reg_throw in cregistry.a(registry.o)
99  "_sqlite3_errcode", referenced from:
100      _reg_sqlite_error in cregistry.a(registry.o)
101      _reg_detach in cregistry.a(registry.o)
102      _reg_attach in cregistry.a(registry.o)
103      _reg_open in cregistry.a(registry.o)
104  "_sqlite3_exec", referenced from:
105      _reg_rollback in cregistry.a(registry.o)
106      _reg_commit in cregistry.a(registry.o)
107      _reg_start_write in cregistry.a(registry.o)
108      _reg_start_read in cregistry.a(registry.o)
109  "_sqlite3_bind_text", referenced from:
110      _reg_entry_create in cregistry.a(entry.o)
111      _reg_entry_depends in cregistry.a(entry.o)
112      _reg_entry_owner in cregistry.a(entry.o)
113      _reg_entry_open in cregistry.a(entry.o)
114      _reg_entry_owner_id in cregistry.a(entry.o)
115      _reg_entry_deactivate in cregistry.a(entry.o)
116      _reg_entry_activate in cregistry.a(entry.o)
117      ...
118  "_sqlite3_last_insert_rowid", referenced from:
119      _reg_entry_create in cregistry.a(entry.o)
120  "_sqlite3_bind_int64", referenced from:
121      _reg_entry_depends in cregistry.a(entry.o)
122      _reg_entry_delete in cregistry.a(entry.o)
123      _reg_entry_deactivate in cregistry.a(entry.o)
124      _reg_entry_activate in cregistry.a(entry.o)
125      _reg_entry_unmap in cregistry.a(entry.o)
126      _reg_entry_map in cregistry.a(entry.o)
127      _reg_entry_files in cregistry.a(entry.o)
128      ...
129  "_sqlite3_changes", referenced from:
130      _reg_entry_delete in cregistry.a(entry.o)
131      _reg_entry_deactivate in cregistry.a(entry.o)
132      _reg_entry_activate in cregistry.a(entry.o)
133      _reg_entry_unmap in cregistry.a(entry.o)
134  "_sqlite3_column_text", referenced from:
135      _reg_entry_files in cregistry.a(entry.o)
136      _reg_entry_imagefiles in cregistry.a(entry.o)
137      _reg_entry_propget in cregistry.a(entry.o)
138  "_sqlite3_value_text", referenced from:
139      _sql_regexp in cregistry.a(sql.o)
140  "_sqlite3_result_int", referenced from:
141      _sql_regexp in cregistry.a(sql.o)
142  "_sqlite3_result_error", referenced from:
143      _sql_regexp in cregistry.a(sql.o)
144  "_sqlite3_create_function", referenced from:
145      _init_db in cregistry.a(sql.o)
146  "_sqlite3_create_collation", referenced from:
147      _init_db in cregistry.a(sql.o)
148ld: symbol(s) not found for architecture x86_64
149collect2: ld returned 1 exit status
150make[2]: *** [registry.dylib] Error 1
151make[1]: *** [all] Error 1
152make: *** [all] Error 1
153shell 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
154DEBUG: Error installing new MacPorts base: shell command failed (see log for details)
155    while executing
156"macports::selfupdate [array get global_options] base_updated"
157Error: /opt/local/bin/port: port selfupdate failed: Error installing new MacPorts base: shell command failed (see log for details)