=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/fonts/t1lib", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for t1lib-5.1.2nb7 /usr/bin/find /tmp/work/fonts/t1lib/work/t1lib-5.1.2 -name "*.orig" -print | /usr/bin/xargs /usr/bin/rm -f for i in lib type1afm examples xglyph; do \ (cd $i; /opt/pkg/bin/gmake 'CC=gcc' 'CFLAGS=-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -fno-strength-reduce -DT1LIB_IDENT="\"5.1.2\"" -DGLOBAL_CONFIG_DIR="\"/opt/pkg/share/t1lib\"" ' 'OPTIONS=' ) || exit 1; \ done gmake[1]: Entering directory '/tmp/work/fonts/t1lib/work/t1lib-5.1.2/lib' gmake[2]: Entering directory '/tmp/work/fonts/t1lib/work/t1lib-5.1.2/lib/type1' ../../libtool --mode=compile \ gcc -c -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -fno-strength-reduce -DT1LIB_IDENT="\"5.1.2\"" -DGLOBAL_CONFIG_DIR="\"/opt/pkg/share/t1lib\"" -DT1_AA_TYPE16=short -DT1_AA_TYPE32=int -DT1_AA_TYPE64=long arith.c libtool: compile: gcc -c -I/tmp/work/fonts/t1lib/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -fno-strength-reduce -DT1LIB_IDENT=\"5.1.2\" -DGLOBAL_CONFIG_DIR=\"/opt/pkg/share/t1lib\" -DT1_AA_TYPE16=short -DT1_AA_TYPE32=int -DT1_AA_TYPE64=long arith.c -fPIC -DPIC -o .libs/arith.o arith.c: In function 'DLmult': arith.c:110:6: warning: old-style function definition [-Wold-style-definition] 110 | void DLmult(product, u, v) | ^~~~~~ arith.c:114:1: error: number of arguments doesn't match prototype 114 | { | ^ In file included from arith.c:56: arith.h:33:6: error: prototype declaration 33 | void DLmult(),DLdiv(),DLadd(),DLsub(); | ^~~~~~ arith.c: In function 'DLdiv': arith.c:155:6: warning: old-style function definition [-Wold-style-definition] 155 | void DLdiv(quotient, divisor) | ^~~~~ arith.c:158:1: error: number of arguments doesn't match prototype 158 | { | ^ arith.h:33:15: error: prototype declaration 33 | void DLmult(),DLdiv(),DLadd(),DLsub(); | ^~~~~ In file included from arith.c:54: objects.h:57:32: error: too many arguments to function 't1_abort'; expected 0, have 2 57 | #define abort(line,no) t1_abort(line,no) | ^~~~~~~~ arith.c:208:16: note: in expansion of macro 'abort' 208 | abort("DLdiv: dividend too large", 1); | ^~~~~ objects.h:67:6: note: declared here 67 | void t1_abort(); /* crash; software logic error */ | ^~~~~~~~ objects.h:57:32: error: too many arguments to function 't1_abort'; expected 0, have 2 57 | #define abort(line,no) t1_abort(line,no) | ^~~~~~~~ arith.c:271:24: note: in expansion of macro 'abort' 271 | abort("divide algorithm error", 2); | ^~~~~ objects.h:67:6: note: declared here 67 | void t1_abort(); /* crash; software logic error */ | ^~~~~~~~ arith.c: In function 'DLadd': arith.c:293:6: warning: old-style function definition [-Wold-style-definition] 293 | void DLadd(u, v) | ^~~~~ arith.c:296:1: error: number of arguments doesn't match prototype 296 | { | ^ arith.h:33:23: error: prototype declaration 33 | void DLmult(),DLdiv(),DLadd(),DLsub(); | ^~~~~ arith.c: In function 'DLsub': arith.c:312:6: warning: old-style function definition [-Wold-style-definition] 312 | void DLsub(u, v) | ^~~~~ arith.c:315:1: error: number of arguments doesn't match prototype 315 | { | ^ arith.h:33:31: error: prototype declaration 33 | void DLmult(),DLdiv(),DLadd(),DLsub(); | ^~~~~ arith.c: In function 'FPmult': arith.c:340:10: warning: old-style function definition [-Wold-style-definition] 340 | fractpel FPmult(u, v) | ^~~~~~ arith.c:342:1: error: number of arguments doesn't match prototype 342 | { | ^ arith.h:35:10: error: prototype declaration 35 | fractpel FPmult(); | ^~~~~~ arith.c:356:3: error: too many arguments to function 'DLmult'; expected 0, have 3 356 | DLmult(&w, u, v); | ^~~~~~ ~~ arith.c:110:6: note: declared here 110 | void DLmult(product, u, v) | ^~~~~~ arith.c: In function 'FPdiv': arith.c:372:10: warning: old-style function definition [-Wold-style-definition] 372 | fractpel FPdiv(dividend, divisor) | ^~~~~ arith.c:375:1: error: number of arguments doesn't match prototype 375 | { | ^ arith.h:36:10: error: prototype declaration 36 | fractpel FPdiv(); | ^~~~~ arith.c:390:8: error: too many arguments to function 'DLdiv'; expected 0, have 2 390 | DLdiv(&w, divisor); | ^~~~~ ~~ arith.c:155:6: note: declared here 155 | void DLdiv(quotient, divisor) | ^~~~~ arith.c: In function 'FPstarslash': arith.c:406:10: warning: old-style function definition [-Wold-style-definition] 406 | fractpel FPstarslash(a, b, c) | ^~~~~~~~~~~ arith.c:408:1: error: number of arguments doesn't match prototype 408 | { | ^ arith.h:37:10: error: prototype declaration 37 | fractpel FPstarslash(); | ^~~~~~~~~~~ arith.c:417:8: error: too many arguments to function 'DLmult'; expected 0, have 3 417 | DLmult(&w, a, b); | ^~~~~~ ~~ arith.c:110:6: note: declared here 110 | void DLmult(product, u, v) | ^~~~~~ arith.c:418:8: error: too many arguments to function 'DLdiv'; expected 0, have 2 418 | DLdiv(&w, c); | ^~~~~ ~~ arith.c:155:6: note: declared here 155 | void DLdiv(quotient, divisor) | ^~~~~ gmake[2]: *** [Makefile:78: arith.lo] Error 1 gmake[2]: Leaving directory '/tmp/work/fonts/t1lib/work/t1lib-5.1.2/lib/type1' gmake[1]: *** [Makefile:121: type1_target] Error 1 gmake[1]: Leaving directory '/tmp/work/fonts/t1lib/work/t1lib-5.1.2/lib' gmake: *** [Makefile:102: XXXX] Error 1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/fonts/t1lib *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/fonts/t1lib