ports/54547: testproc/wc : Make fails on 5.1-RELEASE

KIMURA Yasuhiro yasu at utahime.org
Wed Jul 16 14:50:20 UTC 2003


>Number:         54547
>Category:       ports
>Synopsis:       testproc/wc : Make fails on 5.1-RELEASE
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 16 07:50:17 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KIMURA Yasuhiro
>Release:        FreeBSD 5.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD sugar.home.utahime.org 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Wed Jun 11 03:10:14 JST 2003 yasu at sugar.home.utahime.org:/usr/obj/am/eastasia/usr1/cvsup/releng_5_1/src/sys/SUGAR i386


	
>Description:

On 5.1-RELEASE, configure script of wv fails to detect libiconv.

sugar# pkg_info -I 'libiconv*'
libiconv-1.9.1_1    A character set conversion library
sugar# cd /usr/ports/textproc/wv
sugar# make
===>  Extracting for wv-0.7.6
>How-To-Repeat:

Just cd to /usr/porrs/textproc/wv and type make

>Fix:

--- config.log begins here ---
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by wv configure 0.7.6, which was
generated by GNU Autoconf 2.53.  Invocation command line was

  $ ./configure --with-exporter --without-glib --prefix=/usr/local --build=i386-portbld-freebsd5.1

## --------- ##
## Platform. ##
## --------- ##

hostname = sugar.home.utahime.org
uname -m = i386
uname -r = 5.1-RELEASE
uname -s = FreeBSD
uname -v = FreeBSD 5.1-RELEASE #0: Wed Jun 11 03:10:14 JST 2003     yasu at sugar.home.utahime.org:/usr/obj/am/eastasia/usr1/cvsup/releng_5_1/src/sys/SUGAR 

