=> Bootstrap dependency digest>=20211023: found digest-20211023 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for cn2jp-1.4bnb3 rm -f *.o *.a */*.o */*.t */*.a */???_table.c */?2? cd table;make make[1]: Entering directory '/tmp/converters/cn2jp/work/cn2jp/table' gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c -o mktable.o mktable.c mktable.c: In function 'main': mktable.c:88:25: warning: implicit declaration of function 'calloc' [-Wimplicit-function-declaration] tbl = (unsigned char*) calloc(tbl_size,sizeof(unsigned char)); ^~~~~~ mktable.c:88:25: warning: incompatible implicit declaration of built-in function 'calloc' mktable.c:88:25: note: include '' or provide a declaration of 'calloc' mktable.c:131:3: warning: implicit declaration of function 'to_next_line'; did you mean 'getline'? [-Wimplicit-function-declaration] to_next_line(); ^~~~~~~~~~~~ getline mktable.c:136:6: warning: implicit declaration of function 'get_next_line'; did you mean 'getline'? [-Wimplicit-function-declaration] k=get_next_line(buffer); ^~~~~~~~~~~~~ getline mktable.c:175:15: warning: implicit declaration of function 'add_entry' [-Wimplicit-function-declaration] if((l3 = add_entry(w[r]))>=0) { ^~~~~~~~~ mktable.c:206:2: warning: implicit declaration of function 'write_supp_tbl' [-Wimplicit-function-declaration] write_supp_tbl(ptable); ^~~~~~~~~~~~~~ mktable.c: At top level: mktable.c:215:1: warning: return type defaults to 'int' [-Wimplicit-int] to_next_line() ^~~~~~~~~~~~ mktable.c:222:1: warning: return type defaults to 'int' [-Wimplicit-int] get_next_line(buffer) ^~~~~~~~~~~~~ mktable.c:252:1: warning: return type defaults to 'int' [-Wimplicit-int] add_entry(str) ^~~~~~~~~ mktable.c: In function 'add_entry': mktable.c:268:33: warning: incompatible implicit declaration of built-in function 'calloc' p->next = n = (struct entry *) calloc(1,sizeof(struct entry)); ^~~~~~ mktable.c:268:33: note: include '' or provide a declaration of 'calloc' mktable.c: At top level: mktable.c:290:1: warning: return type defaults to 'int' [-Wimplicit-int] write_supp_tbl(fp) ^~~~~~~~~~~~~~ gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -o mktable mktable.o gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c -o mktbl2c.o mktbl2c.c mktbl2c.c:44:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc,argv) ^~~~ mktbl2c.c: In function 'main': mktbl2c.c:68:3: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy(tbl_name,argv[2]); ^~~~~~ mktbl2c.c:68:3: warning: incompatible implicit declaration of built-in function 'strcpy' mktbl2c.c:68:3: note: include '' or provide a declaration of 'strcpy' mktbl2c.c:82:2: warning: implicit declaration of function 'write_table'; did you mean 'init_table'? [-Wimplicit-function-declaration] write_table(&table); ^~~~~~~~~~~ init_table mktbl2c.c: In function 'init_table': mktbl2c.c:103:2: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(ptable->tbl_name,tbl_name); ^~~~~~ mktbl2c.c:103:2: note: include '' or provide a declaration of 'strcpy' mktbl2c.c:109:25: warning: implicit declaration of function 'calloc' [-Wimplicit-function-declaration] tbl = (unsigned char*) calloc(tbl_size,sizeof(unsigned char)); ^~~~~~ mktbl2c.c:109:25: warning: incompatible implicit declaration of built-in function 'calloc' mktbl2c.c:109:25: note: include '' or provide a declaration of 'calloc' mktbl2c.c:121:5: warning: implicit declaration of function 'init_supp_tbl' [-Wimplicit-function-declaration] if(init_supp_tbl(fp,ptable)!=0) { ^~~~~~~~~~~~~ mktbl2c.c: At top level: mktbl2c.c:135:1: warning: return type defaults to 'int' [-Wimplicit-int] init_supp_tbl(fp,ptable) ^~~~~~~~~~~~~ mktbl2c.c: In function 'init_supp_tbl': mktbl2c.c:159:17: warning: incompatible implicit declaration of built-in function 'calloc' tbl = (char *) calloc(tbl_size,sizeof(unsigned char)); ^~~~~~ mktbl2c.c:159:17: note: include '' or provide a declaration of 'calloc' mktbl2c.c: At top level: mktbl2c.c:174:1: warning: return type defaults to 'int' [-Wimplicit-int] write_table(ptable) ^~~~~~~~~~~ gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -o mktbl2c mktbl2c.o gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c -o big5.o big5.c big5.c:35:1: warning: return type defaults to 'int' [-Wimplicit-int] main() ^~~~ big5.c: In function 'main': big5.c:61:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(0); ^~~~ big5.c:61:2: warning: incompatible implicit declaration of built-in function 'exit' big5.c:61:2: note: include '' or provide a declaration of 'exit' gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -o big5 big5.o ./big5 > big5.tbl gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c -o gb.o gb.c gb.c:57:1: warning: return type defaults to 'int' [-Wimplicit-int] main() ^~~~ gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -o gb gb.o ./gb > gb.tbl gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c -o jis.o jis.c jis.c:55:1: warning: return type defaults to 'int' [-Wimplicit-int] main() ^~~~ jis.c: In function 'main': jis.c:78:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(0); ^~~~ jis.c:78:2: warning: incompatible implicit declaration of built-in function 'exit' jis.c:78:2: note: include '' or provide a declaration of 'exit' gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -o jis jis.o ./jis > jis.tbl make[1]: Leaving directory '/tmp/converters/cn2jp/work/cn2jp/table' ln -s table/mktable mktable ln -s table/mktbl2c mktbl2c cd big2jis;../mktable big2jis.tbl;../mktbl2c big2jis.t b2j > b2j_table.c mktable: big2jis.tbl found mktable: (row=89, char_per_row=157) found mktable: comment ( Version 0.3 1996/02/16) retrieved mktable: 27946 bytes allocated for table mktable: scan row (1) mktable: scan row (2) mktable: scan row (3) mktable: scan row (4) mktable: scan row (5) mktable: scan row (6) mktable: scan row (7) mktable: scan row (8) mktable: scan row (9) mktable: scan row (10) mktable: scan row (11) mktable: scan row (12) mktable: scan row (13) mktable: scan row (14) mktable: scan row (15) mktable: scan row (16) mktable: scan row (17) mktable: scan row (18) mktable: scan row (19) mktable: scan row (20) mktable: scan row (21) mktable: scan row (22) mktable: scan row (23) mktable: scan row (24) mktable: scan row (25) mktable: scan row (26) mktable: scan row (27) mktable: scan row (28) mktable: scan row (29) mktable: scan row (30) mktable: scan row (31) mktable: scan row (32) mktable: scan row (33) mktable: scan row (34) mktable: scan row (35) mktable: scan row (36) mktable: scan row (37) mktable: scan row (38) mktable: scan row (39) mktable: scan row (40) mktable: scan row (41) mktable: scan row (42) mktable: scan row (43) mktable: scan row (44) mktable: scan row (45) mktable: scan row (46) mktable: scan row (47) mktable: scan row (48) mktable: scan row (49) mktable: scan row (50) mktable: scan row (51) mktable: scan row (52) mktable: scan row (53) mktable: scan row (54) mktable: scan row (55) mktable: scan row (56) mktable: scan row (57) mktable: scan row (58) mktable: scan row (59) mktable: scan row (60) mktable: scan row (61) mktable: scan row (62) mktable: scan row (63) mktable: scan row (64) mktable: scan row (65) mktable: scan row (66) mktable: scan row (67) mktable: scan row (68) mktable: scan row (69) mktable: scan row (70) mktable: scan row (71) mktable: scan row (72) mktable: scan row (73) mktable: scan row (74) mktable: scan row (75) mktable: scan row (76) mktable: scan row (77) mktable: scan row (78) mktable: scan row (79) mktable: scan row (80) mktable: scan row (81) mktable: scan row (82) mktable: scan row (83) mktable: scan row (84) mktable: scan row (85) mktable: scan row (86) mktable: scan row (87) mktable: scan row (88) mktable: scan row (89) write_supp_tbl: supp_tbl_size (hi:28, lo:e7) write_supp_tbl: supp_tbl_max_index (hi:4, lo:6d) write_supp_tbl: supp_tbl_size=10471 write_supp_tbl: supp_tbl_max_index=1133 The end... cd jis2big;../mktable jis2big.tbl;../mktbl2c jis2big.t j2b > j2b_table.c mktable: jis2big.tbl found mktable: (row=84, char_per_row=94) found mktable: comment ( Version 0.3 1995/8/19) retrieved mktable: 15792 bytes allocated for table mktable: scan row (1) mktable: scan row (2) mktable: scan row (3) mktable: scan row (4) mktable: scan row (5) mktable: scan row (6) mktable: scan row (7) mktable: scan row (8) mktable: scan row (9) mktable: scan row (10) mktable: scan row (11) mktable: scan row (12) mktable: scan row (13) mktable: scan row (14) mktable: scan row (15) mktable: scan row (16) mktable: scan row (17) mktable: scan row (18) mktable: scan row (19) mktable: scan row (20) mktable: scan row (21) mktable: scan row (22) mktable: scan row (23) mktable: scan row (24) mktable: scan row (25) mktable: scan row (26) mktable: scan row (27) mktable: scan row (28) mktable: scan row (29) mktable: scan row (30) mktable: scan row (31) mktable: scan row (32) mktable: scan row (33) mktable: scan row (34) mktable: scan row (35) mktable: scan row (36) mktable: scan row (37) mktable: scan row (38) mktable: scan row (39) mktable: scan row (40) mktable: scan row (41) mktable: scan row (42) mktable: scan row (43) mktable: scan row (44) mktable: scan row (45) mktable: scan row (46) mktable: scan row (47) mktable: scan row (48) mktable: scan row (49) mktable: scan row (50) mktable: scan row (51) mktable: scan row (52) mktable: scan row (53) mktable: scan row (54) mktable: scan row (55) mktable: scan row (56) mktable: scan row (57) mktable: scan row (58) mktable: scan row (59) mktable: scan row (60) mktable: scan row (61) mktable: scan row (62) mktable: scan row (63) mktable: scan row (64) mktable: scan row (65) mktable: scan row (66) mktable: scan row (67) mktable: scan row (68) mktable: scan row (69) mktable: scan row (70) mktable: scan row (71) mktable: scan row (72) mktable: scan row (73) mktable: scan row (74) mktable: scan row (75) mktable: scan row (76) mktable: scan row (77) mktable: scan row (78) mktable: scan row (79) mktable: scan row (80) mktable: scan row (81) mktable: scan row (82) mktable: scan row (83) mktable: scan row (84) write_supp_tbl: supp_tbl_size (hi:1, lo:90) write_supp_tbl: supp_tbl_max_index (hi:0, lo:39) write_supp_tbl: supp_tbl_size=400 write_supp_tbl: supp_tbl_max_index=57 The end... cd big2gb;../mktable big2gb.tbl;../mktbl2c big2gb.t b2g > b2g_table.c mktable: big2gb.tbl found mktable: (row=89, char_per_row=157) found mktable: comment ( Version 0.3 1996/02/16) retrieved mktable: 27946 bytes allocated for table mktable: scan row (1) mktable: scan row (2) mktable: scan row (3) mktable: scan row (4) mktable: scan row (5) mktable: scan row (6) mktable: scan row (7) mktable: scan row (8) mktable: scan row (9) mktable: scan row (10) mktable: scan row (11) mktable: scan row (12) mktable: scan row (13) mktable: scan row (14) mktable: scan row (15) mktable: scan row (16) mktable: scan row (17) mktable: scan row (18) mktable: scan row (19) mktable: scan row (20) mktable: scan row (21) mktable: scan row (22) mktable: scan row (23) mktable: scan row (24) mktable: scan row (25) mktable: scan row (26) mktable: scan row (27) mktable: scan row (28) mktable: scan row (29) mktable: scan row (30) mktable: scan row (31) mktable: scan row (32) mktable: scan row (33) mktable: scan row (34) mktable: scan row (35) mktable: scan row (36) mktable: scan row (37) mktable: scan row (38) mktable: scan row (39) mktable: scan row (40) mktable: scan row (41) mktable: scan row (42) mktable: scan row (43) mktable: scan row (44) mktable: scan row (45) mktable: scan row (46) mktable: scan row (47) mktable: scan row (48) mktable: scan row (49) mktable: scan row (50) mktable: scan row (51) mktable: scan row (52) mktable: scan row (53) mktable: scan row (54) mktable: scan row (55) mktable: scan row (56) mktable: scan row (57) mktable: scan row (58) mktable: scan row (59) mktable: scan row (60) mktable: scan row (61) mktable: scan row (62) mktable: scan row (63) mktable: scan row (64) mktable: scan row (65) mktable: scan row (66) mktable: scan row (67) mktable: scan row (68) mktable: scan row (69) mktable: scan row (70) mktable: scan row (71) mktable: scan row (72) mktable: scan row (73) mktable: scan row (74) mktable: scan row (75) mktable: scan row (76) mktable: scan row (77) mktable: scan row (78) mktable: scan row (79) mktable: scan row (80) mktable: scan row (81) mktable: scan row (82) mktable: scan row (83) mktable: scan row (84) mktable: scan row (85) mktable: scan row (86) mktable: scan row (87) mktable: scan row (88) mktable: scan row (89) write_supp_tbl: supp_tbl_size (hi:0, lo:0) write_supp_tbl: supp_tbl_max_index (hi:0, lo:0) write_supp_tbl: supp_tbl_size=0 write_supp_tbl: supp_tbl_max_index=0 The end... cd gb2big;../mktable gb2big.tbl;../mktbl2c gb2big.t g2b > g2b_table.c mktable: gb2big.tbl found mktable: (row=87, char_per_row=94) found mktable: comment ( Version 0.3 1996/04/22) retrieved mktable: 16356 bytes allocated for table mktable: scan row (1) mktable: scan row (2) mktable: scan row (3) mktable: scan row (4) mktable: scan row (5) mktable: scan row (6) mktable: scan row (7) mktable: scan row (8) mktable: scan row (9) mktable: scan row (10) mktable: scan row (11) mktable: scan row (12) mktable: scan row (13) mktable: scan row (14) mktable: scan row (15) mktable: scan row (16) mktable: scan row (17) mktable: scan row (18) mktable: scan row (19) mktable: scan row (20) mktable: scan row (21) mktable: scan row (22) mktable: scan row (23) mktable: scan row (24) mktable: scan row (25) mktable: scan row (26) mktable: scan row (27) mktable: scan row (28) mktable: scan row (29) mktable: scan row (30) mktable: scan row (31) mktable: scan row (32) mktable: scan row (33) mktable: scan row (34) mktable: scan row (35) mktable: scan row (36) mktable: scan row (37) mktable: scan row (38) mktable: scan row (39) mktable: scan row (40) mktable: scan row (41) mktable: scan row (42) mktable: scan row (43) mktable: scan row (44) mktable: scan row (45) mktable: scan row (46) mktable: scan row (47) mktable: scan row (48) mktable: scan row (49) mktable: scan row (50) mktable: scan row (51) mktable: scan row (52) mktable: scan row (53) mktable: scan row (54) mktable: scan row (55) mktable: scan row (56) mktable: scan row (57) mktable: scan row (58) mktable: scan row (59) mktable: scan row (60) mktable: scan row (61) mktable: scan row (62) mktable: scan row (63) mktable: scan row (64) mktable: scan row (65) mktable: scan row (66) mktable: scan row (67) mktable: scan row (68) mktable: scan row (69) mktable: scan row (70) mktable: scan row (71) mktable: scan row (72) mktable: scan row (73) mktable: scan row (74) mktable: scan row (75) mktable: scan row (76) mktable: scan row (77) mktable: scan row (78) mktable: scan row (79) mktable: scan row (80) mktable: scan row (81) mktable: scan row (82) mktable: scan row (83) mktable: scan row (84) mktable: scan row (85) mktable: scan row (86) mktable: scan row (87) write_supp_tbl: supp_tbl_size (hi:0, lo:0) write_supp_tbl: supp_tbl_max_index (hi:0, lo:0) write_supp_tbl: supp_tbl_size=0 write_supp_tbl: supp_tbl_max_index=0 The end... cd gb2jis;../mktable gb2jis.tbl;../mktbl2c gb2jis.t g2j > g2j_table.c mktable: gb2jis.tbl found mktable: (row=87, char_per_row=94) found mktable: comment ( Version 0.2 1995/11/21) retrieved mktable: 16356 bytes allocated for table mktable: scan row (1) mktable: scan row (2) mktable: scan row (3) mktable: scan row (4) mktable: scan row (5) mktable: scan row (6) mktable: scan row (7) mktable: scan row (8) mktable: scan row (9) mktable: scan row (10) mktable: scan row (11) mktable: scan row (12) mktable: scan row (13) mktable: scan row (14) mktable: scan row (15) mktable: scan row (16) mktable: scan row (17) mktable: scan row (18) mktable: scan row (19) mktable: scan row (20) mktable: scan row (21) mktable: scan row (22) mktable: scan row (23) mktable: scan row (24) mktable: scan row (25) mktable: scan row (26) mktable: scan row (27) mktable: scan row (28) mktable: scan row (29) mktable: scan row (30) mktable: scan row (31) mktable: scan row (32) mktable: scan row (33) mktable: scan row (34) mktable: scan row (35) mktable: scan row (36) mktable: scan row (37) mktable: scan row (38) mktable: scan row (39) mktable: scan row (40) mktable: scan row (41) mktable: scan row (42) mktable: scan row (43) mktable: scan row (44) mktable: scan row (45) mktable: scan row (46) mktable: scan row (47) mktable: scan row (48) mktable: scan row (49) mktable: scan row (50) mktable: scan row (51) mktable: scan row (52) mktable: scan row (53) mktable: scan row (54) mktable: scan row (55) mktable: scan row (56) mktable: scan row (57) mktable: scan row (58) mktable: scan row (59) mktable: scan row (60) mktable: scan row (61) mktable: scan row (62) mktable: scan row (63) mktable: scan row (64) mktable: scan row (65) mktable: scan row (66) mktable: scan row (67) mktable: scan row (68) mktable: scan row (69) mktable: scan row (70) mktable: scan row (71) mktable: scan row (72) mktable: scan row (73) mktable: scan row (74) mktable: scan row (75) mktable: scan row (76) mktable: scan row (77) mktable: scan row (78) mktable: scan row (79) mktable: scan row (80) mktable: scan row (81) mktable: scan row (82) mktable: scan row (83) mktable: scan row (84) mktable: scan row (85) mktable: scan row (86) mktable: scan row (87) write_supp_tbl: supp_tbl_size (hi:1f, lo:51) write_supp_tbl: supp_tbl_max_index (hi:3, lo:6b) write_supp_tbl: supp_tbl_size=8017 write_supp_tbl: supp_tbl_max_index=875 The end... cd jis2gb;../mktable jis2gb.tbl;../mktbl2c jis2gb.t j2g > j2g_table.c mktable: jis2gb.tbl found mktable: (row=84, char_per_row=94) found mktable: comment ( Version 0.1 1996/03/01) retrieved mktable: 15792 bytes allocated for table mktable: scan row (1) mktable: scan row (2) mktable: scan row (3) mktable: scan row (4) mktable: scan row (5) mktable: scan row (6) mktable: scan row (7) mktable: scan row (8) mktable: scan row (9) mktable: scan row (10) mktable: scan row (11) mktable: scan row (12) mktable: scan row (13) mktable: scan row (14) mktable: scan row (15) mktable: scan row (16) mktable: scan row (17) mktable: scan row (18) mktable: scan row (19) mktable: scan row (20) mktable: scan row (21) mktable: scan row (22) mktable: scan row (23) mktable: scan row (24) mktable: scan row (25) mktable: scan row (26) mktable: scan row (27) mktable: scan row (28) mktable: scan row (29) mktable: scan row (30) mktable: scan row (31) mktable: scan row (32) mktable: scan row (33) mktable: scan row (34) mktable: scan row (35) mktable: scan row (36) mktable: scan row (37) mktable: scan row (38) mktable: scan row (39) mktable: scan row (40) mktable: scan row (41) mktable: scan row (42) mktable: scan row (43) mktable: scan row (44) mktable: scan row (45) mktable: scan row (46) mktable: scan row (47) mktable: scan row (48) mktable: scan row (49) mktable: scan row (50) mktable: scan row (51) mktable: scan row (52) mktable: scan row (53) mktable: scan row (54) mktable: scan row (55) mktable: scan row (56) mktable: scan row (57) mktable: scan row (58) mktable: scan row (59) mktable: scan row (60) mktable: scan row (61) mktable: scan row (62) mktable: scan row (63) mktable: scan row (64) mktable: scan row (65) mktable: scan row (66) mktable: scan row (67) mktable: scan row (68) mktable: scan row (69) mktable: scan row (70) mktable: scan row (71) mktable: scan row (72) mktable: scan row (73) mktable: scan row (74) mktable: scan row (75) mktable: scan row (76) mktable: scan row (77) mktable: scan row (78) mktable: scan row (79) mktable: scan row (80) mktable: scan row (81) mktable: scan row (82) mktable: scan row (83) mktable: scan row (84) write_supp_tbl: supp_tbl_size (hi:0, lo:0) write_supp_tbl: supp_tbl_max_index (hi:0, lo:0) write_supp_tbl: supp_tbl_size=0 write_supp_tbl: supp_tbl_max_index=0 The end... /tmp/converters/cn2jp/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c -o big2jis/b2j-util.o big2jis/b2j-util.c libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c big2jis/b2j-util.c -fPIC -DPIC -o big2jis/.libs/b2j-util.o big2jis/b2j-util.c: In function 'lang_big5_to_eucjis': big2jis/b2j-util.c:34:3: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] memcpy(&b2jtbl, &b2jtbl_static, sizeof(struct code_table)); ^~~~~~ big2jis/b2j-util.c:34:3: warning: incompatible implicit declaration of built-in function 'memcpy' big2jis/b2j-util.c:34:3: note: include '' or provide a declaration of 'memcpy' libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c big2jis/b2j-util.c -o big2jis/b2j-util.o >/dev/null 2>&1 /tmp/converters/cn2jp/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c -o big2jis/b2j_table.o big2jis/b2j_table.c libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c big2jis/b2j_table.c -fPIC -DPIC -o big2jis/.libs/b2j_table.o libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c big2jis/b2j_table.c -o big2jis/b2j_table.o >/dev/null 2>&1 /tmp/converters/cn2jp/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c -o jis2big/j2b-util.o jis2big/j2b-util.c libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c jis2big/j2b-util.c -fPIC -DPIC -o jis2big/.libs/j2b-util.o jis2big/j2b-util.c: In function 'lang_eucjis_to_big5': jis2big/j2b-util.c:34:3: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] memcpy(&j2btbl, &j2btbl_static, sizeof(struct code_table)); ^~~~~~ jis2big/j2b-util.c:34:3: warning: incompatible implicit declaration of built-in function 'memcpy' jis2big/j2b-util.c:34:3: note: include '' or provide a declaration of 'memcpy' libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c jis2big/j2b-util.c -o jis2big/j2b-util.o >/dev/null 2>&1 /tmp/converters/cn2jp/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c -o jis2big/j2b_table.o jis2big/j2b_table.c libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c jis2big/j2b_table.c -fPIC -DPIC -o jis2big/.libs/j2b_table.o libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c jis2big/j2b_table.c -o jis2big/j2b_table.o >/dev/null 2>&1 /tmp/converters/cn2jp/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c -o big2gb/b2g-util.o big2gb/b2g-util.c libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c big2gb/b2g-util.c -fPIC -DPIC -o big2gb/.libs/b2g-util.o big2gb/b2g-util.c: In function 'lang_big5_to_gb': big2gb/b2g-util.c:32:9: warning: type defaults to 'int' in declaration of 'loaded' [-Wimplicit-int] static loaded=0; ^~~~~~ big2gb/b2g-util.c:35:3: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] memcpy(&b2gtbl, &b2gtbl_static, sizeof(struct code_table)); ^~~~~~ big2gb/b2g-util.c:35:3: warning: incompatible implicit declaration of built-in function 'memcpy' big2gb/b2g-util.c:35:3: note: include '' or provide a declaration of 'memcpy' libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c big2gb/b2g-util.c -o big2gb/b2g-util.o >/dev/null 2>&1 /tmp/converters/cn2jp/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c -o big2gb/b2g_table.o big2gb/b2g_table.c libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c big2gb/b2g_table.c -fPIC -DPIC -o big2gb/.libs/b2g_table.o libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c big2gb/b2g_table.c -o big2gb/b2g_table.o >/dev/null 2>&1 /tmp/converters/cn2jp/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c -o gb2big/g2b-util.o gb2big/g2b-util.c libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c gb2big/g2b-util.c -fPIC -DPIC -o gb2big/.libs/g2b-util.o gb2big/g2b-util.c: In function 'lang_gb_to_big5': gb2big/g2b-util.c:34:9: warning: type defaults to 'int' in declaration of 'loaded' [-Wimplicit-int] static loaded=0; ^~~~~~ gb2big/g2b-util.c:37:3: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] memcpy(&g2btbl, &g2btbl_static, sizeof(struct code_table)); ^~~~~~ gb2big/g2b-util.c:37:3: warning: incompatible implicit declaration of built-in function 'memcpy' gb2big/g2b-util.c:37:3: note: include '' or provide a declaration of 'memcpy' libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c gb2big/g2b-util.c -o gb2big/g2b-util.o >/dev/null 2>&1 /tmp/converters/cn2jp/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c -o gb2big/g2b_table.o gb2big/g2b_table.c libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c gb2big/g2b_table.c -fPIC -DPIC -o gb2big/.libs/g2b_table.o libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c gb2big/g2b_table.c -o gb2big/g2b_table.o >/dev/null 2>&1 /tmp/converters/cn2jp/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c -o gb2jis/g2j-util.o gb2jis/g2j-util.c libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c gb2jis/g2j-util.c -fPIC -DPIC -o gb2jis/.libs/g2j-util.o gb2jis/g2j-util.c: In function 'lang_gb_to_eucjis': gb2jis/g2j-util.c:36:3: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] memcpy(&g2jtbl, &g2jtbl_static, sizeof(struct code_table)); ^~~~~~ gb2jis/g2j-util.c:36:3: warning: incompatible implicit declaration of built-in function 'memcpy' gb2jis/g2j-util.c:36:3: note: include '' or provide a declaration of 'memcpy' libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c gb2jis/g2j-util.c -o gb2jis/g2j-util.o >/dev/null 2>&1 /tmp/converters/cn2jp/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c -o gb2jis/g2j_table.o gb2jis/g2j_table.c libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c gb2jis/g2j_table.c -fPIC -DPIC -o gb2jis/.libs/g2j_table.o libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c gb2jis/g2j_table.c -o gb2jis/g2j_table.o >/dev/null 2>&1 /tmp/converters/cn2jp/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c -o jis2gb/j2g-util.o jis2gb/j2g-util.c libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c jis2gb/j2g-util.c -fPIC -DPIC -o jis2gb/.libs/j2g-util.o jis2gb/j2g-util.c: In function 'lang_eucjis_to_gb': jis2gb/j2g-util.c:34:3: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] memcpy(&j2gtbl, &j2gtbl_static, sizeof(struct code_table)); ^~~~~~ jis2gb/j2g-util.c:34:3: warning: incompatible implicit declaration of built-in function 'memcpy' jis2gb/j2g-util.c:34:3: note: include '' or provide a declaration of 'memcpy' libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c jis2gb/j2g-util.c -o jis2gb/j2g-util.o >/dev/null 2>&1 /tmp/converters/cn2jp/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c -o jis2gb/j2g_table.o jis2gb/j2g_table.c libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c jis2gb/j2g_table.c -fPIC -DPIC -o jis2gb/.libs/j2g_table.o libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c jis2gb/j2g_table.c -o jis2gb/j2g_table.o >/dev/null 2>&1 /tmp/converters/cn2jp/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c -o lib/lang-util.o lib/lang-util.c libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c lib/lang-util.c -fPIC -DPIC -o lib/.libs/lang-util.o lib/lang-util.c: In function 'inc_ostr': lib/lang-util.c:56:19: warning: implicit declaration of function 'realloc' [-Wimplicit-function-declaration] temp = (char *) realloc(*postr, *pbuf_size); ^~~~~~~ lib/lang-util.c:56:19: warning: incompatible implicit declaration of built-in function 'realloc' lib/lang-util.c:56:19: note: include '' or provide a declaration of 'realloc' lib/lang-util.c:61:4: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy(*postr+*pbuf_size-1024-strlen(error)-1, error); ^~~~~~ lib/lang-util.c:61:4: warning: incompatible implicit declaration of built-in function 'strcpy' lib/lang-util.c:61:4: note: include '' or provide a declaration of 'strcpy' lib/lang-util.c:61:34: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] strcpy(*postr+*pbuf_size-1024-strlen(error)-1, error); ^~~~~~ lib/lang-util.c:61:34: warning: incompatible implicit declaration of built-in function 'strlen' lib/lang-util.c:61:34: note: include '' or provide a declaration of 'strlen' lib/lang-util.c: In function 'src_seq_to_dest': lib/lang-util.c:105:5: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(buf,str3); ^~~~~~ lib/lang-util.c:105:5: note: include '' or provide a declaration of 'strcpy' lib/lang-util.c:106:15: warning: incompatible implicit declaration of built-in function 'strlen' buf_len = strlen(buf); ^~~~~~ lib/lang-util.c:106:15: note: include '' or provide a declaration of 'strlen' lib/lang-util.c: In function 'src_to_dest': lib/lang-util.c:163:9: warning: incompatible implicit declaration of built-in function 'strlen' ilen = strlen(istr); ^~~~~~ lib/lang-util.c:163:9: note: include '' or provide a declaration of 'strlen' lib/lang-util.c:165:11: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] if(ostr) free(ostr); ^~~~ lib/lang-util.c:165:11: warning: incompatible implicit declaration of built-in function 'free' lib/lang-util.c:165:11: note: include '' or provide a declaration of 'free' lib/lang-util.c:167:27: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] ostr = (unsigned char *) malloc(buf_size); ^~~~~~ lib/lang-util.c:167:27: warning: incompatible implicit declaration of built-in function 'malloc' lib/lang-util.c:167:27: note: include '' or provide a declaration of 'malloc' lib/lang-util.c:196:5: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(buf, "?q"); ^~~~~~ lib/lang-util.c:196:5: note: include '' or provide a declaration of 'strcpy' lib/lang-util.c:206:4: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(&ostr[o_len],buf); ^~~~~~ lib/lang-util.c:206:4: note: include '' or provide a declaration of 'strcpy' libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c lib/lang-util.c -o lib/lang-util.o >/dev/null 2>&1 /tmp/converters/cn2jp/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c -o lib/cn-util.o lib/cn-util.c libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c lib/cn-util.c -fPIC -DPIC -o lib/.libs/cn-util.o libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c lib/cn-util.c -o lib/cn-util.o >/dev/null 2>&1 /tmp/converters/cn2jp/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c -o lib/py-tbl.o lib/py-tbl.c libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c lib/py-tbl.c -fPIC -DPIC -o lib/.libs/py-tbl.o libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c lib/py-tbl.c -o lib/py-tbl.o >/dev/null 2>&1 /tmp/converters/cn2jp/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c -o lib/uzpj-tbl.o lib/uzpj-tbl.c libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c lib/uzpj-tbl.c -fPIC -DPIC -o lib/.libs/uzpj-tbl.o libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c lib/uzpj-tbl.c -o lib/uzpj-tbl.o >/dev/null 2>&1 /tmp/converters/cn2jp/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c -o lib/uzpj-util.o lib/uzpj-util.c libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c lib/uzpj-util.c -fPIC -DPIC -o lib/.libs/uzpj-util.o lib/uzpj-util.c: In function 'py2uzpj': lib/uzpj-util.c:71:9: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] cmp = strcmp(py, uzpjtbl.py_tbl[i]); ^~~~~~ libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c lib/uzpj-util.c -o lib/uzpj-util.o >/dev/null 2>&1 /tmp/converters/cn2jp/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c -o lib/hz2gb.o lib/hz2gb.c libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c lib/hz2gb.c -fPIC -DPIC -o lib/.libs/hz2gb.o lib/hz2gb.c: In function 'usage': lib/hz2gb.c:84:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ lib/hz2gb.c:84:5: warning: incompatible implicit declaration of built-in function 'exit' lib/hz2gb.c:84:5: note: include '' or provide a declaration of 'exit' libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c lib/hz2gb.c -o lib/hz2gb.o >/dev/null 2>&1 /tmp/converters/cn2jp/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c -o lib/gb2hz.o lib/gb2hz.c libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c lib/gb2hz.c -fPIC -DPIC -o lib/.libs/gb2hz.o libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c lib/gb2hz.c -o lib/gb2hz.o >/dev/null 2>&1 /tmp/converters/cn2jp/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c -o lib/SINO.o lib/SINO.c libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c lib/SINO.c -fPIC -DPIC -o lib/.libs/SINO.o lib/SINO.c: In function 'BIG_TO_EUC': lib/SINO.c:90:2: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy(ostr, o); ^~~~~~ lib/SINO.c:90:2: warning: incompatible implicit declaration of built-in function 'strcpy' lib/SINO.c:90:2: note: include '' or provide a declaration of 'strcpy' lib/SINO.c: In function 'EUC_TO_BIG': lib/SINO.c:101:2: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(ostr, o); ^~~~~~ lib/SINO.c:101:2: note: include '' or provide a declaration of 'strcpy' lib/SINO.c: In function 'GB_TO_EUC': lib/SINO.c:118:2: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(ostr, o); ^~~~~~ lib/SINO.c:118:2: note: include '' or provide a declaration of 'strcpy' lib/SINO.c: In function 'EUC_TO_GB': lib/SINO.c:131:2: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(ostr, o); ^~~~~~ lib/SINO.c:131:2: note: include '' or provide a declaration of 'strcpy' lib/SINO.c: In function 'GB_TO_HZ': lib/SINO.c:146:2: warning: implicit declaration of function 'gb2hz' [-Wimplicit-function-declaration] gb2hz(istr,ostr); ^~~~~ lib/SINO.c: In function 'HZ_TO_GB': lib/SINO.c:155:2: warning: implicit declaration of function 'hz2gb' [-Wimplicit-function-declaration] hz2gb(istr,ostr); ^~~~~ lib/SINO.c: In function 'BIG_TO_GB': lib/SINO.c:171:2: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(ostr, o); ^~~~~~ lib/SINO.c:171:2: note: include '' or provide a declaration of 'strcpy' lib/SINO.c: In function 'GB_TO_BIG': lib/SINO.c:183:2: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(ostr, o); ^~~~~~ lib/SINO.c:183:2: note: include '' or provide a declaration of 'strcpy' lib/SINO.c: In function 'BIG_TO_JIS': lib/SINO.c:202:23: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] euc = (char *)malloc(strlen(ostr)+1024); ^~~~~~ lib/SINO.c:202:23: warning: incompatible implicit declaration of built-in function 'malloc' lib/SINO.c:202:23: note: include '' or provide a declaration of 'malloc' lib/SINO.c:202:30: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] euc = (char *)malloc(strlen(ostr)+1024); ^~~~~~ lib/SINO.c:202:30: warning: incompatible implicit declaration of built-in function 'strlen' lib/SINO.c:202:30: note: include '' or provide a declaration of 'strlen' lib/SINO.c:204:9: warning: implicit declaration of function 'TO_JIS'; did you mean 'BIG_TO_JIS'? [-Wimplicit-function-declaration] TO_JIS(ostr,euc,""); ^~~~~~ BIG_TO_JIS lib/SINO.c:206:9: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(ostr,euc); ^~~~~~ lib/SINO.c:206:9: note: include '' or provide a declaration of 'strcpy' lib/SINO.c:208:9: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] free(euc); ^~~~ lib/SINO.c:208:9: warning: incompatible implicit declaration of built-in function 'free' lib/SINO.c:208:9: note: include '' or provide a declaration of 'free' lib/SINO.c: In function 'GB_TO_JIS': lib/SINO.c:224:16: warning: incompatible implicit declaration of built-in function 'malloc' euc = (char *)malloc(strlen(ostr)+1024); ^~~~~~ lib/SINO.c:224:16: note: include '' or provide a declaration of 'malloc' lib/SINO.c:224:23: warning: incompatible implicit declaration of built-in function 'strlen' euc = (char *)malloc(strlen(ostr)+1024); ^~~~~~ lib/SINO.c:224:23: note: include '' or provide a declaration of 'strlen' lib/SINO.c:228:2: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(ostr,euc); ^~~~~~ lib/SINO.c:228:2: note: include '' or provide a declaration of 'strcpy' lib/SINO.c:230:2: warning: incompatible implicit declaration of built-in function 'free' free(euc); ^~~~ lib/SINO.c:230:2: note: include '' or provide a declaration of 'free' lib/SINO.c: In function 'HZ_TO_JIS': lib/SINO.c:245:16: warning: incompatible implicit declaration of built-in function 'malloc' euc = (char *)malloc(strlen(ostr)+1024); ^~~~~~ lib/SINO.c:245:16: note: include '' or provide a declaration of 'malloc' lib/SINO.c:245:23: warning: incompatible implicit declaration of built-in function 'strlen' euc = (char *)malloc(strlen(ostr)+1024); ^~~~~~ lib/SINO.c:245:23: note: include '' or provide a declaration of 'strlen' lib/SINO.c:249:2: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(ostr,euc); ^~~~~~ lib/SINO.c:249:2: note: include '' or provide a declaration of 'strcpy' lib/SINO.c:251:2: warning: incompatible implicit declaration of built-in function 'free' free(euc); ^~~~ lib/SINO.c:251:2: note: include '' or provide a declaration of 'free' lib/SINO.c: In function 'HZ_TO_EUC': lib/SINO.c:265:16: warning: incompatible implicit declaration of built-in function 'malloc' euc = (char *)malloc(strlen(ostr)+1024); ^~~~~~ lib/SINO.c:265:16: note: include '' or provide a declaration of 'malloc' lib/SINO.c:265:23: warning: incompatible implicit declaration of built-in function 'strlen' euc = (char *)malloc(strlen(ostr)+1024); ^~~~~~ lib/SINO.c:265:23: note: include '' or provide a declaration of 'strlen' lib/SINO.c:269:2: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(ostr,euc); ^~~~~~ lib/SINO.c:269:2: note: include '' or provide a declaration of 'strcpy' lib/SINO.c:271:2: warning: incompatible implicit declaration of built-in function 'free' free(euc); ^~~~ lib/SINO.c:271:2: note: include '' or provide a declaration of 'free' libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c lib/SINO.c -o lib/SINO.o >/dev/null 2>&1 /tmp/converters/cn2jp/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c -o lib/jp-util.o lib/jp-util.c libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c lib/jp-util.c -fPIC -DPIC -o lib/.libs/jp-util.o lib/jp-util.c: In function 'TO_EUC': lib/jp-util.c:195:11: warning: type defaults to 'int' in declaration of 'to1B' [-Wimplicit-int] register to1B,to2B; ^~~~ lib/jp-util.c:195:16: warning: type defaults to 'int' in declaration of 'to2B' [-Wimplicit-int] register to1B,to2B; ^~~~ lib/jp-util.c: At top level: lib/jp-util.c:270:8: warning: return type defaults to 'int' [-Wimplicit-int] static is_EUC_JP(euc) ^~~~~~~~~ lib/jp-util.c:292:1: warning: return type defaults to 'int' [-Wimplicit-int] TO_SJIS(any,sjis) ^~~~~~~ lib/jp-util.c:306:1: warning: return type defaults to 'int' [-Wimplicit-int] TO_JIS(any,jis) ^~~~~~ lib/jp-util.c:331:1: warning: return type defaults to 'int' [-Wimplicit-int] EUC_TO_KUTEN(istr,ostr) ^~~~~~~~~~~~ libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c lib/jp-util.c -o lib/jp-util.o >/dev/null 2>&1 /tmp/converters/cn2jp/work/.cwrapper/bin/libtool --mode=link gcc -o libcn2jp.la big2jis/b2j-util.lo big2jis/b2j_table.lo jis2big/j2b-util.lo jis2big/j2b_table.lo big2gb/b2g-util.lo big2gb/b2g_table.lo gb2big/g2b-util.lo gb2big/g2b_table.lo gb2jis/g2j-util.lo gb2jis/g2j_table.lo jis2gb/j2g-util.lo jis2gb/j2g_table.lo lib/lang-util.lo lib/cn-util.lo lib/py-tbl.lo lib/uzpj-tbl.lo lib/uzpj-util.lo lib/hz2gb.lo lib/gb2hz.lo lib/SINO.lo lib/jp-util.lo -rpath /usr/pkg/lib libtool: link: gcc -shared -fPIC -DPIC big2jis/.libs/b2j-util.o big2jis/.libs/b2j_table.o jis2big/.libs/j2b-util.o jis2big/.libs/j2b_table.o big2gb/.libs/b2g-util.o big2gb/.libs/b2g_table.o gb2big/.libs/g2b-util.o gb2big/.libs/g2b_table.o gb2jis/.libs/g2j-util.o gb2jis/.libs/g2j_table.o jis2gb/.libs/j2g-util.o jis2gb/.libs/j2g_table.o lib/.libs/lang-util.o lib/.libs/cn-util.o lib/.libs/py-tbl.o lib/.libs/uzpj-tbl.o lib/.libs/uzpj-util.o lib/.libs/hz2gb.o lib/.libs/gb2hz.o lib/.libs/SINO.o lib/.libs/jp-util.o -Wl,-soname -Wl,libcn2jp.so.0 -o .libs/libcn2jp.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libcn2jp.so.0" && ln -s "libcn2jp.so.0.0.0" "libcn2jp.so.0") libtool: link: (cd ".libs" && rm -f "libcn2jp.so" && ln -s "libcn2jp.so.0.0.0" "libcn2jp.so") libtool: link: ar cru .libs/libcn2jp.a big2jis/b2j-util.o big2jis/b2j_table.o jis2big/j2b-util.o jis2big/j2b_table.o big2gb/b2g-util.o big2gb/b2g_table.o gb2big/g2b-util.o gb2big/g2b_table.o gb2jis/g2j-util.o gb2jis/g2j_table.o jis2gb/j2g-util.o jis2gb/j2g_table.o lib/lang-util.o lib/cn-util.o lib/py-tbl.o lib/uzpj-tbl.o lib/uzpj-util.o lib/hz2gb.o lib/gb2hz.o lib/SINO.o lib/jp-util.o libtool: link: ranlib .libs/libcn2jp.a libtool: link: ( cd ".libs" && rm -f "libcn2jp.la" && ln -s "../libcn2jp.la" "libcn2jp.la" ) /tmp/converters/cn2jp/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c -o big2jis/b2j.o big2jis/b2j.c libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c big2jis/b2j.c -fPIC -DPIC -o big2jis/.libs/b2j.o big2jis/b2j.c:56:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc,argv) ^~~~ big2jis/b2j.c: In function 'main': big2jis/b2j.c:69:6: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if(strcmp(argv[i-1],"-d")==0) lang_debug=1; ^~~~~~ big2jis/b2j.c:121:25: warning: implicit declaration of function 'EUC_TO_KUTEN'; did you mean 'EUC_TO_JIS'? [-Wimplicit-function-declaration] else if(ojis==KUTEN) EUC_TO_KUTEN(ostr,jis); ^~~~~~~~~~~~ EUC_TO_JIS libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c big2jis/b2j.c -o big2jis/b2j.o >/dev/null 2>&1 /tmp/converters/cn2jp/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c -o jis2big/j2b.o jis2big/j2b.c libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c jis2big/j2b.c -fPIC -DPIC -o jis2big/.libs/j2b.o jis2big/j2b.c:43:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc,argv) ^~~~ jis2big/j2b.c: In function 'main': jis2big/j2b.c:56:6: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if(strcmp(argv[i-1],"-d")==0) lang_debug=1; ^~~~~~ jis2big/j2b.c:93:4: warning: implicit declaration of function 'TO_EUC' [-Wimplicit-function-declaration] TO_EUC(istr,euc); ^~~~~~ libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c jis2big/j2b.c -o jis2big/j2b.o >/dev/null 2>&1 /tmp/converters/cn2jp/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c -o big2gb/b2g.o big2gb/b2g.c libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c big2gb/b2g.c -fPIC -DPIC -o big2gb/.libs/b2g.o big2gb/b2g.c:47:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc,argv) ^~~~ big2gb/b2g.c: In function 'main': big2gb/b2g.c:59:6: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if(strcmp(argv[i-1],"-d")==0) lang_debug=1; ^~~~~~ libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c big2gb/b2g.c -o big2gb/b2g.o >/dev/null 2>&1 /tmp/converters/cn2jp/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c -o gb2big/g2b.o gb2big/g2b.c libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c gb2big/g2b.c -fPIC -DPIC -o gb2big/.libs/g2b.o gb2big/g2b.c:45:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc,argv) ^~~~ gb2big/g2b.c: In function 'main': gb2big/g2b.c:57:6: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if(strcmp(argv[i-1],"-d")==0) lang_debug=1; ^~~~~~ libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c gb2big/g2b.c -o gb2big/g2b.o >/dev/null 2>&1 /tmp/converters/cn2jp/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c -o gb2jis/g2j.o gb2jis/g2j.c libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c gb2jis/g2j.c -fPIC -DPIC -o gb2jis/.libs/g2j.o gb2jis/g2j.c:54:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc,argv) ^~~~ gb2jis/g2j.c: In function 'main': gb2jis/g2j.c:67:6: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if(strcmp(argv[i-1],"-d")==0) lang_debug=1; ^~~~~~ gb2jis/g2j.c:119:25: warning: implicit declaration of function 'EUC_TO_KUTEN'; did you mean 'EUC_TO_JIS'? [-Wimplicit-function-declaration] else if(ojis==KUTEN) EUC_TO_KUTEN(ostr,jis); ^~~~~~~~~~~~ EUC_TO_JIS libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c gb2jis/g2j.c -o gb2jis/g2j.o >/dev/null 2>&1 /tmp/converters/cn2jp/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c -o jis2gb/j2g.o jis2gb/j2g.c libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c jis2gb/j2g.c -fPIC -DPIC -o jis2gb/.libs/j2g.o jis2gb/j2g.c:43:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc,argv) ^~~~ jis2gb/j2g.c: In function 'main': jis2gb/j2g.c:56:6: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if(strcmp(argv[i-1],"-d")==0) lang_debug=1; ^~~~~~ jis2gb/j2g.c:93:4: warning: implicit declaration of function 'TO_EUC' [-Wimplicit-function-declaration] TO_EUC(istr,euc); ^~~~~~ libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I./lib -c jis2gb/j2g.c -o jis2gb/j2g.o >/dev/null 2>&1 for i in big2jis/b2j jis2big/j2b big2gb/b2g gb2big/g2b gb2jis/g2j jis2gb/j2g;do \ /tmp/converters/cn2jp/work/.cwrapper/bin/libtool --mode=link gcc -o $i $i.lo libcn2jp.la; \ done libtool: link: gcc -o big2jis/.libs/b2j big2jis/.libs/b2j.o -pie -L./.libs -lcn2jp -Wl,-rpath,/usr/pkg/lib libtool: link: gcc -o jis2big/.libs/j2b jis2big/.libs/j2b.o -pie -L./.libs -lcn2jp -Wl,-rpath,/usr/pkg/lib libtool: link: gcc -o big2gb/.libs/b2g big2gb/.libs/b2g.o -pie -L./.libs -lcn2jp -Wl,-rpath,/usr/pkg/lib libtool: link: gcc -o gb2big/.libs/g2b gb2big/.libs/g2b.o -pie -L./.libs -lcn2jp -Wl,-rpath,/usr/pkg/lib libtool: link: gcc -o gb2jis/.libs/g2j gb2jis/.libs/g2j.o -pie -L./.libs -lcn2jp -Wl,-rpath,/usr/pkg/lib libtool: link: gcc -o jis2gb/.libs/j2g jis2gb/.libs/j2g.o -pie -L./.libs -lcn2jp -Wl,-rpath,/usr/pkg/lib