=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for ispell-3.4.06 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 BINDIR CC CFLAGS COUNTSUFFIX DEFDICT DEFHASH \ DEFLANG EXEEXT HASHSUFFIX INSTALL \ LANGUAGES LIBDIR LIBES LINK LINT LINTFLAGS LOOK_XREF \ MAKE_SORTTMP MAN1DIR MAN1EXT MAN45DIR 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; \ 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 -s languages/english/msgs.h msgs.h + cc -O2 -mieee -DHAVE_INTTYPES_H -I/usr/include -c buildhash.c + cc -O2 -mieee -DHAVE_INTTYPES_H -I/usr/include -c hash.c + cc -O2 -mieee -DHAVE_INTTYPES_H -I/usr/include -c makedent.c + yacc parse.y + '[' -f y_tab.c ']' + mv y.tab.c y_tab.c + cc -O2 -mieee -DHAVE_INTTYPES_H -I/usr/include -c y_tab.c + mv y_tab.o parse.o + rm -f y_tab.c + cc -O2 -mieee -DHAVE_INTTYPES_H -I/usr/include -o buildhash buildhash.o hash.o makedent.o parse.o -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib make[1]: Entering directory '/tmp/pkgbuild/textproc/ispell/work.alpha/ispell-3.4.06' . ./config.sh; \ set +vx; \ VERSION=`sed -n \ '/International Ispell/s/^.*\(International .*\)".*$/\1/p' \ version.h`; \ 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" \ -e "s@!!VERSION!!@$VERSION@g" \ $SORTTMP < findaffix.X > findaffix make[1]: Leaving directory '/tmp/pkgbuild/textproc/ispell/work.alpha/ispell-3.4.06' chmod +x findaffix make[1]: Entering directory '/tmp/pkgbuild/textproc/ispell/work.alpha/ispell-3.4.06' . ./config.sh; \ set +vx; \ VERSION=`sed -n \ '/International Ispell/s/^.*\(International .*\)".*$/\1/p' \ version.h`; \ 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" \ -e "s@!!VERSION!!@$VERSION@g" \ $SORTTMP < tryaffix.X > tryaffix make[1]: Leaving directory '/tmp/pkgbuild/textproc/ispell/work.alpha/ispell-3.4.06' chmod +x tryaffix cc -O2 -mieee -DHAVE_INTTYPES_H -I/usr/include -c term.c + cc -O2 -mieee -DHAVE_INTTYPES_H -I/usr/include -c ispell.c + cc -O2 -mieee -DHAVE_INTTYPES_H -I/usr/include -c correct.c + cc -O2 -mieee -DHAVE_INTTYPES_H -I/usr/include -c defmt.c + cc -O2 -mieee -DHAVE_INTTYPES_H -I/usr/include -c dump.c + cc -O2 -mieee -DHAVE_INTTYPES_H -I/usr/include -c exp_table.c + cc -O2 -mieee -DHAVE_INTTYPES_H -I/usr/include -c fields.c + cc -O2 -mieee -DHAVE_INTTYPES_H -I/usr/include -c good.c + cc -O2 -mieee -DHAVE_INTTYPES_H -I/usr/include -c lookup.c + cc -O2 -mieee -DHAVE_INTTYPES_H -I/usr/include -c tgood.c + cc -O2 -mieee -DHAVE_INTTYPES_H -I/usr/include -c tree.c + cc -O2 -mieee -DHAVE_INTTYPES_H -I/usr/include -c xgets.c + cc -O2 -mieee -DHAVE_INTTYPES_H -I/usr/include -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 -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib + cc -O2 -mieee -DHAVE_INTTYPES_H -I/usr/include -c icombine.c + cc -O2 -mieee -DHAVE_INTTYPES_H -I/usr/include -o icombine icombine.o makedent.o parse.o -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib + cc -O2 -mieee -DHAVE_INTTYPES_H -I/usr/include -c ijoin.c + cc -O2 -mieee -DHAVE_INTTYPES_H -I/usr/include -o ijoin ijoin.o fields.o -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib make[1]: Entering directory '/tmp/pkgbuild/textproc/ispell/work.alpha/ispell-3.4.06' . ./config.sh; \ set +vx; \ VERSION=`sed -n \ '/International Ispell/s/^.*\(International .*\)".*$/\1/p' \ version.h`; \ 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" \ -e "s@!!VERSION!!@$VERSION@g" \ $SORTTMP < munchlist.X > munchlist make[1]: Leaving directory '/tmp/pkgbuild/textproc/ispell/work.alpha/ispell-3.4.06' chmod +x munchlist make[1]: Entering directory '/tmp/pkgbuild/textproc/ispell/work.alpha/ispell-3.4.06' . ./config.sh; \ set +vx; \ VERSION=`sed -n \ '/International Ispell/s/^.*\(International .*\)".*$/\1/p' \ version.h`; \ 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" \ -e "s@!!VERSION!!@$VERSION@g" \ $SORTTMP < subset.X > subset make[1]: Leaving directory '/tmp/pkgbuild/textproc/ispell/work.alpha/ispell-3.4.06' chmod +x subset make[1]: Entering directory '/tmp/pkgbuild/textproc/ispell/work.alpha/ispell-3.4.06' . ./config.sh; \ set +vx; \ VERSION=`sed -n \ '/International Ispell/s/^.*\(International .*\)".*$/\1/p' \ version.h`; \ 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" \ -e "s@!!VERSION!!@$VERSION@g" \ $SORTTMP < zapdups.X > zapdups make[1]: Leaving directory '/tmp/pkgbuild/textproc/ispell/work.alpha/ispell-3.4.06' chmod +x zapdups cd deformatters; make all make[1]: Entering directory '/tmp/pkgbuild/textproc/ispell/work.alpha/ispell-3.4.06/deformatters' + cc -O2 -mieee -DHAVE_INTTYPES_H -I/usr/include -c defmt-c.c + cc -O2 -mieee -DHAVE_INTTYPES_H -I/usr/include -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o defmt-c defmt-c.o + cc -O2 -mieee -DHAVE_INTTYPES_H -I/usr/include -c defmt-sh.c + cc -O2 -mieee -DHAVE_INTTYPES_H -I/usr/include -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o defmt-sh defmt-sh.o make[1]: Leaving directory '/tmp/pkgbuild/textproc/ispell/work.alpha/ispell-3.4.06/deformatters' ./ispell -v | sed -e 1q @(#) International Ispell Version 3.4.06 30 Oct 2023 make[1]: Entering directory '/tmp/pkgbuild/textproc/ispell/work.alpha/ispell-3.4.06' . ./config.sh; \ set +vx; \ VERSION=`sed -n \ '/International Ispell/s/^.*\(International .*\)".*$/\1/p' \ version.h`; \ 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" \ -e "s@!!VERSION!!@$VERSION@g" \ $SORTTMP < ispell.1X > ispell.1 make[1]: Leaving directory '/tmp/pkgbuild/textproc/ispell/work.alpha/ispell-3.4.06' make[1]: Entering directory '/tmp/pkgbuild/textproc/ispell/work.alpha/ispell-3.4.06' . ./config.sh; \ set +vx; \ VERSION=`sed -n \ '/International Ispell/s/^.*\(International .*\)".*$/\1/p' \ version.h`; \ 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" \ -e "s@!!VERSION!!@$VERSION@g" \ $SORTTMP < ispell.5X > ispell.5 make[1]: Leaving directory '/tmp/pkgbuild/textproc/ispell/work.alpha/ispell-3.4.06' make LANGUAGE_TARGET=all SHELLDEBUG=+vx language-subdirs make[1]: Entering directory '/tmp/pkgbuild/textproc/ispell/work.alpha/ispell-3.4.06' + 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 make[2]: Entering directory '/tmp/pkgbuild/textproc/ispell/work.alpha/ispell-3.4.06/languages/american' make[3]: Entering directory '/tmp/pkgbuild/textproc/ispell/work.alpha/ispell-3.4.06/languages/american' rm -f english.[0-3] american.[0-2] altamer.[012] british.[012] make[3]: Leaving directory '/tmp/pkgbuild/textproc/ispell/work.alpha/ispell-3.4.06/languages/american' make[3]: Entering directory '/tmp/pkgbuild/textproc/ispell/work.alpha/ispell-3.4.06/languages/american' make -f ../english/Makefile VARIANTS=american \ 'EXTRADICT=/usr/share/dict/words' 'SHELLDEBUG=+vx' \ 'AFFIXES=../english/english.aff' \ english.med+ make[4]: Entering directory '/tmp/pkgbuild/textproc/ispell/work.alpha/ispell-3.4.06/languages/american' + PATH='../..:/tmp/pkgbuild/textproc/ispell/work.alpha/.cwrapper/bin:/tmp/pkgbuild/textproc/ispell/work.alpha/.buildlink/bin:/tmp/pkgbuild/textproc/ispell/work.alpha/.gcc/bin:/tmp/pkgbuild/textproc/ispell/work.alpha/.tools/bin:/usr/pkg/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/pkg/sbin:/usr/pkg/bin:/usr/X11R7/bin:/usr/local/sbin:/usr/local/bin:/usr/pkg/bin:/usr/X11R7/bin' + export PATH + ../../munchlist -v -l ../english/english.aff /usr/share/dict/words english.0 english.1 american.0 american.1 >english.med+ Collecting input. Word 'Jean-Christophe' contains illegal characters Word 'Jean-Pierre' contains illegal characters Finding flag marker. Generating roots and affixes. Expanding dictionary into EXPANDEDPAIRS. Creating list of legal roots/flags. Creating list of flags that participate in cross-products. Finding prefix and suffix flags. Creating awk script. Creating cross expansions (pass 1). Finding illegal cross expansions (pass 1). Creating cross expansions (pass 2). Finding illegal cross expansions (pass 2). Creating cross expansions (pass 3). Finding illegal cross expansions (pass 3). Creating cross expansions (pass 4). Finding illegal cross expansions (pass 4). Finding roots of cross expansions. Eliminating non-optimal affixes. Generating output word list. test -s english.med+ \ || (echo 'error: zero-length dictionary generated'; \ rm -f english.med+; exit 1) make[4]: Leaving directory '/tmp/pkgbuild/textproc/ispell/work.alpha/ispell-3.4.06/languages/american' rm -f american.med+ + ln -s english.med+ american.med+ make[3]: Leaving directory '/tmp/pkgbuild/textproc/ispell/work.alpha/ispell-3.4.06/languages/american' make SHELLDEBUG=+vx americanmed+.hash make[3]: Entering directory '/tmp/pkgbuild/textproc/ispell/work.alpha/ispell-3.4.06/languages/american' rm -f americanmed+.hash ../../buildhash american.med+ ../english/english.aff americanmed+.hash Counting words in dictionary ... 1000 2000 3000 4000 5000 6000 7000 8000 9000 10000 11000 12000 13000 14000 15000 16000 17000 18000 19000 20000 21000 22000 23000 24000 25000 26000 27000 28000 29000 30000 31000 32000 33000 34000 35000 36000 37000 38000 39000 40000 41000 42000 43000 44000 45000 46000 47000 48000 49000 50000 51000 52000 53000 54000 55000 56000 57000 58000 59000 60000 61000 62000 63000 64000 65000 66000 67000 68000 69000 70000 71000 72000 73000 74000 75000 76000 77000 78000 79000 80000 81000 82000 83000 84000 85000 86000 87000 88000 89000 90000 91000 92000 93000 94000 95000 96000 97000 98000 99000 100000 101000 102000 103000 104000 105000 106000 107000 108000 109000 110000 111000 112000 113000 114000 115000 116000 117000 118000 119000 120000 121000 122000 123000 124000 125000 126000 127000 128000 129000 130000 131000 132000 133000 134000 135000 136000 137000 138000 139000 140000 141000 142000 143000 144000 145000 146000 147000 148000 149000 150000 151000 152000 153000 154000 155000 156000 157000 158000 159000 160000 161000 162000 163000 164000 165000 166000 167000 168000 169000 170000 171000 172000 173000 174000 175000 176000 177000 178000 179000 180000 181000 182000 183000 184000 185000 186000 187000 188000 189000 190000 191000 192000 193000 194000 195000 196000 197000 198000 199000 200000 201000 202000 203000 204000 205000 206000 207000 207861 words 0 1000 2000 3000 4000 5000 6000 7000 8000 9000 10000 11000 12000 13000 14000 15000 16000 17000 18000 19000 20000 21000 22000 23000 24000 25000 26000 27000 28000 29000 30000 31000 32000 33000 34000 35000 36000 37000 38000 39000 40000 41000 42000 43000 44000 45000 46000 47000 48000 49000 50000 51000 52000 53000 54000 55000 56000 57000 58000 59000 60000 61000 62000 63000 64000 65000 66000 67000 68000 69000 70000 71000 72000 73000 74000 75000 76000 77000 78000 79000 80000 81000 82000 83000 84000 85000 86000 87000 88000 89000 90000 91000 92000 93000 94000 95000 96000 97000 98000 99000 100000 101000 102000 103000 104000 105000 106000 107000 108000 109000 110000 111000 112000 113000 114000 115000 116000 117000 118000 119000 120000 121000 122000 123000 124000 125000 126000 127000 128000 129000 130000 131000 132000 133000 134000 135000 136000 137000 138000 139000 140000 141000 142000 143000 144000 145000 146000 147000 148000 149000 150000 151000 152000 153000 154000 155000 156000 157000 158000 159000 160000 161000 162000 163000 164000 165000 166000 167000 168000 169000 170000 171000 172000 173000 174000 175000 176000 177000 178000 179000 180000 181000 182000 183000 184000 185000 186000 187000 188000 189000 190000 191000 192000 193000 194000 195000 196000 197000 198000 199000 200000 201000 202000 203000 204000 205000 206000 207000 make[3]: Leaving directory '/tmp/pkgbuild/textproc/ispell/work.alpha/ispell-3.4.06/languages/american' make[2]: Leaving directory '/tmp/pkgbuild/textproc/ispell/work.alpha/ispell-3.4.06/languages/american' make[1]: Leaving directory '/tmp/pkgbuild/textproc/ispell/work.alpha/ispell-3.4.06'