=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/lang/open-cobol-ce", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for open-cobol-ce-1.1.59nb1 --- defaults.h --- Creating defaults.h... --- all --- /opt/pkg/bin/bmake all-recursive --- all-recursive --- Making all in lib --- dummymac.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/ncurses -finline-functions -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -MT dummymac.o -MD -MP -MF ".deps/dummymac.Tpo" -c -o dummymac.o dummymac.c; then mv -f ".deps/dummymac.Tpo" ".deps/dummymac.Po"; else rm -f ".deps/dummymac.Tpo"; exit 1; fi --- libsupport.a --- rm -f libsupport.a ar cru libsupport.a dummymac.o ranlib libsupport.a Making all in libcob --- libcob_la-common.lo --- --- libcob_la-call.lo --- if /usr/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/ncurses -I.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/ncurses -finline-functions -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -MT libcob_la-call.lo -MD -MP -MF ".deps/libcob_la-call.Tpo" -c -o libcob_la-call.lo `test -f 'call.c' || echo './'`call.c; then mv -f ".deps/libcob_la-call.Tpo" ".deps/libcob_la-call.Plo"; else rm -f ".deps/libcob_la-call.Tpo"; exit 1; fi --- libcob_la-common.lo --- if /usr/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/ncurses -I.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/ncurses -finline-functions -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -MT libcob_la-common.lo -MD -MP -MF ".deps/libcob_la-common.Tpo" -c -o libcob_la-common.lo `test -f 'common.c' || echo './'`common.c; then mv -f ".deps/libcob_la-common.Tpo" ".deps/libcob_la-common.Plo"; else rm -f ".deps/libcob_la-common.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/pbulk/work/lang/open-cobol-ce/work/.buildlink/include -I/home/pbulk/work/lang/open-cobol-ce/work/.buildlink/include/db4 -I/home/pbulk/work/lang/open-cobol-ce/work/.buildlink/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -finline-functions -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -MT libcob_la-common.lo -MD -MP -MF .deps/libcob_la-common.Tpo -c common.c -fPIC -DPIC -o .libs/libcob_la-common.o --- libcob_la-call.lo --- libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/pbulk/work/lang/open-cobol-ce/work/.buildlink/include -I/home/pbulk/work/lang/open-cobol-ce/work/.buildlink/include/db4 -I/home/pbulk/work/lang/open-cobol-ce/work/.buildlink/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -finline-functions -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -MT libcob_la-call.lo -MD -MP -MF .deps/libcob_la-call.Tpo -c call.c -fPIC -DPIC -o .libs/libcob_la-call.o call.c: In function 'cobcall': call.c:627:16: error: too many arguments to function 'unifunc.funcint'; expected 0, have 16 627 | return unifunc.funcint (pargv[0], pargv[1], pargv[2], pargv[3], | ^~~~~~~ ~~~~~~~~ call.c:603:27: note: declared here 603 | int (*funcint)(); | ^~~~~~~ call.c: In function 'cobsavenv2': call.c:665:17: warning: variable 'jtemp' set but not used [-Wunused-but-set-variable] 665 | int jtemp; | ^~~~~ --- libcob_la-common.lo --- common.c: In function 'cobcommandline': common.c:1734:25: warning: variable 'sflags' set but not used [-Wunused-but-set-variable] 1734 | int sflags; | ^~~~~~ common.c:1733:26: warning: variable 'spname' set but not used [-Wunused-but-set-variable] 1733 | char *spname; | ^~~~~~ common.c:1732:27: warning: variable 'spenvp' set but not used [-Wunused-but-set-variable] 1732 | char **spenvp; | ^~~~~~ --- libcob_la-call.lo --- *** [libcob_la-call.lo] Error code 1 bmake[2]: stopped making "all" in /home/pbulk/work/lang/open-cobol-ce/work/open-cobol-ce-1.1/libcob --- libcob_la-common.lo --- common.c: In function 'cob_accept_time': common.c:1440:25: warning: '%2.2ld' directive writing between 2 and 16 bytes into a region of size 8 [-Wformat-overflow=] 1440 | sprintf(buff2, "%2.2ld", tmv.tv_usec / 10000); | ^~~~~~ common.c:1440:24: note: directive argument in the range [-922337203685477, 922337203685477] 1440 | sprintf(buff2, "%2.2ld", tmv.tv_usec / 10000); | ^~~~~~~~ common.c:1440:9: note: 'sprintf' output between 3 and 17 bytes into a destination of size 8 1440 | sprintf(buff2, "%2.2ld", tmv.tv_usec / 10000); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/home/pbulk/work/lang/open-cobol-ce/work/.buildlink/include -I/home/pbulk/work/lang/open-cobol-ce/work/.buildlink/include/db4 -I/home/pbulk/work/lang/open-cobol-ce/work/.buildlink/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -finline-functions -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -MT libcob_la-common.lo -MD -MP -MF .deps/libcob_la-common.Tpo -c common.c -o libcob_la-common.o >/dev/null 2>&1 bmake[2]: 1 error bmake[2]: stopped making "all" in /home/pbulk/work/lang/open-cobol-ce/work/open-cobol-ce-1.1/libcob *** [all-recursive] Error code 1 bmake[1]: stopped making "all-recursive" in /home/pbulk/work/lang/open-cobol-ce/work/open-cobol-ce-1.1 bmake[1]: 1 error bmake[1]: stopped making "all-recursive" in /home/pbulk/work/lang/open-cobol-ce/work/open-cobol-ce-1.1 *** [all] Error code 2 bmake: stopped making "all" in /home/pbulk/work/lang/open-cobol-ce/work/open-cobol-ce-1.1 bmake: 1 error bmake: stopped making "all" in /home/pbulk/work/lang/open-cobol-ce/work/open-cobol-ce-1.1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/open-cobol-ce *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/open-cobol-ce