=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for GMT-4.1.4nb29 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: clang -I/Users/pbulk/build/graphics/GMT/work/.buildlink/include -DLDAP_DEPRECATED -pipe -Os -DLDAP_DEPRECATED -DGMT_DEFAULT_PATH=\"/opt/pkg\" -c pslib.c -fno-common -DPIC -o .libs/pslib.o libtool: compile: clang -I/Users/pbulk/build/graphics/GMT/work/.buildlink/include -DLDAP_DEPRECATED -pipe -Os -DLDAP_DEPRECATED -DGMT_DEFAULT_PATH=\"/opt/pkg\" -c pslib.c -o pslib.o >/dev/null 2>&1 libtool: link: clang -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libgmtpsl.0.dylib .libs/pslib.o -lm -Wl,-x -install_name /opt/pkg/lib/libgmtpsl.0.dylib -compatibility_version 1 -current_version 1.0 -Wl,-single_module libtool: link: (cd ".libs" && rm -f "libgmtpsl.dylib" && ln -s "libgmtpsl.0.dylib" "libgmtpsl.dylib") 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: clang -I/Users/pbulk/build/graphics/GMT/work/.buildlink/include -DLDAP_DEPRECATED -c -pipe -Os -DLDAP_DEPRECATED -DGMT_DEFAULT_PATH=\"/opt/pkg\" gmt_calclock.c -fno-common -DPIC -o .libs/gmt_calclock.o libtool: compile: clang -I/Users/pbulk/build/graphics/GMT/work/.buildlink/include -DLDAP_DEPRECATED -c -pipe -Os -DLDAP_DEPRECATED -DGMT_DEFAULT_PATH=\"/opt/pkg\" gmt_calclock.c -o gmt_calclock.o >/dev/null 2>&1 libtool: compile: clang -I/Users/pbulk/build/graphics/GMT/work/.buildlink/include -DLDAP_DEPRECATED -c -pipe -Os -DLDAP_DEPRECATED -DGMT_DEFAULT_PATH=\"/opt/pkg\" gmt_cdf.c -fno-common -DPIC -o .libs/gmt_cdf.o libtool: compile: clang -I/Users/pbulk/build/graphics/GMT/work/.buildlink/include -DLDAP_DEPRECATED -c -pipe -Os -DLDAP_DEPRECATED -DGMT_DEFAULT_PATH=\"/opt/pkg\" gmt_cdf.c -o gmt_cdf.o >/dev/null 2>&1 libtool: compile: clang -I/Users/pbulk/build/graphics/GMT/work/.buildlink/include -DLDAP_DEPRECATED -c -pipe -Os -DLDAP_DEPRECATED -DGMT_DEFAULT_PATH=\"/opt/pkg\" gmt_customio.c -fno-common -DPIC -o .libs/gmt_customio.o gmt_customio.c:757:111: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] fabs((header.z_min/header.z_scale_factor) - rint(header.z_min/header.z_scale_factor)) > GMT_CONV_LIMIT || fabs((header.z_max/header.z_scale_factor) - rint(header.z_max/header.z_scale_factor) > GMT_CONV_LIMIT)) ^ gmt_customio.c:757:111: note: use function 'abs' instead fabs((header.z_min/header.z_scale_factor) - rint(header.z_min/header.z_scale_factor)) > GMT_CONV_LIMIT || fabs((header.z_max/header.z_scale_factor) - rint(header.z_max/header.z_scale_factor) > GMT_CONV_LIMIT)) ^~~~ abs gmt_customio.c:1521:2: warning: 'strcpy' will always overflow; destination buffer has size 4, but the source string has length 5 (including NUL byte) [-Wfortify-source] strcpy (h.id,"DSBB"); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:84:3: note: expanded from macro 'strcpy' __builtin___strcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^ gmt_customio.c:1746:2: warning: 'strcpy' will always overflow; destination buffer has size 4, but the source string has length 5 (including NUL byte) [-Wfortify-source] strcpy (h.id,"DSBB"); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:84:3: note: expanded from macro 'strcpy' __builtin___strcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^ 3 warnings generated. libtool: compile: clang -I/Users/pbulk/build/graphics/GMT/work/.buildlink/include -DLDAP_DEPRECATED -c -pipe -Os -DLDAP_DEPRECATED -DGMT_DEFAULT_PATH=\"/opt/pkg\" gmt_customio.c -o gmt_customio.o >/dev/null 2>&1 libtool: compile: clang -I/Users/pbulk/build/graphics/GMT/work/.buildlink/include -DLDAP_DEPRECATED -c -pipe -Os -DLDAP_DEPRECATED -DGMT_DEFAULT_PATH=\"/opt/pkg\" gmt_grdio.c -fno-common -DPIC -o .libs/gmt_grdio.o gmt_grdio.c:89:44: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] status = (*GMT_io_readinfo[header->type]) (header); ^ gmt_grdio.c:120:45: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] status = (*GMT_io_writeinfo[header->type]) (header); ^ gmt_grdio.c:134:46: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] status = (*GMT_io_updateinfo[header->type]) (header); ^ gmt_grdio.c:151:43: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] status = (*GMT_io_readgrd[header->type]) (header, grid, w, e, s, n, pad, complex); ^ gmt_grdio.c:182:44: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] status = (*GMT_io_writegrd[header->type]) (header, grid, w, e, s, n, pad, complex); ^ gmt_grdio.c:777:27: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] N_outside = GMT_outside (0.0, +90.0); /* North pole outside map boundary? */ ^ gmt_grdio.c:778:27: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] S_outside = GMT_outside (0.0, -90.0); /* South pole outside map boundary? */ ^ 7 warnings generated. libtool: compile: clang -I/Users/pbulk/build/graphics/GMT/work/.buildlink/include -DLDAP_DEPRECATED -c -pipe -Os -DLDAP_DEPRECATED -DGMT_DEFAULT_PATH=\"/opt/pkg\" gmt_grdio.c -o gmt_grdio.o >/dev/null 2>&1 libtool: compile: clang -I/Users/pbulk/build/graphics/GMT/work/.buildlink/include -DLDAP_DEPRECATED -c -pipe -Os -DLDAP_DEPRECATED -DGMT_DEFAULT_PATH=\"/opt/pkg\" gmt_init.c -fno-common -DPIC -o .libs/gmt_init.o gmt_init.c:4755:56: warning: for loop has empty body [-Wempty-body] for (j = strlen (text); j > 0 && text[j] != '/'; j--);; ^ gmt_init.c:4755:56: note: put the semicolon on a separate line to silence this warning 1 warning generated. libtool: compile: clang -I/Users/pbulk/build/graphics/GMT/work/.buildlink/include -DLDAP_DEPRECATED -c -pipe -Os -DLDAP_DEPRECATED -DGMT_DEFAULT_PATH=\"/opt/pkg\" gmt_init.c -o gmt_init.o >/dev/null 2>&1 libtool: compile: clang -I/Users/pbulk/build/graphics/GMT/work/.buildlink/include -DLDAP_DEPRECATED -c -pipe -Os -DLDAP_DEPRECATED -DGMT_DEFAULT_PATH=\"/opt/pkg\" gmt_io.c -fno-common -DPIC -o .libs/gmt_io.o gmt_io.c:917:38: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] for (i = 0; i < n; i++) GMT_output (fp, 1, &GMT_d_NaN); ^ gmt_io.c:2573:53: warning: for loop has empty body [-Wempty-body] for (i = negate_year; s[k+i] && s[k+i] != '-'; i++);; /* Goes to first - between yyyy and jjj or yyyy and mm */ ^ gmt_io.c:2573:53: note: put the semicolon on a separate line to silence this warning gmt_io.c:2700:23: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] n_fields = GMT_input (fp, &n_expected_fields, &in); ^ gmt_io.c:2722:43: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (!no_segments) n_fields = GMT_input (fp, &n_expected_fields, &in); /* Don't read if we didnt read a segment header up front */ ^ gmt_io.c:2776:25: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] n_fields = GMT_input (fp, &n_expected_fields, &in); ^ gmt_io.c:2904:15: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GMT_output (fp, table->segment[seg]->n_columns, out); ^ 6 warnings generated. libtool: compile: clang -I/Users/pbulk/build/graphics/GMT/work/.buildlink/include -DLDAP_DEPRECATED -c -pipe -Os -DLDAP_DEPRECATED -DGMT_DEFAULT_PATH=\"/opt/pkg\" gmt_io.c -o gmt_io.o >/dev/null 2>&1 libtool: compile: clang -I/Users/pbulk/build/graphics/GMT/work/.buildlink/include -DLDAP_DEPRECATED -c -pipe -Os -DLDAP_DEPRECATED -DGMT_DEFAULT_PATH=\"/opt/pkg\" gmt_map.c -fno-common -DPIC -o .libs/gmt_map.o gmt_map.c:871:19: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_x_forward) (x, xx); ^ gmt_map.c:879:19: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_y_forward) (y, yy); ^ gmt_map.c:887:19: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_z_forward) (z, zz); ^ gmt_map.c:897:19: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_x_inverse) (x, xx); ^ gmt_map.c:906:19: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_y_inverse) (y, yy); ^ gmt_map.c:915:19: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_z_inverse) (z, zz); ^ gmt_map.c:922:17: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_forward) (lon, lat, x, y); ^ gmt_map.c:934:17: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_inverse) (lon, lat, x, y); ^ gmt_map.c:993:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_x_forward) (project_info.w, &xmin); ^ gmt_map.c:994:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_x_forward) (project_info.e, &xmax); ^ gmt_map.c:997:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_x_forward) (project_info.e, &xmin); ^ gmt_map.c:998:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_x_forward) (project_info.w, &xmax); ^ gmt_map.c:1067:19: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_x_forward) (x, x_i); ^ gmt_map.c:1068:19: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_y_forward) (y, y_i); ^ gmt_map.c:1073:19: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_x_inverse) (x, x_i); ^ gmt_map.c:1074:19: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_y_inverse) (y, y_i); ^ gmt_map.c:1081:19: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_x_forward) (coord, x); ^ gmt_map.c:1089:19: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_y_forward) (coord, y); ^ gmt_map.c:1163:17: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_forward) (project_info.w, project_info.s, &xmin, &ymin); ^ gmt_map.c:1164:17: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_forward) (project_info.e, project_info.n, &xmax, &ymax); ^ gmt_map.c:1349:19: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_forward) (project_info.pars[0], project_info.pars[3], &dummy, &radius); ^ gmt_map.c:1361:19: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_forward) (0.0, fabs(project_info.pars[3]), &dummy, &radius); ^ gmt_map.c:1372:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_forward) (project_info.w, project_info.s, &xmin, &ymin); ^ gmt_map.c:1373:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_forward) (project_info.e, project_info.n, &xmax, &ymax); ^ gmt_map.c:1454:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_forward) (project_info.w, project_info.s, &xmin, &ymin); ^ gmt_map.c:1455:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_forward) (project_info.e, project_info.n, &xmax, &ymax); ^ gmt_map.c:1713:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_forward) (project_info.w, 0.0, &xmin, &dummy); ^ gmt_map.c:1714:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_forward) (project_info.e, 0.0, &xmax, &dummy); ^ gmt_map.c:1715:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_forward) (project_info.w, project_info.s, &dummy, &ymin); ^ gmt_map.c:1743:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_forward) (project_info.w, project_info.s, &xmin, &ymin); ^ gmt_map.c:1744:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_forward) (project_info.e, project_info.n, &xmax, &ymax); ^ gmt_map.c:1802:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_inverse) (&project_info.w, &project_info.s, project_info.w, project_info.s); ^ gmt_map.c:1803:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_inverse) (&project_info.e, &project_info.n, project_info.e, project_info.n); ^ gmt_map.c:1817:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_forward) (project_info.w, project_info.s, &xmin, &ymin); ^ gmt_map.c:1818:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_forward) (project_info.e, project_info.n, &xmax, &ymax); ^ gmt_map.c:1880:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_forward) (project_info.w, project_info.s, &xmin, &ymin); ^ gmt_map.c:1881:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_forward) (project_info.e, project_info.n, &xmax, &ymax); ^ gmt_map.c:1964:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_forward) (project_info.w, project_info.s, &xmin, &ymin); ^ gmt_map.c:1965:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_forward) (project_info.e, project_info.n, &xmax, &ymax); ^ gmt_map.c:2048:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_forward) (project_info.w, project_info.s, &xmin, &ymin); ^ gmt_map.c:2049:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_forward) (project_info.e, project_info.n, &xmax, &ymax); ^ gmt_map.c:2133:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_forward) (project_info.w, project_info.s, &xmin, &ymin); ^ gmt_map.c:2134:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_forward) (project_info.e, project_info.n, &xmax, &ymax); ^ gmt_map.c:2646:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_forward) (project_info.w, project_info.s, &xmin, &ymin); ^ gmt_map.c:2647:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_forward) (project_info.e, project_info.n, &xmax, &ymax); ^ gmt_map.c:2698:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_forward) (project_info.w, project_info.s, &xmin, &ymin); ^ gmt_map.c:2699:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_forward) (project_info.e, project_info.n, &xmax, &ymax); ^ gmt_map.c:2753:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_forward) (project_info.w, project_info.s, &xmin, &ymin); ^ gmt_map.c:2754:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_forward) (project_info.e, project_info.n, &xmax, &ymax); ^ gmt_map.c:2895:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_forward) (w, s0, &x, &y); ^ gmt_map.c:2900:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_forward) (w, n0, &x, &y); ^ gmt_map.c:2908:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_forward) (w0, s, &x, &y); ^ gmt_map.c:2913:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_forward) (e0, s, &x, &y); ^ gmt_map.c:2927:23: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] nx = (*GMT_crossing) (lon1, lat1, lon2, lat2, xlon, xlat, xx, yy, sides); ^ gmt_map.c:2956:25: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return ((*GMT_outside) (lon, lat)); ^ gmt_map.c:2967:26: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return ( (*GMT_overlap) (x0, y0, x1, y1)); ^ gmt_map.c:3159:27: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return ((*GMT_left_edge) (y)); ^ gmt_map.c:3194:28: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return ((*GMT_right_edge) (y)); ^ gmt_map.c:3414:25: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_get_crossings) (xc, yc, x[i1], y[i1], x[i], y[i]); ^ gmt_map.c:3415:35: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GMT_x_plot[j] = (*x_on_border) (yc[0]); ^ gmt_map.c:3421:65: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GMT_x_plot[j] = (x[i] >= GMT_half_map_size) ? (*x_on_border) (y[i]) : x[i]; ^ gmt_map.c:3423:64: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GMT_x_plot[j] = (x[i] < GMT_half_map_size) ? (*x_on_border) (y[i]) : x[i]; ^ gmt_map.c:4061:25: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*GMT_get_crossings) (xx, yy, x2, y2, x1, y1); ^ gmt_map.c:4344:24: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ((*GMT_map_jump) (x0, y0, x1, y1) || (y0 < project_info.ymin || y0 > project_info.ymax)) ^ gmt_map.c:4418:24: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ((*GMT_map_jump) (x0, y0, x1, y1) || (y0 < project_info.ymin || y0 > project_info.ymax)) ^ gmt_map.c:4477:24: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] n = (*GMT_map_clip) (lon, lat, np, x, y, &total_nx); ^ gmt_map.c:4498:23: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] n = (*GMT_map_clip) (lon, lat, np, x, y, &total_nx); ^ gmt_map.c:4875:36: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] wrap = (*GMT_wrap_around_check) (dummy, last_x, last_y, this_x, this_y, xx, yy, sides, &nx); ^ gmt_map.c:6811:47: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (GMT_world_map) (*GMT_wrap_around_check) (X[nc].angle, last_x, last_y, this_x, this_y, X[nc].xx, X[nc].yy, X[nc].sides, &nx); ^ gmt_map.c:6868:47: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (GMT_world_map) (*GMT_wrap_around_check) (X[nc].angle, last_x, last_y, this_x, this_y, X[nc].xx, X[nc].yy, X[nc].sides, &nx); ^ 70 warnings generated. libtool: compile: clang -I/Users/pbulk/build/graphics/GMT/work/.buildlink/include -DLDAP_DEPRECATED -c -pipe -Os -DLDAP_DEPRECATED -DGMT_DEFAULT_PATH=\"/opt/pkg\" gmt_map.c -o gmt_map.o >/dev/null 2>&1 libtool: compile: clang -I/Users/pbulk/build/graphics/GMT/work/.buildlink/include -DLDAP_DEPRECATED -c -pipe -Os -DLDAP_DEPRECATED -DGMT_DEFAULT_PATH=\"/opt/pkg\" gmt_nc.c -fno-common -DPIC -o .libs/gmt_nc.o libtool: compile: clang -I/Users/pbulk/build/graphics/GMT/work/.buildlink/include -DLDAP_DEPRECATED -c -pipe -Os -DLDAP_DEPRECATED -DGMT_DEFAULT_PATH=\"/opt/pkg\" gmt_nc.c -o gmt_nc.o >/dev/null 2>&1 libtool: compile: clang -I/Users/pbulk/build/graphics/GMT/work/.buildlink/include -DLDAP_DEPRECATED -c -pipe -Os -DLDAP_DEPRECATED -DGMT_DEFAULT_PATH=\"/opt/pkg\" gmt_proj.c -fno-common -DPIC -o .libs/gmt_proj.o libtool: compile: clang -I/Users/pbulk/build/graphics/GMT/work/.buildlink/include -DLDAP_DEPRECATED -c -pipe -Os -DLDAP_DEPRECATED -DGMT_DEFAULT_PATH=\"/opt/pkg\" gmt_proj.c -o gmt_proj.o >/dev/null 2>&1 libtool: compile: clang -I/Users/pbulk/build/graphics/GMT/work/.buildlink/include -DLDAP_DEPRECATED -c -pipe -Os -DLDAP_DEPRECATED -DGMT_DEFAULT_PATH=\"/opt/pkg\" gmt_shore.c -fno-common -DPIC -o .libs/gmt_shore.o gmt_shore.c:701:27: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ((*GMT_will_it_wrap) (xtmp, ytmp, n, &start)) { /* Polygon does indeed wrap */ ^ gmt_shore.c:705:33: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GMT_n_plot = (*GMT_truncate) (xtmp, ytmp, n, start, -1); ^ gmt_shore.c:722:33: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GMT_n_plot = (*GMT_truncate) (xtmp, ytmp, n, start, +1); ^ 3 warnings generated. libtool: compile: clang -I/Users/pbulk/build/graphics/GMT/work/.buildlink/include -DLDAP_DEPRECATED -c -pipe -Os -DLDAP_DEPRECATED -DGMT_DEFAULT_PATH=\"/opt/pkg\" gmt_shore.c -o gmt_shore.o >/dev/null 2>&1 libtool: compile: clang -I/Users/pbulk/build/graphics/GMT/work/.buildlink/include -DLDAP_DEPRECATED -c -pipe -Os -DLDAP_DEPRECATED -DGMT_DEFAULT_PATH=\"/opt/pkg\" gmt_stat.c -fno-common -DPIC -o .libs/gmt_stat.o libtool: compile: clang -I/Users/pbulk/build/graphics/GMT/work/.buildlink/include -DLDAP_DEPRECATED -c -pipe -Os -DLDAP_DEPRECATED -DGMT_DEFAULT_PATH=\"/opt/pkg\" gmt_stat.c -o gmt_stat.o >/dev/null 2>&1 libtool: compile: clang -I/Users/pbulk/build/graphics/GMT/work/.buildlink/include -DLDAP_DEPRECATED -c -pipe -Os -DLDAP_DEPRECATED -DGMT_DEFAULT_PATH=\"/opt/pkg\" gmt_support.c -fno-common -DPIC -o .libs/gmt_support.o gmt_support.c:3298:14: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GMT_output (fp, 3, out); ^ gmt_support.c:3392:63: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (G->dist_kind == 1) step = G->d_scale * (G->dist_func) (lon[0], lat[0], lon[1], lat[1]); ^ gmt_support.c:3393:69: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (G->label_type == 4) stept = G->L_d_scale * (G->L_dist_func) (lon[0], lat[0], lon[1], lat[1]); ^ gmt_support.c:3606:21: warning: address of array 'G->unit' will always evaluate to 'true' [-Wpointer-bool-conversion] if (use_unit && G->unit && G->unit[0]) m = strlen (G->unit) + (G->unit[0] != '-'); /* Must allow extra space for a unit string */ ~~ ~~~^~~~ gmt_support.c:3608:9: warning: address of array 'G->prefix' will always evaluate to 'true' [-Wpointer-bool-conversion] if (G->prefix && G->prefix[0]) { /* Must prepend the prefix string */ ~~~^~~~~~ ~~ gmt_support.c:3620:21: warning: address of array 'G->unit' will always evaluate to 'true' [-Wpointer-bool-conversion] if (use_unit && G->unit && G->unit[0]) { /* Append a unit string */ ~~ ~~~^~~~ gmt_support.c:3645:11: warning: address of array 'G->label' will always evaluate to 'true' [-Wpointer-bool-conversion] if (G->label && G->label[0]) ~~~^~~~~ ~~ gmt_support.c:6043:29: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] d = (*GMT_distance_func) (lon, lat, T->segment[i]->coord[GMT_X][j], T->segment[i]->coord[GMT_Y][j]); ^ gmt_support.c:6063:29: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] d = (*GMT_distance_func) (x, y, T->segment[i]->coord[GMT_X][j], T->segment[i]->coord[GMT_Y][j]); ^ gmt_support.c:6098:31: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] d = (*GMT_distance_func) (x, y, x0, y0); ^ gmt_support.c:6170:29: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] d = (*GMT_distance_func) (lon, lat, T->segment[seg]->coord[GMT_X][j0], T->segment[seg]->coord[GMT_Y][j0]); /* Distance between our point and j'th node on seg'th line */ ^ gmt_support.c:6229:29: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] d = (*GMT_distance_func) (lon, lat, xc, yc); /* Distance between our point and intersection */ ^ gmt_support.c:6235:37: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] dist_AB = (*GMT_distance_func) (T->segment[seg]->coord[GMT_X][j0], T->segment[seg]->coord[GMT_Y][j0], T->segment[seg]->coord[GMT_X][j1], T->segment[seg]->coord[GMT_Y][j1]); ^ gmt_support.c:6236:56: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] fraction = (dist_AB > 0.0) ? (*GMT_distance_func) (T->segment[seg]->coord[GMT_X][j0], T->segment[seg]->coord[GMT_Y][j0], xc, yc) / dist_AB : 0.0; ^ gmt_support.c:6264:29: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] d = (*GMT_distance_func) (lon, lat, T->segment[seg]->coord[GMT_X][row], T->segment[seg]->coord[GMT_Y][row]); /* Distance between our point and row'th node on seg'th line */ ^ gmt_support.c:6288:30: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] d = (*GMT_distance_func) (xlon, xlat, lon, lat); /* Distance between our point and row'th node on seg'th line */ ^ gmt_support.c:6295:38: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] dist_AB = (*GMT_distance_func) (T->segment[seg]->coord[GMT_X][j0], T->segment[seg]->coord[GMT_Y][j0], T->segment[seg]->coord[GMT_X][row], T->segment[seg]->coord[GMT_Y][row]); ^ gmt_support.c:6296:57: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] fraction = (dist_AB > 0.0) ? (*GMT_distance_func) (T->segment[seg]->coord[GMT_X][j0], T->segment[seg]->coord[GMT_Y][j0], xlon, xlat) / dist_AB : 0.0; ^ gmt_support.c:6940:10: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*fwd) (min, &v0); ^ gmt_support.c:6941:10: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*fwd) (max, &v1); ^ gmt_support.c:6963:11: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*inv) (&val[n], tval); ^ gmt_support.c:6976:10: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*inv) (&tval, max); ^ gmt_support.c:7292:10: warning: address of array 'A->unit' will always evaluate to 'true' [-Wpointer-bool-conversion] if (A->unit && A->unit[0] && gmtdefs.y_axis_type == 0) { /* Accommodate extra width of annotation */ ~~~^~~~ ~~ 23 warnings generated. libtool: compile: clang -I/Users/pbulk/build/graphics/GMT/work/.buildlink/include -DLDAP_DEPRECATED -c -pipe -Os -DLDAP_DEPRECATED -DGMT_DEFAULT_PATH=\"/opt/pkg\" gmt_support.c -o gmt_support.o >/dev/null 2>&1 libtool: compile: clang -I/Users/pbulk/build/graphics/GMT/work/.buildlink/include -DLDAP_DEPRECATED -c -pipe -Os -DLDAP_DEPRECATED -DGMT_DEFAULT_PATH=\"/opt/pkg\" gmt_vector.c -fno-common -DPIC -o .libs/gmt_vector.o libtool: compile: clang -I/Users/pbulk/build/graphics/GMT/work/.buildlink/include -DLDAP_DEPRECATED -c -pipe -Os -DLDAP_DEPRECATED -DGMT_DEFAULT_PATH=\"/opt/pkg\" gmt_vector.c -o gmt_vector.o >/dev/null 2>&1 libtool: link: clang -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libgmt.0.dylib .libs/gmt_calclock.o .libs/gmt_cdf.o .libs/gmt_customio.o .libs/gmt_grdio.o .libs/gmt_init.o .libs/gmt_io.o .libs/gmt_map.o .libs/gmt_nc.o .libs/gmt_proj.o .libs/gmt_shore.o .libs/gmt_stat.o .libs/gmt_support.o .libs/gmt_vector.o -L/Users/pbulk/build/graphics/GMT/work/.buildlink/lib /Users/pbulk/build/graphics/GMT/work/.buildlink/lib/libnetcdf.dylib -lexecinfo /Users/pbulk/build/graphics/GMT/work/.buildlink/lib/libhdf5_hl.dylib /Users/pbulk/build/graphics/GMT/work/.buildlink/lib/libhdf5.dylib -lm /Users/pbulk/build/graphics/GMT/work/.buildlink/lib/libsz.dylib /Users/pbulk/build/graphics/GMT/work/.buildlink/lib/libaec.dylib /Users/pbulk/build/graphics/GMT/work/.buildlink/lib/libbz2.dylib /Users/pbulk/build/graphics/GMT/work/.buildlink/lib/libxml2.dylib /Users/pbulk/build/graphics/GMT/work/.buildlink/lib/liblzma.dylib -lpthread /Users/pbulk/build/graphics/GMT/work/.buildlink/lib/libcurl.dylib /Users/pbulk/build/graphics/GMT/work/.buildlink/lib/libnghttp2.dylib /Users/pbulk/build/graphics/GMT/work/.buildlink/lib/libidn2.dylib /Users/pbulk/build/graphics/GMT/work/.buildlink/lib/libunistring.dylib /Users/pbulk/build/graphics/GMT/work/.buildlink/lib/libintl.dylib /Users/pbulk/build/graphics/GMT/work/.buildlink/lib/libiconv.dylib /Users/pbulk/build/graphics/GMT/work/.buildlink/lib/libssh2.dylib /Users/pbulk/build/graphics/GMT/work/.buildlink/lib/libldap.dylib /Users/pbulk/build/graphics/GMT/work/.buildlink/lib/libsasl2.dylib -ldl -lssl -lcrypto /Users/pbulk/build/graphics/GMT/work/.buildlink/lib/liblber.dylib -lresolv /Users/pbulk/build/graphics/GMT/work/.buildlink/lib/libz.dylib -Wl,-x -Wl,-rpath -Wl,/opt/pkg/lib -framework CoreFoundation -framework SystemConfiguration -install_name /opt/pkg/lib/libgmt.0.dylib -compatibility_version 1 -current_version 1.0 -Wl,-single_module ld: library not found for -lexecinfo clang: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Stop. make[1]: stopped in /Users/pbulk/build/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: clang -I/Users/pbulk/build/graphics/GMT/work/.buildlink/include -DLDAP_DEPRECATED -c -pipe -Os -DLDAP_DEPRECATED -I/Users/pbulk/build/graphics/GMT/work/GMT4.1.4/src grdraster.c -fno-common -DPIC -o .libs/grdraster.o grdraster.c:427:17: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GMT_output (GMT_stdout, 3, out); ^ grdraster.c:506:17: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GMT_output (GMT_stdout, 3, out); ^ 2 warnings generated. libtool: compile: clang -I/Users/pbulk/build/graphics/GMT/work/.buildlink/include -DLDAP_DEPRECATED -c -pipe -Os -DLDAP_DEPRECATED -I/Users/pbulk/build/graphics/GMT/work/GMT4.1.4/src grdraster.c -o grdraster.o >/dev/null 2>&1 libtool: error: cannot find the library '../libgmt.la' or unhandled argument '../libgmt.la' *** Error code 1 Stop. make[1]: stopped in /Users/pbulk/build/graphics/GMT/work/GMT4.1.4/src/dbase *** Error code 1 Stop. bmake: stopped in /Users/pbulk/build/graphics/GMT/work/GMT4.1.4 *** Error code 1 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/graphics/GMT *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/graphics/GMT