=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/math/abs", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for abs-0.8nb2 --- all --- rm -f ./abs; for i in ABV X11 Kernel Plot Database Fig Interface X11/xedit SAMCEF ; do if [ -d $i ] ; then (cd $i ; echo "making" all "in ./$i..."; /opt/pkg/bin/bmake TOPCFLAGS="-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include" IncludeDir="/opt/pkg/include" Ccompiler="cc" DEFINE="" all); fi done making all in ./ABV... --- gram.o --- --- parser.o --- cc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -I../X11 -I../X11/xedit -I../Kernel -I../ABV -I../Interface -I../Parser -I../Database -I../Xpm -DABV4ABS -I/opt/pkg/include -c parser.c --- gram.o --- cc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -I../X11 -I../X11/xedit -I../Kernel -I../ABV -I../Interface -I../Parser -I../Database -I../Xpm -DABV4ABS -I/opt/pkg/include -c gram.c gram.y: In function 'yyerror': gram.y:364:1: warning: old-style function definition [-Wold-style-definition] --- parser_ext.o --- cc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -I../X11 -I../X11/xedit -I../Kernel -I../ABV -I../Interface -I../Parser -I../Database -I../Xpm -DABV4ABS -I/opt/pkg/include -c parser_ext.c --- interpret.o --- cc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -I../X11 -I../X11/xedit -I../Kernel -I../ABV -I../Interface -I../Parser -I../Database -I../Xpm -DABV4ABS -I/opt/pkg/include -c interpret.c --- parser_ext.o --- parser_ext.c: In function 'SetFileInput': parser_ext.c:40:1: warning: old-style function definition [-Wold-style-definition] 40 | SetFileInput (code) | ^~~~~~~~~~~~ parser_ext.c: In function 'SetStringInput': parser_ext.c:89:1: warning: old-style function definition [-Wold-style-definition] 89 | SetStringInput (buf) | ^~~~~~~~~~~~~~ parser_ext.c: In function 'FillTokenBuf': parser_ext.c:203:1: warning: old-style function definition [-Wold-style-definition] 203 | FillTokenBuf (c) | ^~~~~~~~~~~~ --- interpret.o --- interpret.c: In function 'exint': interpret.c:621:62: error: too many arguments to function '(arrayclass + (sizetype)((long unsigned int)collection.type * 32))->fct->fct'; expected 0, have 2 621 | (arrayclass[collection.type].fct[0].fct) (1, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ~ In file included from libfct.h:30, from interpret.c:32: class.h:37:11: note: declared here 37 | obj (*fct) (); | ^~~ interpret.c: In function 'mkcallbuiltin': interpret.c:1308:38: error: too many arguments to function '(arrayfct + (sizetype)((long unsigned int)identifier.rec.i * 40))->fct'; expected 0, have 2 1308 | o = (arrayfct[identifier.rec.i].fct) (narg, arg); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ~~~~ class.h:37:11: note: declared here 37 | obj (*fct) (); | ^~~ interpret.c: In function 'mkcallmember': interpret.c:1314:5: warning: old-style function definition [-Wold-style-definition] 1314 | obj mkcallmember (base, identifier) | ^~~~~~~~~~~~ interpret.c:1351:40: error: too many arguments to function '((arrayclass + (sizetype)((long unsigned int)base.type * 32))->fct + (sizetype)((long unsigned int)i * 40))->fct'; expected 0, have 2 1351 | o = (arrayclass[base.type].fct[i].fct) (narg, arg); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ~~~~ class.h:37:11: note: declared here 37 | obj (*fct) (); | ^~~ interpret.c: In function 'mkcallalone': interpret.c:1359:5: warning: old-style function definition [-Wold-style-definition] 1359 | obj mkcallalone (member) | ^~~~~~~~~~~ interpret.c:1395:40: error: too many arguments to function '((arrayclass + (sizetype)((long unsigned int)base.type * 32))->fct + (sizetype)((long unsigned int)i * 40))->fct'; expected 0, have 2 1395 | o = (arrayclass[base.type].fct[i].fct) (narg, arg); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ~~~~ class.h:37:11: note: declared here 37 | obj (*fct) (); | ^~~ *** [interpret.o] Error code 1 bmake[1]: stopped making "all" in /tmp/work/math/abs/work/abs-src-0.8/ABV bmake[1]: 1 error bmake[1]: stopped making "all" in /tmp/work/math/abs/work/abs-src-0.8/ABV making all in ./X11... making all in ./Kernel... making all in ./Plot... making all in ./Database... making all in ./Fig... making all in ./Interface... making all in ./X11/xedit... cc -o abs ./Plot/*.o ./ABV/*.o Fig/*.o Interface/*.o X11/xedit/*.o ./Kernel/*.o ./X11/*.o ./Database/*.o -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -lXaw -lXpm -lX11 -lm -lXt -lXmu -lXext ld: fatal: file ./Plot/*.o: open failed: No such file or directory ld: fatal: file Fig/*.o: open failed: No such file or directory ld: fatal: file Interface/*.o: open failed: No such file or directory ld: fatal: file X11/xedit/*.o: open failed: No such file or directory ld: fatal: file ./Kernel/*.o: open failed: No such file or directory ld: fatal: file ./X11/*.o: open failed: No such file or directory ld: fatal: file ./Database/*.o: open failed: No such file or directory ld: fatal: file processing errors. No output written to abs collect2: error: ld returned 1 exit status *** [all] Error code 1 bmake: stopped making "all" in /tmp/work/math/abs/work/abs-src-0.8 bmake: 1 error bmake: stopped making "all" in /tmp/work/math/abs/work/abs-src-0.8 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/math/abs *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/math/abs