=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/misc/chordii", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for chordii-4.5.3 --- all-recursive --- Making all in src --- all --- /opt/pkg/bin/bmake all-am --- common.o --- --- chordii.o --- --- xpose.o --- --- common.o --- gcc -DHAVE_CONFIG_H -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -pedantic -g -MT common.o -MD -MP -MF .deps/common.Tpo -c -o common.o common.c --- chordii.o --- gcc -DHAVE_CONFIG_H -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -pedantic -g -MT chordii.o -MD -MP -MF .deps/chordii.Tpo -c -o chordii.o chordii.c --- xpose.o --- gcc -DHAVE_CONFIG_H -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -pedantic -g -MT xpose.o -MD -MP -MF .deps/xpose.Tpo -c -o xpose.o xpose.c --- chordii.o --- chordii.c: In function 'pagetype': chordii.c:136:13: warning: old-style function definition [-Wold-style-definition] 136 | t_pagespec *pagetype(name) | ^~~~~~~~ chordii.c: In function 'ps_fputc': chordii.c:157:6: warning: old-style function definition [-Wold-style-definition] 157 | void ps_fputc(fd, c) | ^~~~~~~~ chordii.c: In function 'ps_fputs': chordii.c:177:6: warning: old-style function definition [-Wold-style-definition] 177 | void ps_fputs(fd, string) | ^~~~~~~~ --- common.o --- common.c: In function 'tolower_str': --- chordii.o --- chordii.c: In function 'ps_puts': chordii.c:192:6: warning: old-style function definition [-Wold-style-definition] 192 | void ps_puts(string) | ^~~~~~~ --- common.o --- common.c:28:7: warning: old-style function definition [-Wold-style-definition] 28 | char *tolower_str(str) | ^~~~~~~~~~~ --- chordii.o --- chordii.c: In function 'set_text_font': chordii.c:198:6: warning: old-style function definition [-Wold-style-definition] 198 | void set_text_font(size) | ^~~~~~~~~~~~~ --- xpose.o --- xpose.c: In function 'do_transpose': --- chordii.o --- chordii.c: In function 'do_translate': chordii.c:227:6: warning: old-style function definition [-Wold-style-definition] 227 | void do_translate(vert, horiz) | ^~~~~~~~~~~~ --- xpose.o --- xpose.c:25:5: warning: old-style function definition [-Wold-style-definition] 25 | int do_transpose ( chord ) | ^~~~~~~~~~~~ --- common.o --- common.c: In function 'toupper_str': common.c:44:7: warning: old-style function definition [-Wold-style-definition] 44 | char *toupper_str(str) | ^~~~~~~~~~~ --- chordii.o --- chordii.c: In function 'do_help': chordii.c:317:6: warning: old-style function definition [-Wold-style-definition] 317 | void do_help (command) | ^~~~~~~ --- common.o --- common.c: In function 'error': common.c:61:6: warning: old-style function definition [-Wold-style-definition] 61 | void error(err_str) | ^~~~~ common.c: In function 'error_rt': common.c:71:6: warning: old-style function definition [-Wold-style-definition] 71 | void error_rt(err_str) | ^~~~~~~~ common.c: In function 'debug': common.c:79:6: warning: old-style function definition [-Wold-style-definition] 79 | void debug(dbg_str) | ^~~~~ common.c: In function 'read_input_file': common.c:103:6: warning: old-style function definition [-Wold-style-definition] 103 | void read_input_file(source, source_fd) | ^~~~~~~~~~~~~~~ --- chordii.o --- chordii.c: In function 'do_comment': chordii.c:369:6: warning: old-style function definition [-Wold-style-definition] 369 | void do_comment(comment, style) | ^~~~~~~~~~ chordii.c: In function 'do_chord': chordii.c:440:6: warning: old-style function definition [-Wold-style-definition] 440 | void do_chord (i_text, chord) | ^~~~~~~~ chordii.c: In function 'do_page_numbering': chordii.c:540:6: warning: old-style function definition [-Wold-style-definition] 540 | void do_page_numbering(pnum) | ^~~~~~~~~~~~~~~~~ chordii.c: In function 'do_end_of_page': chordii.c:617:6: warning: old-style function definition [-Wold-style-definition] 617 | void do_end_of_page(force_physical) | ^~~~~~~~~~~~~~ chordii.c:620:9: error: number of arguments doesn't match prototype 620 | { | ^ In file included from chordii.c:18: chordii.h:101:6: error: prototype declaration 101 | void do_end_of_page(); | ^~~~~~~~~~~~~~ chordii.c: In function 'do_end_of_column': chordii.c:664:17: error: too many arguments to function 'do_end_of_page'; expected 0, have 1 664 | do_end_of_page(FALSE); | ^~~~~~~~~~~~~~ chordii.c:617:6: note: declared here 617 | void do_end_of_page(force_physical) | ^~~~~~~~~~~~~~ chordii.c: In function 'do_end_of_song': chordii.c:685:9: error: too many arguments to function 'do_end_of_page'; expected 0, have 1 685 | do_end_of_page(FALSE); | ^~~~~~~~~~~~~~ chordii.c:617:6: note: declared here 617 | void do_end_of_page(force_physical) | ^~~~~~~~~~~~~~ chordii.c: In function 'advance': chordii.c:777:6: warning: old-style function definition [-Wold-style-definition] 777 | void advance(amount) | ^~~~~~~ chordii.c: In function 'do_title': chordii.c:845:6: warning: old-style function definition [-Wold-style-definition] 845 | void do_title(title) | ^~~~~~~~ chordii.c:847:9: error: number of arguments doesn't match prototype 847 | { | ^ chordii.h:108:6: error: prototype declaration 108 | void do_title(); | ^~~~~~~~ chordii.c: In function 'do_subtitle': chordii.c:875:6: warning: old-style function definition [-Wold-style-definition] 875 | void do_subtitle(sub_title) | ^~~~~~~~~~~ chordii.c:877:9: error: number of arguments doesn't match prototype 877 | { | ^ chordii.h:107:6: error: prototype declaration 107 | void do_subtitle(); | ^~~~~~~~~~~ chordii.c: In function 'do_directive': chordii.c:899:6: warning: old-style function definition [-Wold-style-definition] 899 | void do_directive(directive) | ^~~~~~~~~~~~ chordii.c:985:17: error: too many arguments to function 'do_title'; expected 0, have 1 985 | do_title(strtok(NULL, "\0")); | ^~~~~~~~ ~~~~~~~~~~~~~~~~~~ chordii.c:845:6: note: declared here 845 | void do_title(title) | ^~~~~~~~ chordii.c:989:17: error: too many arguments to function 'do_subtitle'; expected 0, have 1 989 | do_subtitle(strtok(NULL, "\0")); | ^~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~ chordii.c:875:6: note: declared here 875 | void do_subtitle(sub_title) | ^~~~~~~~~~~ chordii.c:1007:17: error: too many arguments to function 'do_end_of_page'; expected 0, have 1 1007 | do_end_of_page(FALSE); | ^~~~~~~~~~~~~~ chordii.c:617:6: note: declared here 617 | void do_end_of_page(force_physical) | ^~~~~~~~~~~~~~ chordii.c:1043:17: error: too many arguments to function 'do_end_of_page'; expected 0, have 1 1043 | do_end_of_page(TRUE); | ^~~~~~~~~~~~~~ chordii.c:617:6: note: declared here 617 | void do_end_of_page(force_physical) | ^~~~~~~~~~~~~~ chordii.c: In function 'put_in_string': chordii.c:1069:6: warning: old-style function definition [-Wold-style-definition] 1069 | void put_in_string(array, p_index, c, max_index, p_ov_flag) | ^~~~~~~~~~~~~ chordii.c: In function 'process_file': chordii.c:1115:6: warning: old-style function definition [-Wold-style-definition] 1115 | void process_file(source_fd) | ^~~~~~~~~~~~ chordii.c: In function 'main': chordii.c:1330:5: warning: old-style function definition [-Wold-style-definition] 1330 | int main(argc, argv) | ^~~~ chordii.c:1519:17: error: too many arguments to function 'dump_chords'; expected 0, have 1 1519 | dump_chords(postscript_dump); | ^~~~~~~~~~~ ~~~~~~~~~~~~~~~ chordii.h:110:6: note: declared here 110 | void dump_chords(); | ^~~~~~~~~~~ chordii.c:1545:17: error: too many arguments to function 'do_end_of_page'; expected 0, have 1 1545 | do_end_of_page(FALSE); | ^~~~~~~~~~~~~~ chordii.c:617:6: note: declared here 617 | void do_end_of_page(force_physical) | ^~~~~~~~~~~~~~ *** [chordii.o] Error code 1 bmake[2]: stopped making "all-am" in /tmp/work/misc/chordii/work/chordii-4.5.3/src --- common.o --- mv -f .deps/common.Tpo .deps/common.Po --- xpose.o --- mv -f .deps/xpose.Tpo .deps/xpose.Po bmake[2]: 1 error bmake[2]: stopped making "all-am" in /tmp/work/misc/chordii/work/chordii-4.5.3/src bmake[1]: stopped making "all" in /tmp/work/misc/chordii/work/chordii-4.5.3/src bmake: stopped making "all" in /tmp/work/misc/chordii/work/chordii-4.5.3 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/misc/chordii *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/misc/chordii