/usr/bin/uname -p = i386
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/libexec/libtool13
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/games
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/X11R6/bin
PATH: /root/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1474: checking for a BSD-compatible install
configure:1528: result: /usr/bin/install -c -o root -g wheel
configure:1539: checking whether build environment is sane
configure:1582: result: yes
configure:1615: checking for gawk
configure:1644: result: no
configure:1615: checking for mawk
configure:1644: result: no
configure:1615: checking for nawk
configure:1631: found /usr/bin/nawk
configure:1641: result: nawk
configure:1651: checking whether gmake sets ${MAKE}
configure:1671: result: yes
configure:1875: checking for gcc
configure:1901: result: cc
configure:2145: checking for C compiler version
configure:2148: cc --version </dev/null >&5
cc (GCC) 3.2.2 [FreeBSD] 20030205 (release)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2151: $? = 0
configure:2153: cc -v </dev/null >&5
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.2.2 [FreeBSD] 20030205 (release)
configure:2156: $? = 0
configure:2158: cc -V </dev/null >&5
cc: argument to `-V' is missing
configure:2161: $? = 1
configure:2187: checking for C compiler default output
configure:2190: cc -O -pipe -mcpu=pentiumpro   conftest.c  >&5
configure:2193: $? = 0
configure:2226: result: a.out
configure:2231: checking whether the C compiler works
configure:2237: ./a.out
configure:2240: $? = 0
configure:2255: result: yes
configure:2262: checking whether we are cross compiling
configure:2264: result: no
configure:2267: checking for suffix of executables
configure:2269: cc -o conftest -O -pipe -mcpu=pentiumpro   conftest.c  >&5
configure:2272: $? = 0
configure:2294: result: 
configure:2300: checking for suffix of object files
configure:2324: cc -c -O -pipe -mcpu=pentiumpro  conftest.c >&5
configure:2327: $? = 0
configure:2346: result: o
configure:2350: checking whether we are using the GNU C compiler
configure:2377: cc -c -O -pipe -mcpu=pentiumpro  conftest.c >&5
configure:2380: $? = 0
configure:2383: test -s conftest.o
configure:2386: $? = 0
configure:2398: result: yes
configure:2404: checking whether cc accepts -g
configure:2428: cc -c -g  conftest.c >&5
configure:2431: $? = 0
configure:2434: test -s conftest.o
configure:2437: $? = 0
configure:2447: result: yes
configure:2474: cc -c -O -pipe -mcpu=pentiumpro  conftest.c >&5
conftest.c:2: syntax error before "me"
configure:2477: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:2606: checking for style of include used by gmake
configure:2634: result: GNU
configure:2662: checking dependency style of cc
configure:2724: result: gcc3
configure:2741: checking how to run the C preprocessor
configure:2767: cc -E  conftest.c
configure:2773: $? = 0
configure:2800: cc -E  conftest.c
configure:2797:28: ac_nonexistent.h: No such file or directory
configure:2806: $? = 1
configure: failed program was:
#line 2796 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2843: result: cc -E
configure:2858: cc -E  conftest.c
configure:2864: $? = 0
configure:2891: cc -E  conftest.c
configure:2888:28: ac_nonexistent.h: No such file or directory
configure:2897: $? = 1
configure: failed program was:
#line 2887 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2940: checking for gawk
configure:2966: result: nawk
configure:2988: checking for a BSD-compatible install
configure:3042: result: /usr/bin/install -c -o root -g wheel
configure:3053: checking whether ln -s works
configure:3057: result: yes
configure:3064: checking whether gmake sets ${MAKE}
configure:3084: result: yes
configure:3166: checking build system type
configure:3184: result: i386-portbld-freebsd5.1
configure:3192: checking host system type
configure:3206: result: i386-portbld-freebsd5.1
configure:3236: checking for ld used by GCC
configure:3299: result: /usr/bin/ld
configure:3308: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.13.2 [FreeBSD] 2002-11-27
configure:3320: result: yes
configure:3325: checking for /usr/bin/ld option to reload object files
configure:3332: result: -r
configure:3337: checking for BSD-compatible nm
configure:3373: result: /usr/bin/nm -B
configure:3376: checking how to recognise dependant libraries
configure:3554: result: pass_all
configure:3567: checking command to parse /usr/bin/nm -B output
configure:3648: cc -c -O -pipe -mcpu=pentiumpro  conftest.c >&5
configure:3651: $? = 0
configure:3655: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ 	]\([ABCDGISTW][ABCDGISTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:3658: $? = 0
configure:3710: cc -o conftest -O -pipe -mcpu=pentiumpro   conftest.c conftstm.o >&5
configure:3713: $? = 0
configure:3757: result: ok
configure:3762: checking for ANSI C header files
configure:3776: cc -E  conftest.c
configure:3782: $? = 0
configure:3869: cc -o conftest -O -pipe -mcpu=pentiumpro   conftest.c  >&5
configure:3872: $? = 0
configure:3874: ./conftest
configure:3877: $? = 0
configure:3891: result: yes
configure:3915: checking for sys/types.h
configure:3928: cc -c -O -pipe -mcpu=pentiumpro  conftest.c >&5
configure:3931: $? = 0
configure:3934: test -s conftest.o
configure:3937: $? = 0
configure:3947: result: yes
configure:3915: checking for sys/stat.h
configure:3928: cc -c -O -pipe -mcpu=pentiumpro  conftest.c >&5
configure:3931: $? = 0
configure:3934: test -s conftest.o
configure:3937: $? = 0
configure:3947: result: yes
configure:3915: checking for stdlib.h
configure:3928: cc -c -O -pipe -mcpu=pentiumpro  conftest.c >&5
configure:3931: $? = 0
configure:3934: test -s conftest.o
configure:3937: $? = 0
configure:3947: result: yes
configure:3915: checking for string.h
configure:3928: cc -c -O -pipe -mcpu=pentiumpro  conftest.c >&5
configure:3931: $? = 0
configure:3934: test -s conftest.o
configure:3937: $? = 0
configure:3947: result: yes
configure:3915: checking for memory.h
configure:3928: cc -c -O -pipe -mcpu=pentiumpro  conftest.c >&5
configure:3931: $? = 0
configure:3934: test -s conftest.o
configure:3937: $? = 0
configure:3947: result: yes
configure:3915: checking for strings.h
configure:3928: cc -c -O -pipe -mcpu=pentiumpro  conftest.c >&5
configure:3931: $? = 0
configure:3934: test -s conftest.o
configure:3937: $? = 0
configure:3947: result: yes
configure:3915: checking for inttypes.h
configure:3928: cc -c -O -pipe -mcpu=pentiumpro  conftest.c >&5
configure:3931: $? = 0
configure:3934: test -s conftest.o
configure:3937: $? = 0
configure:3947: result: yes
configure:3915: checking for stdint.h
configure:3928: cc -c -O -pipe -mcpu=pentiumpro  conftest.c >&5
configure:3931: $? = 0
configure:3934: test -s conftest.o
configure:3937: $? = 0
configure:3947: result: yes
configure:3915: checking for unistd.h
configure:3928: cc -c -O -pipe -mcpu=pentiumpro  conftest.c >&5
configure:3931: $? = 0
configure:3934: test -s conftest.o
configure:3937: $? = 0
configure:3947: result: yes
configure:3973: checking dlfcn.h usability
configure:3982: cc -c -O -pipe -mcpu=pentiumpro  conftest.c >&5
configure:3985: $? = 0
configure:3988: test -s conftest.o
configure:3991: $? = 0
configure:4000: result: yes
configure:4004: checking dlfcn.h presence
configure:4011: cc -E  conftest.c
configure:4017: $? = 0
configure:4035: result: yes
configure:4053: checking for dlfcn.h
configure:4060: result: yes
configure:4257: checking for ranlib
configure:4273: found /usr/bin/ranlib
configure:4284: result: ranlib
configure:4337: checking for strip
configure:4353: found /usr/bin/strip
configure:4364: result: strip
configure:4575: checking for objdir
configure:4586: result: .libs
configure:4603: checking for cc option to produce PIC
configure:4753: result: -fPIC
configure:4757: checking if cc PIC flag -fPIC works
configure:4783: cc -c -O -pipe -mcpu=pentiumpro -fPIC -DPIC  conftest.c >&5
configure:4786: $? = 0
configure:4789: test -s conftest.o
configure:4792: $? = 0
configure:4829: result: yes
configure:4845: checking if cc static flag -static works
configure:4872: cc -o conftest -O -pipe -mcpu=pentiumpro   -static conftest.c  >&5
configure:4875: $? = 0
configure:4878: test -s conftest
configure:4881: $? = 0
configure:4896: result: yes
configure:4908: checking if cc supports -c -o file.o
configure:4928: cc -c -O -pipe -mcpu=pentiumpro -o out/conftest2.o  conftest.c >&5
configure:4952: result: yes
configure:4957: checking if cc supports -c -o file.lo
configure:4987: cc -c -O -pipe -mcpu=pentiumpro -c -o conftest.lo  conftest.c >&5
configure:4990: $? = 0
configure:4993: test -s conftest.lo
configure:4996: $? = 0
configure:5017: result: yes
configure:5048: checking if cc supports -fno-rtti -fno-exceptions
configure:5073: cc -c -O -pipe -mcpu=pentiumpro -fno-rtti -fno-exceptions -c conftest.c  conftest.c >&5
configure:5076: $? = 0
configure:5079: test -s conftest.o
configure:5082: $? = 0
configure:5098: result: yes
configure:5109: checking whether the linker (/usr/bin/ld) supports shared libraries
configure:5789: result: yes
configure:5794: checking how to hardcode library paths into programs
configure:5818: result: immediate
configure:5823: checking whether stripping libraries is possible
configure:5828: result: yes
configure:5839: checking dynamic linker characteristics
configure:6232: result: freebsd5.1 ld.so
configure:6237: checking if libtool supports shared libraries
configure:6239: result: yes
configure:6242: checking whether to build shared libraries
configure:6263: result: yes
configure:6266: checking whether to build static libraries
configure:6270: result: no
configure:6932: checking whether -lc should be explicitly linked in
configure:6940: cc -c -O -pipe -mcpu=pentiumpro  conftest.c >&5
configure:6943: $? = 0
configure:6957: cc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:6960: $? = 1
configure:6973: result: yes
configure:7546: checking for ANSI C header files
configure:7675: result: yes
configure:7705: checking fcntl.h usability
configure:7714: cc -c -O -pipe -mcpu=pentiumpro  conftest.c >&5
configure:7717: $? = 0
configure:7720: test -s conftest.o
configure:7723: $? = 0
configure:7732: result: yes
configure:7736: checking fcntl.h presence
configure:7743: cc -E  conftest.c
configure:7749: $? = 0
configure:7767: result: yes
configure:7785: checking for fcntl.h
configure:7792: result: yes
configure:7705: checking io.h usability
configure:7714: cc -c -O -pipe -mcpu=pentiumpro  conftest.c >&5
configure:7743:16: io.h: No such file or directory
configure:7717: $? = 1
configure: failed program was:
#line 7708 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
#  include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
#  include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
#  include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <io.h>
configure:7732: result: no
configure:7736: checking io.h presence
configure:7743: cc -E  conftest.c
configure:7740:16: io.h: No such file or directory
configure:7749: $? = 1
configure: failed program was:
#line 7739 "configure"
#include "confdefs.h"
#include <io.h>
configure:7767: result: no
configure:7785: checking for io.h
configure:7792: result: no
configure:7705: checking malloc.h usability
configure:7714: cc -c -O -pipe -mcpu=pentiumpro  conftest.c >&5
In file included from configure:7743:
/usr/include/malloc.h:3:2: #error "<malloc.h> has been replaced by <stdlib.h>"
configure:7717: $? = 1
configure: failed program was:
#line 7708 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
#  include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
#  include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
#  include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <malloc.h>
configure:7732: result: no
configure:7736: checking malloc.h presence
configure:7743: cc -E  conftest.c
In file included from configure:7740:
/usr/include/malloc.h:3:2: #error "<malloc.h> has been replaced by <stdlib.h>"
configure:7749: $? = 1
configure: failed program was:
#line 7739 "configure"
#include "confdefs.h"
#include <malloc.h>
configure:7767: result: no
configure:7785: checking for malloc.h
configure:7792: result: no
configure:7705: checking sys/file.h usability
configure:7714: cc -c -O -pipe -mcpu=pentiumpro  conftest.c >&5
configure:7717: $? = 0
configure:7720: test -s conftest.o
configure:7723: $? = 0
configure:7732: result: yes
configure:7736: checking sys/file.h presence
configure:7743: cc -E  conftest.c
configure:7749: $? = 0
configure:7767: result: yes
configure:7785: checking for sys/file.h
configure:7792: result: yes
configure:7705: checking sys/ioctl.h usability
configure:7714: cc -c -O -pipe -mcpu=pentiumpro  conftest.c >&5
configure:7717: $? = 0
configure:7720: test -s conftest.o
configure:7723: $? = 0
configure:7732: result: yes
configure:7736: checking sys/ioctl.h presence
configure:7743: cc -E  conftest.c
configure:7749: $? = 0
configure:7767: result: yes
configure:7785: checking for sys/ioctl.h
configure:7792: result: yes
configure:7696: checking for unistd.h
configure:7701: result: yes
configure:7807: checking for cc option to accept ANSI C
configure:7870: cc  -c -O -pipe -mcpu=pentiumpro  conftest.c >&5
configure:7873: $? = 0
configure:7876: test -s conftest.o
configure:7879: $? = 0
configure:7896: result: none needed
configure:7904: checking for an ANSI C-conforming const
configure:7974: cc -c -O -pipe -mcpu=pentiumpro  conftest.c >&5
configure:7977: $? = 0
configure:7980: test -s conftest.o
configure:7983: $? = 0
configure:7993: result: yes
configure:8069: checking zlib.h usability
configure:8078: cc -c -O -pipe -mcpu=pentiumpro  conftest.c >&5
configure:8081: $? = 0
configure:8084: test -s conftest.o
configure:8087: $? = 0
configure:8096: result: yes
configure:8100: checking zlib.h presence
configure:8107: cc -E  conftest.c
configure:8113: $? = 0
configure:8131: result: yes
configure:8149: checking for zlib.h
configure:8156: result: yes
configure:8162: checking for gzread in -lz
configure:8195: cc -o conftest -O -pipe -mcpu=pentiumpro   conftest.c -lz   >&5
configure:8198: $? = 0
configure:8201: test -s conftest
configure:8204: $? = 0
configure:8215: result: yes
configure:8366: checking png.h usability
configure:8375: cc -c -O -pipe -mcpu=pentiumpro   conftest.c >&5
configure:8404:17: png.h: No such file or directory
configure:8378: $? = 1
configure: failed program was:
#line 8369 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
#  include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
#  include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
#  include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <png.h>
configure:8393: result: no
configure:8397: checking png.h presence
configure:8404: cc -E   conftest.c
configure:8401:17: png.h: No such file or directory
configure:8410: $? = 1
configure: failed program was:
#line 8400 "configure"
#include "confdefs.h"
#include <png.h>
configure:8428: result: no
configure:8446: checking for png.h
configure:8453: result: no
configure:8655: WARNING: * * * Missing "png.h" header file * * *
configure:9578: checking for gnome-config
configure:9611: result: no
configure:10132: checking for iconv
configure:10175: cc -o conftest -O -pipe -mcpu=pentiumpro   conftest.c  >&5
/var/tmp//ccIs4Pei.o: In function `main':
/var/tmp//ccIs4Pei.o(.text+0xf): undefined reference to `iconv'
configure:10178: $? = 1
configure: failed program was:
#line 10138 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char iconv (); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char iconv ();
char (*f) ();

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_iconv) || defined (__stub___iconv)
choke me
#else
f = iconv;
#endif

  ;
  return 0;
}
configure:10194: result: no
configure:10454: checking iconv.h usability
configure:10463: cc -c -O -pipe -mcpu=pentiumpro  conftest.c >&5
configure:10492:19: iconv.h: No such file or directory
configure:10466: $? = 1
configure: failed program was:
#line 10457 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
#  include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
#  include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
#  include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <iconv.h>
configure:10481: result: no
configure:10485: checking iconv.h presence
configure:10492: cc -E  conftest.c
configure:10489:19: iconv.h: No such file or directory
configure:10498: $? = 1
configure: failed program was:
#line 10488 "configure"
#include "confdefs.h"
#include <iconv.h>
configure:10516: result: no
configure:10534: checking for iconv.h
configure:10541: result: no
configure:10684: error: * * * iconv is required: ftp://ftp.gnu.org/pub/gnu/libiconv * * *

