=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/editors/xwpe", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for xwpe-1.5.30anb1 --- we_main.o --- --- we_block.o --- --- we_unix.o --- --- we_e_aus.o --- --- we_edit.o --- --- we_main.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DCC_HAS_PROTOS=1 -DHAVE_LIBZ=1 -DHAVE_MKDTEMP=1 -DRANDLIB=1 -DPRNTCMD=\"\" -DMAN_S_OPT=1 -DDEFPGC=1 -DLIBRARY_DIR=\"/opt/pkg/lib/xwpe\" -DSELECTION -c we_main.c --- we_block.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DCC_HAS_PROTOS=1 -DHAVE_LIBZ=1 -DHAVE_MKDTEMP=1 -DRANDLIB=1 -DPRNTCMD=\"\" -DMAN_S_OPT=1 -DDEFPGC=1 -DLIBRARY_DIR=\"/opt/pkg/lib/xwpe\" -DSELECTION -c we_block.c --- we_unix.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DCC_HAS_PROTOS=1 -DHAVE_LIBZ=1 -DHAVE_MKDTEMP=1 -DRANDLIB=1 -DPRNTCMD=\"\" -DMAN_S_OPT=1 -DDEFPGC=1 -DLIBRARY_DIR=\"/opt/pkg/lib/xwpe\" -DSELECTION -c we_unix.c --- we_e_aus.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DCC_HAS_PROTOS=1 -DHAVE_LIBZ=1 -DHAVE_MKDTEMP=1 -DRANDLIB=1 -DPRNTCMD=\"\" -DMAN_S_OPT=1 -DDEFPGC=1 -DLIBRARY_DIR=\"/opt/pkg/lib/xwpe\" -DSELECTION -c we_e_aus.c --- we_edit.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DCC_HAS_PROTOS=1 -DHAVE_LIBZ=1 -DHAVE_MKDTEMP=1 -DRANDLIB=1 -DPRNTCMD=\"\" -DMAN_S_OPT=1 -DDEFPGC=1 -DLIBRARY_DIR=\"/opt/pkg/lib/xwpe\" -DSELECTION -c we_edit.c we_edit.c:16:7: error: conflicting types for 'e_make_postf'; have 'char *(void)' 16 | char *e_make_postf(); | ^~~~~~~~~~~~ In file included from we_edit.c:8: edit.h:441:7: note: previous declaration of 'e_make_postf' with type 'char *(char *, char *, char *)' 441 | char *e_make_postf(char *out, char *name, char *pf); | ^~~~~~~~~~~~ we_edit.c: In function 'e_eingabe': we_edit.c:444:22: error: too many arguments to function 'e_del_a_ind'; expected 0, have 2 444 | if (f->flg & 1) e_del_a_ind(b, s); | ^~~~~~~~~~~ ~ we_edit.c:17:5: note: declared here 17 | int e_del_a_ind(); | ^~~~~~~~~~~ we_edit.c:483:4: error: too many arguments to function 'e_tab_a_ind'; expected 0, have 2 483 | e_tab_a_ind(b, s); | ^~~~~~~~~~~ ~ we_edit.c:18:5: note: declared here 18 | int e_tab_a_ind(); | ^~~~~~~~~~~ we_edit.c: In function 'e_tst_cur': we_edit.c:676:10: error: too many arguments to function 'e_help_next'; expected 0, have 2 676 | e_help_next(f, 0); | ^~~~~~~~~~~ ~ we_edit.c:19:5: note: declared here 19 | int e_help_next(); | ^~~~~~~~~~~ we_edit.c:681:10: error: too many arguments to function 'e_help_next'; expected 0, have 2 681 | e_help_next(f, 1); | ^~~~~~~~~~~ ~ we_edit.c:19:5: note: declared here 19 | int e_help_next(); | ^~~~~~~~~~~ we_edit.c: At top level: we_edit.c:1254:5: error: conflicting types for 'e_tab_a_ind'; have 'int(BUFFER *, SCHIRM *)' {aka 'int(struct BFF *, struct SCHRM *)'} 1254 | int e_tab_a_ind(BUFFER *b, SCHIRM *s) | ^~~~~~~~~~~ we_edit.c:18:5: note: previous declaration of 'e_tab_a_ind' with type 'int(void)' 18 | int e_tab_a_ind(); | ^~~~~~~~~~~ we_edit.c:1372:5: error: conflicting types for 'e_del_a_ind'; have 'int(BUFFER *, SCHIRM *)' {aka 'int(struct BFF *, struct SCHRM *)'} 1372 | int e_del_a_ind(BUFFER *b, SCHIRM *s) | ^~~~~~~~~~~ we_edit.c:17:5: note: previous declaration of 'e_del_a_ind' with type 'int(void)' 17 | int e_del_a_ind(); | ^~~~~~~~~~~ we_edit.c: In function 'e_autosave': we_edit.c:2051:9: error: too many arguments to function 'e_make_postf'; expected 0, have 3 2051 | str = e_make_postf(str, f->datnam, ".ASV"); | ^~~~~~~~~~~~ ~~~ we_edit.c:16:7: note: declared here 16 | char *e_make_postf(); | ^~~~~~~~~~~~ *** [we_edit.o] Error code 1 bmake: stopped making "xwpe" in /home/pbulk/work/editors/xwpe/work/xwpe-1.5.30a bmake: 1 error bmake: stopped making "xwpe" in /home/pbulk/work/editors/xwpe/work/xwpe-1.5.30a *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/editors/xwpe *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/editors/xwpe