1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
version:1
:debug:main Executing org.macports.main (mysql5)
:debug:main Skipping completed org.macports.fetch (mysql5)
:debug:main Skipping completed org.macports.checksum (mysql5)
:debug:main Skipping completed org.macports.extract (mysql5)
:debug:main Skipping completed org.macports.patch (mysql5)
:msg:main --->  Configuring mysql5
:debug:main Using compiler 'Mac OS X gcc 4.2'
:debug:configure configure phase started at Sun Jun 26 19:16:57 CEST 2011
:debug:configure Executing proc-pre-org.macports.configure-configure-0
:debug:configure Executing org.macports.configure (mysql5)
:debug:configure Environment: CPATH='/opt/local/include' CFLAGS='-O2 -fPIC -arch x86_64' CPPFLAGS='-I/opt/local/include' CXXFLAGS='-O2 -fPIC -arch x86_64' LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.6' CXX='/usr/bin/g++-4.2' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_mysql5/work/.CC_PRINT_OPTIONS' F90FLAGS='-O2 -m64' LDFLAGS='-L/opt/local/lib -arch x86_64' OBJC='/usr/bin/gcc-4.2' FCFLAGS='-O2 -m64' INSTALL='/usr/bin/install -c' OBJCFLAGS='-O2 -arch x86_64' FFLAGS='-O2 -m64' CC_PRINT_OPTIONS='YES' CC='/usr/bin/gcc-4.2'
:debug:configure Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_mysql5/work/mysql-5.1.57" && ./configure --prefix=/opt/local --mandir=/opt/local/share/man --infodir=/opt/local/share/info --localstatedir=/opt/local/var/db/mysql5 --libdir=/opt/local/lib/mysql5 --bindir=/opt/local/lib/mysql5/bin --includedir=/opt/local/include/mysql5 --datadir=/opt/local/share/mysql5 --sysconfdir=/opt/local/etc/mysql5 --with-zlib-dir=/opt/local --with-ssl=/opt/local --with-extra-charsets=complex --with-unix-socket-path=/opt/local/var/run/mysql5/mysqld.sock --with-mysqld-user=_mysql --without-docs --with-plugins=all --enable-thread-safe-client --without-readline --with-embedded-server --with-pic'
:info:configure checking build system type... i386-apple-darwin10.7.0
:info:configure checking host system type... i386-apple-darwin10.7.0
:info:configure checking target system type... i386-apple-darwin10.7.0
:info:configure checking for a BSD-compatible install... /usr/bin/install -c
:info:configure checking whether build environment is sane... yes
:info:configure checking for a thread-safe mkdir -p... ./install-sh -c -d
:info:configure checking for gawk... no
:info:configure checking for mawk... no
:info:configure checking for nawk... no
:info:configure checking for awk... awk
:info:configure checking whether make sets $(MAKE)... yes
:info:configure checking how to create a ustar tar archive... gnutar
:info:configure checking for style of include used by make... GNU
:info:configure checking for gcc... /usr/bin/gcc-4.2
:info:configure checking for C compiler default output file name... a.out
:info:configure checking whether the C compiler works... yes
:info:configure checking whether we are cross compiling... no
:info:configure checking for suffix of executables... 
:info:configure checking for suffix of object files... o
:info:configure checking whether we are using the GNU C compiler... yes
:info:configure checking whether /usr/bin/gcc-4.2 accepts -g... yes
:info:configure checking for /usr/bin/gcc-4.2 option to accept ISO C89... none needed
:info:configure checking dependency style of /usr/bin/gcc-4.2... gcc3
:info:configure checking for a sed that does not truncate output... /usr/bin/sed
:info:configure checking for grep that handles long lines and -e... /usr/bin/grep
:info:configure checking for egrep... /usr/bin/grep -E
:info:configure checking for fgrep... /usr/bin/grep -F
:info:configure checking for ld used by /usr/bin/gcc-4.2... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
:info:configure checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no
:info:configure checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
:info:configure checking the name lister (/usr/bin/nm) interface... BSD nm
:info:configure checking whether ln -s works... yes
:info:configure checking the maximum length of command line arguments... 196608
:info:configure checking whether the shell understands some XSI constructs... yes
:info:configure checking whether the shell understands "+="... yes
:info:configure checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload object files... -r
:info:configure checking for objdump... no
:info:configure checking how to recognize dependent libraries... pass_all
:info:configure checking for ar... ar
:info:configure checking for strip... strip
:info:configure checking for ranlib... ranlib
:info:configure checking command to parse /usr/bin/nm output from /usr/bin/gcc-4.2 object... ok
:info:configure checking for dsymutil... dsymutil
:info:configure checking for nmedit... nmedit
:info:configure checking for lipo... lipo
:info:configure checking for otool... otool
:info:configure checking for otool64... no
:info:configure checking for -single_module linker flag... yes
:info:configure checking for -exported_symbols_list linker flag... yes
:info:configure checking how to run the C preprocessor... /usr/bin/gcc-4.2 -E
:info:configure checking for ANSI C header files... yes
:info:configure checking for sys/types.h... yes
:info:configure checking for sys/stat.h... yes
:info:configure checking for stdlib.h... yes
:info:configure checking for string.h... yes
:info:configure checking for memory.h... yes
:info:configure checking for strings.h... yes
:info:configure checking for inttypes.h... yes
:info:configure checking for stdint.h... yes
:info:configure checking for unistd.h... yes
:info:configure checking for dlfcn.h... yes
:info:configure checking for objdir... .libs
:info:configure checking if /usr/bin/gcc-4.2 supports -fno-rtti -fno-exceptions... no
:info:configure checking for /usr/bin/gcc-4.2 option to produce PIC... -fno-common -DPIC
:info:configure checking if /usr/bin/gcc-4.2 PIC flag -fno-common -DPIC works... yes
:info:configure checking if /usr/bin/gcc-4.2 static flag -static works... no
:info:configure checking if /usr/bin/gcc-4.2 supports -c -o file.o... yes
:info:configure checking if /usr/bin/gcc-4.2 supports -c -o file.o... (cached) yes
:info:configure checking whether the /usr/bin/gcc-4.2 linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
:info:configure checking dynamic linker characteristics... darwin10.7.0 dyld
:info:configure checking how to hardcode library paths into programs... immediate
:info:configure checking whether stripping libraries is possible... yes
:info:configure checking if libtool supports shared libraries... yes
:info:configure checking whether to build shared libraries... yes
:info:configure checking whether to build static libraries... yes
:info:configure checking "character sets"... default: latin1, collation: latin1_swedish_ci; compiled in: latin1 latin1 utf8 big5 cp1250 cp932 eucjpms euckr gb2312 gbk latin1 latin2 sjis tis620 ucs2 ujis utf8
:info:configure checking whether to compile national Unicode collations... yes
:info:configure checking for doxygen... no
:info:configure checking for pdflatex... no
:info:configure checking for makeindex... no
:info:configure checking whether to enable the maintainer-specific development environment... no
:info:configure checking whether build environment is sane... yes
:info:configure checking whether make sets $(MAKE)... (cached) yes
:info:configure checking for gawk... (cached) awk
:info:configure checking for gcc... (cached) /usr/bin/gcc-4.2
:info:configure checking whether we are using the GNU C compiler... (cached) yes
:info:configure checking whether /usr/bin/gcc-4.2 accepts -g... (cached) yes
:info:configure checking for /usr/bin/gcc-4.2 option to accept ISO C89... (cached) none needed
:info:configure checking dependency style of /usr/bin/gcc-4.2... (cached) gcc3
:info:configure checking whether we are using the GNU C++ compiler... yes
:info:configure checking whether /usr/bin/g++-4.2 accepts -g... yes
:info:configure checking dependency style of /usr/bin/g++-4.2... gcc3
:info:configure checking whether we are using the GNU C++ compiler... (cached) yes
:info:configure checking whether /usr/bin/g++-4.2 accepts -g... (cached) yes
:info:configure checking dependency style of /usr/bin/g++-4.2... (cached) gcc3
:info:configure checking how to run the C++ preprocessor... /usr/bin/g++-4.2 -E
:info:configure checking for ld used by /usr/bin/g++-4.2... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
:info:configure checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no
:info:configure checking whether the /usr/bin/g++-4.2 linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
:info:configure checking for /usr/bin/g++-4.2 option to produce PIC... -fno-common -DPIC
:info:configure checking if /usr/bin/g++-4.2 PIC flag -fno-common -DPIC works... yes
:info:configure checking if /usr/bin/g++-4.2 static flag -static works... no
:info:configure checking if /usr/bin/g++-4.2 supports -c -o file.o... yes
:info:configure checking if /usr/bin/g++-4.2 supports -c -o file.o... (cached) yes
:info:configure checking whether the /usr/bin/g++-4.2 linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
:info:configure checking dynamic linker characteristics... darwin10.7.0 dyld
:info:configure checking how to hardcode library paths into programs... immediate
:info:configure checking how to run the C preprocessor... /usr/bin/gcc-4.2 -E
:info:configure checking "C Compiler version"... "/usr/bin/gcc-4.2 i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646)"
:info:configure checking "C++ compiler version"... "/usr/bin/g++-4.2 i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646)"
:info:configure checking for ranlib... (cached) ranlib
:info:configure checking for a BSD-compatible install... /usr/bin/install -c
:info:configure checking for bison... bison -y -p MYSQL
:info:configure checking for pdftex... no
:info:configure checking for tex... no
:info:configure checking for uname... /usr/bin/uname
:info:configure checking operating system... Darwin
:info:configure checking for ar... ar
:info:configure checking if we should use 'skip-external-locking' as default for darwin10.7.0... no
:info:configure checking for ln... /bin/ln
:info:configure checking for ln... /bin/ln
:info:configure checking for mv... /bin/mv
:info:configure checking for rm... /bin/rm
:info:configure checking for cp... /bin/cp
:info:configure checking for sed... (cached) /usr/bin/sed
:info:configure checking for cmp... /usr/bin/cmp
:info:configure checking for chmod... /bin/chmod
:info:configure checking for hostname... /bin/hostname
:info:configure checking for diff... /usr/bin/diff
:info:configure checking for gnutar... gnutar
:info:configure checking for perl... /opt/local/bin/perl
:info:configure 0
:info:configure checking for ps... /bin/ps
:info:configure checking "how to check if pid exists"... "/bin/ps wwwp $$PID | grep -v " grep" | grep -v mysqld_safe | grep -- "$$MYSQLD" > /dev/null"
:info:configure checking for kill... /bin/kill
:info:configure checking "for kill switches"... "/bin/kill -0 $$PID > /dev/null 2> /dev/null"
:info:configure checking for /usr/bin/gcc-4.2 option to accept ANSI C... 
:info:configure checking dependency style of /usr/bin/gcc-4.2... gcc3
:info:configure checking whether --noexecstack is desirable for .S files... no
:info:configure checking for nm... /usr/bin/nm
:info:configure checking whether features provided by the user community should be included.... yes
:info:configure checking if we should use assembler functions... no
:info:configure checking if SHOW PROFILE should be enabled.... yes
:info:configure checking If we should should enable LOAD DATA LOCAL by default... no
:info:configure checking If we should should enable init-file... yes
:info:configure checking for getconf... getconf
:info:configure checking for CFLAGS value to request large file support... no
:info:configure checking for LDFLAGS value to request large file support... no
:info:configure checking for LIBS value to request large file support... no
:info:configure checking for _FILE_OFFSET_BITS... no
:info:configure checking for _LARGEFILE_SOURCE... no
:info:configure checking for _LARGE_FILES... no
:info:configure checking for size_t... yes
:info:configure checking for dirent.h that defines DIR... yes
:info:configure checking for library containing opendir... none required
:info:configure checking for ANSI C header files... (cached) yes
:info:configure checking for sys/wait.h that is POSIX.1 compatible... yes
:info:configure checking fcntl.h usability... yes
:info:configure checking fcntl.h presence... yes
:info:configure checking for fcntl.h... yes
:info:configure checking fenv.h usability... yes
:info:configure checking fenv.h presence... yes
:info:configure checking for fenv.h... yes
:info:configure checking float.h usability... yes
:info:configure checking float.h presence... yes
:info:configure checking for float.h... yes
:info:configure checking floatingpoint.h usability... no
:info:configure checking floatingpoint.h presence... no
:info:configure checking for floatingpoint.h... no
:info:configure checking fpu_control.h usability... no
:info:configure checking fpu_control.h presence... no
:info:configure checking for fpu_control.h... no
:info:configure checking ieeefp.h usability... no
:info:configure checking ieeefp.h presence... no
:info:configure checking for ieeefp.h... no
:info:configure checking limits.h usability... yes
:info:configure checking limits.h presence... yes
:info:configure checking for limits.h... yes
:info:configure checking for memory.h... (cached) yes
:info:configure checking pwd.h usability... yes
:info:configure checking pwd.h presence... yes
:info:configure checking for pwd.h... yes
:info:configure checking select.h usability... no
:info:configure checking select.h presence... no
:info:configure checking for select.h... no
:info:configure checking for stdlib.h... (cached) yes
:info:configure checking stddef.h usability... yes
:info:configure checking stddef.h presence... yes
:info:configure checking for stddef.h... yes
:info:configure checking for strings.h... (cached) yes
:info:configure checking for string.h... (cached) yes
:info:configure checking synch.h usability... no
:info:configure checking synch.h presence... no
:info:configure checking for synch.h... no
:info:configure checking sys/mman.h usability... yes
:info:configure checking sys/mman.h presence... yes
:info:configure checking for sys/mman.h... yes
:info:configure checking sys/socket.h usability... yes
:info:configure checking sys/socket.h presence... yes
:info:configure checking for sys/socket.h... yes
:info:configure checking netinet/in.h usability... yes
:info:configure checking netinet/in.h presence... yes
:info:configure checking for netinet/in.h... yes
:info:configure checking arpa/inet.h usability... yes
:info:configure checking arpa/inet.h presence... yes
:info:configure checking for arpa/inet.h... yes
:info:configure checking sys/timeb.h usability... yes
:info:configure checking sys/timeb.h presence... yes
:info:configure checking for sys/timeb.h... yes
:info:configure checking for sys/types.h... (cached) yes
:info:configure checking sys/un.h usability... yes
:info:configure checking sys/un.h presence... yes
:info:configure checking for sys/un.h... yes
:info:configure checking sys/vadvise.h usability... yes
:info:configure checking sys/vadvise.h presence... yes
:info:configure checking for sys/vadvise.h... yes
:info:configure checking for sys/wait.h... (cached) yes
:info:configure checking term.h usability... yes
:info:configure checking term.h presence... yes
:info:configure checking for term.h... yes
:info:configure checking for unistd.h... (cached) yes
:info:configure checking utime.h usability... yes
:info:configure checking utime.h presence... yes
:info:configure checking for utime.h... yes
:info:configure checking sys/utime.h usability... no
:info:configure checking sys/utime.h presence... no
:info:configure checking for sys/utime.h... no
:info:configure checking termio.h usability... no
:info:configure checking termio.h presence... no
:info:configure checking for termio.h... no
:info:configure checking termios.h usability... yes
:info:configure checking termios.h presence... yes
:info:configure checking for termios.h... yes
:info:configure checking sched.h usability... yes
:info:configure checking sched.h presence... yes
:info:configure checking for sched.h... yes
:info:configure checking crypt.h usability... no
:info:configure checking crypt.h presence... no
:info:configure checking for crypt.h... no
:info:configure checking alloca.h usability... yes
:info:configure checking alloca.h presence... yes
:info:configure checking for alloca.h... yes
:info:configure checking sys/ioctl.h usability... yes
:info:configure checking sys/ioctl.h presence... yes
:info:configure checking for sys/ioctl.h... yes
:info:configure checking malloc.h usability... no
:info:configure checking malloc.h presence... no
:info:configure checking for malloc.h... no
:info:configure checking sys/malloc.h usability... yes
:info:configure checking sys/malloc.h presence... yes
:info:configure checking for sys/malloc.h... yes
:info:configure checking sys/ipc.h usability... yes
:info:configure checking sys/ipc.h presence... yes
:info:configure checking for sys/ipc.h... yes
:info:configure checking sys/shm.h usability... yes
:info:configure checking sys/shm.h presence... yes
:info:configure checking for sys/shm.h... yes
:info:configure checking linux/config.h usability... no
:info:configure checking linux/config.h presence... no
:info:configure checking for linux/config.h... no
:info:configure checking sys/prctl.h usability... no
:info:configure checking sys/prctl.h presence... no
:info:configure checking for sys/prctl.h... no
:info:configure checking sys/resource.h usability... yes
:info:configure checking sys/resource.h presence... yes
:info:configure checking for sys/resource.h... yes
:info:configure checking sys/param.h usability... yes
:info:configure checking sys/param.h presence... yes
:info:configure checking for sys/param.h... yes
:info:configure checking port.h usability... no
:info:configure checking port.h presence... no
:info:configure checking for port.h... no
:info:configure checking for ieeefp.h... (cached) no
:info:configure checking execinfo.h usability... yes
:info:configure checking execinfo.h presence... yes
:info:configure checking for execinfo.h... yes
:info:configure checking xfs/xfs.h usability... no
:info:configure checking xfs/xfs.h presence... no
:info:configure checking for xfs/xfs.h... no
:info:configure checking for floor in -lm... yes
:info:configure checking for gethostbyname_r in -lnsl_r... no
:info:configure checking for gethostbyname_r in -lnsl... no
:info:configure checking for gethostbyname_r... no
:info:configure checking for library containing setsockopt... none required
:info:configure checking for library containing bind... none required
:info:configure checking for library containing crypt... none required
:info:configure checking for library containing inet_aton... none required
:info:configure checking for library containing sched_yield... none required
:info:configure checking for zlib compression library... ok
:info:configure checking for int8... no
:info:configure checking for uint8... no
:info:configure checking for int16... no
:info:configure checking for uint16... no
:info:configure checking for int32... no
:info:configure checking for uint32... no
:info:configure checking for int64... no
:info:configure checking for uint64... no
:info:configure checking for uchar... no
:info:configure checking for uint... yes
:info:configure checking for ulong... no
:info:configure checking for in_addr_t... yes
:info:configure checking for fp_except... no
:info:configure checking "Linux threads"... "no"
:info:configure checking "SCO threads"... "no"
:info:configure checking SCO OpenServer 6, UnixWare 7 or OpenUNIX 8 native threads... no
:info:configure checking "Siemens threads"... "no"
:info:configure checking "Solaris threads"... "no"
:info:configure checking "named thread libs:"... "no"
:info:configure checking "for pthread_create in -libc"... "yes"
:info:configure checking for strtok_r in -lpthread... yes
:info:configure checking for strtok_r... yes
:info:configure checking for dlopen in -ldl... yes
:info:configure checking for dlopen... yes
:info:configure checking for dlerror... yes
:info:configure checking for restartable system calls... yes
:info:configure checking if Debug Sync Facility should be enabled.... no
:info:configure checking whether the compiler provides atomic builtins... yes
:info:configure checking "need of special linking flags"... "none"
:info:configure checking for an ANSI C-conforming const... yes
:info:configure checking for inline... inline
:info:configure checking for off_t... yes
:info:configure checking for struct stat.st_rdev... yes
:info:configure checking whether time.h and sys/time.h may both be included... yes
:info:configure checking whether struct tm is in sys/time.h or time.h... time.h
:info:configure checking needs mysys_new helpers... no
:info:configure checking size of char... 1
:info:configure checking size of char*... 8
:info:configure checking size of short... 2
:info:configure checking size of int... 4
:info:configure checking size of long... 8
:info:configure checking size of long long... 8
:info:configure checking size of off_t... 8
:info:configure checking if time_t is unsigned... no
:info:configure checking size of time_t... 8
:info:configure checking the need for #pragma interface/implementation... no
:info:configure checking whether byte ordering is bigendian... universal
:info:configure checking base type of last arg to accept... socklen_t
:info:configure checking struct type to use with setrlimit... struct rlimit
:info:configure checking stack direction for C alloca... -1
:info:configure checking for working alloca.h... (cached) yes
:info:configure checking for alloca... yes
:info:configure checking if struct timespec has a ts_sec member... no
:info:configure checking if we have tzname variable... yes
:info:configure checking if /usr/bin/g++-4.2 supports bool types... yes
:info:configure checking if conversion of longlong to float works... yes
:info:configure checking for sigset_t... no
:info:configure checking for off_t... (cached) yes
:info:configure checking for size_t... (cached) yes
:info:configure checking for u_int32_t... yes
:info:configure checking if pthread_yield takes zero arguments... yeso
:info:configure checking if pthread_yield takes 1 argument... no
:info:configure checking for malloc.h... (cached) no
:info:configure checking sys/cdefs.h usability... yes
:info:configure checking sys/cdefs.h presence... yes
:info:configure checking for sys/cdefs.h... yes
:info:configure checking for working alloca.h... yes
:info:configure checking for alloca... (cached) yes
:info:configure checking whether /usr/bin/gcc-4.2 needs -traditional... no
:info:configure checking return type of signal handlers... void
:info:configure checking for re_comp... no
:info:configure checking for regcomp... yes
:info:configure checking for strdup... yes
:info:configure checking vis.h usability... yes
:info:configure checking vis.h presence... yes
:info:configure checking for vis.h... yes
:info:configure checking for strvis... yes
:info:configure checking for strlcat... yes
:info:configure checking for strlcpy... yes
:info:configure checking for issetugid... yes
:info:configure checking for fgetln... yes
:info:configure checking for getline... no
:info:configure checking for flockfile... yes
:info:configure checking varargs.h usability... no
:info:configure checking varargs.h presence... no
:info:configure checking for varargs.h... no
:info:configure checking stdarg.h usability... yes
:info:configure checking stdarg.h presence... yes
:info:configure checking for stdarg.h... yes
:info:configure checking dirent.h usability... yes
:info:configure checking dirent.h presence... yes
:info:configure checking for dirent.h... yes
:info:configure checking locale.h usability... yes
:info:configure checking locale.h presence... yes
:info:configure checking for locale.h... yes
:info:configure checking ndir.h usability... no
:info:configure checking ndir.h presence... no
:info:configure checking for ndir.h... no
:info:configure checking sys/dir.h usability... yes
:info:configure checking sys/dir.h presence... yes
:info:configure checking for sys/dir.h... yes
:info:configure checking sys/file.h usability... yes
:info:configure checking sys/file.h presence... yes
:info:configure checking for sys/file.h... yes
:info:configure checking sys/ndir.h usability... no
:info:configure checking sys/ndir.h presence... no
:info:configure checking for sys/ndir.h... no
:info:configure checking sys/ptem.h usability... no
:info:configure checking sys/ptem.h presence... no
:info:configure checking for sys/ptem.h... no
:info:configure checking sys/pte.h usability... no
:info:configure checking sys/pte.h presence... no
:info:configure checking for sys/pte.h... no
:info:configure checking sys/select.h usability... yes
:info:configure checking sys/select.h presence... yes
:info:configure checking for sys/select.h... yes
:info:configure checking sys/stream.h usability... no
:info:configure checking sys/stream.h presence... no
:info:configure checking for sys/stream.h... no
:info:configure checking for sys/mman.h... (cached) yes
:info:configure checking curses.h usability... yes
:info:configure checking curses.h presence... yes
:info:configure checking for curses.h... yes
:info:configure checking termcap.h usability... yes
:info:configure checking termcap.h presence... yes
:info:configure checking for termcap.h... yes
:info:configure checking for termio.h... (cached) no
:info:configure checking termbits.h usability... no
:info:configure checking termbits.h presence... no
:info:configure checking for termbits.h... no
:info:configure checking asm/termbits.h usability... no
:info:configure checking asm/termbits.h presence... no
:info:configure checking for asm/termbits.h... no
:info:configure checking grp.h usability... yes
:info:configure checking grp.h presence... yes
:info:configure checking for grp.h... yes
:info:configure checking paths.h usability... yes
:info:configure checking paths.h presence... yes
:info:configure checking for paths.h... yes
:info:configure checking semaphore.h usability... yes
:info:configure checking semaphore.h presence... yes
:info:configure checking for semaphore.h... yes
:info:configure checking for lstat... yes
:info:configure checking for putenv... yes
:info:configure checking for select... yes
:info:configure checking for setenv... yes
:info:configure checking for setlocale... yes
:info:configure checking for strcoll... yes
:info:configure checking for tcgetattr... yes
:info:configure checking whether stat file-mode macros are broken... no
:info:configure checking for type of signal functions... posix
:info:configure checking whether programs are able to redeclare getpw functions... yes
:info:configure checking for TIOCGWINSZ in sys/ioctl.h... yes
:info:configure checking for FIONREAD in sys/ioctl.h... yes
:info:configure checking for TIOCSTAT in sys/ioctl.h... yes
:info:configure checking if struct dirent has a d_ino member... yes
:info:configure checking if struct dirent has a d_namlen member... yes
:info:configure checking whether signal handlers are of type void... yes
:info:configure checking wctype.h usability... yes
:info:configure checking wctype.h presence... yes
:info:configure checking for wctype.h... yes
:info:configure checking wchar.h usability... yes
:info:configure checking wchar.h presence... yes
:info:configure checking for wchar.h... yes
:info:configure checking langinfo.h usability... yes
:info:configure checking langinfo.h presence... yes
:info:configure checking for langinfo.h... yes
:info:configure checking for mbrlen... yes
:info:configure checking for mbscmp... no
:info:configure checking for mbsrtowcs... yes
:info:configure checking for wcrtomb... yes
:info:configure checking for mbrtowc... yes
:info:configure checking for wcscoll... yes
:info:configure checking for wcsdup... no
:info:configure checking for wcwidth... yes
:info:configure checking for wctype... yes
:info:configure checking for mbstate_t... yes
:info:configure checking for iswlower... yes
:info:configure checking for iswupper... yes
:info:configure checking for towlower... yes
:info:configure checking for towupper... yes
:info:configure checking for iswctype... yes
:info:configure checking for nl_langinfo and CODESET... yes
:info:configure checking for wchar_t in wchar.h... yes
:info:configure checking for wctype_t in wctype.h... yes
:info:configure checking for wint_t in wctype.h... yes
:info:configure checking for tgetent in -lncursesw... no
:info:configure checking for tgetent in -lncurses... no
:info:configure checking for tgetent in -lcurses... no
:info:configure checking for tgetent in -ltermcap... no
:info:configure checking for tgetent in -ltinfo... no
:info:configure checking for termcap functions library... configure: error: No curses/termcap library found
:info:configure shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_mysql5/work/mysql-5.1.57" && ./configure --prefix=/opt/local --mandir=/opt/local/share/man --infodir=/opt/local/share/info --localstatedir=/opt/local/var/db/mysql5 --libdir=/opt/local/lib/mysql5 --bindir=/opt/local/lib/mysql5/bin --includedir=/opt/local/include/mysql5 --datadir=/opt/local/share/mysql5 --sysconfdir=/opt/local/etc/mysql5 --with-zlib-dir=/opt/local --with-ssl=/opt/local --with-extra-charsets=complex --with-unix-socket-path=/opt/local/var/run/mysql5/mysqld.sock --with-mysqld-user=_mysql --without-docs --with-plugins=all --enable-thread-safe-client --without-readline --with-embedded-server --with-pic " returned error 1
:error:configure Target org.macports.configure returned: configure failure: shell command failed (see log for details)
:debug:configure Backtrace: configure failure: shell command failed (see log for details)
    while executing
"$procedure $targetname"
:info:configure Warning: the following items did not execute (for mysql5): org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install
:error:configure Failed to install mysql5
:notice:configure Log for mysql5 is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_mysql5/main.log