## ---------------- ##
## Cache variables. ##
## ---------------- ##

am_cv_CC_dependencies_compiler_type=gcc3
ac_cv_env_CXXFLAGS_value='-O -pipe -mcpu=pentiumpro'
ac_cv_header_stdlib_h=yes
lt_cv_file_magic_cmd='$MAGIC_CMD'
ac_cv_prog_cc_g=yes
ac_cv_env_LDFLAGS_set=
ac_cv_header_io_h=no
lt_cv_prog_cc_can_build_shared=yes
ac_cv_c_compiler_gnu=yes
ac_cv_exeext=
ac_cv_env_CFLAGS_set=set
ac_cv_prog_make_gmake_set=yes
ac_cv_env_CPP_value=
ac_cv_env_CPPFLAGS_set=
lt_cv_prog_cc_static_works=yes
lt_cv_prog_cc_no_builtin=
lt_cv_prog_cc_shlib=
ac_cv_env_CXX_set=set
ac_cv_header_fcntl_h=yes
lt_cv_prog_cc_static=-static
ac_cv_env_host_alias_set=
ac_cv_c_const=yes
lt_cv_ld_reload_flag=-r
lt_cv_sys_path_separator=:
lt_cv_archive_cmds_need_lc=yes
ac_cv_header_sys_stat_h=yes
lt_cv_prog_gnu_ld=yes
ac_cv_env_build_alias_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_target_alias_set=
ac_cv_prog_cc_stdc=
ac_cv_host_alias=i386-portbld-freebsd5.1
ac_cv_env_CFLAGS_value='-O -pipe -mcpu=pentiumpro'
ac_cv_env_CC_set=set
ac_cv_header_iconv_h=no
lt_cv_prog_cc_wl=-Wl,
ac_cv_header_sys_types_h=yes
ac_cv_header_stdc=yes
ac_cv_lib_z_gzread=yes
ac_cv_header_strings_h=yes
ac_cv_func_iconv=no
ac_cv_header_stdint_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_string_h=yes
lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\'''
lt_cv_path_LD=/usr/bin/ld
ac_cv_build_alias=i386-portbld-freebsd5.1
ac_cv_env_CPPFLAGS_value=
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_header_memory_h=yes
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXX_value=c++
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_host=i386-portbld-freebsd5.1
ac_cv_env_host_alias_value=
ac_cv_header_zlib_h=yes
ac_cv_header_sys_file_h=yes
lt_cv_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_compiler_c_o=yes
lt_cv_prog_cc_pic_works=yes
lt_cv_file_magic_test_file=
ac_cv_build=i386-portbld-freebsd5.1
ac_cv_prog_CPP='cc -E'
ac_cv_prog_AWK=nawk
ac_cv_env_build_alias_value=i386-portbld-freebsd5.1
ac_cv_header_malloc_h=no
lt_cv_prog_cc_pic=' -fPIC'
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([ABCDGISTW][ABCDGISTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
lt_cv_deplibs_check_method=pass_all
ac_cv_prog_ac_ct_CC=cc
lt_cv_compiler_o_lo=yes
ac_cv_env_target_alias_value=
ac_cv_header_sys_ioctl_h=yes
ac_cv_env_CC_value=cc
lt_cv_path_NM='/usr/bin/nm -B'
ac_cv_env_CPP_set=
ac_cv_header_dlfcn_h=yes
ac_cv_header_png_h=no
ac_cv_objext=o

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME "wv"
#define PACKAGE_TARNAME "wv"
#define PACKAGE_VERSION "0.7.6"
#define PACKAGE_STRING "wv 0.7.6"
#define PACKAGE_BUGREPORT "wvware-devel at sourceforge.net"
#define PACKAGE "wv"
#define VERSION "0.7.6"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define STDC_HEADERS 1
#define HAVE_FCNTL_H 1
#define HAVE_SYS_FILE_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_UNISTD_H 1
#define HAVE_ZLIB 1

configure: exit 1
--- config.log ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:
 >> Checksum OK for wv-0.7.6.tar.gz.
 ===>  Patching for wv-0.7.6
 ===>  Applying FreeBSD patches for wv-0.7.6
 ===>   wv-0.7.6 depends on executable: gmake - found
 ===>   wv-0.7.6 depends on file: /usr/local/libexec/libtool13/libtool - found
 ===>   wv-0.7.6 depends on shared library: wmf.2 - found
 ===>  Configuring for wv-0.7.6
 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
 (snip)
 checking for iconv... no
 checking iconv.h usability... no
 checking iconv.h presence... no
 checking for iconv.h... no
 configure: error: * * * iconv is required: ftp://ftp.gnu.org/pub/gnu/libiconv * * *
 ===>  Script "configure" failed unexpectedly.
       Please report the problem to mzaki at e-mail.ne.jp [maintainer] and attach
       the
       "/usr0/ports/am/eastasia/usr1/cvsup/ports/textproc/wv/work/wv-0.7.6/config.log"
       including the output of the failure of your make command. Also, it might
       be a good idea to provide an overview of all packages installed on your
       system (e.g. an `ls /var/db/pkg`).
 *** Error code 1
 
 Stop in /am/eastasia/usr1/cvsup/ports/textproc/wv.
 sugar# 
 



More information about the freebsd-ports-bugs mailing list