=> Bootstrap dependency digest>=20010302: found digest-20111104
=> Bootstrap dependency fetch-[0-9]*: found fetch-1.7
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for ispell-base-3.3.02
set +vx;  MASTERHASH=`cat config.X local.h  | sed -n -e  's/^#define[ 	]*LANGUAGES[ 	][^}]*HASHFILES=\([^,}]*\).*$/\1/p'  | sed -n -e '$p'`;  HASHSUFFIX=`cat config.X local.h  | sed -n -e  's/^#define[ 	]*HASHSUFFIX[ 	]*"\(.*\)"/\1/p'  | sed -n -e '$p'`;  case "$MASTERHASH" in  american*|british*) DEFHASH="english$HASHSUFFIX";;  *) DEFHASH="$MASTERHASH";;  esac;  DEFLANG=`expr "$DEFHASH" : '\(.*\)\..*$'`.aff;  echo "/* This file is generated by the Makefile.  Don't edit it! */"  > defhash.h;  echo '' >> defhash.h;  echo '#ifndef MASTERHASH' >> defhash.h;  echo '#define MASTERHASH "'"$MASTERHASH"'"' >> defhash.h;  echo '#endif' >> defhash.h;  echo '#ifndef DEFHASH' >> defhash.h;  echo '#define DEFHASH "'"$DEFHASH"'"' >> defhash.h;  echo '#endif' >> defhash.h;  echo '#ifndef DEFLANG' >> defhash.h;  echo '#define DEFLANG "'"$DEFLANG"'"' >> defhash.h;  echo '#endif' >> defhash.h
set +vx;  for var in BAKEXT CC CFLAGS COUNTSUFFIX DEFDICT DEFHASH  DEFLANG EXEEXT HASHSUFFIX INSTALL  LANGUAGES LIBES LINK LINT LINTFLAGS LOOK_XREF  MAKE_SORTTMP MAN1EXT MAN45EXT MAN45SECT MASTERHASH  MSGLANG POUNDBANG REGLIB STATSUFFIX  SPELL_XREF TERMLIB TIB_XREF WORDS YACC  ; do  cat config.X defhash.h local.h  | sed -n -e "s/^#define[ 	]*$var[ 	]*"'"'"/$var=/p"  | sed -e 's/"[^"]*$/'"'/" -e "s/=/='/" -e 's/\\"/"/g'  | sed -n -e '$p';  done > config.sh;  for var in BINDIR LIBDIR MAN1DIR MAN45DIR; do  cat config.X defhash.h local.h  | sed -n -e "s/^#define[ 	]*$var[ 	]*"'"'"/$var=/p"  | sed -e 's/"[^"]*$/'"'/" -e "s/=/=\${DESTDIR}'/" -e 's/\\"/"/g'  | sed -n -e '$p';  done >> config.sh;  echo 'case "$MAKE_SORTTMP" in "")  SORTTMP="-e /!!SORTTMP!!/s/=.*$/=/";; *) SORTTMP=;; esac'  >> config.sh
cp config.X config.h
chmod u+w config.h
echo '' >> config.h
echo '/* AUTOMATICALLY-GENERATED SYMBOLS */' >> config.h
cat local.h config.X  | egrep '^#define[ 	]*SIGNAL_TYPE'  | sed -e 's/TYPE[ 	]*/TYPE_STRING "/' -e 's/$/"/' -e 1q  >> config.h
cat local.h config.X  | egrep '^#define[ 	]*MASKTYPE'  | sed -e 's/TYPE[ 	]*/TYPE_STRING "/' -e 's/$/"/' -e 1q  >> config.h
+ rm -f msgs.h
+ ln languages/english/msgs.h msgs.h
+ touch msgs.h
+ cc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -DHAVE_INTTYPES_H -I/usr/pkg/include/ncurses -c buildhash.c
In file included from config.h:203:0,
                 from buildhash.c:108:
local.h:94:0: warning: "MAN1DIR" redefined
local.h:79:0: note: this is the location of the previous definition
local.h:95:0: warning: "MAN45DIR" redefined
local.h:80:0: note: this is the location of the previous definition
+ cc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -DHAVE_INTTYPES_H -I/usr/pkg/include/ncurses -c hash.c
In file included from config.h:203:0,
                 from hash.c:68:
local.h:94:0: warning: "MAN1DIR" redefined
local.h:79:0: note: this is the location of the previous definition
local.h:95:0: warning: "MAN45DIR" redefined
local.h:80:0: note: this is the location of the previous definition
+ cc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -DHAVE_INTTYPES_H -I/usr/pkg/include/ncurses -c makedent.c
In file included from config.h:203:0,
                 from makedent.c:108:
local.h:94:0: warning: "MAN1DIR" redefined
local.h:79:0: note: this is the location of the previous definition
local.h:95:0: warning: "MAN45DIR" redefined
local.h:80:0: note: this is the location of the previous definition
+ yacc parse.y
+ '[' -f y_tab.c ']'
+ mv y.tab.c y_tab.c
+ cc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -DHAVE_INTTYPES_H -I/usr/pkg/include/ncurses -c y_tab.c
In file included from config.h:203:0,
                 from parse.y:128:
local.h:94:0: warning: "MAN1DIR" redefined
local.h:79:0: note: this is the location of the previous definition
local.h:95:0: warning: "MAN45DIR" redefined
local.h:80:0: note: this is the location of the previous definition
+ mv y_tab.o parse.o
+ rm -f y_tab.c
+ cc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -DHAVE_INTTYPES_H -I/usr/pkg/include/ncurses -o buildhash buildhash.o hash.o makedent.o parse.o
. ./config.sh;  set +vx;  sed  -e "s@!!BAKEXT!!@$BAKEXT@g"  -e "s@!!COUNTSUFFIX!!@$COUNTSUFFIX@g"  -e "s@!!DEFHASH!!@$DEFHASH@" -e "s@!!DEFLANG!!@$DEFLANG@"  -e "s@!!HASHSUFFIX!!@$HASHSUFFIX@g"  -e "s@!!LIBDIR!!@$LIBDIR@" -e "s@!!DEFDICT!!@$DEFDICT@"  -e "s@!!LOOK_XREF!!@$LOOK_XREF@g"  -e "s@!!MAN45SECT!!@$MAN45SECT@g"  -e "s@!!POUNDBANG!!@$POUNDBANG@g"  -e "s@!!SPELL_XREF!!@$SPELL_XREF@g"  -e "s@!!STATSUFFIX!!@$STATSUFFIX@g"  -e "s@!!TIB_XREF!!@$TIB_XREF@g"  -e "s@!!WORDS!!@$WORDS@g"  $SORTTMP < findaffix.X > findaffix
chmod +x findaffix
. ./config.sh;  set +vx;  sed  -e "s@!!BAKEXT!!@$BAKEXT@g"  -e "s@!!COUNTSUFFIX!!@$COUNTSUFFIX@g"  -e "s@!!DEFHASH!!@$DEFHASH@" -e "s@!!DEFLANG!!@$DEFLANG@"  -e "s@!!HASHSUFFIX!!@$HASHSUFFIX@g"  -e "s@!!LIBDIR!!@$LIBDIR@" -e "s@!!DEFDICT!!@$DEFDICT@"  -e "s@!!LOOK_XREF!!@$LOOK_XREF@g"  -e "s@!!MAN45SECT!!@$MAN45SECT@g"  -e "s@!!POUNDBANG!!@$POUNDBANG@g"  -e "s@!!SPELL_XREF!!@$SPELL_XREF@g"  -e "s@!!STATSUFFIX!!@$STATSUFFIX@g"  -e "s@!!TIB_XREF!!@$TIB_XREF@g"  -e "s@!!WORDS!!@$WORDS@g"  $SORTTMP < tryaffix.X > tryaffix
chmod +x tryaffix
cc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -DHAVE_INTTYPES_H -I/usr/pkg/include/ncurses -c term.c
In file included from config.h:203:0,
                 from term.c:85:
local.h:94:0: warning: "MAN1DIR" redefined
local.h:79:0: note: this is the location of the previous definition
local.h:95:0: warning: "MAN45DIR" redefined
local.h:80:0: note: this is the location of the previous definition
term.c: In function 'terminit':
term.c:381:5: warning: 'sigsetmask' is deprecated (declared at /usr/include/signal.h:199)
term.c: In function 'onstop':
term.c:441:5: warning: 'sigsetmask' is deprecated (declared at /usr/include/signal.h:199)
term.c:441:5: warning: 'sigblock' is deprecated (declared at /usr/include/signal.h:196)
+ cc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -DHAVE_INTTYPES_H -I/usr/pkg/include/ncurses -c ispell.c
In file included from config.h:203:0,
                 from ispell.c:227:
local.h:94:0: warning: "MAN1DIR" redefined
local.h:79:0: note: this is the location of the previous definition
local.h:95:0: warning: "MAN45DIR" redefined
local.h:80:0: note: this is the location of the previous definition
+ cc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -DHAVE_INTTYPES_H -I/usr/pkg/include/ncurses -c correct.c
In file included from config.h:203:0,
                 from correct.c:204:
local.h:94:0: warning: "MAN1DIR" redefined
local.h:79:0: note: this is the location of the previous definition
local.h:95:0: warning: "MAN45DIR" redefined
local.h:80:0: note: this is the location of the previous definition
+ cc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -DHAVE_INTTYPES_H -I/usr/pkg/include/ncurses -c defmt.c
In file included from config.h:203:0,
                 from defmt.c:201:
local.h:94:0: warning: "MAN1DIR" redefined
local.h:79:0: note: this is the location of the previous definition
local.h:95:0: warning: "MAN45DIR" redefined
local.h:80:0: note: this is the location of the previous definition
+ cc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -DHAVE_INTTYPES_H -I/usr/pkg/include/ncurses -c dump.c
In file included from config.h:203:0,
                 from dump.c:66:
local.h:94:0: warning: "MAN1DIR" redefined
local.h:79:0: note: this is the location of the previous definition
local.h:95:0: warning: "MAN45DIR" redefined
local.h:80:0: note: this is the location of the previous definition
+ cc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -DHAVE_INTTYPES_H -I/usr/pkg/include/ncurses -c exp_table.c
In file included from config.h:203:0,
                 from exp_table.c:28:
local.h:94:0: warning: "MAN1DIR" redefined
local.h:79:0: note: this is the location of the previous definition
local.h:95:0: warning: "MAN45DIR" redefined
local.h:80:0: note: this is the location of the previous definition
+ cc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -DHAVE_INTTYPES_H -I/usr/pkg/include/ncurses -c fields.c
In file included from config.h:203:0,
                 from fields.c:47:
local.h:94:0: warning: "MAN1DIR" redefined
local.h:79:0: note: this is the location of the previous definition
local.h:95:0: warning: "MAN45DIR" redefined
local.h:80:0: note: this is the location of the previous definition
fields.c:72:0: warning: "strchr" redefined
/usr/include/bits/string2.h:396:0: note: this is the location of the previous definition
+ cc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -DHAVE_INTTYPES_H -I/usr/pkg/include/ncurses -c good.c
In file included from config.h:203:0,
                 from good.c:96:
local.h:94:0: warning: "MAN1DIR" redefined
local.h:79:0: note: this is the location of the previous definition
local.h:95:0: warning: "MAN45DIR" redefined
local.h:80:0: note: this is the location of the previous definition
+ cc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -DHAVE_INTTYPES_H -I/usr/pkg/include/ncurses -c lookup.c
In file included from config.h:203:0,
                 from lookup.c:88:
local.h:94:0: warning: "MAN1DIR" redefined
local.h:79:0: note: this is the location of the previous definition
local.h:95:0: warning: "MAN45DIR" redefined
local.h:80:0: note: this is the location of the previous definition
+ cc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -DHAVE_INTTYPES_H -I/usr/pkg/include/ncurses -c tgood.c
In file included from config.h:203:0,
                 from tgood.c:123:
local.h:94:0: warning: "MAN1DIR" redefined
local.h:79:0: note: this is the location of the previous definition
local.h:95:0: warning: "MAN45DIR" redefined
local.h:80:0: note: this is the location of the previous definition
+ cc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -DHAVE_INTTYPES_H -I/usr/pkg/include/ncurses -c tree.c
In file included from config.h:203:0,
                 from tree.c:97:
local.h:94:0: warning: "MAN1DIR" redefined
local.h:79:0: note: this is the location of the previous definition
local.h:95:0: warning: "MAN45DIR" redefined
local.h:80:0: note: this is the location of the previous definition
tree.c: In function 'treeinsert':
tree.c:402:7: warning: overflow in implicit constant conversion
tree.c:408:8: warning: overflow in implicit constant conversion
tree.c:417:8: warning: overflow in implicit constant conversion
+ cc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -DHAVE_INTTYPES_H -I/usr/pkg/include/ncurses -c xgets.c
In file included from config.h:203:0,
                 from xgets.c:72:
local.h:94:0: warning: "MAN1DIR" redefined
local.h:79:0: note: this is the location of the previous definition
local.h:95:0: warning: "MAN45DIR" redefined
local.h:80:0: note: this is the location of the previous definition
+ cc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -DHAVE_INTTYPES_H -I/usr/pkg/include/ncurses -o ispell term.o ispell.o correct.o defmt.o dump.o exp_table.o fields.o good.o lookup.o hash.o makedent.o tgood.o tree.o xgets.o -ltermcap
+ cc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -DHAVE_INTTYPES_H -I/usr/pkg/include/ncurses -c icombine.c
In file included from config.h:203:0,
                 from icombine.c:88:
local.h:94:0: warning: "MAN1DIR" redefined
local.h:79:0: note: this is the location of the previous definition
local.h:95:0: warning: "MAN45DIR" redefined
local.h:80:0: note: this is the location of the previous definition
+ cc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -DHAVE_INTTYPES_H -I/usr/pkg/include/ncurses -o icombine icombine.o makedent.o parse.o
+ cc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -DHAVE_INTTYPES_H -I/usr/pkg/include/ncurses -c ijoin.c
In file included from config.h:203:0,
                 from ijoin.c:118:
local.h:94:0: warning: "MAN1DIR" redefined
local.h:79:0: note: this is the location of the previous definition
local.h:95:0: warning: "MAN45DIR" redefined
local.h:80:0: note: this is the location of the previous definition
+ cc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -DHAVE_INTTYPES_H -I/usr/pkg/include/ncurses -o ijoin ijoin.o fields.o
. ./config.sh;  set +vx;  sed  -e "s@!!BAKEXT!!@$BAKEXT@g"  -e "s@!!COUNTSUFFIX!!@$COUNTSUFFIX@g"  -e "s@!!DEFHASH!!@$DEFHASH@" -e "s@!!DEFLANG!!@$DEFLANG@"  -e "s@!!HASHSUFFIX!!@$HASHSUFFIX@g"  -e "s@!!LIBDIR!!@$LIBDIR@" -e "s@!!DEFDICT!!@$DEFDICT@"  -e "s@!!LOOK_XREF!!@$LOOK_XREF@g"  -e "s@!!MAN45SECT!!@$MAN45SECT@g"  -e "s@!!POUNDBANG!!@$POUNDBANG@g"  -e "s@!!SPELL_XREF!!@$SPELL_XREF@g"  -e "s@!!STATSUFFIX!!@$STATSUFFIX@g"  -e "s@!!TIB_XREF!!@$TIB_XREF@g"  -e "s@!!WORDS!!@$WORDS@g"  $SORTTMP < munchlist.X > munchlist
chmod +x munchlist
. ./config.sh;  set +vx;  sed  -e "s@!!BAKEXT!!@$BAKEXT@g"  -e "s@!!COUNTSUFFIX!!@$COUNTSUFFIX@g"  -e "s@!!DEFHASH!!@$DEFHASH@" -e "s@!!DEFLANG!!@$DEFLANG@"  -e "s@!!HASHSUFFIX!!@$HASHSUFFIX@g"  -e "s@!!LIBDIR!!@$LIBDIR@" -e "s@!!DEFDICT!!@$DEFDICT@"  -e "s@!!LOOK_XREF!!@$LOOK_XREF@g"  -e "s@!!MAN45SECT!!@$MAN45SECT@g"  -e "s@!!POUNDBANG!!@$POUNDBANG@g"  -e "s@!!SPELL_XREF!!@$SPELL_XREF@g"  -e "s@!!STATSUFFIX!!@$STATSUFFIX@g"  -e "s@!!TIB_XREF!!@$TIB_XREF@g"  -e "s@!!WORDS!!@$WORDS@g"  $SORTTMP < subset.X > subset
chmod +x subset
. ./config.sh;  set +vx;  sed  -e "s@!!BAKEXT!!@$BAKEXT@g"  -e "s@!!COUNTSUFFIX!!@$COUNTSUFFIX@g"  -e "s@!!DEFHASH!!@$DEFHASH@" -e "s@!!DEFLANG!!@$DEFLANG@"  -e "s@!!HASHSUFFIX!!@$HASHSUFFIX@g"  -e "s@!!LIBDIR!!@$LIBDIR@" -e "s@!!DEFDICT!!@$DEFDICT@"  -e "s@!!LOOK_XREF!!@$LOOK_XREF@g"  -e "s@!!MAN45SECT!!@$MAN45SECT@g"  -e "s@!!POUNDBANG!!@$POUNDBANG@g"  -e "s@!!SPELL_XREF!!@$SPELL_XREF@g"  -e "s@!!STATSUFFIX!!@$STATSUFFIX@g"  -e "s@!!TIB_XREF!!@$TIB_XREF@g"  -e "s@!!WORDS!!@$WORDS@g"  $SORTTMP < zapdups.X > zapdups
chmod +x zapdups
cd deformatters; make all
+ cc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -DHAVE_INTTYPES_H -I/usr/pkg/include/ncurses -c defmt-c.c
+ cc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -DHAVE_INTTYPES_H -I/usr/pkg/include/ncurses -o defmt-c defmt-c.o
+ cc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -DHAVE_INTTYPES_H -I/usr/pkg/include/ncurses -c defmt-sh.c
+ cc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -DHAVE_INTTYPES_H -I/usr/pkg/include/ncurses -o defmt-sh defmt-sh.o
./ispell -v | sed -e 1q
./ispell: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
. ./config.sh;  set +vx;  sed  -e "s@!!BAKEXT!!@$BAKEXT@g"  -e "s@!!COUNTSUFFIX!!@$COUNTSUFFIX@g"  -e "s@!!DEFHASH!!@$DEFHASH@" -e "s@!!DEFLANG!!@$DEFLANG@"  -e "s@!!HASHSUFFIX!!@$HASHSUFFIX@g"  -e "s@!!LIBDIR!!@$LIBDIR@" -e "s@!!DEFDICT!!@$DEFDICT@"  -e "s@!!LOOK_XREF!!@$LOOK_XREF@g"  -e "s@!!MAN45SECT!!@$MAN45SECT@g"  -e "s@!!POUNDBANG!!@$POUNDBANG@g"  -e "s@!!SPELL_XREF!!@$SPELL_XREF@g"  -e "s@!!STATSUFFIX!!@$STATSUFFIX@g"  -e "s@!!TIB_XREF!!@$TIB_XREF@g"  -e "s@!!WORDS!!@$WORDS@g"  $SORTTMP < ispell.1X > ispell.1
. ./config.sh;  set +vx;  sed  -e "s@!!BAKEXT!!@$BAKEXT@g"  -e "s@!!COUNTSUFFIX!!@$COUNTSUFFIX@g"  -e "s@!!DEFHASH!!@$DEFHASH@" -e "s@!!DEFLANG!!@$DEFLANG@"  -e "s@!!HASHSUFFIX!!@$HASHSUFFIX@g"  -e "s@!!LIBDIR!!@$LIBDIR@" -e "s@!!DEFDICT!!@$DEFDICT@"  -e "s@!!LOOK_XREF!!@$LOOK_XREF@g"  -e "s@!!MAN45SECT!!@$MAN45SECT@g"  -e "s@!!POUNDBANG!!@$POUNDBANG@g"  -e "s@!!SPELL_XREF!!@$SPELL_XREF@g"  -e "s@!!STATSUFFIX!!@$STATSUFFIX@g"  -e "s@!!TIB_XREF!!@$TIB_XREF@g"  -e "s@!!WORDS!!@$WORDS@g"  $SORTTMP < ispell.5X > ispell.5
make LANGUAGE_TARGET=all SHELLDEBUG=+vx language-subdirs
+ cd languages/american
+ eval make BUILD=build DBUILD=build CBUILD=build SHELLDEBUG=+vx ' '\''MASTERDICTS=american.med+'\'' '\''HASHFILES=americanmed+.hash'\'' '\''EXTRADICT=/usr/share/dict/words'\''' all
++ make BUILD=build DBUILD=build CBUILD=build SHELLDEBUG=+vx MASTERDICTS=american.med+ HASHFILES=americanmed+.hash EXTRADICT=/usr/share/dict/words all
rm -f english.[0-3] american.[0-2] altamer.[012] british.[012]
make -f ../english/Makefile 'DBUILD=' VARIANTS=american  'EXTRADICT=/usr/share/dict/words' 'SHELLDEBUG=+vx'  'AFFIXES=../english/english.aff'  english.med+
+ PATH=../..:/tmp/pkgsrc/textproc/ispell-base/work/.wrapper/bin:/tmp/pkgsrc/textproc/ispell-base/work/.buildlink/bin:/tmp/pkgsrc/textproc/ispell-base/work/.gcc/bin:/tmp/pkgsrc/textproc/ispell-base/work/.tools/bin:/usr/pkg/bin:/bin:/usr/bin:/usr/pkg/bin:/usr/pkg/bin
+ export PATH
+ ../../munchlist -v -l ../english/english.aff /usr/share/dict/words english.0 english.1 american.0 american.1
Collecting input.
../../ispell: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
cat: write error: Broken pipe
Finding flag marker.
../../ispell: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
Generating roots and affixes.
../../ispell: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
sort: multi-character tab `+0'
Expanding dictionary into EXPANDEDPAIRS.
../../ispell: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
sort: open failed: +1: No such file or directory
Creating list of legal roots/flags.
sort: multi-character tab `+0f'
Creating list of flags that participate in cross-products.
../../ispell: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
Eliminating non-optimal affixes.
../../ispell: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
sort: multi-character tab `+0f'
Generating output word list.
sort: multi-character tab `-u'
test -s english.med+  ||  (echo 'error: zero-length dictionary generated';  rm -f english.med+; exit 1)
error: zero-length dictionary generated
*** Error code 1

Stop.
make: stopped in /tmp/pkgsrc/textproc/ispell-base/work/ispell-3.3.02/languages/american
*** Error code 1

Stop.
make: stopped in /tmp/pkgsrc/textproc/ispell-base/work/ispell-3.3.02/languages/american
*** Error code 1

Stop.
make: stopped in /tmp/pkgsrc/textproc/ispell-base/work/ispell-3.3.02/languages/american
+ exit 1
*** Error code 1

Stop.
make: stopped in /tmp/pkgsrc/textproc/ispell-base/work/ispell-3.3.02
*** Error code 1

Stop.
bmake: stopped in /tmp/pkgsrc/textproc/ispell-base/work/ispell-3.3.02
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/textproc/ispell-base
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/textproc/ispell-base