Subject: pkg/25484: chasen-base can't find libiconv
To: None <gnats-bugs@gnats.netbsd.org>
From: None <diro@nixsys.bz>
List: pkgsrc-bugs
Date: 05/07/2004 01:09:03
>Number:         25484
>Category:       pkg
>Synopsis:       chasen-base can't find libiconv
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri May 07 05:11:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        NetBSD 1.6.2
>Organization:
>Environment:
System: NetBSD nixsys 1.6.2 NetBSD 1.6.2 (NIXSYS) #10: Thu Mar 4 22:20:38 EST 2004 root@nixsys:/usr/src/sys/arch/alpha/compile/NIXSYS alpha
Architecture: alpha
Machine: alpha
>Description:
checking for iconv in -liconv... no
checking iconv.h usability... no
checking iconv.h presence... no
checking for iconv.h... no
configure: error: ChaSen needs iconv
*** Error code 1

Stop.
make: stopped in /usr/src/sys/pkgsrc/textproc/chasen-base
*** Error code 1

Stop.
make: stopped in /sys/pkgsrc/textproc/chasen-base

Okay, so this was a really weird package build attempt. First, it couldn't find darts, because it wasn't installed, but it was looking for it in ../../textproc/darts. I found darts to be in pkgsrc/devel/darts and installed it. Then, I got the above error. Below is pkgsrc/textproc/chasen-base/work/chasen-2.3.3/config.log:

#BOF

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

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

  $ ./configure --sysconfdir=/usr/pkg/etc/chasen --with-dicdir=/usr/pkg/share/chasen/dic --host=alpha--netbsd --prefix=/usr/pkg

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

hostname = nixsys
uname -m = alpha
uname -r = 1.6.2
uname -s = NetBSD
uname -v = NetBSD 1.6.2 (NIXSYS) #10: Thu Mar  4 22:20:38 EST 2004     root@nixsys:/usr/src/sys/arch/alpha/compile/NIXSYS

/usr/bin/uname -p = alpha
/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/src/sys/pkgsrc/textproc/chasen-base/work/.buildlink/bin
PATH: /usr/src/sys/pkgsrc/textproc/chasen-base/work/.tools/bin
PATH: /usr/src/sys/pkgsrc/textproc/chasen-base/work/.gcc/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/pkg/bin
PATH: /usr/games
PATH: /usr/local/bin
PATH: /usr/pkg/bin
PATH: /usr/X11R6/bin


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

