=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/xplot-devel", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for xplot-0.90.8nb13 --- xplot.o --- --- 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 --- version_string.c --- echo 'char *version_string = "'`cat version`'";' >version_string.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 *** [coord.o] Error code 1 bmake: stopped making "all" in /home/pbulk/work/graphics/xplot-devel/work/xplot-0.90.8 --- xplot.o --- xplot.c: In function 'new_plotter': xplot.c:711:9: error: too many arguments to function 'get_input'; expected 0, have 4 711 | r = get_input(fp, dpy, lineno, pl); | ^~~~~~~~~ ~~ xplot.c:72:5: note: declared here 72 | int get_input(); | ^~~~~~~~~ xplot.c: In function 'main': xplot.c:2597:21: error: too many arguments to function 'make_name_open_file'; expected 0, have 1 2597 | if ((fp = make_name_open_file(pl))) { | ^~~~~~~~~~~~~~~~~~~ ~~ xplot.c:2596:22: note: declared here 2596 | FILE *fp, *make_name_open_file(); | ^~~~~~~~~~~~~~~~~~~ xplot.c:2598:13: error: too many arguments to function 'emit_PS'; expected 0, have 3 2598 | emit_PS(pl, fp, pl->state); | ^~~~~~~ ~~ xplot.c:73:6: note: declared here 73 | void emit_PS(); | ^~~~~~~ xplot.c: In function 'parse_color': xplot.c:2860:7: error: conflicting types for 'atoi'; have 'int(void)' 2860 | int atoi(); | ^~~~ In file included from /usr/include/stdlib.h:41, from xplot.h:46: /usr/include/iso/stdlib_iso.h:124:12: note: previous declaration of 'atoi' with type 'int(const char *)' 124 | extern int atoi(const char *); | ^~~~ xplot.c:2864:24: error: too many arguments to function 'atoi'; expected 0, have 1 2864 | return (xpcolor_t) atoi(s); | ^~~~ ~ xplot.c:2860:7: note: declared here 2860 | int atoi(); | ^~~~ xplot.c: At top level: xplot.c:2872:5: error: conflicting types for 'get_input'; have 'int(FILE *, Display *, int, struct plotter *)' {aka 'int(FILE *, struct _XDisplay *, int, struct plotter *)'} 2872 | int get_input(FILE *fp, Display *dpy, int lineno, struct plotter *pl) | ^~~~~~~~~ xplot.c:72:5: note: previous declaration of 'get_input' with type 'int(void)' 72 | int get_input(); | ^~~~~~~~~ xplot.c:3287:6: error: conflicting types for 'emit_PS'; have 'void(struct plotter *, FILE *, enum plstate)' 3287 | void emit_PS(struct plotter *pl, FILE *fp, enum plstate state) | ^~~~~~~ xplot.c:73:6: note: previous declaration of 'emit_PS' with type 'void(void)' 73 | void emit_PS(); | ^~~~~~~ xplot.c:3840:1: error: conflicting types for 'make_name_open_file'; have 'FILE *(struct plotter *)' 3840 | make_name_open_file(struct plotter *pl) | ^~~~~~~~~~~~~~~~~~~ xplot.c:2596:22: note: previous declaration of 'make_name_open_file' with type 'FILE *(void)' 2596 | FILE *fp, *make_name_open_file(); | ^~~~~~~~~~~~~~~~~~~ *** [xplot.o] Error code 1 bmake: stopped making "all" in /home/pbulk/work/graphics/xplot-devel/work/xplot-0.90.8 bmake: 2 errors bmake: stopped making "all" in /home/pbulk/work/graphics/xplot-devel/work/xplot-0.90.8 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/xplot-devel *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/xplot-devel