1 | $ sudo port -v install litmus |
---|
2 | ---> Fetching litmus |
---|
3 | ---> Verifying checksum(s) for litmus |
---|
4 | ---> Checksumming litmus-0.11.tar.gz |
---|
5 | ---> Extracting litmus |
---|
6 | ---> Extracting litmus-0.11.tar.gz |
---|
7 | ---> Configuring litmus |
---|
8 | checking for gcc... /usr/bin/gcc-4.0 |
---|
9 | checking for C compiler default output file name... a.out |
---|
10 | checking whether the C compiler works... yes |
---|
11 | checking whether we are cross compiling... no |
---|
12 | checking for suffix of executables... |
---|
13 | checking for suffix of object files... o |
---|
14 | checking whether we are using the GNU C compiler... yes |
---|
15 | checking whether /usr/bin/gcc-4.0 accepts -g... yes |
---|
16 | checking for /usr/bin/gcc-4.0 option to accept ANSI C... none needed |
---|
17 | checking whether make sets $(MAKE)... yes |
---|
18 | checking for a BSD-compatible install... /usr/bin/install -c |
---|
19 | checking for strerror in -lcposix... no |
---|
20 | checking for inline... inline |
---|
21 | checking for an ANSI C-conforming const... yes |
---|
22 | checking how to run the C preprocessor... /usr/bin/cpp-4.0 |
---|
23 | checking for egrep... grep -E |
---|
24 | checking for ANSI C header files... yes |
---|
25 | checking for sys/types.h... yes |
---|
26 | checking for sys/stat.h... yes |
---|
27 | checking for stdlib.h... yes |
---|
28 | checking for string.h... yes |
---|
29 | checking for memory.h... yes |
---|
30 | checking for strings.h... yes |
---|
31 | checking for inttypes.h... yes |
---|
32 | checking for stdint.h... yes |
---|
33 | checking for unistd.h... yes |
---|
34 | checking for size_t... yes |
---|
35 | checking for off_t... yes |
---|
36 | checking for uname... Darwin |
---|
37 | checking for int... yes |
---|
38 | checking size of int... 4 |
---|
39 | checking for long... yes |
---|
40 | checking size of long... 4 |
---|
41 | checking for long long... yes |
---|
42 | checking size of long long... 8 |
---|
43 | checking for gcc -Wformat -Werror sanity... yes |
---|
44 | checking errno.h usability... yes |
---|
45 | checking errno.h presence... yes |
---|
46 | checking for errno.h... yes |
---|
47 | checking stdarg.h usability... yes |
---|
48 | checking stdarg.h presence... yes |
---|
49 | checking for stdarg.h... yes |
---|
50 | checking for string.h... (cached) yes |
---|
51 | checking for stdlib.h... (cached) yes |
---|
52 | checking for size_t... (cached) yes |
---|
53 | checking size of size_t... 4 |
---|
54 | checking how to print size_t... lu |
---|
55 | checking for off_t... (cached) yes |
---|
56 | checking size of off_t... 8 |
---|
57 | checking how to print off_t... lld |
---|
58 | checking for ssize_t... yes |
---|
59 | checking size of ssize_t... 4 |
---|
60 | checking how to print ssize_t... ld |
---|
61 | checking for time_t... yes |
---|
62 | checking size of time_t... 4 |
---|
63 | checking how to print time_t... ld |
---|
64 | checking for pid_t... yes |
---|
65 | checking whether time.h and sys/time.h may both be included... yes |
---|
66 | checking for ar... /usr/bin/ar |
---|
67 | checking for ranlib... /usr/bin/ranlib |
---|
68 | checking sys/time.h usability... yes |
---|
69 | checking sys/time.h presence... yes |
---|
70 | checking for sys/time.h... yes |
---|
71 | checking for stdint.h... (cached) yes |
---|
72 | checking locale.h usability... yes |
---|
73 | checking locale.h presence... yes |
---|
74 | checking for locale.h... yes |
---|
75 | checking for pipe... yes |
---|
76 | checking for isatty... yes |
---|
77 | checking for usleep... yes |
---|
78 | checking for shutdown... yes |
---|
79 | checking for setlocale... yes |
---|
80 | checking whether byte ordering is bigendian... no |
---|
81 | checking whether strerror_r is declared... yes |
---|
82 | checking for strerror_r... yes |
---|
83 | checking whether strerror_r returns char *... no |
---|
84 | checking for snprintf... yes |
---|
85 | checking for vsnprintf... yes |
---|
86 | checking for neon-config... /opt/local/bin/neon-config |
---|
87 | checking linking against neon... yes |
---|
88 | configure: using neon library 0.26.3 |
---|
89 | configure: SSL is supported by neon |
---|
90 | configure: zlib is supported by neon |
---|
91 | configure: IPv6 is supported by neon |
---|
92 | configure: LFS is not supported by neon |
---|
93 | configure: SOCKSv5 is not supported by neon |
---|
94 | configure: thread-safe SSL is not supported by neon |
---|
95 | checking for getopt_long... yes |
---|
96 | checking for long long... (cached) yes |
---|
97 | checking size of long long... (cached) 8 |
---|
98 | checking how to print long long... lld |
---|
99 | configure: debugging is enabled |
---|
100 | configure: creating ./config.status |
---|
101 | config.status: creating litmus |
---|
102 | config.status: creating Makefile |
---|
103 | config.status: creating lib/neon/Makefile |
---|
104 | config.status: creating config.h |
---|
105 | configure: Configured to build litmus 0.11: |
---|
106 | |
---|
107 | Install prefix: /opt/local |
---|
108 | Compiler: /usr/bin/gcc-4.0 |
---|
109 | neon library: library in /opt/local (0.26.3) |
---|
110 | XML parser: using whatever neon uses |
---|
111 | SSL library: SSL is supported by neon |
---|
112 | |
---|
113 | ---> Building litmus with target all |
---|
114 | /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -no-cpp-precomp -I. -I./lib -I./src -I./test-common -g -O2 -I/opt/local/include/neon -c src/basic.c -o src/basic.o |
---|
115 | Bundled neon build not being used. |
---|
116 | /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -no-cpp-precomp -I. -I./lib -I./src -I./test-common -g -O2 -I/opt/local/include/neon -c src/common.c -o src/common.o |
---|
117 | /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -no-cpp-precomp -I. -I./lib -I./src -I./test-common -g -O2 -I/opt/local/include/neon -c test-common/child.c -o test-common/child.o |
---|
118 | /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -no-cpp-precomp -I. -I./lib -I./src -I./test-common -g -O2 -I/opt/local/include/neon -c test-common/tests.c -o test-common/tests.o |
---|
119 | /usr/bin/ar cru libtest.a src/common.o test-common/child.o test-common/tests.o |
---|
120 | /usr/bin/ranlib libtest.a |
---|
121 | /usr/bin/gcc-4.0 -flat_namespace -o basic src/basic.o -L. -ltest -L/opt/local/lib -L/opt/local/lib -lneon -lintl -lz -L/opt/local/lib -lssl -lcrypto -lz -L/usr/lib -Wl,-search_paths_first -lgssapi_krb5 -lkrb5 -lk5crypto -lkrb5support -lcom_err -lresolv -lexpat |
---|
122 | /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -no-cpp-precomp -I. -I./lib -I./src -I./test-common -g -O2 -I/opt/local/include/neon -c src/copymove.c -o src/copymove.o |
---|
123 | /usr/bin/gcc-4.0 -flat_namespace -o copymove src/copymove.o -L. -ltest -L/opt/local/lib -L/opt/local/lib -lneon -lintl -lz -L/opt/local/lib -lssl -lcrypto -lz -L/usr/lib -Wl,-search_paths_first -lgssapi_krb5 -lkrb5 -lk5crypto -lkrb5support -lcom_err -lresolv -lexpat |
---|
124 | /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -no-cpp-precomp -I. -I./lib -I./src -I./test-common -g -O2 -I/opt/local/include/neon -c src/props.c -o src/props.o |
---|
125 | /usr/bin/gcc-4.0 -flat_namespace -o props src/props.o -L. -ltest -L/opt/local/lib -L/opt/local/lib -lneon -lintl -lz -L/opt/local/lib -lssl -lcrypto -lz -L/usr/lib -Wl,-search_paths_first -lgssapi_krb5 -lkrb5 -lk5crypto -lkrb5support -lcom_err -lresolv -lexpat |
---|
126 | /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -no-cpp-precomp -I. -I./lib -I./src -I./test-common -g -O2 -I/opt/local/include/neon -c src/locks.c -o src/locks.o |
---|
127 | /usr/bin/gcc-4.0 -flat_namespace -o locks src/locks.o -L. -ltest -L/opt/local/lib -L/opt/local/lib -lneon -lintl -lz -L/opt/local/lib -lssl -lcrypto -lz -L/usr/lib -Wl,-search_paths_first -lgssapi_krb5 -lkrb5 -lk5crypto -lkrb5support -lcom_err -lresolv -lexpat |
---|
128 | /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -no-cpp-precomp -I. -I./lib -I./src -I./test-common -g -O2 -I/opt/local/include/neon -c src/http.c -o src/http.o |
---|
129 | /usr/bin/gcc-4.0 -flat_namespace -o http src/http.o -L. -ltest -L/opt/local/lib -L/opt/local/lib -lneon -lintl -lz -L/opt/local/lib -lssl -lcrypto -lz -L/usr/lib -Wl,-search_paths_first -lgssapi_krb5 -lkrb5 -lk5crypto -lkrb5support -lcom_err -lresolv -lexpat |
---|
130 | |
---|
131 | Now run: |
---|
132 | |
---|
133 | make URL=http://dav.server/path/ check |
---|
134 | or make URL=http://dav.server/path/ CREDS="uname passwd" check |
---|
135 | |
---|
136 | ---> Staging litmus into destroot |
---|
137 | . changed |
---|
138 | gid expected 0 found 80 modified |
---|
139 | permissions expected 0775 found 0755 modified |
---|
140 | ./usr missing (created) |
---|
141 | . missing (directory not created: File exists) |
---|
142 | ./Applications missing (created) |
---|
143 | ./Developer missing (created) |
---|
144 | ./Library missing (created) |
---|
145 | . changed |
---|
146 | gid expected 80 found 0 modified |
---|
147 | permissions expected 0775 found 0755 modified |
---|
148 | ./bin missing (created) |
---|
149 | ./etc missing (created) |
---|
150 | ./include missing (created) |
---|
151 | ./lib missing (created) |
---|
152 | ./libexec missing (created) |
---|
153 | ./sbin missing (created) |
---|
154 | ./share missing (created) |
---|
155 | ./share/info missing (created) |
---|
156 | ./share/man missing (created) |
---|
157 | ./share/man/cat1 missing (created) |
---|
158 | ./share/man/cat2 missing (created) |
---|
159 | ./share/man/cat3 missing (created) |
---|
160 | ./share/man/cat4 missing (created) |
---|
161 | ./share/man/cat5 missing (created) |
---|
162 | ./share/man/cat6 missing (created) |
---|
163 | ./share/man/cat7 missing (created) |
---|
164 | ./share/man/cat8 missing (created) |
---|
165 | ./share/man/cat9 missing (created) |
---|
166 | ./share/man/catl missing (created) |
---|
167 | ./share/man/catn missing (created) |
---|
168 | ./share/man/man1 missing (created) |
---|
169 | ./share/man/man2 missing (created) |
---|
170 | ./share/man/man3 missing (created) |
---|
171 | ./share/man/man4 missing (created) |
---|
172 | ./share/man/man5 missing (created) |
---|
173 | ./share/man/man6 missing (created) |
---|
174 | ./share/man/man7 missing (created) |
---|
175 | ./share/man/man8 missing (created) |
---|
176 | ./share/man/man9 missing (created) |
---|
177 | ./share/man/manl missing (created) |
---|
178 | ./share/man/mann missing (created) |
---|
179 | ./share/nls missing (created) |
---|
180 | ./share/nls/C missing (created) |
---|
181 | ./share/nls/af_ZA.ISO8859-1 missing (created) |
---|
182 | ./share/nls/af_ZA.ISO8859-15 missing (created) |
---|
183 | ./share/nls/bg_BG.CP1251 missing (created) |
---|
184 | ./share/nls/cs_CZ.ISO8859-2 missing (created) |
---|
185 | ./share/nls/da_DK.ISO8859-1 missing (created) |
---|
186 | ./share/nls/da_DK.ISO8859-15 missing (created) |
---|
187 | ./share/nls/de_AT.ISO8859-1 missing (created) |
---|
188 | ./share/nls/de_AT.ISO8859-15 missing (created) |
---|
189 | ./share/nls/de_CH.ISO8859-1 missing (created) |
---|
190 | ./share/nls/de_CH.ISO8859-15 missing (created) |
---|
191 | ./share/nls/de_DE.ISO8859-1 missing (created) |
---|
192 | ./share/nls/de_DE.ISO8859-15 missing (created) |
---|
193 | ./share/nls/el_GR.ISO8859-7 missing (created) |
---|
194 | ./share/nls/en_AU.ISO8859-1 missing (created) |
---|
195 | ./share/nls/en_AU.ISO8859-15 missing (created) |
---|
196 | ./share/nls/en_AU.US-ASCII missing (created) |
---|
197 | ./share/nls/en_CA.ISO8859-1 missing (created) |
---|
198 | ./share/nls/en_CA.ISO8859-15 missing (created) |
---|
199 | ./share/nls/en_CA.US-ASCII missing (created) |
---|
200 | ./share/nls/en_GB.ISO8859-1 missing (created) |
---|
201 | ./share/nls/en_GB.ISO8859-15 missing (created) |
---|
202 | ./share/nls/en_GB.US-ASCII missing (created) |
---|
203 | ./share/nls/en_NZ.ISO8859-1 missing (created) |
---|
204 | ./share/nls/en_NZ.ISO8859-15 missing (created) |
---|
205 | ./share/nls/en_NZ.US-ASCII missing (created) |
---|
206 | ./share/nls/en_US.ISO8859-1 missing (created) |
---|
207 | ./share/nls/en_US.ISO8859-15 missing (created) |
---|
208 | ./share/nls/es_ES.ISO8859-1 missing (created) |
---|
209 | ./share/nls/es_ES.ISO8859-15 missing (created) |
---|
210 | ./share/nls/et_EE.ISO8859-15 missing (created) |
---|
211 | ./share/nls/fi_FI.ISO8859-1 missing (created) |
---|
212 | ./share/nls/fi_FI.ISO8859-15 missing (created) |
---|
213 | ./share/nls/fr_BE.ISO8859-1 missing (created) |
---|
214 | ./share/nls/fr_BE.ISO8859-15 missing (created) |
---|
215 | ./share/nls/fr_CA.ISO8859-1 missing (created) |
---|
216 | ./share/nls/fr_CA.ISO8859-15 missing (created) |
---|
217 | ./share/nls/fr_CH.ISO8859-1 missing (created) |
---|
218 | ./share/nls/fr_CH.ISO8859-15 missing (created) |
---|
219 | ./share/nls/fr_FR.ISO8859-1 missing (created) |
---|
220 | ./share/nls/fr_FR.ISO8859-15 missing (created) |
---|
221 | ./share/nls/hi_IN.ISCII-DEV missing (created) |
---|
222 | ./share/nls/hr_HR.ISO8859-2 missing (created) |
---|
223 | ./share/nls/hu_HU.ISO8859-2 missing (created) |
---|
224 | ./share/nls/is_IS.ISO8859-1 missing (created) |
---|
225 | ./share/nls/is_IS.ISO8859-15 missing (created) |
---|
226 | ./share/nls/it_CH.ISO8859-1 missing (created) |
---|
227 | ./share/nls/it_CH.ISO8859-15 missing (created) |
---|
228 | ./share/nls/it_IT.ISO8859-1 missing (created) |
---|
229 | ./share/nls/it_IT.ISO8859-15 missing (created) |
---|
230 | ./share/nls/ja_JP.SJIS missing (created) |
---|
231 | ./share/nls/ja_JP.eucJP missing (created) |
---|
232 | ./share/nls/ko_KR.eucKR missing (created) |
---|
233 | ./share/nls/la_LN.ISO8859-1 missing (created) |
---|
234 | ./share/nls/la_LN.ISO8859-15 missing (created) |
---|
235 | ./share/nls/la_LN.ISO8859-2 missing (created) |
---|
236 | ./share/nls/la_LN.ISO8859-4 missing (created) |
---|
237 | ./share/nls/la_LN.US-ASCII missing (created) |
---|
238 | ./share/nls/lt_LT.ISO8859-4 missing (created) |
---|
239 | ./share/nls/nl_BE.ISO8859-1 missing (created) |
---|
240 | ./share/nls/nl_BE.ISO8859-15 missing (created) |
---|
241 | ./share/nls/nl_NL.ISO8859-1 missing (created) |
---|
242 | ./share/nls/nl_NL.ISO8859-15 missing (created) |
---|
243 | ./share/nls/no_NO.ISO8859-1 missing (created) |
---|
244 | ./share/nls/no_NO.ISO8859-15 missing (created) |
---|
245 | ./share/nls/pl_PL.ISO8859-2 missing (created) |
---|
246 | ./share/nls/pt_BR.ISO8859-1 missing (created) |
---|
247 | ./share/nls/pt_PT.ISO8859-1 missing (created) |
---|
248 | ./share/nls/pt_PT.ISO8859-15 missing (created) |
---|
249 | ./share/nls/ro_RO.ISO8859-2 missing (created) |
---|
250 | ./share/nls/ru_RU.CP866 missing (created) |
---|
251 | ./share/nls/ru_RU.ISO8859-5 missing (created) |
---|
252 | ./share/nls/ru_RU.KOI8-R missing (created) |
---|
253 | ./share/nls/sk_SK.ISO8859-2 missing (created) |
---|
254 | ./share/nls/sl_SI.ISO8859-2 missing (created) |
---|
255 | ./share/nls/sv_SE.ISO8859-1 missing (created) |
---|
256 | ./share/nls/sv_SE.ISO8859-15 missing (created) |
---|
257 | ./share/nls/tr_TR.ISO8859-9 missing (created) |
---|
258 | ./share/nls/uk_UA.ISO8859-5 missing (created) |
---|
259 | ./share/nls/uk_UA.KOI8-U missing (created) |
---|
260 | ./share/nls/zh_CN.eucCN missing (created) |
---|
261 | ./share/nls/zh_TW.Big5 missing (created) |
---|
262 | ./share/skel missing (created) |
---|
263 | ./var missing (created) |
---|
264 | ./var/db missing (created) |
---|
265 | ./var/db/dports missing (created) |
---|
266 | ./var/db/dports/distfiles missing (created) |
---|
267 | ./var/db/dports/receipts missing (created) |
---|
268 | Bundled neon build not being used. |
---|
269 | /usr/bin/gcc-4.0 -flat_namespace -o basic src/basic.o -L. -ltest -L/opt/local/lib -L/opt/local/lib -lneon -lintl -lz -L/opt/local/lib -lssl -lcrypto -lz -L/usr/lib -Wl,-search_paths_first -lgssapi_krb5 -lkrb5 -lk5crypto -lkrb5support -lcom_err -lresolv -lexpat |
---|
270 | /usr/bin/gcc-4.0 -flat_namespace -o copymove src/copymove.o -L. -ltest -L/opt/local/lib -L/opt/local/lib -lneon -lintl -lz -L/opt/local/lib -lssl -lcrypto -lz -L/usr/lib -Wl,-search_paths_first -lgssapi_krb5 -lkrb5 -lk5crypto -lkrb5support -lcom_err -lresolv -lexpat |
---|
271 | /usr/bin/gcc-4.0 -flat_namespace -o props src/props.o -L. -ltest -L/opt/local/lib -L/opt/local/lib -lneon -lintl -lz -L/opt/local/lib -lssl -lcrypto -lz -L/usr/lib -Wl,-search_paths_first -lgssapi_krb5 -lkrb5 -lk5crypto -lkrb5support -lcom_err -lresolv -lexpat |
---|
272 | /usr/bin/gcc-4.0 -flat_namespace -o locks src/locks.o -L. -ltest -L/opt/local/lib -L/opt/local/lib -lneon -lintl -lz -L/opt/local/lib -lssl -lcrypto -lz -L/usr/lib -Wl,-search_paths_first -lgssapi_krb5 -lkrb5 -lk5crypto -lkrb5support -lcom_err -lresolv -lexpat |
---|
273 | /usr/bin/gcc-4.0 -flat_namespace -o http src/http.o -L. -ltest -L/opt/local/lib -L/opt/local/lib -lneon -lintl -lz -L/opt/local/lib -lssl -lcrypto -lz -L/usr/lib -Wl,-search_paths_first -lgssapi_krb5 -lkrb5 -lk5crypto -lkrb5support -lcom_err -lresolv -lexpat |
---|
274 | /usr/bin/install -c -d /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_local_www_litmus/work/destroot/opt/local/bin |
---|
275 | /usr/bin/install -c -d /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_local_www_litmus/work/destroot/opt/local/libexec/litmus |
---|
276 | /usr/bin/install -c -d /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_local_www_litmus/work/destroot/opt/local/share/litmus/htdocs |
---|
277 | /usr/bin/install -c ./litmus /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_local_www_litmus/work/destroot/opt/local/bin/litmus |
---|
278 | for t in basic copymove props locks http; do \ |
---|
279 | /usr/bin/install -c ./$t /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_local_www_litmus/work/destroot/opt/local/libexec/litmus/$t; done |
---|
280 | for d in foo; do \ |
---|
281 | /usr/bin/install -c -m 644 ./htdocs/$d /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_local_www_litmus/work/destroot/opt/local/share/litmus/htdocs/; done |
---|
282 | ---> Packaging tgz archive for litmus 0.11_0+darwin_8 |
---|
283 | ---> Creating litmus-0.11_0+darwin_8.i386.tgz |
---|
284 | ./ |
---|
285 | ./+COMMENT |
---|
286 | ./+CONTENTS |
---|
287 | ./+DESC |
---|
288 | ./+PORTFILE |
---|
289 | ./+STATE |
---|
290 | ./opt/ |
---|
291 | ./opt/local/ |
---|
292 | ./opt/local/bin/ |
---|
293 | ./opt/local/bin/litmus |
---|
294 | ./opt/local/libexec/ |
---|
295 | ./opt/local/libexec/litmus/ |
---|
296 | ./opt/local/libexec/litmus/basic |
---|
297 | ./opt/local/libexec/litmus/copymove |
---|
298 | ./opt/local/libexec/litmus/http |
---|
299 | ./opt/local/libexec/litmus/locks |
---|
300 | ./opt/local/libexec/litmus/props |
---|
301 | ./opt/local/share/ |
---|
302 | ./opt/local/share/litmus/ |
---|
303 | ./opt/local/share/litmus/htdocs/ |
---|
304 | ./opt/local/share/litmus/htdocs/foo |
---|
305 | ---> Archive litmus-0.11_0+darwin_8.i386.tgz packaged |
---|
306 | ---> Archive for litmus 0.11_0+darwin_8 packaged |
---|
307 | ---> Installing litmus 0.11_0+darwin_8 |
---|
308 | ---> Activating litmus 0.11_0+darwin_8 |
---|
309 | ---> Cleaning litmus |
---|
310 | ---> Removing workpath for litmus |
---|