+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/ispell-3.4.06/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/ispell-3.4.06/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> 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 -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" | ^~~~~~~~ + 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" | ^~~~~~~~ + 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" | ^~~~~~~~ + yacc parse.y parse.y:274.16-20: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 274 | %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:136: 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 'yyparse': parse.y:773:40: error: implicit declaration of function 'bcopy' [-Wimplicit-function-declaration] 773 | (void) bcopy ((char *) $2, hashheader.nrchars, | ^~~~~ parse.y:773:40: warning: incompatible implicit declaration of built-in function 'bcopy' [-Wbuiltin-declaration-mismatch] parse.y:783:40: warning: incompatible implicit declaration of built-in function 'bcopy' [-Wbuiltin-declaration-mismatch] 783 | (void) bcopy ((char *) $2, hashheader.texchars, | ^~~~~ parse.y:877:36: error: implicit declaration of function 'bzero' [-Wimplicit-function-declaration] 877 | (void) bzero ($$.set, SET_SIZE + MAXSTRINGCHARS); | ^~~~~ parse.y:877:36: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] parse.y:1250:36: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] 1250 | (void) bzero (ent->conds, | ^~~~~ parse.y:1270:36: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] 1270 | (void) bzero (ent->conds, | ^~~~~ parse.y: In function 'getrange': parse.y:1551:12: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] 1551 | (void) bzero (yylval.charset.set, SET_SIZE + MAXSTRINGCHARS); | ^~~~~ parse.y: In function 'yyinit': parse.y:1795:12: warning: incompatible implicit declaration of built-in function 'bcopy' [-Wbuiltin-declaration-mismatch] 1795 | (void) bcopy (NRSPECIAL, hashheader.nrchars, sizeof hashheader.nrchars); | ^~~~~ + mv y_tab.o parse.o mv: cannot access y_tab.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 ld: fatal: file parse.o: open failed: No such file or directory ld: fatal: file processing errors. No output written to buildhash collect2: error: ld returned 1 exit status gmake: *** [Makefile:486: buildhash] 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