1 | DEBUG: Found port in file:///Junk/src/opendarwin/darwinports/dports/gnome/gnome-vfs |
---|
2 | DEBUG: Changing to port directory: /Junk/src/opendarwin/darwinports/dports/gnome/gnome-vfs |
---|
3 | DEBUG: Requested variant powerpc is not provided by port gnome-vfs. |
---|
4 | DEBUG: Requested variant darwin is not provided by port gnome-vfs. |
---|
5 | DEBUG: Requested variant macosx is not provided by port gnome-vfs. |
---|
6 | DEBUG: Found port in file:///Junk/src/opendarwin/darwinports/dports/gnome/gnome-mime-data |
---|
7 | DEBUG: Changing to port directory: /Junk/src/opendarwin/darwinports/dports/gnome/gnome-mime-data |
---|
8 | DEBUG: Searching for dependency: gnome-mime-data |
---|
9 | DEBUG: Found Dependency: receipt exists for gnome-mime-data |
---|
10 | DEBUG: Found port in file:///Junk/src/opendarwin/darwinports/dports/textproc/libiconv |
---|
11 | DEBUG: Changing to port directory: /Junk/src/opendarwin/darwinports/dports/textproc/libiconv |
---|
12 | DEBUG: Searching for dependency: libiconv |
---|
13 | DEBUG: Found Dependency: receipt exists for libiconv |
---|
14 | DEBUG: Skipping completed com.apple.main (gnome-vfs) |
---|
15 | DEBUG: Skipping completed com.apple.fetch (gnome-vfs) |
---|
16 | DEBUG: Skipping completed com.apple.checksum (gnome-vfs) |
---|
17 | DEBUG: setting option extract.cmd to /opt/local/bin/bzip2 |
---|
18 | DEBUG: Skipping completed com.apple.extract (gnome-vfs) |
---|
19 | DEBUG: Skipping completed com.apple.patch (gnome-vfs) |
---|
20 | DEBUG: Skipping completed com.apple.configure (gnome-vfs) |
---|
21 | ---> Building gnome-vfs with target all |
---|
22 | DEBUG: Executing proc-pre-com.apple.build-build-0 |
---|
23 | DEBUG: Executing com.apple.build (gnome-vfs) |
---|
24 | DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/file._Junk_src_opendarwin_darwinports_dports_gnome_gnome-vfs/work/gnome-vfs-2.10.1" && make all' |
---|
25 | make all-recursive |
---|
26 | Making all in libgnomevfs |
---|
27 | ( cd . && glib-mkenums \ |
---|
28 | --fhead "#ifndef __LIBGNOMEVFS_ENUM_TYPES_H__\n#define __LIBGNOMEVFS_ENUM_TYPES_H__\n\n#include <glib-object.h>\n\nG_BEGIN_DECLS\n" \ |
---|
29 | --fprod "/* enumerations from \"@filename@\" */\n" \ |
---|
30 | --vhead "GType @enum_name@_get_type (void);\n#define GNOME_VFS_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n" \ |
---|
31 | --ftail "G_END_DECLS\n\n#endif /* __LIBGNOMEVFS_ENUM_TYPES_H__ */" \ |
---|
32 | gnome-vfs-address.h gnome-vfs-application-registry.h gnome-vfs-async-ops.h gnome-vfs-cancellation.h gnome-vfs-context.h gnome-vfs-directory.h gnome-vfs-drive.h gnome-vfs-file-info.h gnome-vfs-file-size.h gnome-vfs-find-directory.h gnome-vfs-handle.h gnome-vfs-init.h gnome-vfs-job-limit.h gnome-vfs-mime.h gnome-vfs-mime-deprecated.h gnome-vfs-mime-handlers.h gnome-vfs-mime-info-cache.h gnome-vfs-mime-monitor.h gnome-vfs-mime-utils.h gnome-vfs-module-callback.h gnome-vfs-monitor.h gnome-vfs-ops.h gnome-vfs-resolve.h gnome-vfs-result.h gnome-vfs-standard-callbacks.h gnome-vfs-types.h gnome-vfs-utils.h gnome-vfs-volume.h gnome-vfs-volume-monitor.h gnome-vfs-xfer.h gnome-vfs.h ) > tmp-gnome-vfs-enum-types.h \ |
---|
33 | && (cmp -s tmp-gnome-vfs-enum-types.h ./gnome-vfs-enum-types.h || cp tmp-gnome-vfs-enum-types.h ./gnome-vfs-enum-types.h ) \ |
---|
34 | && rm -f tmp-gnome-vfs-enum-types.h \ |
---|
35 | && echo timestamp > s-enum-types-h |
---|
36 | ( cd . && glib-mkenums \ |
---|
37 | --fhead "#include <libgnomevfs/gnome-vfs.h>\n" \ |
---|
38 | --fhead "#include <libgnomevfs/gnome-vfs-mime-handlers.h>\n" \ |
---|
39 | --fhead "#include <glib-object.h>" \ |
---|
40 | --fprod "\n/* enumerations from \"@filename@\" */" \ |
---|
41 | --vhead "GType\n@enum_name@_get_type (void)\n{\n static GType etype = 0;\n if (etype == 0) {\n static const G@Type@Value values[] = {" \ |
---|
42 | --vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \ |
---|
43 | --vtail " { 0, NULL, NULL }\n };\n etype = g_@type@_register_static (\"@EnumName@\", values);\n }\n return etype;\n}\n" \ |
---|
44 | gnome-vfs-address.h gnome-vfs-application-registry.h gnome-vfs-async-ops.h gnome-vfs-cancellation.h gnome-vfs-context.h gnome-vfs-directory.h gnome-vfs-drive.h gnome-vfs-file-info.h gnome-vfs-file-size.h gnome-vfs-find-directory.h gnome-vfs-handle.h gnome-vfs-init.h gnome-vfs-job-limit.h gnome-vfs-mime.h gnome-vfs-mime-deprecated.h gnome-vfs-mime-handlers.h gnome-vfs-mime-info-cache.h gnome-vfs-mime-monitor.h gnome-vfs-mime-utils.h gnome-vfs-module-callback.h gnome-vfs-monitor.h gnome-vfs-ops.h gnome-vfs-resolve.h gnome-vfs-result.h gnome-vfs-standard-callbacks.h gnome-vfs-types.h gnome-vfs-utils.h gnome-vfs-volume.h gnome-vfs-volume-monitor.h gnome-vfs-xfer.h gnome-vfs.h ) > tmp-gnome-vfs-enum-types.c \ |
---|
45 | && (cmp -s tmp-gnome-vfs-enum-types.c ./gnome-vfs-enum-types.c || cp tmp-gnome-vfs-enum-types.c ./gnome-vfs-enum-types.c ) \ |
---|
46 | && rm -f tmp-gnome-vfs-enum-types.c \ |
---|
47 | && echo timestamp > s-enum-types-c |
---|
48 | make all-am |
---|
49 | Making all in imported |
---|
50 | Making all in neon |
---|
51 | make[3]: Nothing to be done for `all'. |
---|
52 | make[3]: Nothing to be done for `all-am'. |
---|
53 | Making all in modules |
---|
54 | /bin/sh ../libtool --mode=link gcc -g -O2 -lresolv -flat_namespace -o libhttp.la -rpath /opt/local/lib/gnome-vfs-2.0/modules -export_dynamic -avoid-version -module -no-undefined http-neon-method.lo http-proxy.lo -L/opt/local/lib -lgobject-2.0 -lgconf-2 -lORBit-2 -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lintl -liconv ../imported/neon/libneon.la ../libgnomevfs/libgnomevfs-2.la |
---|
55 | gcc -o .libs/libhttp.so -bundle .libs/http-neon-method.o .libs/http-proxy.o -all_load ../imported/neon/.libs/libneon.a -L/opt/local/var/db/dports/build/file._Junk_src_opendarwin_darwinports_dports_sysutils_rpm/work/librt -L/opt/local/lib /opt/local/var/db/dports/build/file._Junk_src_opendarwin_darwinports_dports_gnome_gnome-vfs/work/gnome-vfs-2.10.1/libgnomevfs/.libs/libgnomevfs-2.dylib /opt/local/lib/libssl.dylib /opt/local/lib/libcrypto.dylib /opt/local/lib/libz.dylib /opt/local/lib/libgconf-2.dylib /opt/local/lib/libbonobo-2.dylib /opt/local/lib/libbonobo-activation.dylib /opt/local/lib/libORBitCosNaming-2.dylib /opt/local/lib/libORBit-2.dylib /opt/local/lib/libpopt.dylib /opt/local/lib/libgobject-2.0.dylib /opt/local/lib/libgmodule-2.0.dylib /opt/local/lib/libgthread-2.0.dylib /opt/local/lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib -lc -lssl -lcrypto -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lresolv /opt/local/lib/libxml2.dylib /usr/lib/libdl.dylib /usr/lib/libpthread.dylib /usr/lib/libm.dylib -ldl -lpthread -lz /opt/local/lib/libiconv.dylib -lm ../libgnomevfs/.libs/libgnomevfs-2.dylib /usr/lib/libresolv.dylib /usr/lib/libc.dylib |
---|
56 | /usr/bin/ld: warning -L: directory name (/opt/local/var/db/dports/build/file._Junk_src_opendarwin_darwinports_dports_sysutils_rpm/work/librt) does not exist |
---|
57 | /usr/bin/ld: warning -prebind has no effect with -bundle |
---|
58 | /usr/bin/ld: multiple definitions of symbol __Unwind_DeleteException |
---|
59 | /usr/lib/libgcc.a(unwind-dw2.o) private external definition of __Unwind_DeleteException in section (__TEXT,__text) |
---|
60 | /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/libgcc_eh.a(unwind-dw2.o) private external definition of __Unwind_DeleteException in section (__TEXT,__text) |
---|
61 | /usr/bin/ld: multiple definitions of symbol __Unwind_FindEnclosingFunction |
---|
62 | /usr/lib/libgcc.a(unwind-dw2.o) private external definition of __Unwind_FindEnclosingFunction in section (__TEXT,__text) |
---|
63 | /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/libgcc_eh.a(unwind-dw2.o) private external definition of __Unwind_FindEnclosingFunction in section (__TEXT,__text) |
---|
64 | /usr/bin/ld: multiple definitions of symbol __Unwind_ForcedUnwind |
---|
65 | /usr/lib/libgcc.a(unwind-dw2.o) private external definition of __Unwind_ForcedUnwind in section (__TEXT,__text) |
---|
66 | /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/libgcc_eh.a(unwind-dw2.o) private external definition of __Unwind_ForcedUnwind in section (__TEXT,__text) |
---|
67 | /usr/bin/ld: multiple definitions of symbol __Unwind_GetDataRelBase |
---|
68 | /usr/lib/libgcc.a(unwind-dw2.o) private external definition of __Unwind_GetDataRelBase in section (__TEXT,__text) |
---|
69 | /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/libgcc_eh.a(unwind-dw2.o) private external definition of __Unwind_GetDataRelBase in section (__TEXT,__text) |
---|
70 | /usr/bin/ld: multiple definitions of symbol __Unwind_GetGR |
---|
71 | /usr/lib/libgcc.a(unwind-dw2.o) private external definition of __Unwind_GetGR in section (__TEXT,__text) |
---|
72 | /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/libgcc_eh.a(unwind-dw2.o) private external definition of __Unwind_GetGR in section (__TEXT,__text) |
---|
73 | /usr/bin/ld: multiple definitions of symbol __Unwind_GetIP |
---|
74 | /usr/lib/libgcc.a(unwind-dw2.o) private external definition of __Unwind_GetIP in section (__TEXT,__text) |
---|
75 | /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/libgcc_eh.a(unwind-dw2.o) private external definition of __Unwind_GetIP in section (__TEXT,__text) |
---|
76 | /usr/bin/ld: multiple definitions of symbol __Unwind_GetLanguageSpecificData |
---|
77 | /usr/lib/libgcc.a(unwind-dw2.o) private external definition of __Unwind_GetLanguageSpecificData in section (__TEXT,__text) |
---|
78 | /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/libgcc_eh.a(unwind-dw2.o) private external definition of __Unwind_GetLanguageSpecificData in section (__TEXT,__text) |
---|
79 | /usr/bin/ld: multiple definitions of symbol __Unwind_GetRegionStart |
---|
80 | /usr/lib/libgcc.a(unwind-dw2.o) private external definition of __Unwind_GetRegionStart in section (__TEXT,__text) |
---|
81 | /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/libgcc_eh.a(unwind-dw2.o) private external definition of __Unwind_GetRegionStart in section (__TEXT,__text) |
---|
82 | /usr/bin/ld: multiple definitions of symbol __Unwind_GetTextRelBase |
---|
83 | /usr/lib/libgcc.a(unwind-dw2.o) private external definition of __Unwind_GetTextRelBase in section (__TEXT,__text) |
---|
84 | /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/libgcc_eh.a(unwind-dw2.o) private external definition of __Unwind_GetTextRelBase in section (__TEXT,__text) |
---|
85 | /usr/bin/ld: multiple definitions of symbol __Unwind_RaiseException |
---|
86 | /usr/lib/libgcc.a(unwind-dw2.o) private external definition of __Unwind_RaiseException in section (__TEXT,__text) |
---|
87 | /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/libgcc_eh.a(unwind-dw2.o) private external definition of __Unwind_RaiseException in section (__TEXT,__text) |
---|
88 | /usr/bin/ld: multiple definitions of symbol __Unwind_Resume |
---|
89 | /usr/lib/libgcc.a(unwind-dw2.o) private external definition of __Unwind_Resume in section (__TEXT,__text) |
---|
90 | /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/libgcc_eh.a(unwind-dw2.o) private external definition of __Unwind_Resume in section (__TEXT,__text) |
---|
91 | /usr/bin/ld: multiple definitions of symbol __Unwind_SetGR |
---|
92 | /usr/lib/libgcc.a(unwind-dw2.o) private external definition of __Unwind_SetGR in section (__TEXT,__text) |
---|
93 | /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/libgcc_eh.a(unwind-dw2.o) private external definition of __Unwind_SetGR in section (__TEXT,__text) |
---|
94 | /usr/bin/ld: multiple definitions of symbol __Unwind_SetIP |
---|
95 | /usr/lib/libgcc.a(unwind-dw2.o) private external definition of __Unwind_SetIP in section (__TEXT,__text) |
---|
96 | /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/libgcc_eh.a(unwind-dw2.o) private external definition of __Unwind_SetIP in section (__TEXT,__text) |
---|
97 | /usr/bin/ld: multiple definitions of symbol ___frame_state_for |
---|
98 | /usr/lib/libgcc.a(unwind-dw2.o) private external definition of ___frame_state_for in section (__TEXT,__text) |
---|
99 | /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/libgcc_eh.a(unwind-dw2.o) private external definition of ___frame_state_for in section (__TEXT,__text) |
---|
100 | /usr/bin/ld: multiple definitions of symbol __Unwind_Find_FDE |
---|
101 | /usr/lib/libgcc.a(unwind-dw2-fde-darwin.o) private external definition of __Unwind_Find_FDE in section (__TEXT,__text) |
---|
102 | /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/libgcc_eh.a(unwind-dw2-fde-darwin.o) private external definition of __Unwind_Find_FDE in section (__TEXT,__text) |
---|
103 | /usr/bin/ld: multiple definitions of symbol ___deregister_frame |
---|
104 | /usr/lib/libgcc.a(unwind-dw2-fde-darwin.o) private external definition of ___deregister_frame in section (__TEXT,__text) |
---|
105 | /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/libgcc_eh.a(unwind-dw2-fde-darwin.o) private external definition of ___deregister_frame in section (__TEXT,__text) |
---|
106 | /usr/bin/ld: multiple definitions of symbol ___deregister_frame_info |
---|
107 | /usr/lib/libgcc.a(unwind-dw2-fde-darwin.o) private external definition of ___deregister_frame_info in section (__TEXT,__text) |
---|
108 | /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/libgcc_eh.a(unwind-dw2-fde-darwin.o) private external definition of ___deregister_frame_info in section (__TEXT,__text) |
---|
109 | /usr/bin/ld: multiple definitions of symbol ___deregister_frame_info_bases |
---|
110 | /usr/lib/libgcc.a(unwind-dw2-fde-darwin.o) private external definition of ___deregister_frame_info_bases in section (__TEXT,__text) |
---|
111 | /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/libgcc_eh.a(unwind-dw2-fde-darwin.o) private external definition of ___deregister_frame_info_bases in section (__TEXT,__text) |
---|
112 | /usr/bin/ld: multiple definitions of symbol ___register_frame |
---|
113 | /usr/lib/libgcc.a(unwind-dw2-fde-darwin.o) private external definition of ___register_frame in section (__TEXT,__text) |
---|
114 | /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/libgcc_eh.a(unwind-dw2-fde-darwin.o) private external definition of ___register_frame in section (__TEXT,__text) |
---|
115 | /usr/bin/ld: multiple definitions of symbol ___register_frame_info |
---|
116 | /usr/lib/libgcc.a(unwind-dw2-fde-darwin.o) private external definition of ___register_frame_info in section (__TEXT,__text) |
---|
117 | /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/libgcc_eh.a(unwind-dw2-fde-darwin.o) private external definition of ___register_frame_info in section (__TEXT,__text) |
---|
118 | /usr/bin/ld: multiple definitions of symbol ___register_frame_info_bases |
---|
119 | /usr/lib/libgcc.a(unwind-dw2-fde-darwin.o) private external definition of ___register_frame_info_bases in section (__TEXT,__text) |
---|
120 | /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/libgcc_eh.a(unwind-dw2-fde-darwin.o) private external definition of ___register_frame_info_bases in section (__TEXT,__text) |
---|
121 | /usr/bin/ld: multiple definitions of symbol ___register_frame_info_table |
---|
122 | /usr/lib/libgcc.a(unwind-dw2-fde-darwin.o) private external definition of ___register_frame_info_table in section (__TEXT,__text) |
---|
123 | /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/libgcc_eh.a(unwind-dw2-fde-darwin.o) private external definition of ___register_frame_info_table in section (__TEXT,__text) |
---|
124 | /usr/bin/ld: multiple definitions of symbol ___register_frame_info_table_bases |
---|
125 | /usr/lib/libgcc.a(unwind-dw2-fde-darwin.o) private external definition of ___register_frame_info_table_bases in section (__TEXT,__text) |
---|
126 | /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/libgcc_eh.a(unwind-dw2-fde-darwin.o) private external definition of ___register_frame_info_table_bases in section (__TEXT,__text) |
---|
127 | /usr/bin/ld: multiple definitions of symbol ___register_frame_table |
---|
128 | /usr/lib/libgcc.a(unwind-dw2-fde-darwin.o) private external definition of ___register_frame_table in section (__TEXT,__text) |
---|
129 | /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/libgcc_eh.a(unwind-dw2-fde-darwin.o) private external definition of ___register_frame_table in section (__TEXT,__text) |
---|
130 | /usr/bin/ld: warning multiple definitions of symbol _locale_charset |
---|
131 | /opt/local/lib/libintl.dylib(localcharset.o) definition of _locale_charset |
---|
132 | /opt/local/lib/libiconv.dylib(localcharset.o) definition of _locale_charset |
---|
133 | collect2: ld returned 1 exit status |
---|
134 | make[2]: *** [libhttp.la] Error 1 |
---|
135 | make[1]: *** [all-recursive] Error 1 |
---|
136 | make: *** [all] Error 2 |
---|
137 | Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/file._Junk_src_opendarwin_darwinports_dports_gnome_gnome-vfs/work/gnome-vfs-2.10.1" && make all" returned error 2 |
---|
138 | Command output: /usr/lib/libgcc.a(unwind-dw2-fde-darwin.o) private external definition of ___deregister_frame_info in section (__TEXT,__text) |
---|
139 | /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/libgcc_eh.a(unwind-dw2-fde-darwin.o) private external definition of ___deregister_frame_info in section (__TEXT,__text) |
---|
140 | /usr/bin/ld: multiple definitions of symbol ___deregister_frame_info_bases |
---|
141 | /usr/lib/libgcc.a(unwind-dw2-fde-darwin.o) private external definition of ___deregister_frame_info_bases in section (__TEXT,__text) |
---|
142 | /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/libgcc_eh.a(unwind-dw2-fde-darwin.o) private external definition of ___deregister_frame_info_bases in section (__TEXT,__text) |
---|
143 | /usr/bin/ld: multiple definitions of symbol ___register_frame |
---|
144 | /usr/lib/libgcc.a(unwind-dw2-fde-darwin.o) private external definition of ___register_frame in section (__TEXT,__text) |
---|
145 | /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/libgcc_eh.a(unwind-dw2-fde-darwin.o) private external definition of ___register_frame in section (__TEXT,__text) |
---|
146 | /usr/bin/ld: multiple definitions of symbol ___register_frame_info |
---|
147 | /usr/lib/libgcc.a(unwind-dw2-fde-darwin.o) private external definition of ___register_frame_info in section (__TEXT,__text) |
---|
148 | /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/libgcc_eh.a(unwind-dw2-fde-darwin.o) private external definition of ___register_frame_info in section (__TEXT,__text) |
---|
149 | /usr/bin/ld: multiple definitions of symbol ___register_frame_info_bases |
---|
150 | /usr/lib/libgcc.a(unwind-dw2-fde-darwin.o) private external definition of ___register_frame_info_bases in section (__TEXT,__text) |
---|
151 | /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/libgcc_eh.a(unwind-dw2-fde-darwin.o) private external definition of ___register_frame_info_bases in section (__TEXT,__text) |
---|
152 | /usr/bin/ld: multiple definitions of symbol ___register_frame_info_table |
---|
153 | /usr/lib/libgcc.a(unwind-dw2-fde-darwin.o) private external definition of ___register_frame_info_table in section (__TEXT,__text) |
---|
154 | /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/libgcc_eh.a(unwind-dw2-fde-darwin.o) private external definition of ___register_frame_info_table in section (__TEXT,__text) |
---|
155 | /usr/bin/ld: multiple definitions of symbol ___register_frame_info_table_bases |
---|
156 | /usr/lib/libgcc.a(unwind-dw2-fde-darwin.o) private external definition of ___register_frame_info_table_bases in section (__TEXT,__text) |
---|
157 | /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/libgcc_eh.a(unwind-dw2-fde-darwin.o) private external definition of ___register_frame_info_table_bases in section (__TEXT,__text) |
---|
158 | /usr/bin/ld: multiple definitions of symbol ___register_frame_table |
---|
159 | /usr/lib/libgcc.a(unwind-dw2-fde-darwin.o) private external definition of ___register_frame_table in section (__TEXT,__text) |
---|
160 | /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/libgcc_eh.a(unwind-dw2-fde-darwin.o) private external definition of ___register_frame_table in section (__TEXT,__text) |
---|
161 | /usr/bin/ld: warning multiple definitions of symbol _locale_charset |
---|
162 | /opt/local/lib/libintl.dylib(localcharset.o) definition of _locale_charset |
---|
163 | /opt/local/lib/libiconv.dylib(localcharset.o) definition of _locale_charset |
---|
164 | collect2: ld returned 1 exit status |
---|
165 | make[2]: *** [libhttp.la] Error 1 |
---|
166 | make[1]: *** [all-recursive] Error 1 |
---|
167 | make: *** [all] Error 2 |
---|
168 | |
---|
169 | Warning: the following items did not execute (for gnome-vfs): com.apple.build |
---|