configure:1416: checking for a BSD-compatible install
configure:1470: result: /usr/bin/install -c -o root -g wheel
configure:1481: checking whether build environment is sane
configure:1524: result: yes
configure:1557: checking for gawk
configure:1583: result: /usr/bin/awk
configure:1593: checking whether make sets ${MAKE}
configure:1613: result: yes
configure:1673: checking for alpha--netbsd-strip
configure:1702: result: no
configure:1711: checking for strip
configure:1727: found /usr/bin/strip
configure:1738: result: strip
configure:1764: checking whether to enable maintainer-specific portions of Makefiles
configure:1773: result: no
configure:1797: checking for alpha--netbsd-gcc
configure:1823: result: gcc
configure:2105: checking for C compiler version
configure:2108: gcc --version </dev/null >&5
2.95.3
configure:2111: $? = 0
configure:2113: gcc -v </dev/null >&5
Using builtin specs.
gcc version 2.95.3 20010315 (release) (NetBSD nb3)
configure:2116: $? = 0
configure:2118: gcc -V </dev/null >&5
gcc: invalid version number format
configure:2121: $? = 1
configure:2147: checking for C compiler default output
configure:2150: gcc -O2 -mieee -I/usr/pkg/include -I/usr/pkg/include -L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c  >&5
configure:2153: $? = 0
configure:2186: result: a.out
configure:2191: checking whether the C compiler works
configure:2197: ./a.out
configure:2200: $? = 0
configure:2215: result: yes
configure:2222: checking whether we are cross compiling
configure:2224: result: no
configure:2227: checking for suffix of executables
configure:2229: gcc -o conftest -O2 -mieee -I/usr/pkg/include -I/usr/pkg/include -L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c  >&5
configure:2232: $? = 0
configure:2254: result: 
configure:2260: checking for suffix of object files
configure:2284: gcc -c -O2 -mieee -I/usr/pkg/include -I/usr/pkg/include conftest.c >&5
configure:2287: $? = 0
configure:2306: result: o
configure:2310: checking whether we are using the GNU C compiler
configure:2337: gcc -c -O2 -mieee -I/usr/pkg/include -I/usr/pkg/include conftest.c >&5
configure:2340: $? = 0
configure:2343: test -s conftest.o
configure:2346: $? = 0
configure:2358: result: yes
configure:2364: checking whether gcc accepts -g
configure:2388: gcc -c -g -I/usr/pkg/include conftest.c >&5
configure:2391: $? = 0
configure:2394: test -s conftest.o
configure:2397: $? = 0
configure:2407: result: yes
configure:2434: gcc -c -O2 -mieee -I/usr/pkg/include -I/usr/pkg/include conftest.c >&5
conftest.c:2: parse error before `me'
configure:2437: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:2566: checking for style of include used by make
configure:2594: result: GNU
configure:2622: checking dependency style of gcc
configure:2684: result: gcc
configure:2699: checking for alpha--netbsd-g++
configure:2725: result: g++
configure:2783: checking for C++ compiler version
configure:2786: g++ --version </dev/null >&5
2.95.3
configure:2789: $? = 0
configure:2791: g++ -v </dev/null >&5
Using builtin specs.
gcc version 2.95.3 20010315 (release) (NetBSD nb3)
g++: No input files
configure:2794: $? = 1
configure:2796: g++ -V </dev/null >&5
g++: invalid version number format
configure:2799: $? = 1
configure:2802: checking whether we are using the GNU C++ compiler
configure:2829: g++ -c -O2 -mieee -I/usr/pkg/include -I/usr/pkg/include conftest.cc >&5
configure:2832: $? = 0
configure:2835: test -s conftest.o
configure:2838: $? = 0
configure:2850: result: yes
configure:2856: checking whether g++ accepts -g
configure:2880: g++ -c -g -I/usr/pkg/include conftest.cc >&5
configure:2883: $? = 0
configure:2886: test -s conftest.o
configure:2889: $? = 0
configure:2899: result: yes
configure:2945: g++ -c -O2 -mieee -I/usr/pkg/include -I/usr/pkg/include conftest.cc >&5
configure:2948: $? = 0
configure:2951: test -s conftest.o
configure:2954: $? = 0
configure:2982: g++ -c -O2 -mieee -I/usr/pkg/include -I/usr/pkg/include conftest.cc >&5
configure:2985: $? = 0
configure:2988: test -s conftest.o
configure:2991: $? = 0
configure:3015: checking dependency style of g++
configure:3077: result: gcc
configure:3154: checking build system type
configure:3172: result: alpha-unknown-netbsd1.6.2
configure:3180: checking host system type
configure:3194: result: alpha--netbsd
configure:3224: checking for ld used by GCC
configure:3287: result: /usr/src/sys/pkgsrc/textproc/chasen-base/work/.buildlink/bin/ld
configure:3296: checking if the linker (/usr/src/sys/pkgsrc/textproc/chasen-base/work/.buildlink/bin/ld) is GNU ld
GNU ld version 2.11.2 (with BFD 2.11.2)
configure:3308: result: yes
configure:3313: checking for /usr/src/sys/pkgsrc/textproc/chasen-base/work/.buildlink/bin/ld option to reload object files
configure:3320: result: -r
configure:3325: checking for BSD-compatible nm
configure:3361: result: nm
configure:3364: checking whether ln -s works
configure:3368: result: yes
configure:3375: checking how to recognise dependant libraries
configure:3553: result: match_pattern /lib[^/\.]+\.so$
configure:3566: checking command to parse nm output
configure:3647: gcc -c -O2 -mieee -I/usr/pkg/include -I/usr/pkg/include conftest.c >&5
configure:3650: $? = 0
configure:3654: nm conftest.o \| sed -n -e 's/^.*[ 	]\([ABCDGISTW][ABCDGISTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:3657: $? = 0
configure:3709: gcc -o conftest -O2 -mieee -I/usr/pkg/include -I/usr/pkg/include -L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c conftstm.o >&5
configure:3712: $? = 0
configure:3756: result: ok
configure:3765: checking how to run the C preprocessor
configure:3791: gcc -E -I/usr/pkg/include conftest.c
configure:3797: $? = 0
configure:3824: gcc -E -I/usr/pkg/include conftest.c
configure:3821: ac_nonexistent.h: No such file or directory
configure:3830: $? = 1
configure: failed program was:
#line 3820 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:3867: result: gcc -E
configure:3882: gcc -E -I/usr/pkg/include conftest.c
configure:3888: $? = 0
configure:3915: gcc -E -I/usr/pkg/include conftest.c
configure:3912: ac_nonexistent.h: No such file or directory
configure:3921: $? = 1
configure: failed program was:
#line 3911 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:3961: checking for ANSI C header files
configure:3975: gcc -E -I/usr/pkg/include conftest.c
configure:3981: $? = 0
configure:4068: gcc -o conftest -O2 -mieee -I/usr/pkg/include -I/usr/pkg/include -L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c  >&5
configure:4071: $? = 0
configure:4073: ./conftest
configure:4076: $? = 0
configure:4090: result: yes
configure:4114: checking for sys/types.h
configure:4127: gcc -c -O2 -mieee -I/usr/pkg/include -I/usr/pkg/include conftest.c >&5
configure:4130: $? = 0
configure:4133: test -s conftest.o
configure:4136: $? = 0
configure:4146: result: yes
configure:4114: checking for sys/stat.h
configure:4127: gcc -c -O2 -mieee -I/usr/pkg/include -I/usr/pkg/include conftest.c >&5
configure:4130: $? = 0
configure:4133: test -s conftest.o
configure:4136: $? = 0
configure:4146: result: yes
configure:4114: checking for stdlib.h
configure:4127: gcc -c -O2 -mieee -I/usr/pkg/include -I/usr/pkg/include conftest.c >&5
configure:4130: $? = 0
configure:4133: test -s conftest.o
configure:4136: $? = 0
configure:4146: result: yes
configure:4114: checking for string.h
configure:4127: gcc -c -O2 -mieee -I/usr/pkg/include -I/usr/pkg/include conftest.c >&5
configure:4130: $? = 0
configure:4133: test -s conftest.o
configure:4136: $? = 0
configure:4146: result: yes
configure:4114: checking for memory.h
configure:4127: gcc -c -O2 -mieee -I/usr/pkg/include -I/usr/pkg/include conftest.c >&5
configure:4130: $? = 0
configure:4133: test -s conftest.o
configure:4136: $? = 0
configure:4146: result: yes
configure:4114: checking for strings.h
configure:4127: gcc -c -O2 -mieee -I/usr/pkg/include -I/usr/pkg/include conftest.c >&5
configure:4130: $? = 0
configure:4133: test -s conftest.o
configure:4136: $? = 0
configure:4146: result: yes
configure:4114: checking for inttypes.h
configure:4127: gcc -c -O2 -mieee -I/usr/pkg/include -I/usr/pkg/include conftest.c >&5
configure:4130: $? = 0
configure:4133: test -s conftest.o
configure:4136: $? = 0
configure:4146: result: yes
configure:4114: checking for stdint.h
configure:4127: gcc -c -O2 -mieee -I/usr/pkg/include -I/usr/pkg/include conftest.c >&5
configure:4130: $? = 0
configure:4133: test -s conftest.o
configure:4136: $? = 0
configure:4146: result: yes
configure:4114: checking for unistd.h
configure:4127: gcc -c -O2 -mieee -I/usr/pkg/include -I/usr/pkg/include conftest.c >&5
configure:4130: $? = 0
configure:4133: test -s conftest.o
configure:4136: $? = 0
configure:4146: result: yes
configure:4172: checking dlfcn.h usability
configure:4181: gcc -c -O2 -mieee -I/usr/pkg/include -I/usr/pkg/include conftest.c >&5
configure:4184: $? = 0
configure:4187: test -s conftest.o
configure:4190: $? = 0
configure:4199: result: yes
configure:4203: checking dlfcn.h presence
configure:4210: gcc -E -I/usr/pkg/include conftest.c
configure:4216: $? = 0
configure:4234: result: yes
configure:4252: checking for dlfcn.h
configure:4259: result: yes
configure:4418: checking for alpha--netbsd-ranlib
configure:4447: result: no
configure:4456: checking for ranlib
configure:4472: found /usr/bin/ranlib
configure:4483: result: ranlib
configure:4498: checking for alpha--netbsd-strip
configure:4524: result: strip
configure:4774: checking for objdir
configure:4785: result: .libs
configure:4802: checking for gcc option to produce PIC
configure:4952: result: -fPIC
configure:4956: checking if gcc PIC flag -fPIC works
configure:4982: gcc -c -O2 -mieee -I/usr/pkg/include -fPIC -DPIC -I/usr/pkg/include conftest.c >&5
configure:4985: $? = 0
configure:4988: test -s conftest.o
configure:4991: $? = 0
configure:5028: result: yes
configure:5044: checking if gcc static flag -static works
configure:5071: gcc -o conftest -O2 -mieee -I/usr/pkg/include -I/usr/pkg/include -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -static conftest.c  >&5
configure:5074: $? = 0
configure:5077: test -s conftest
configure:5080: $? = 0
configure:5095: result: yes
configure:5107: checking if gcc supports -c -o file.o
configure:5127: gcc -c -O2 -mieee -I/usr/pkg/include -o out/conftest2.o -I/usr/pkg/include conftest.c >&5
configure:5151: result: yes
configure:5156: checking if gcc supports -c -o file.lo
configure:5186: gcc -c -O2 -mieee -I/usr/pkg/include -c -o conftest.lo -I/usr/pkg/include conftest.c >&5
configure:5189: $? = 0
configure:5192: test -s conftest.lo
configure:5195: $? = 0
configure:5216: result: yes
configure:5247: checking if gcc supports -fno-rtti -fno-exceptions
configure:5272: gcc -c -O2 -mieee -I/usr/pkg/include -fno-rtti -fno-exceptions -c conftest.c -I/usr/pkg/include conftest.c >&5
configure:5275: $? = 0
configure:5278: test -s conftest.o
configure:5281: $? = 0
configure:5297: result: yes
configure:5308: checking whether the linker (/usr/src/sys/pkgsrc/textproc/chasen-base/work/.buildlink/bin/ld) supports shared libraries
configure:5988: result: yes
configure:5993: checking how to hardcode library paths into programs
configure:6017: result: immediate
configure:6022: checking whether stripping libraries is possible
configure:6027: result: yes
configure:6038: checking dynamic linker characteristics
configure:6431: result: NetBSD ld.elf_so
configure:6436: checking if libtool supports shared libraries
configure:6438: result: yes
configure:6441: checking whether to build shared libraries
configure:6462: result: yes
configure:6465: checking whether to build static libraries
configure:6469: result: yes
configure:7131: checking whether -lc should be explicitly linked in
configure:7139: gcc -c -O2 -mieee -I/usr/pkg/include -I/usr/pkg/include conftest.c >&5
configure:7142: $? = 0
configure:7156: gcc -shared -nodefaultlibs conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:7159: $? = 1
configure:7172: result: yes
configure:7753: checking for strerror in -lcposix
configure:7786: gcc -o conftest -O2 -mieee -I/usr/pkg/include -I/usr/pkg/include -L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c -lcposix   >&5
/usr/bin/ld: cannot find -lcposix
collect2: ld returned 1 exit status
configure:7789: $? = 1
configure: failed program was:
#line 7761 "configure"
#include "confdefs.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 strerror ();
#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
strerror ();
  ;
  return 0;
}
configure:7806: result: no
configure:7826: checking for a BSD-compatible install
configure:7880: result: /usr/bin/install -c -o root -g wheel
configure:7891: checking whether make sets ${MAKE}
configure:7911: result: yes
configure:7921: checking for ANSI C header files
configure:8050: result: yes
configure:8078: checking fcntl.h usability
configure:8087: gcc -c -O2 -mieee -I/usr/pkg/include -I/usr/pkg/include conftest.c >&5
configure:8090: $? = 0
configure:8093: test -s conftest.o
configure:8096: $? = 0
configure:8105: result: yes
configure:8109: checking fcntl.h presence
configure:8116: gcc -E -I/usr/pkg/include conftest.c
configure:8122: $? = 0
configure:8140: result: yes
configure:8158: checking for fcntl.h
configure:8165: result: yes
configure:8078: checking limits.h usability
configure:8087: gcc -c -O2 -mieee -I/usr/pkg/include -I/usr/pkg/include conftest.c >&5
configure:8090: $? = 0
configure:8093: test -s conftest.o
configure:8096: $? = 0
configure:8105: result: yes
configure:8109: checking limits.h presence
configure:8116: gcc -E -I/usr/pkg/include conftest.c
configure:8122: $? = 0
configure:8140: result: yes
configure:8158: checking for limits.h
configure:8165: result: yes
configure:8078: checking sys/file.h usability
configure:8087: gcc -c -O2 -mieee -I/usr/pkg/include -I/usr/pkg/include conftest.c >&5
configure:8090: $? = 0
configure:8093: test -s conftest.o
configure:8096: $? = 0
configure:8105: result: yes
configure:8109: checking sys/file.h presence
configure:8116: gcc -E -I/usr/pkg/include conftest.c
configure:8122: $? = 0
configure:8140: result: yes
configure:8158: checking for sys/file.h
configure:8165: result: yes
configure:8069: checking for sys/stat.h
configure:8074: result: yes
configure:8069: checking for unistd.h
configure:8074: result: yes
configure:8194: checking sys/param.h usability
configure:8203: gcc -c -O2 -mieee -I/usr/pkg/include -I/usr/pkg/include conftest.c >&5
configure:8206: $? = 0
configure:8209: test -s conftest.o
configure:8212: $? = 0
configure:8221: result: yes
configure:8225: checking sys/param.h presence
configure:8232: gcc -E -I/usr/pkg/include conftest.c
configure:8238: $? = 0
configure:8256: result: yes
configure:8274: checking for sys/param.h
configure:8281: result: yes
configure:8185: checking for sys/types.h
configure:8190: result: yes
configure:8194: checking netinet/in.h usability
configure:8203: gcc -c -O2 -mieee -I/usr/pkg/include -I/usr/pkg/include conftest.c >&5
configure:8206: $? = 0
configure:8209: test -s conftest.o
configure:8212: $? = 0
configure:8221: result: yes
configure:8225: checking netinet/in.h presence
configure:8232: gcc -E -I/usr/pkg/include conftest.c
configure:8238: $? = 0
configure:8256: result: yes
configure:8274: checking for netinet/in.h
configure:8281: result: yes
configure:8309: checking io.h usability
configure:8318: gcc -c -O2 -mieee -I/usr/pkg/include -I/usr/pkg/include conftest.c >&5
configure:8347: io.h: No such file or directory
configure:8321: $? = 1
configure: failed program was:
#line 8312 "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:8336: result: no
configure:8340: checking io.h presence
configure:8347: gcc -E -I/usr/pkg/include conftest.c
configure:8344: io.h: No such file or directory
configure:8353: $? = 1
configure: failed program was:
#line 8343 "configure"
#include "confdefs.h"
#include <io.h>
configure:8371: result: no
configure:8389: checking for io.h
configure:8396: result: no
configure:8309: checking windows.h usability
configure:8318: gcc -c -O2 -mieee -I/usr/pkg/include -I/usr/pkg/include conftest.c >&5
configure:8347: windows.h: No such file or directory
configure:8321: $? = 1
configure: failed program was:
#line 8312 "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 <windows.h>
configure:8336: result: no
configure:8340: checking windows.h presence
configure:8347: gcc -E -I/usr/pkg/include conftest.c
configure:8344: windows.h: No such file or directory
configure:8353: $? = 1
configure: failed program was:
#line 8343 "configure"
#include "confdefs.h"
#include <windows.h>
configure:8371: result: no
configure:8389: checking for windows.h
configure:8396: result: no
configure:8410: checking for darts.h
configure:8456: g++ -c -O2 -mieee -I/usr/pkg/include -I/usr/pkg/include conftest.cc >&5
configure:8459: $? = 0
configure:8462: test -s conftest.o
configure:8465: $? = 0
configure:8479: result: yes
configure:8500: checking for iconv in -liconv
configure:8533: gcc -o conftest -O2 -mieee -I/usr/pkg/include -I/usr/pkg/include -L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c -liconv   >&5
/usr/bin/ld: cannot find -liconv
collect2: ld returned 1 exit status
configure:8536: $? = 1
configure: failed program was:
#line 8508 "configure"
#include "confdefs.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 ();
#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
iconv ();
  ;
  return 0;
}
configure:8553: result: no
configure:8574: checking iconv.h usability
configure:8583: gcc -c -O2 -mieee -I/usr/pkg/include -I/usr/pkg/include conftest.c >&5
configure:8612: iconv.h: No such file or directory
configure:8586: $? = 1
configure: failed program was:
#line 8577 "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:8601: result: no
configure:8605: checking iconv.h presence
configure:8612: gcc -E -I/usr/pkg/include conftest.c
configure:8609: iconv.h: No such file or directory
configure:8618: $? = 1
configure: failed program was:
#line 8608 "configure"
#include "confdefs.h"
#include <iconv.h>
configure:8636: result: no
configure:8654: checking for iconv.h
configure:8661: result: no
configure:8668: error: ChaSen needs iconv

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

am_cv_CC_dependencies_compiler_type='gcc'
ac_cv_header_netinet_in_h='yes'
ac_cv_env_CXXFLAGS_value='-O2 -mieee -I/usr/pkg/include'
ac_cv_header_stdlib_h='yes'
lt_cv_file_magic_cmd='$MAGIC_CMD'
ac_cv_lib_cposix_strerror='no'
ac_cv_prog_cc_g='yes'
ac_cv_env_LDFLAGS_set='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_CXX='g++'
lt_cv_sys_max_cmd_len='262144'
ac_cv_env_CPP_value=''
ac_cv_env_CPPFLAGS_set='set'
lt_cv_prog_cc_static_works='yes'
lt_cv_prog_cc_no_builtin=''
ac_cv_prog_STRIP='strip'
lt_cv_prog_cc_shlib=''
ac_cv_cxx_compiler_gnu='yes'
ac_cv_env_CXX_set='set'
ac_cv_header_fcntl_h='yes'
lt_cv_prog_cc_static='-static'
ac_cv_env_host_alias_set='set'
lt_cv_ld_reload_flag='-r'
ac_cv_prog_CC='gcc'
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=''
ac_cv_header_limits_h='yes'
ac_cv_env_LDFLAGS_value='-L/usr/pkg/lib -Wl,-R/usr/pkg/lib'
ac_cv_env_target_alias_set=''
cl_cv_header_darts='yes'
ac_cv_host_alias='alpha--netbsd'
ac_cv_env_CFLAGS_value='-O2 -mieee -I/usr/pkg/include'
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_header_strings_h='yes'
ac_cv_header_windows_h='no'
ac_cv_header_stdint_h='yes'
ac_cv_header_inttypes_h='yes'
ac_cv_prog_make_make_set='yes'
ac_cv_header_sys_param_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/src/sys/pkgsrc/textproc/chasen-base/work/.buildlink/bin/ld'
ac_cv_build_alias='alpha-unknown-netbsd1.6.2'
ac_cv_env_CPPFLAGS_value='-I/usr/pkg/include'
ac_cv_prog_ac_ct_RANLIB='ranlib'
ac_cv_header_memory_h='yes'
ac_cv_env_CXXFLAGS_set='set'
ac_cv_env_CXX_value='g++'
ac_cv_host='alpha--netbsd'
ac_cv_prog_ac_ct_STRIP='strip'
ac_cv_env_host_alias_value='alpha--netbsd'
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'\'''
ac_cv_prog_cxx_g='yes'
lt_cv_compiler_c_o='yes'
lt_cv_prog_cc_pic_works='yes'
lt_cv_file_magic_test_file=''
ac_cv_prog_CPP='gcc -E'
ac_cv_build='alpha-unknown-netbsd1.6.2'
am_cv_CXX_dependencies_compiler_type='gcc'
ac_cv_prog_AWK='/usr/bin/awk'
ac_cv_env_build_alias_value=''
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='match_pattern /lib[^/\.]+\.so$'
lt_cv_compiler_o_lo='yes'
ac_cv_env_target_alias_value=''
ac_cv_env_CC_value='gcc'
lt_cv_path_NM='nm'
ac_cv_env_CPP_set=''
ac_cv_header_dlfcn_h='yes'
ac_cv_lib_iconv_iconv='no'
ac_cv_objext='o'

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

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE "chasen"
#define VERSION "2.3.3"
#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_LIMITS_H 1
#define HAVE_SYS_FILE_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_NETINET_IN_H 1

configure: exit 1

#EOF

>How-To-Repeat:
	build chasen-base from pkgsrc-current after installing darts
>Fix:
	
>Release-Note:
>Audit-Trail:
>Unformatted: