=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/ispell", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for ispell-3.4.06nb2 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 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DHAVE_INTTYPES_H -I/opt/pkg/include/ncurses -c buildhash.c In file included from config.h:216, from buildhash.c:119: local.h:95:9: warning: 'MAN1DIR' redefined 95 | #define MAN1DIR "/opt/pkg/share/man/man1" | ^~~~~~~ local.h:79:9: note: this is the location of the previous definition 79 | #define MAN1DIR "/opt/pkg/man/man1" | ^~~~~~~ local.h:96:9: warning: 'MAN45DIR' redefined 96 | #define MAN45DIR "/opt/pkg/share/man/man5" | ^~~~~~~~ local.h:80:9: note: this is the location of the previous definition 80 | #define MAN45DIR "/opt/pkg/man/man5" | ^~~~~~~~ buildhash.c: In function 'main': buildhash.c:148:5: warning: old-style function definition [-Wold-style-definition] 148 | int main (argc, argv) | ^~~~ buildhash.c: In function 'mymalloc': buildhash.c:491:8: warning: old-style function definition [-Wold-style-definition] 491 | VOID * mymalloc (size) /* Fast, unfree-able variant of malloc */ | ^~~~~~~~ buildhash.c: In function 'myrealloc': buildhash.c:517:8: warning: old-style function definition [-Wold-style-definition] 517 | VOID * myrealloc (ptr, size, oldsize) | ^~~~~~~~~ buildhash.c: In function 'myfree': buildhash.c:532:6: warning: old-style function definition [-Wold-style-definition] 532 | void myfree (ptr) | ^~~~~~ + cc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DHAVE_INTTYPES_H -I/opt/pkg/include/ncurses -c hash.c In file included from config.h:216, from hash.c:68: local.h:95:9: warning: 'MAN1DIR' redefined 95 | #define MAN1DIR "/opt/pkg/share/man/man1" | ^~~~~~~ local.h:79:9: note: this is the location of the previous definition 79 | #define MAN1DIR "/opt/pkg/man/man1" | ^~~~~~~ local.h:96:9: warning: 'MAN45DIR' redefined 96 | #define MAN45DIR "/opt/pkg/share/man/man5" | ^~~~~~~~ local.h:80:9: note: this is the location of the previous definition 80 | #define MAN45DIR "/opt/pkg/man/man5" | ^~~~~~~~ hash.c: In function 'hash': hash.c:83:5: warning: old-style function definition [-Wold-style-definition] 83 | int hash (s, hashtblsize) | ^~~~ + cc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DHAVE_INTTYPES_H -I/opt/pkg/include/ncurses -c makedent.c In file included from config.h:216, from makedent.c:121: local.h:95:9: warning: 'MAN1DIR' redefined 95 | #define MAN1DIR "/opt/pkg/share/man/man1" | ^~~~~~~ local.h:79:9: note: this is the location of the previous definition 79 | #define MAN1DIR "/opt/pkg/man/man1" | ^~~~~~~ local.h:96:9: warning: 'MAN45DIR' redefined 96 | #define MAN45DIR "/opt/pkg/share/man/man5" | ^~~~~~~~ local.h:80:9: note: this is the location of the previous definition 80 | #define MAN45DIR "/opt/pkg/man/man5" | ^~~~~~~~ makedent.c: In function 'makedent': makedent.c:173:5: warning: old-style function definition [-Wold-style-definition] 173 | int makedent (lbuf, lbuflen, d) | ^~~~~~~~ makedent.c: In function 'whatcap': makedent.c:275:6: warning: old-style function definition [-Wold-style-definition] 275 | long whatcap (word) | ^~~~~~~ makedent.c: In function 'addvheader': makedent.c:326:5: warning: old-style function definition [-Wold-style-definition] 326 | int addvheader (dp) | ^~~~~~~~~~ makedent.c: In function 'combinecaps': makedent.c:430:5: warning: old-style function definition [-Wold-style-definition] 430 | int combinecaps (hdrp, newp) | ^~~~~~~~~~~ makedent.c: In function 'forcevheader': makedent.c:501:13: warning: old-style function definition [-Wold-style-definition] 501 | static void forcevheader (hdrp, oldp, newp) | ^~~~~~~~~~~~ makedent.c: In function 'combine_two_entries': makedent.c:520:12: warning: old-style function definition [-Wold-style-definition] 520 | static int combine_two_entries (hdrp, oldp, newp) | ^~~~~~~~~~~~~~~~~~~ makedent.c: In function 'acoversb': makedent.c:573:12: warning: old-style function definition [-Wold-style-definition] 573 | static int acoversb (enta, entb) | ^~~~~~~~ makedent.c: In function 'upcase': makedent.c:613:6: warning: old-style function definition [-Wold-style-definition] 613 | void upcase (s) | ^~~~~~ makedent.c: In function 'lowcase': makedent.c:624:6: warning: old-style function definition [-Wold-style-definition] 624 | void lowcase (s) | ^~~~~~~ makedent.c: In function 'chupcase': makedent.c:639:6: warning: old-style function definition [-Wold-style-definition] 639 | void chupcase (s) | ^~~~~~~~ makedent.c: In function 'issubset': makedent.c:653:12: warning: old-style function definition [-Wold-style-definition] 653 | static int issubset (ent1, ent2) | ^~~~~~~~ makedent.c: In function 'combineaffixes': makedent.c:688:13: warning: old-style function definition [-Wold-style-definition] 688 | static void combineaffixes (ent1, ent2) | ^~~~~~~~~~~~~~ makedent.c: In function 'toutent': makedent.c:712:6: warning: old-style function definition [-Wold-style-definition] 712 | void toutent (toutfile, hent, onlykeep) | ^~~~~~~ makedent.c: In function 'toutword': makedent.c:758:13: warning: old-style function definition [-Wold-style-definition] 758 | static void toutword (toutfile, word, cent) | ^~~~~~~~ makedent.c: In function 'flagout': makedent.c:775:13: warning: old-style function definition [-Wold-style-definition] 775 | static void flagout (toutfile, flag) | ^~~~~~~ makedent.c: In function 'stringcharlen': makedent.c:795:5: warning: old-style function definition [-Wold-style-definition] 795 | int stringcharlen (bufp, canonical) | ^~~~~~~~~~~~~ makedent.c: In function 'strtoichar': makedent.c:904:5: warning: old-style function definition [-Wold-style-definition] 904 | int strtoichar (out, in, outlen, canonical) | ^~~~~~~~~~ makedent.c: In function 'ichartostr': makedent.c:935:5: warning: old-style function definition [-Wold-style-definition] 935 | int ichartostr (out, in, outlen, canonical) | ^~~~~~~~~~ makedent.c: In function 'strtosichar': makedent.c:981:11: warning: old-style function definition [-Wold-style-definition] 981 | ichar_t * strtosichar (in, canonical) | ^~~~~~~~~~~ makedent.c: In function 'ichartosstr': makedent.c:995:17: warning: old-style function definition [-Wold-style-definition] 995 | unsigned char * ichartosstr (in, canonical) | ^~~~~~~~~~~ makedent.c: In function 'printichar': makedent.c:1011:8: warning: old-style function definition [-Wold-style-definition] 1011 | char * printichar (in) | ^~~~~~~~~~ makedent.c: In function 'icharcpy': makedent.c:1031:11: warning: old-style function definition [-Wold-style-definition] 1031 | ichar_t * icharcpy (out, in) | ^~~~~~~~ makedent.c: In function 'icharlen': makedent.c:1046:5: warning: old-style function definition [-Wold-style-definition] 1046 | int icharlen (in) | ^~~~~~~~ makedent.c: In function 'icharcmp': makedent.c:1059:5: warning: old-style function definition [-Wold-style-definition] 1059 | int icharcmp (s1, s2) | ^~~~~~~~ makedent.c: In function 'icharncmp': makedent.c:1075:5: warning: old-style function definition [-Wold-style-definition] 1075 | int icharncmp (s1, s2, n) | ^~~~~~~~~ makedent.c: In function 'findfiletype': makedent.c:1094:5: warning: old-style function definition [-Wold-style-definition] 1094 | int findfiletype (name, searchnames, deformatter) | ^~~~~~~~~~~~ makedent.c: In function 'initckch': makedent.c:1150:6: warning: old-style function definition [-Wold-style-definition] 1150 | void initckch (wchars) | ^~~~~~~~ + yacc parse.y parse.y:275.16-20: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 275 | %type error | ^~~~~ + [ -f y_tab.c ] + mv y.tab.c y_tab.c + cc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DHAVE_INTTYPES_H -I/opt/pkg/include/ncurses -c y_tab.c In file included from config.h:216, from parse.y:137: local.h:95:9: warning: 'MAN1DIR' redefined 95 | #define MAN1DIR "/opt/pkg/share/man/man1" | ^~~~~~~ local.h:79:9: note: this is the location of the previous definition 79 | #define MAN1DIR "/opt/pkg/man/man1" | ^~~~~~~ local.h:96:9: warning: 'MAN45DIR' redefined 96 | #define MAN45DIR "/opt/pkg/share/man/man5" | ^~~~~~~~ local.h:80:9: note: this is the location of the previous definition 80 | #define MAN45DIR "/opt/pkg/man/man5" | ^~~~~~~~ parse.y: In function 'kwanalyze': parse.y:1468:12: warning: old-style function definition [-Wold-style-definition] 1468 | static int kwanalyze (backslashed, str) | ^~~~~~~~~ parse.y: In function 'yyerror': parse.y:1740:13: warning: old-style function definition [-Wold-style-definition] 1740 | static void yyerror (str) | ^~~~~~~ parse.y: In function 'yyopen': parse.y:1748:5: warning: old-style function definition [-Wold-style-definition] 1748 | int yyopen (file) | ^~~~~~ parse.y: In function 'ungrabchar': parse.y:1827:13: warning: old-style function definition [-Wold-style-definition] 1827 | static void ungrabchar (ch) /* Unget a character, tracking line numbers */ | ^~~~~~~~~~ parse.y: In function 'sufcmp': parse.y:1842:12: warning: old-style function definition [-Wold-style-definition] 1842 | static int sufcmp (flag1, flag2) /* Compare suffix flags for qsort */ | ^~~~~~ parse.y: In function 'precmp': parse.y:1870:12: warning: old-style function definition [-Wold-style-definition] 1870 | static int precmp (flag1, flag2) /* Compare prefix flags for qsort */ | ^~~~~~ parse.y: In function 'addstringchar': parse.y:1885:12: warning: old-style function definition [-Wold-style-definition] 1885 | static int addstringchar (str, lower, upper) | ^~~~~~~~~~~~~ parse.y: In function 'stringcharcmp': parse.y:1997:12: warning: old-style function definition [-Wold-style-definition] 1997 | static int stringcharcmp (a, b) | ^~~~~~~~~~~~~ + mv y_tab.o parse.o + rm -f y_tab.c + cc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DHAVE_INTTYPES_H -I/opt/pkg/include/ncurses -o buildhash buildhash.o hash.o makedent.o parse.o -L/opt/pkg/lib -Wl,-R/opt/pkg/lib make[1]: Entering directory '/home/pbulk/work/textproc/ispell/work/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 '/home/pbulk/work/textproc/ispell/work/ispell-3.4.06' chmod +x findaffix make[1]: Entering directory '/home/pbulk/work/textproc/ispell/work/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 '/home/pbulk/work/textproc/ispell/work/ispell-3.4.06' chmod +x tryaffix cc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DHAVE_INTTYPES_H -I/opt/pkg/include/ncurses -c term.c In file included from config.h:216, from term.c:97: local.h:95:9: warning: 'MAN1DIR' redefined 95 | #define MAN1DIR "/opt/pkg/share/man/man1" | ^~~~~~~ local.h:79:9: note: this is the location of the previous definition 79 | #define MAN1DIR "/opt/pkg/man/man1" | ^~~~~~~ local.h:96:9: warning: 'MAN45DIR' redefined 96 | #define MAN45DIR "/opt/pkg/share/man/man5" | ^~~~~~~~ local.h:80:9: note: this is the location of the previous definition 80 | #define MAN45DIR "/opt/pkg/man/man5" | ^~~~~~~~ term.c: In function 'imove': term.c:152:6: warning: old-style function definition [-Wold-style-definition] 152 | void imove (row, col) | ^~~~~ term.c: In function 'iputch': term.c:177:12: warning: old-style function definition [-Wold-style-definition] 177 | static int iputch (c) | ^~~~~~ term.c: In function 'terminit': term.c:384:17: error: assignment to 'void (*)(void)' from incompatible pointer type 'void (*)(int)' [-Wincompatible-pointer-types] 384 | if ((oldint = signal (SIGINT, SIG_IGN)) != SIG_IGN) | ^ term.c:384:45: warning: comparison of distinct pointer types lacks a cast [-Wcompare-distinct-pointer-types] 384 | if ((oldint = signal (SIGINT, SIG_IGN)) != SIG_IGN) | ^~ term.c:386:18: error: assignment to 'void (*)(void)' from incompatible pointer type 'void (*)(int)' [-Wincompatible-pointer-types] 386 | if ((oldterm = signal (SIGTERM, SIG_IGN)) != SIG_IGN) | ^ term.c:386:47: warning: comparison of distinct pointer types lacks a cast [-Wcompare-distinct-pointer-types] 386 | if ((oldterm = signal (SIGTERM, SIG_IGN)) != SIG_IGN) | ^~ term.c:393:18: error: assignment to 'void (*)(void)' from incompatible pointer type 'void (*)(int)' [-Wincompatible-pointer-types] 393 | if ((oldttin = signal (SIGTTIN, SIG_IGN)) != SIG_IGN) | ^ term.c:393:47: warning: comparison of distinct pointer types lacks a cast [-Wcompare-distinct-pointer-types] 393 | if ((oldttin = signal (SIGTTIN, SIG_IGN)) != SIG_IGN) | ^~ term.c:395:18: error: assignment to 'void (*)(void)' from incompatible pointer type 'void (*)(int)' [-Wincompatible-pointer-types] 395 | if ((oldttou = signal (SIGTTOU, SIG_IGN)) != SIG_IGN) | ^ term.c:395:47: warning: comparison of distinct pointer types lacks a cast [-Wcompare-distinct-pointer-types] 395 | if ((oldttou = signal (SIGTTOU, SIG_IGN)) != SIG_IGN) | ^~ term.c:397:18: error: assignment to 'void (*)(void)' from incompatible pointer type 'void (*)(int)' [-Wincompatible-pointer-types] 397 | if ((oldtstp = signal (SIGTSTP, SIG_IGN)) != SIG_IGN) | ^ term.c:397:47: warning: comparison of distinct pointer types lacks a cast [-Wcompare-distinct-pointer-types] 397 | if ((oldtstp = signal (SIGTSTP, SIG_IGN)) != SIG_IGN) | ^~ term.c: In function 'done': term.c:405:13: warning: old-style function definition [-Wold-style-definition] 405 | SIGNAL_TYPE done (signo) | ^~~~ term.c: In function 'onstop': term.c:429:20: warning: old-style function definition [-Wold-style-definition] 429 | static SIGNAL_TYPE onstop (signo) | ^~~~~~ term.c: In function 'shellescape': term.c:505:5: warning: old-style function definition [-Wold-style-definition] 505 | int shellescape (buf) | ^~~~~~~~~~~ term.c:538:28: error: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] 538 | (void) signal (SIGINT, oldint); | ^~~~~~ | | | void (*)(void) In file included from /usr/include/signal.h:42, from term.c:110: /usr/include/iso/signal_iso.h:63:27: note: expected 'void (*)(int)' but argument is of type 'void (*)(void)' 63 | extern void (*signal(int, void (*)(int)))(int); | ^~~~~~~~~~~~~ term.c:539:29: error: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] 539 | (void) signal (SIGTERM, oldterm); | ^~~~~~~ | | | void (*)(void) /usr/include/iso/signal_iso.h:63:27: note: expected 'void (*)(int)' but argument is of type 'void (*)(void)' 63 | extern void (*signal(int, void (*)(int)))(int); | ^~~~~~~~~~~~~ term.c:541:29: error: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] 541 | (void) signal (SIGTTIN, oldttin); | ^~~~~~~ | | | void (*)(void) /usr/include/iso/signal_iso.h:63:27: note: expected 'void (*)(int)' but argument is of type 'void (*)(void)' 63 | extern void (*signal(int, void (*)(int)))(int); | ^~~~~~~~~~~~~ term.c:542:29: error: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] 542 | (void) signal (SIGTTOU, oldttou); | ^~~~~~~ | | | void (*)(void) /usr/include/iso/signal_iso.h:63:27: note: expected 'void (*)(int)' but argument is of type 'void (*)(void)' 63 | extern void (*signal(int, void (*)(int)))(int); | ^~~~~~~~~~~~~ term.c:543:29: error: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] 543 | (void) signal (SIGTSTP, oldtstp); | ^~~~~~~ | | | void (*)(void) /usr/include/iso/signal_iso.h:63:27: note: expected 'void (*)(int)' but argument is of type 'void (*)(void)' 63 | extern void (*signal(int, void (*)(int)))(int); | ^~~~~~~~~~~~~ term.c:562:16: warning: comparison of distinct pointer types lacks a cast [-Wcompare-distinct-pointer-types] 562 | if (oldint != SIG_IGN) | ^~ term.c:564:17: warning: comparison of distinct pointer types lacks a cast [-Wcompare-distinct-pointer-types] 564 | if (oldterm != SIG_IGN) | ^~ term.c:568:17: warning: comparison of distinct pointer types lacks a cast [-Wcompare-distinct-pointer-types] 568 | if (oldttin != SIG_IGN) | ^~ term.c:570:17: warning: comparison of distinct pointer types lacks a cast [-Wcompare-distinct-pointer-types] 570 | if (oldttou != SIG_IGN) | ^~ term.c:572:17: warning: comparison of distinct pointer types lacks a cast [-Wcompare-distinct-pointer-types] 572 | if (oldtstp != SIG_IGN) | ^~ term.c wouldn't compile. Try inverting USG in local.h gmake: *** [Makefile:623: term.o] Error 1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/ispell *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/ispell