=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/converters/skf", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for skf-2.00.4nb6 cd . && CONFIG_FILES= CONFIG_HEADERS=config.h /usr/bin/bash ./config.status config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing default-1 commands /usr/bin/sed 's/@gen@/EUC/' genoconv.c > eucoconv.c /usr/bin/sed 's/@gen@/JIS/' genoconv.c > jisoconv.c /usr/bin/sed 's/@gen@/SJIS/' genoconv.c > msoconv.c /usr/bin/sed 's/@gen@/KEIS/' genoconv.c > keisoconv.c /usr/bin/sed 's/@gen@/BG/' genoconv.c > bgoconv.c gcc -DDYNAMIC_LOADING -DUNI_DECOMPOSE -DFOLD_SUPPORT -DKEIS_EXTRA_SUPPORT -DOLD_NEC_COMPAT -DKUNIMOTO -DFAST_GETC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DHAVE_GETENV -DHAVE_CONFIG_H -I. -I. -I. -DROT_SUPPORT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DTABLEDIR="\"/opt/pkg/share/skf/lib/2.00\"" -DDEFAULT_EOL_LF -O2 -Wall -Wno-format-security -fno-delete-null-pointer-checks -DLOCALEDIR=\""/opt/pkg/lib/locale"\" -c uni_table_patch.c gcc -DDYNAMIC_LOADING -DUNI_DECOMPOSE -DFOLD_SUPPORT -DKEIS_EXTRA_SUPPORT -DOLD_NEC_COMPAT -DKUNIMOTO -DFAST_GETC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DHAVE_GETENV -DHAVE_CONFIG_H -I. -I. -I. -DROT_SUPPORT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DTABLEDIR="\"/opt/pkg/share/skf/lib/2.00\"" -DDEFAULT_EOL_LF -O2 -Wall -Wno-format-security -fno-delete-null-pointer-checks -DLOCALEDIR=\""/opt/pkg/lib/locale"\" -c uni_table_gen.c uni_table_gen.c: In function 'output': uni_table_gen.c:3869:6: warning: old-style function definition [-Wold-style-definition] 3869 | void output(f,num,table) | ^~~~~~ uni_table_gen.c: In function 'main': uni_table_gen.c:3920:5: warning: old-style function definition [-Wold-style-definition] 3920 | int main(argc,argv) | ^~~~ /opt/pkg/bin/perl ./scripts/parse_uni.p UnicodeData.txt parse.p: lowtbl - 14246 uptbl - 1 touch unitable gcc -DDYNAMIC_LOADING -DUNI_DECOMPOSE -DFOLD_SUPPORT -DKEIS_EXTRA_SUPPORT -DOLD_NEC_COMPAT -DKUNIMOTO -DFAST_GETC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DHAVE_GETENV -DHAVE_CONFIG_H -I. -I. -I. -DROT_SUPPORT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DTABLEDIR="\"/opt/pkg/share/skf/lib/2.00\"" -DDEFAULT_EOL_LF -O2 -Wall -Wno-format-security -fno-delete-null-pointer-checks uni_table_patch.o uni_table_gen.o -o uni_table_gen ./uni_table_gen grep "@ISOBYTEDEFINDEX@" in_code_table.c > in_code_table.h gcc -DDYNAMIC_LOADING -DUNI_DECOMPOSE -DFOLD_SUPPORT -DKEIS_EXTRA_SUPPORT -DOLD_NEC_COMPAT -DKUNIMOTO -DFAST_GETC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DHAVE_GETENV -DHAVE_CONFIG_H -I. -I. -I. -DROT_SUPPORT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DTABLEDIR="\"/opt/pkg/share/skf/lib/2.00\"" -DDEFAULT_EOL_LF -O2 -Wall -Wno-format-security -fno-delete-null-pointer-checks -DOUTPUT_DYNAMIC_TABLE -c in_code_table.c -o in_code_table.o gcc -DDYNAMIC_LOADING -DUNI_DECOMPOSE -DFOLD_SUPPORT -DKEIS_EXTRA_SUPPORT -DOLD_NEC_COMPAT -DKUNIMOTO -DFAST_GETC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DHAVE_GETENV -DHAVE_CONFIG_H -I. -I. -I. -DROT_SUPPORT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DTABLEDIR="\"/opt/pkg/share/skf/lib/2.00\"" -DDEFAULT_EOL_LF -O2 -Wall -Wno-format-security -fno-delete-null-pointer-checks -DOUTPUT_DYNAMIC_TABLE -c out_code_table.c -o out_code_table.o gcc -DDYNAMIC_LOADING -DUNI_DECOMPOSE -DFOLD_SUPPORT -DKEIS_EXTRA_SUPPORT -DOLD_NEC_COMPAT -DKUNIMOTO -DFAST_GETC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DHAVE_GETENV -DHAVE_CONFIG_H -I. -I. -I. -DROT_SUPPORT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DTABLEDIR="\"/opt/pkg/share/skf/lib/2.00\"" -DDEFAULT_EOL_LF -O2 -Wall -Wno-format-security -fno-delete-null-pointer-checks -DOUTPUT_DYNAMIC_TABLE -c dyn_table.c -o dyn_table.o dyn_table.c: In function 'gen_tables': dyn_table.c:55927:5: warning: old-style function definition [-Wold-style-definition] 55927 | int gen_tables(entry,f,header,output_format) | ^~~~~~~~~~ dyn_table.c: In function 'set_out_table': dyn_table.c:56068:6: warning: old-style function definition [-Wold-style-definition] 56068 | void set_out_table(uc,icc) | ^~~~~~~~~~~~~ dyn_table.c:56070:1: error: number of arguments doesn't match prototype 56070 | { | ^ dyn_table.c:100:9: error: prototype declaration 100 | void set_out_table(); | ^~~~~~~~~~~~~ dyn_table.c: In function 'read_fix_table': dyn_table.c:56121:6: warning: old-style function definition [-Wold-style-definition] 56121 | void read_fix_table(fixt) | ^~~~~~~~~~~~~~ dyn_table.c:56129:9: error: too many arguments to function 'set_out_table'; expected 0, have 2 56129 | set_out_table(fixb,fixu); | ^~~~~~~~~~~~~ ~~~~ dyn_table.c:56068:6: note: declared here 56068 | void set_out_table(uc,icc) | ^~~~~~~~~~~~~ dyn_table.c: In function 'gb2k_otbl_gen': dyn_table.c:56452:27: error: too many arguments to function 'set_out_table'; expected 0, have 2 56452 | if (uc != 0xffff) set_out_table(uc,ic); | ^~~~~~~~~~~~~ ~~ dyn_table.c:56068:6: note: declared here 56068 | void set_out_table(uc,icc) | ^~~~~~~~~~~~~ dyn_table.c: In function 'emoti_ntt_otbl_gen': dyn_table.c:56643:5: error: too many arguments to function 'emoticon_otbl_gen'; expected 0, have 1 56643 | emoticon_otbl_gen(1); | ^~~~~~~~~~~~~~~~~ ~ dyn_table.c:98:9: note: declared here 98 | void emoticon_otbl_gen(); | ^~~~~~~~~~~~~~~~~ dyn_table.c: In function 'emoti_sb_otbl_gen': dyn_table.c:56648:5: error: too many arguments to function 'emoticon_otbl_gen'; expected 0, have 1 56648 | emoticon_otbl_gen(3); | ^~~~~~~~~~~~~~~~~ ~ dyn_table.c:98:9: note: declared here 98 | void emoticon_otbl_gen(); | ^~~~~~~~~~~~~~~~~ dyn_table.c: In function 'emoti_au_otbl_gen': dyn_table.c:56653:5: error: too many arguments to function 'emoticon_otbl_gen'; expected 0, have 1 56653 | emoticon_otbl_gen(2); | ^~~~~~~~~~~~~~~~~ ~ dyn_table.c:98:9: note: declared here 98 | void emoticon_otbl_gen(); | ^~~~~~~~~~~~~~~~~ dyn_table.c: In function 'emoticon_otbl_gen': dyn_table.c:56656:6: warning: old-style function definition [-Wold-style-definition] 56656 | void emoticon_otbl_gen(m) | ^~~~~~~~~~~~~~~~~ dyn_table.c:56658:1: error: number of arguments doesn't match prototype 56658 | { | ^ dyn_table.c:98:9: error: prototype declaration 98 | void emoticon_otbl_gen(); | ^~~~~~~~~~~~~~~~~ dyn_table.c:56694:9: error: too many arguments to function 'set_out_table'; expected 0, have 2 56694 | set_out_table(uch,c3); | ^~~~~~~~~~~~~ ~~~ dyn_table.c:56068:6: note: declared here 56068 | void set_out_table(uc,icc) | ^~~~~~~~~~~~~ dyn_table.c: In function 'nyukan_otbl_gen': dyn_table.c:56709:13: error: too many arguments to function 'set_out_table'; expected 0, have 2 56709 | set_out_table(ch,ch); | ^~~~~~~~~~~~~ ~~ dyn_table.c:56068:6: note: declared here 56068 | void set_out_table(uc,icc) | ^~~~~~~~~~~~~ dyn_table.c:56713:13: error: too many arguments to function 'set_out_table'; expected 0, have 2 56713 | set_out_table(ch,ch); | ^~~~~~~~~~~~~ ~~ dyn_table.c:56068:6: note: declared here 56068 | void set_out_table(uc,icc) | ^~~~~~~~~~~~~ dyn_table.c:56717:13: error: too many arguments to function 'set_out_table'; expected 0, have 2 56717 | set_out_table(ch,ch); | ^~~~~~~~~~~~~ ~~ dyn_table.c:56068:6: note: declared here 56068 | void set_out_table(uc,icc) | ^~~~~~~~~~~~~ dyn_table.c: In function 'big5p_otbl_fix': dyn_table.c:56772:9: error: too many arguments to function 'set_out_table'; expected 0, have 2 56772 | set_out_table(uc,ic); | ^~~~~~~~~~~~~ ~~ dyn_table.c:56068:6: note: declared here 56068 | void set_out_table(uc,icc) | ^~~~~~~~~~~~~ dyn_table.c: In function 'big5a_otbl_fix': dyn_table.c:56795:9: error: too many arguments to function 'set_out_table'; expected 0, have 2 56795 | set_out_table(uc,ic); | ^~~~~~~~~~~~~ ~~ dyn_table.c:56068:6: note: declared here 56068 | void set_out_table(uc,icc) | ^~~~~~~~~~~~~ dyn_table.c: In function 'output_various_charmap_assist': dyn_table.c:56947:6: warning: old-style function definition [-Wold-style-definition] 56947 | void output_various_charmap_assist(uc,ic,num,of,format) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dyn_table.c: In function 'main': dyn_table.c:56974:5: warning: old-style function definition [-Wold-style-definition] 56974 | int main(argc,argv) | ^~~~ dyn_table.c:57375:17: error: too many arguments to function 'set_out_table'; expected 0, have 2 57375 | set_out_table(uc,ic); | ^~~~~~~~~~~~~ ~~ dyn_table.c:56068:6: note: declared here 56068 | void set_out_table(uc,icc) | ^~~~~~~~~~~~~ *** Error code 1 Stop. bmake: stopped making "all" in /home/pbulk/work/converters/skf/work/skf-2.00 *** Error code 1 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/converters/skf *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/converters/skf