=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/editors/beav", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for beav-1.40.18nb1 --- basic.o --- --- ebcdic.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/ncurses -DUNIX -DBSD -Wall -I/opt/pkg/include/ncurses -c ebcdic.c --- basic.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/ncurses -DUNIX -DBSD -Wall -I/opt/pkg/include/ncurses -c basic.c --- ebcdic.o --- In file included from def.h:569, from ebcdic.c:2: prototyp.h:30:23: error: conflicting types for 'bfind'; have 'struct BUFFER *(char *, int)' 30 | extern struct BUFFER *bfind (char *bname, int cflag); | ^~~~~ def.h:538:16: note: previous declaration of 'bfind' with type 'BUFFER *(void)' 538 | extern BUFFER *bfind (); | ^~~~~ prototyp.h:31:23: error: conflicting types for 'bcreate'; have 'struct BUFFER *(char *)' 31 | extern struct BUFFER *bcreate (char *bname); | ^~~~~~~ def.h:539:16: note: previous declaration of 'bcreate' with type 'BUFFER *(void)' 539 | extern BUFFER *bcreate (); | ^~~~~~~ prototyp.h:115:21: error: conflicting types for 'lalloc'; have 'struct LINE *(int)' 115 | extern struct LINE *lalloc (int size); | ^~~~~~ def.h:541:14: note: previous declaration of 'lalloc' with type 'LINE *(void)' 541 | extern LINE *lalloc (); | ^~~~~~ prototyp.h:183:23: error: conflicting types for 'symlookup'; have 'struct SYMBOL *(char *)' 183 | extern struct SYMBOL *symlookup (char *cp); | ^~~~~~~~~ def.h:551:16: note: previous declaration of 'symlookup' with type 'SYMBOL *(void)' 551 | extern SYMBOL *symlookup (); | ^~~~~~~~~ ebcdic.c: In function 'to_ebcdic': ebcdic.c:48:1: warning: old-style function definition [-Wold-style-definition] 48 | to_ebcdic (ch) | ^~~~~~~~~ --- basic.o --- In file included from def.h:569, from basic.c:10: prototyp.h:30:23: error: conflicting types for 'bfind'; have 'struct BUFFER *(char *, int)' 30 | extern struct BUFFER *bfind (char *bname, int cflag); | ^~~~~ def.h:538:16: note: previous declaration of 'bfind' with type 'BUFFER *(void)' 538 | extern BUFFER *bfind (); | ^~~~~ prototyp.h:31:23: error: conflicting types for 'bcreate'; have 'struct BUFFER *(char *)' 31 | extern struct BUFFER *bcreate (char *bname); | ^~~~~~~ def.h:539:16: note: previous declaration of 'bcreate' with type 'BUFFER *(void)' 539 | extern BUFFER *bcreate (); | ^~~~~~~ prototyp.h:115:21: error: conflicting types for 'lalloc'; have 'struct LINE *(int)' 115 | extern struct LINE *lalloc (int size); | ^~~~~~ def.h:541:14: note: previous declaration of 'lalloc' with type 'LINE *(void)' 541 | extern LINE *lalloc (); | ^~~~~~ prototyp.h:183:23: error: conflicting types for 'symlookup'; have 'struct SYMBOL *(char *)' 183 | extern struct SYMBOL *symlookup (char *cp); | ^~~~~~~~~ def.h:551:16: note: previous declaration of 'symlookup' with type 'SYMBOL *(void)' 551 | extern SYMBOL *symlookup (); | ^~~~~~~~~ basic.c:12:6: error: conflicting types for 'forwchar'; have 'char(void)' 12 | bool forwchar (); | ^~~~~~~~ prototyp.h:7:13: note: previous declaration of 'forwchar' with type 'char(int, int, int)' 7 | extern char forwchar (int f, int n, int k); | ^~~~~~~~ basic.c:13:6: error: conflicting types for 'wind_on_dot'; have 'char(void)' 13 | bool wind_on_dot (); | ^~~~~~~~~~~ prototyp.h:9:13: note: previous declaration of 'wind_on_dot' with type 'char(struct WINDOW *)' 9 | extern char wind_on_dot (struct WINDOW *wp); | ^~~~~~~~~~~ basic.c:14:6: error: conflicting types for 'backline'; have 'char(void)' 14 | bool backline (); | ^~~~~~~~ prototyp.h:13:13: note: previous declaration of 'backline' with type 'char(int, int, int)' 13 | extern char backline (int f, int n, int k); | ^~~~~~~~ basic.c: In function 'backchar': basic.c:37:1: warning: old-style function definition [-Wold-style-definition] 37 | backchar (f, n, k) | ^~~~~~~~ basic.c:41:17: error: too many arguments to function 'forwchar'; expected 0, have 3 41 | return (forwchar (f, -n, KRANDOM)); | ^~~~~~~~ ~ basic.c:12:6: note: declared here 12 | bool forwchar (); | ^~~~~~~~ basic.c:55:13: error: too many arguments to function 'wind_on_dot'; expected 0, have 1 55 | wind_on_dot (curwp); | ^~~~~~~~~~~ ~~~~~ basic.c:13:6: note: declared here 13 | bool wind_on_dot (); | ^~~~~~~~~~~ basic.c: At top level: basic.c:71:1: error: conflicting types for 'forwchar'; have 'char(void)' 71 | forwchar (f, n, k) | ^~~~~~~~ prototyp.h:7:13: note: previous declaration of 'forwchar' with type 'char(int, int, int)' 7 | extern char forwchar (int f, int n, int k); | ^~~~~~~~ basic.c: In function 'forwchar': basic.c:71:1: warning: old-style function definition [-Wold-style-definition] 71 | forwchar (f, n, k) | ^~~~~~~~ basic.c:93:13: error: too many arguments to function 'wind_on_dot'; expected 0, have 1 93 | wind_on_dot (curwp); | ^~~~~~~~~~~ ~~~~~ basic.c:13:6: note: declared here 13 | bool wind_on_dot (); | ^~~~~~~~~~~ basic.c: In function 'move_ptr': basic.c:111:1: warning: old-style function definition [-Wold-style-definition] 111 | move_ptr (wp, len, dot, fix, rel) | ^~~~~~~~ basic.c: At top level: basic.c:234:1: error: conflicting types for 'wind_on_dot'; have 'char(void)' 234 | wind_on_dot (wp) | ^~~~~~~~~~~ prototyp.h:9:13: note: previous declaration of 'wind_on_dot' with type 'char(struct WINDOW *)' 9 | extern char wind_on_dot (struct WINDOW *wp); | ^~~~~~~~~~~ basic.c: In function 'wind_on_dot': basic.c:234:1: warning: old-style function definition [-Wold-style-definition] 234 | wind_on_dot (wp) | ^~~~~~~~~~~ basic.c: In function 'gotoeob': basic.c:303:5: error: too many arguments to function 'wind_on_dot'; expected 0, have 1 303 | wind_on_dot (curwp); | ^~~~~~~~~~~ ~~~~~ basic.c:234:1: note: declared here 234 | wind_on_dot (wp) | ^~~~~~~~~~~ basic.c: In function 'forwline': basic.c:315:1: warning: old-style function definition [-Wold-style-definition] 315 | forwline (f, n, k) | ^~~~~~~~ basic.c:319:17: error: too many arguments to function 'backline'; expected 0, have 3 319 | return (backline (f, -n, KRANDOM)); | ^~~~~~~~ ~ basic.c:14:6: note: declared here 14 | bool backline (); | ^~~~~~~~ basic.c:331:9: error: too many arguments to function 'wind_on_dot'; expected 0, have 1 331 | wind_on_dot (curwp); | ^~~~~~~~~~~ ~~~~~ basic.c:234:1: note: declared here 234 | wind_on_dot (wp) | ^~~~~~~~~~~ basic.c: At top level: basic.c:345:1: error: conflicting types for 'backline'; have 'char(void)' 345 | backline (f, n, k) | ^~~~~~~~ prototyp.h:13:13: note: previous declaration of 'backline' with type 'char(int, int, int)' 13 | extern char backline (int f, int n, int k); | ^~~~~~~~ basic.c: In function 'backline': basic.c:345:1: warning: old-style function definition [-Wold-style-definition] 345 | backline (f, n, k) | ^~~~~~~~ basic.c:362:9: error: too many arguments to function 'wind_on_dot'; expected 0, have 1 362 | wind_on_dot (curwp); | ^~~~~~~~~~~ ~~~~~ basic.c:234:1: note: declared here 234 | wind_on_dot (wp) | ^~~~~~~~~~~ basic.c: In function 'forwpage': basic.c:375:1: warning: old-style function definition [-Wold-style-definition] 375 | forwpage (f, n, k) | ^~~~~~~~ basic.c: In function 'backpage': basic.c:412:1: warning: old-style function definition [-Wold-style-definition] 412 | backpage (f, n, k) | ^~~~~~~~ basic.c: In function 'swapmark': basic.c:488:5: error: too many arguments to function 'wind_on_dot'; expected 0, have 1 488 | wind_on_dot (curwp); | ^~~~~~~~~~~ ~~~~~ basic.c:234:1: note: declared here 234 | wind_on_dot (wp) | ^~~~~~~~~~~ basic.c: In function 'gotoline': basic.c:500:1: warning: old-style function definition [-Wold-style-definition] 500 | gotoline (f, n, k) | ^~~~~~~~ basic.c:549:5: error: too many arguments to function 'wind_on_dot'; expected 0, have 1 549 | wind_on_dot (curwp); | ^~~~~~~~~~~ ~~~~~ basic.c:234:1: note: declared here 234 | wind_on_dot (wp) | ^~~~~~~~~~~ --- ebcdic.o --- *** [ebcdic.o] Error code 1 bmake: stopped making "beav" in /home/pbulk/work/editors/beav/work/beav-140 --- basic.o --- *** [basic.o] Error code 1 bmake: stopped making "beav" in /home/pbulk/work/editors/beav/work/beav-140 bmake: 2 errors bmake: stopped making "beav" in /home/pbulk/work/editors/beav/work/beav-140 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/editors/beav *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/editors/beav