=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for ispell-3.4.00 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' + touch 'msgs.h' + cc -O2 -march=i586 '-DHAVE_INTTYPES_H' -I/usr/include -c 'buildhash.c' + cc -O2 -march=i586 '-DHAVE_INTTYPES_H' -I/usr/include -c 'hash.c' + cc -O2 -march=i586 '-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 -march=i586 '-DHAVE_INTTYPES_H' -I/usr/include -c 'y_tab.c' + mv 'y_tab.o' 'parse.o' + rm -f 'y_tab.c' + cc -O2 -march=i586 '-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 '/usr/pkgsrc/work/textproc/ispell/work/ispell-3.4.00' . ./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 '/usr/pkgsrc/work/textproc/ispell/work/ispell-3.4.00' chmod +x findaffix make[1]: Entering directory '/usr/pkgsrc/work/textproc/ispell/work/ispell-3.4.00' . ./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 '/usr/pkgsrc/work/textproc/ispell/work/ispell-3.4.00' chmod +x tryaffix cc -O2 -march=i586 -DHAVE_INTTYPES_H -I/usr/include -c term.c term.c:225:9: warning: implicit declaration of function 'ioctl' is invalid in C99 [-Wimplicit-function-declaration] if (ioctl (0, TIOCGWINSZ, (char *) &wsize) >= 0) ^ term.c:541:9: warning: implicit declaration of function 'wait' is invalid in C99 [-Wimplicit-function-declaration] while (wait (&termstat) != i) ^ 2 warnings generated. + cc -O2 -march=i586 '-DHAVE_INTTYPES_H' -I/usr/include -c 'ispell.c' ispell.c:1116:5: warning: comparison of array 'tempfile' equal to a null pointer is always false [-Wtautological-pointer-compare] (tempfile == NULL || tempfile[0] == '\0') ^~~~~~~~ ~~~~ 1 warning generated. + cc -O2 -march=i586 '-DHAVE_INTTYPES_H' -I/usr/include -c 'correct.c' correct.c:280:30: warning: format string is empty [-Wformat-zero-length] (void) fprintf (helpout, CORR_C_HELP_6, MAYBE_CR (helpout)); ^~~~~~~~~~~~~ ./msgs.h:188:24: note: expanded from macro 'CORR_C_HELP_6' #define CORR_C_HELP_6 "" ^~ correct.c:281:30: warning: format string is empty [-Wformat-zero-length] (void) fprintf (helpout, CORR_C_HELP_7, MAYBE_CR (helpout)); ^~~~~~~~~~~~~ ./msgs.h:189:24: note: expanded from macro 'CORR_C_HELP_7' #define CORR_C_HELP_7 "" ^~ correct.c:282:30: warning: format string is empty [-Wformat-zero-length] (void) fprintf (helpout, CORR_C_HELP_8, MAYBE_CR (helpout)); ^~~~~~~~~~~~~ ./msgs.h:190:24: note: expanded from macro 'CORR_C_HELP_8' #define CORR_C_HELP_8 "" ^~ correct.c:283:30: warning: format string is empty [-Wformat-zero-length] (void) fprintf (helpout, CORR_C_HELP_9, MAYBE_CR (helpout)); ^~~~~~~~~~~~~ ./msgs.h:191:24: note: expanded from macro 'CORR_C_HELP_9' #define CORR_C_HELP_9 "" ^~ correct.c:830:16: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] (void) fputs (tok, logfile); ^~~ /usr/include/stdio.h:234:35: note: passing argument to parameter here int fputs(const char * __restrict, FILE * __restrict); ^ correct.c:1831:10: warning: implicit declaration of function 'creat' is invalid in C99 [-Wimplicit-function-declaration] (void) creat (askfilename, 0666); ^ 6 warnings generated. + cc -O2 -march=i586 '-DHAVE_INTTYPES_H' -I/usr/include -c 'defmt.c' + cc -O2 -march=i586 '-DHAVE_INTTYPES_H' -I/usr/include -c 'dump.c' + cc -O2 -march=i586 '-DHAVE_INTTYPES_H' -I/usr/include -c 'exp_table.c' + cc -O2 -march=i586 '-DHAVE_INTTYPES_H' -I/usr/include -c 'fields.c' + cc -O2 -march=i586 '-DHAVE_INTTYPES_H' -I/usr/include -c 'good.c' + cc -O2 -march=i586 '-DHAVE_INTTYPES_H' -I/usr/include -c 'lookup.c' lookup.c:115:19: warning: implicit declaration of function 'open' is invalid in C99 [-Wimplicit-function-declaration] if ((hashfd = open (hashname, 0 | MSDOS_BINARY_OPEN)) < 0) ^ 1 warning generated. + cc -O2 -march=i586 '-DHAVE_INTTYPES_H' -I/usr/include -c 'tgood.c' + cc -O2 -march=i586 '-DHAVE_INTTYPES_H' -I/usr/include -c 'tree.c' + cc -O2 -march=i586 '-DHAVE_INTTYPES_H' -I/usr/include -c 'xgets.c' + cc -O2 -march=i586 '-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' term.o: In function `terminit': term.c:(.text+0x50a): undefined reference to `sigsetmask' term.c:(.text+0x59e): undefined reference to `sigsetmask' term.o: In function `onstop': term.c:(.text+0x7af): undefined reference to `sigblock' term.c:(.text+0x7c5): undefined reference to `sigsetmask' clang: error: linker command failed with exit code 1 (use -v to see invocation) Makefile:624: recipe for target 'ispell' failed gmake: *** [ispell] Error 1 *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/textproc/ispell *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/textproc/ispell