=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/GMT", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for GMT-4.1.4nb42 if [ ! -s src/makegmt.macros ]; then echo "src/makegmt.macros is empty - you must rerun configure in the main GMT directory"; exit; fi cd src; make DESTDIR= all; cd .. if [ `cat makegmt.macros | wc -c` = 0 ]; then echo "src/makegmt.macros is empty - you must rerun configure in the main GMT directory"; exit; fi libtool: compile: gcc -I/tmp/work/graphics/GMT/work/.buildlink/include -I/tmp/work/graphics/GMT/work/.buildlink/include/libxml2 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DGMT_DEFAULT_PATH=\"/opt/pkg\" -c pslib.c -fPIC -DPIC -o .libs/pslib.o libtool: compile: gcc -I/tmp/work/graphics/GMT/work/.buildlink/include -I/tmp/work/graphics/GMT/work/.buildlink/include/libxml2 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DGMT_DEFAULT_PATH=\"/opt/pkg\" -c pslib.c -o pslib.o >/dev/null 2>&1 libtool: link: gcc -shared -fPIC -DPIC -Wl,-z -Wl,text -Wl,-h -Wl,libgmtpsl.so.0 -o .libs/libgmtpsl.so.0.0.0 .libs/pslib.o -lm libtool: link: (cd ".libs" && rm -f "libgmtpsl.so.0" && ln -s "libgmtpsl.so.0.0.0" "libgmtpsl.so.0") libtool: link: (cd ".libs" && rm -f "libgmtpsl.so" && ln -s "libgmtpsl.so.0.0.0" "libgmtpsl.so") libtool: link: ar cr .libs/libgmtpsl.a pslib.o libtool: link: ranlib .libs/libgmtpsl.a libtool: link: ( cd ".libs" && rm -f "libgmtpsl.la" && ln -s "../libgmtpsl.la" "libgmtpsl.la" ) libtool: compile: gcc -I/tmp/work/graphics/GMT/work/.buildlink/include -I/tmp/work/graphics/GMT/work/.buildlink/include/libxml2 -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DGMT_DEFAULT_PATH=\"/opt/pkg\" gmt_calclock.c -fPIC -DPIC -o .libs/gmt_calclock.o libtool: compile: gcc -I/tmp/work/graphics/GMT/work/.buildlink/include -I/tmp/work/graphics/GMT/work/.buildlink/include/libxml2 -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DGMT_DEFAULT_PATH=\"/opt/pkg\" gmt_calclock.c -o gmt_calclock.o >/dev/null 2>&1 libtool: compile: gcc -I/tmp/work/graphics/GMT/work/.buildlink/include -I/tmp/work/graphics/GMT/work/.buildlink/include/libxml2 -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DGMT_DEFAULT_PATH=\"/opt/pkg\" gmt_cdf.c -fPIC -DPIC -o .libs/gmt_cdf.o libtool: compile: gcc -I/tmp/work/graphics/GMT/work/.buildlink/include -I/tmp/work/graphics/GMT/work/.buildlink/include/libxml2 -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DGMT_DEFAULT_PATH=\"/opt/pkg\" gmt_cdf.c -o gmt_cdf.o >/dev/null 2>&1 libtool: compile: gcc -I/tmp/work/graphics/GMT/work/.buildlink/include -I/tmp/work/graphics/GMT/work/.buildlink/include/libxml2 -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DGMT_DEFAULT_PATH=\"/opt/pkg\" gmt_customio.c -fPIC -DPIC -o .libs/gmt_customio.o libtool: compile: gcc -I/tmp/work/graphics/GMT/work/.buildlink/include -I/tmp/work/graphics/GMT/work/.buildlink/include/libxml2 -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DGMT_DEFAULT_PATH=\"/opt/pkg\" gmt_customio.c -o gmt_customio.o >/dev/null 2>&1 libtool: compile: gcc -I/tmp/work/graphics/GMT/work/.buildlink/include -I/tmp/work/graphics/GMT/work/.buildlink/include/libxml2 -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DGMT_DEFAULT_PATH=\"/opt/pkg\" gmt_grdio.c -fPIC -DPIC -o .libs/gmt_grdio.o gmt_grdio.c: In function 'GMT_read_grd_info': gmt_grdio.c:89:19: error: too many arguments to function 'GMT_io_readinfo[header->type]'; expected 0, have 1 89 | status = (*GMT_io_readinfo[header->type]) (header); | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~ gmt_grdio.c: In function 'GMT_write_grd_info': gmt_grdio.c:120:19: error: too many arguments to function 'GMT_io_writeinfo[header->type]'; expected 0, have 1 120 | status = (*GMT_io_writeinfo[header->type]) (header); | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~ gmt_grdio.c: In function 'GMT_update_grd_info': gmt_grdio.c:134:19: error: too many arguments to function 'GMT_io_updateinfo[header->type]'; expected 0, have 1 134 | status = (*GMT_io_updateinfo[header->type]) (header); | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~ gmt_grdio.c: In function 'GMT_read_grd': gmt_grdio.c:151:19: error: too many arguments to function 'GMT_io_readgrd[header->type]'; expected 0, have 8 151 | status = (*GMT_io_readgrd[header->type]) (header, grid, w, e, s, n, pad, complex); | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~ gmt_grdio.c: In function 'GMT_write_grd': gmt_grdio.c:182:19: error: too many arguments to function 'GMT_io_writegrd[header->type]'; expected 0, have 8 182 | status = (*GMT_io_writegrd[header->type]) (header, grid, w, e, s, n, pad, complex); | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~ gmt_grdio.c: In function 'GMT_grd_setregion': gmt_grdio.c:777:29: error: too many arguments to function 'GMT_outside'; expected 0, have 2 777 | N_outside = GMT_outside (0.0, +90.0); /* North pole outside map boundary? */ | ^~~~~~~~~~~ ~~~ gmt_grdio.c:778:29: error: too many arguments to function 'GMT_outside'; expected 0, have 2 778 | S_outside = GMT_outside (0.0, -90.0); /* South pole outside map boundary? */ | ^~~~~~~~~~~ ~~~ *** Error code 1 Stop. make[1]: stopped making "all" in /tmp/work/graphics/GMT/work/GMT4.1.4/src if [ -d src/mex ] && [ ! -f src/mex/.skip ]; then if [ ! -f src/mex/makefile ]; then cd src/mex; \rm -f config.{cache,log,status}; ./configure; fi fi if [ -d src/xgrid ] && [ ! -f src/xgrid/.skip ]; then if [ ! -f src/xgrid/makefile ]; then cd src/xgrid; \rm -f config.{cache,log,status}; ./configure; fi fi set -e ; for d in dbase gshhs imgsrc meca mex mgd77 mgg misc segyprogs spotter x2sys x_system xgrid; do if [ -d src/$d ] && [ ! -f src/$d/.skip ]; then cd src/$d; make DESTDIR= all; cd ../..; fi; done libtool: compile: gcc -I/tmp/work/graphics/GMT/work/.buildlink/include -I/tmp/work/graphics/GMT/work/.buildlink/include/libxml2 -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/tmp/work/graphics/GMT/work/GMT4.1.4/src grdraster.c -fPIC -DPIC -o .libs/grdraster.o grdraster.c: In function 'main': grdraster.c:427:41: error: too many arguments to function 'GMT_output'; expected 0, have 3 427 | GMT_output (GMT_stdout, 3, out); | ^~~~~~~~~~ ~~~~~~~~~~ grdraster.c:506:41: error: too many arguments to function 'GMT_output'; expected 0, have 3 506 | GMT_output (GMT_stdout, 3, out); | ^~~~~~~~~~ ~~~~~~~~~~ *** Error code 1 Stop. make[1]: stopped making "all" in /tmp/work/graphics/GMT/work/GMT4.1.4/src/dbase *** Error code 1 Stop. bmake: stopped making "all suppl" in /tmp/work/graphics/GMT/work/GMT4.1.4 *** Error code 1 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/GMT *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/GMT