=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/xplot", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for xplot-0.90.7.1nb16 --- xplot.o --- --- version_string.c --- echo 'char *version_string = "'`cat version`'";' >version_string.c --- xplot.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -Wall -I/opt/pkg/include -c xplot.c --- coord.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -Wall -I/opt/pkg/include -c coord.c --- xplot.o --- In file included from xplot.h:70, from xplot.c:42: coord.h:39:28: error: expected ';', identifier or '(' before 'bool' 39 | typedef enum {FALSE, TRUE} bool; | ^~~~ coord.h:39:28: warning: useless type name in empty declaration --- coord.o --- In file included from xplot.h:70, from coord.c:33: coord.h:39:28: error: expected ';', identifier or '(' before 'bool' 39 | typedef enum {FALSE, TRUE} bool; | ^~~~ coord.h:39:28: warning: useless type name in empty declaration --- xplot.o --- xplot.c: In function 'panic': xplot.c:59:3: error: implicit declaration of function 'abort' [-Wimplicit-function-declaration] 59 | abort(); | ^~~~~ xplot.c:54:1: note: include '' or provide a declaration of 'abort' 53 | #include +++ |+#include 54 | xplot.c:59:3: warning: incompatible implicit declaration of built-in function 'abort' [-Wbuiltin-declaration-mismatch] 59 | abort(); | ^~~~~ xplot.c:59:3: note: include '' or provide a declaration of 'abort' xplot.c:60:3: error: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 60 | exit(1); | ^~~~ xplot.c:60:3: note: include '' or provide a declaration of 'exit' xplot.c:60:3: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] xplot.c:60:3: note: include '' or provide a declaration of 'exit' xplot.c: In function 'fatalerror': xplot.c:68:3: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 68 | exit(1); | ^~~~ xplot.c:68:3: note: include '' or provide a declaration of 'exit' xplot.c: In function 'new_plotter': xplot.c:707:9: error: too many arguments to function 'get_input'; expected 0, have 4 707 | r = get_input(fp, dpy, lineno, pl); | ^~~~~~~~~ ~~ xplot.c:71:5: note: declared here 71 | int get_input(); | ^~~~~~~~~ xplot.c: In function 'main': xplot.c:1334:7: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 1334 | exit(0); | ^~~~ xplot.c:1334:7: note: include '' or provide a declaration of 'exit' --- coord.o --- *** [coord.o] Error code 1 bmake: stopped making "all" in /home/pbulk/work/graphics/xplot/work/xplot-0.90.7.1 --- xplot.o --- xplot.c:1991:11: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 1991 | exit(1); | ^~~~ xplot.c:1991:11: note: include '' or provide a declaration of 'exit' xplot.c:2491:21: error: too many arguments to function 'make_name_open_file'; expected 0, have 1 2491 | if ((fp = make_name_open_file(pl))) { | ^~~~~~~~~~~~~~~~~~~ ~~ xplot.c:2490:22: note: declared here 2490 | FILE *fp, *make_name_open_file(); | ^~~~~~~~~~~~~~~~~~~ xplot.c:2492:13: error: too many arguments to function 'emit_PS'; expected 0, have 3 2492 | emit_PS(pl, fp, pl->state); | ^~~~~~~ ~~ xplot.c:72:6: note: declared here 72 | void emit_PS(); | ^~~~~~~ xplot.c: In function 'parse_color': xplot.c:2758:24: error: too many arguments to function 'atoi'; expected 0, have 1 2758 | return (xpcolor_t) atoi(s); | ^~~~ ~ xplot.c:2754:7: note: declared here 2754 | int atoi(); | ^~~~ xplot.c: At top level: xplot.c:2766:5: error: conflicting types for 'get_input'; have 'int(FILE *, Display *, int, struct plotter *)' {aka 'int(FILE *, struct _XDisplay *, int, struct plotter *)'} 2766 | int get_input(FILE *fp, Display *dpy, int lineno, struct plotter *pl) | ^~~~~~~~~ xplot.c:71:5: note: previous declaration of 'get_input' with type 'int(void)' 71 | int get_input(); | ^~~~~~~~~ xplot.c: In function 'get_input': xplot.c:2785:7: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 2785 | exit(1); \ | ^~~~ xplot.c:2790:22: note: in expansion of macro 'parseerror' 2790 | if (tokens == 0) parseerror("EOF before first line of input"); | ^~~~~~~~~~ xplot.c:2785:7: note: include '' or provide a declaration of 'exit' 2785 | exit(1); \ | ^~~~ xplot.c:2790:22: note: in expansion of macro 'parseerror' 2790 | if (tokens == 0) parseerror("EOF before first line of input"); | ^~~~~~~~~~ xplot.c:2785:7: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 2785 | exit(1); \ | ^~~~ xplot.c:2795:5: note: in expansion of macro 'parseerror' 2795 | parseerror("invalid input format -- expecting coord type names"); | ^~~~~~~~~~ xplot.c:2785:7: note: include '' or provide a declaration of 'exit' 2785 | exit(1); \ | ^~~~ xplot.c:2795:5: note: in expansion of macro 'parseerror' 2795 | parseerror("invalid input format -- expecting coord type names"); | ^~~~~~~~~~ xplot.c:2785:7: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 2785 | exit(1); \ | ^~~~ xplot.c:2801:5: note: in expansion of macro 'parseerror' 2801 | parseerror("unknown coord type"); | ^~~~~~~~~~ xplot.c:2785:7: note: include '' or provide a declaration of 'exit' 2785 | exit(1); \ | ^~~~ xplot.c:2801:5: note: in expansion of macro 'parseerror' 2801 | parseerror("unknown coord type"); | ^~~~~~~~~~ xplot.c:2785:7: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 2785 | exit(1); \ | ^~~~ xplot.c:2834:25: note: in expansion of macro 'parseerror' 2834 | if (ntokens != 2) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: note: include '' or provide a declaration of 'exit' 2785 | exit(1); \ | ^~~~ xplot.c:2834:25: note: in expansion of macro 'parseerror' 2834 | if (ntokens != 2) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 2785 | exit(1); \ | ^~~~ xplot.c:2836:9: note: in expansion of macro 'parseerror' 2836 | parseerror("aspect_ratio requires identical coordinate types"); | ^~~~~~~~~~ xplot.c:2785:7: note: include '' or provide a declaration of 'exit' 2785 | exit(1); \ | ^~~~ xplot.c:2836:9: note: in expansion of macro 'parseerror' 2836 | parseerror("aspect_ratio requires identical coordinate types"); | ^~~~~~~~~~ xplot.c:2785:7: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 2785 | exit(1); \ | ^~~~ xplot.c:2839:40: note: in expansion of macro 'parseerror' 2839 | if (not_ntokens_equal_to_3_or_4) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: note: include '' or provide a declaration of 'exit' 2785 | exit(1); \ | ^~~~ xplot.c:2839:40: note: in expansion of macro 'parseerror' 2839 | if (not_ntokens_equal_to_3_or_4) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 2785 | exit(1); \ | ^~~~ xplot.c:2847:40: note: in expansion of macro 'parseerror' 2847 | if (not_ntokens_equal_to_3_or_4) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: note: include '' or provide a declaration of 'exit' 2785 | exit(1); \ | ^~~~ xplot.c:2847:40: note: in expansion of macro 'parseerror' 2847 | if (not_ntokens_equal_to_3_or_4) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 2785 | exit(1); \ | ^~~~ xplot.c:2854:40: note: in expansion of macro 'parseerror' 2854 | if (not_ntokens_equal_to_3_or_4) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: note: include '' or provide a declaration of 'exit' 2785 | exit(1); \ | ^~~~ xplot.c:2854:40: note: in expansion of macro 'parseerror' 2854 | if (not_ntokens_equal_to_3_or_4) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 2785 | exit(1); \ | ^~~~ xplot.c:2861:40: note: in expansion of macro 'parseerror' 2861 | if (not_ntokens_equal_to_3_or_4) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: note: include '' or provide a declaration of 'exit' 2785 | exit(1); \ | ^~~~ xplot.c:2861:40: note: in expansion of macro 'parseerror' 2861 | if (not_ntokens_equal_to_3_or_4) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 2785 | exit(1); \ | ^~~~ xplot.c:2868:40: note: in expansion of macro 'parseerror' 2868 | if (not_ntokens_equal_to_3_or_4) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: note: include '' or provide a declaration of 'exit' 2785 | exit(1); \ | ^~~~ xplot.c:2868:40: note: in expansion of macro 'parseerror' 2868 | if (not_ntokens_equal_to_3_or_4) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 2785 | exit(1); \ | ^~~~ xplot.c:2875:40: note: in expansion of macro 'parseerror' 2875 | if (not_ntokens_equal_to_3_or_4) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: note: include '' or provide a declaration of 'exit' 2785 | exit(1); \ | ^~~~ xplot.c:2875:40: note: in expansion of macro 'parseerror' 2875 | if (not_ntokens_equal_to_3_or_4) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 2785 | exit(1); \ | ^~~~ xplot.c:2882:40: note: in expansion of macro 'parseerror' 2882 | if (not_ntokens_equal_to_3_or_4) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: note: include '' or provide a declaration of 'exit' 2785 | exit(1); \ | ^~~~ xplot.c:2882:40: note: in expansion of macro 'parseerror' 2882 | if (not_ntokens_equal_to_3_or_4) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 2785 | exit(1); \ | ^~~~ xplot.c:2889:40: note: in expansion of macro 'parseerror' 2889 | if (not_ntokens_equal_to_3_or_4) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: note: include '' or provide a declaration of 'exit' 2785 | exit(1); \ | ^~~~ xplot.c:2889:40: note: in expansion of macro 'parseerror' 2889 | if (not_ntokens_equal_to_3_or_4) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 2785 | exit(1); \ | ^~~~ xplot.c:2895:40: note: in expansion of macro 'parseerror' 2895 | if (not_ntokens_equal_to_3_or_4) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: note: include '' or provide a declaration of 'exit' 2785 | exit(1); \ | ^~~~ xplot.c:2895:40: note: in expansion of macro 'parseerror' 2895 | if (not_ntokens_equal_to_3_or_4) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 2785 | exit(1); \ | ^~~~ xplot.c:2902:40: note: in expansion of macro 'parseerror' 2902 | if (not_ntokens_equal_to_3_or_4) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: note: include '' or provide a declaration of 'exit' 2785 | exit(1); \ | ^~~~ xplot.c:2902:40: note: in expansion of macro 'parseerror' 2902 | if (not_ntokens_equal_to_3_or_4) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 2785 | exit(1); \ | ^~~~ xplot.c:2909:40: note: in expansion of macro 'parseerror' 2909 | if (not_ntokens_equal_to_3_or_4) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: note: include '' or provide a declaration of 'exit' 2785 | exit(1); \ | ^~~~ xplot.c:2909:40: note: in expansion of macro 'parseerror' 2909 | if (not_ntokens_equal_to_3_or_4) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 2785 | exit(1); \ | ^~~~ xplot.c:2916:40: note: in expansion of macro 'parseerror' 2916 | if (not_ntokens_equal_to_3_or_4) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: note: include '' or provide a declaration of 'exit' 2785 | exit(1); \ | ^~~~ xplot.c:2916:40: note: in expansion of macro 'parseerror' 2916 | if (not_ntokens_equal_to_3_or_4) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 2785 | exit(1); \ | ^~~~ xplot.c:2923:40: note: in expansion of macro 'parseerror' 2923 | if (not_ntokens_equal_to_3_or_4) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: note: include '' or provide a declaration of 'exit' 2785 | exit(1); \ | ^~~~ xplot.c:2923:40: note: in expansion of macro 'parseerror' 2923 | if (not_ntokens_equal_to_3_or_4) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 2785 | exit(1); \ | ^~~~ xplot.c:2930:40: note: in expansion of macro 'parseerror' 2930 | if (not_ntokens_equal_to_3_or_4) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: note: include '' or provide a declaration of 'exit' 2785 | exit(1); \ | ^~~~ xplot.c:2930:40: note: in expansion of macro 'parseerror' 2930 | if (not_ntokens_equal_to_3_or_4) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 2785 | exit(1); \ | ^~~~ xplot.c:2937:40: note: in expansion of macro 'parseerror' 2937 | if (not_ntokens_equal_to_3_or_4) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: note: include '' or provide a declaration of 'exit' 2785 | exit(1); \ | ^~~~ xplot.c:2937:40: note: in expansion of macro 'parseerror' 2937 | if (not_ntokens_equal_to_3_or_4) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 2785 | exit(1); \ | ^~~~ xplot.c:2944:40: note: in expansion of macro 'parseerror' 2944 | if (not_ntokens_equal_to_3_or_4) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: note: include '' or provide a declaration of 'exit' 2785 | exit(1); \ | ^~~~ xplot.c:2944:40: note: in expansion of macro 'parseerror' 2944 | if (not_ntokens_equal_to_3_or_4) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 2785 | exit(1); \ | ^~~~ xplot.c:2951:41: note: in expansion of macro 'parseerror' 2951 | if (ntokens != 5 && ntokens != 6) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: note: include '' or provide a declaration of 'exit' 2785 | exit(1); \ | ^~~~ xplot.c:2951:41: note: in expansion of macro 'parseerror' 2951 | if (ntokens != 5 && ntokens != 6) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 2785 | exit(1); \ | ^~~~ xplot.c:2960:41: note: in expansion of macro 'parseerror' 2960 | if (ntokens != 5 && ntokens != 6) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: note: include '' or provide a declaration of 'exit' 2785 | exit(1); \ | ^~~~ xplot.c:2960:41: note: in expansion of macro 'parseerror' 2960 | if (ntokens != 5 && ntokens != 6) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 2785 | exit(1); \ | ^~~~ xplot.c:2986:40: note: in expansion of macro 'parseerror' 2986 | if (not_ntokens_equal_to_3_or_4) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: note: include '' or provide a declaration of 'exit' 2785 | exit(1); \ | ^~~~ xplot.c:2986:40: note: in expansion of macro 'parseerror' 2986 | if (not_ntokens_equal_to_3_or_4) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 2785 | exit(1); \ | ^~~~ xplot.c:3004:40: note: in expansion of macro 'parseerror' 3004 | if (not_ntokens_equal_to_3_or_4) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: note: include '' or provide a declaration of 'exit' 2785 | exit(1); \ | ^~~~ xplot.c:3004:40: note: in expansion of macro 'parseerror' 3004 | if (not_ntokens_equal_to_3_or_4) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 2785 | exit(1); \ | ^~~~ xplot.c:3022:40: note: in expansion of macro 'parseerror' 3022 | if (not_ntokens_equal_to_3_or_4) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: note: include '' or provide a declaration of 'exit' 2785 | exit(1); \ | ^~~~ xplot.c:3022:40: note: in expansion of macro 'parseerror' 3022 | if (not_ntokens_equal_to_3_or_4) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 2785 | exit(1); \ | ^~~~ xplot.c:3040:40: note: in expansion of macro 'parseerror' 3040 | if (not_ntokens_equal_to_3_or_4) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: note: include '' or provide a declaration of 'exit' 2785 | exit(1); \ | ^~~~ xplot.c:3040:40: note: in expansion of macro 'parseerror' 3040 | if (not_ntokens_equal_to_3_or_4) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 2785 | exit(1); \ | ^~~~ xplot.c:3058:40: note: in expansion of macro 'parseerror' 3058 | if (not_ntokens_equal_to_3_or_4) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: note: include '' or provide a declaration of 'exit' 2785 | exit(1); \ | ^~~~ xplot.c:3058:40: note: in expansion of macro 'parseerror' 3058 | if (not_ntokens_equal_to_3_or_4) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 2785 | exit(1); \ | ^~~~ xplot.c:3125:40: note: in expansion of macro 'parseerror' 3125 | if (not_ntokens_equal_to_3_or_4) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: note: include '' or provide a declaration of 'exit' 2785 | exit(1); \ | ^~~~ xplot.c:3125:40: note: in expansion of macro 'parseerror' 3125 | if (not_ntokens_equal_to_3_or_4) parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 2785 | exit(1); \ | ^~~~ xplot.c:3139:7: note: in expansion of macro 'parseerror' 3139 | parseerror("input format error"); | ^~~~~~~~~~ xplot.c:2785:7: note: include '' or provide a declaration of 'exit' 2785 | exit(1); \ | ^~~~ xplot.c:3139:7: note: in expansion of macro 'parseerror' 3139 | parseerror("input format error"); | ^~~~~~~~~~ xplot.c: At top level: xplot.c:3162:6: error: conflicting types for 'emit_PS'; have 'void(struct plotter *, FILE *, enum plstate)' 3162 | void emit_PS(struct plotter *pl, FILE *fp, enum plstate state) | ^~~~~~~ xplot.c:72:6: note: previous declaration of 'emit_PS' with type 'void(void)' 72 | void emit_PS(); | ^~~~~~~ xplot.c:3717:1: error: conflicting types for 'make_name_open_file'; have 'FILE *(struct plotter *)' 3717 | make_name_open_file(struct plotter *pl) | ^~~~~~~~~~~~~~~~~~~ xplot.c:2490:22: note: previous declaration of 'make_name_open_file' with type 'FILE *(void)' 2490 | FILE *fp, *make_name_open_file(); | ^~~~~~~~~~~~~~~~~~~ *** [xplot.o] Error code 1 bmake: stopped making "all" in /home/pbulk/work/graphics/xplot/work/xplot-0.90.7.1 bmake: 2 errors bmake: stopped making "all" in /home/pbulk/work/graphics/xplot/work/xplot-0.90.7.1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/xplot *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/xplot