=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> 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 cmigemo-1.3e.20110227nb11 /usr/pkg/bin/gmake -f compile/Make_gcc.mak gmake[1]: Entering directory '/pbulk/work/textproc/cmigemo/work/cmigemo-default-src' /pbulk/work/textproc/cmigemo/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -Wall -shared -o build/object/main.lo -c src/main.c libtool: compile: gcc -O2 -Wall -c src/main.c -fPIC -DPIC -o build/object/.libs/main.o In file included from /usr/include/stdio.h:595, from src/main.c:9: src/main.c: In function 'query_loop': src/main.c:34:13: warning: pointer targets in passing argument 1 of '__fgets_chk' differ in signedness [-Wpointer-sign] 34 | if (!fgets(buf, sizeof(buf), stdin)) | ^~~ | | | unsigned char * /usr/include/ssp/stdio.h:49:19: note: expected 'char *' but argument is of type 'unsigned char *' 49 | char *__fgets_chk(char *, int, size_t, FILE *); | ^~~~~~ src/main.c:41:20: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness [-Wpointer-sign] 41 | if ((ans = strchr(buf, '\n')) != NULL) | ^~~ | | | unsigned char * In file included from src/main.c:11: /usr/include/string.h:55:14: note: expected 'const char *' but argument is of type 'unsigned char *' 55 | char *strchr(const char *, int); | ^~~~~~~~~~~~ src/main.c:41:11: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 41 | if ((ans = strchr(buf, '\n')) != NULL) | ^ src/main.c: In function 'main': src/main.c:169:54: warning: pointer targets in passing argument 3 of 'migemo_set_operator' differ in signedness [-Wpointer-sign] 169 | migemo_set_operator(pmigemo, MIGEMO_OPINDEX_OR, "\\|"); | ^~~~~ | | | char * In file included from src/main.c:14: src/migemo.h:57:23: note: expected 'const unsigned char *' but argument is of type 'char *' 57 | const unsigned char* op); | ~~~~~~~~~~~~~~~~~~~~~^~ src/main.c:170:59: warning: pointer targets in passing argument 3 of 'migemo_set_operator' differ in signedness [-Wpointer-sign] 170 | migemo_set_operator(pmigemo, MIGEMO_OPINDEX_NEST_IN, "\\%("); | ^~~~~~ | | | char * In file included from src/main.c:14: src/migemo.h:57:23: note: expected 'const unsigned char *' but argument is of type 'char *' 57 | const unsigned char* op); | ~~~~~~~~~~~~~~~~~~~~~^~ src/main.c:171:60: warning: pointer targets in passing argument 3 of 'migemo_set_operator' differ in signedness [-Wpointer-sign] 171 | migemo_set_operator(pmigemo, MIGEMO_OPINDEX_NEST_OUT, "\\)"); | ^~~~~ | | | char * In file included from src/main.c:14: src/migemo.h:57:23: note: expected 'const unsigned char *' but argument is of type 'char *' 57 | const unsigned char* op); | ~~~~~~~~~~~~~~~~~~~~~^~ src/main.c:173:56: warning: pointer targets in passing argument 3 of 'migemo_set_operator' differ in signedness [-Wpointer-sign] 173 | migemo_set_operator(pmigemo, MIGEMO_OPINDEX_NEWLINE, "\\_s*"); | ^~~~~~~ | | | char * In file included from src/main.c:14: src/migemo.h:57:23: note: expected 'const unsigned char *' but argument is of type 'char *' 57 | const unsigned char* op); | ~~~~~~~~~~~~~~~~~~~~~^~ src/main.c:177:54: warning: pointer targets in passing argument 3 of 'migemo_set_operator' differ in signedness [-Wpointer-sign] 177 | migemo_set_operator(pmigemo, MIGEMO_OPINDEX_OR, "\\|"); | ^~~~~ | | | char * In file included from src/main.c:14: src/migemo.h:57:23: note: expected 'const unsigned char *' but argument is of type 'char *' 57 | const unsigned char* op); | ~~~~~~~~~~~~~~~~~~~~~^~ src/main.c:178:59: warning: pointer targets in passing argument 3 of 'migemo_set_operator' differ in signedness [-Wpointer-sign] 178 | migemo_set_operator(pmigemo, MIGEMO_OPINDEX_NEST_IN, "\\("); | ^~~~~ | | | char * In file included from src/main.c:14: src/migemo.h:57:23: note: expected 'const unsigned char *' but argument is of type 'char *' 57 | const unsigned char* op); | ~~~~~~~~~~~~~~~~~~~~~^~ src/main.c:179:60: warning: pointer targets in passing argument 3 of 'migemo_set_operator' differ in signedness [-Wpointer-sign] 179 | migemo_set_operator(pmigemo, MIGEMO_OPINDEX_NEST_OUT, "\\)"); | ^~~~~ | | | char * In file included from src/main.c:14: src/migemo.h:57:23: note: expected 'const unsigned char *' but argument is of type 'char *' 57 | const unsigned char* op); | ~~~~~~~~~~~~~~~~~~~~~^~ src/main.c:181:56: warning: pointer targets in passing argument 3 of 'migemo_set_operator' differ in signedness [-Wpointer-sign] 181 | migemo_set_operator(pmigemo, MIGEMO_OPINDEX_NEWLINE, "\\s-*"); | ^~~~~~~ | | | char * In file included from src/main.c:14: src/migemo.h:57:23: note: expected 'const unsigned char *' but argument is of type 'char *' 57 | const unsigned char* op); | ~~~~~~~~~~~~~~~~~~~~~^~ src/main.c:188:34: warning: pointer targets in passing argument 2 of 'migemo_query' differ in signedness [-Wpointer-sign] 188 | ans = migemo_query(pmigemo, word); | ^~~~ | | | char * In file included from src/main.c:14: src/migemo.h:52:23: note: expected 'const unsigned char *' but argument is of type 'char *' 52 | const unsigned char* query); | ~~~~~~~~~~~~~~~~~~~~~^~~~~ /pbulk/work/textproc/cmigemo/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -Wall -shared -o build/object/charset.lo -c src/charset.c libtool: compile: gcc -O2 -Wall -c src/charset.c -fPIC -DPIC -o build/object/.libs/charset.o /pbulk/work/textproc/cmigemo/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -Wall -shared -o build/object/filename.lo -c src/filename.c libtool: compile: gcc -O2 -Wall -c src/filename.c -fPIC -DPIC -o build/object/.libs/filename.o /pbulk/work/textproc/cmigemo/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -Wall -shared -o build/object/migemo.lo -c src/migemo.c libtool: compile: gcc -O2 -Wall -c src/migemo.c -fPIC -DPIC -o build/object/.libs/migemo.o src/migemo.c: In function 'migemo_load': src/migemo.c:178:32: warning: pointer targets in passing argument 2 of 'romaji_load' differ in signedness [-Wpointer-sign] 178 | if (dict && romaji_load(dict, dict_file) == 0) | ^~~~~~~~~ | | | const char * In file included from src/migemo.c:18: src/romaji.h:24:54: note: expected 'const unsigned char *' but argument is of type 'const char *' 24 | int romaji_load(romaji* object, const unsigned char* filename); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ src/migemo.c: In function 'migemo_open': src/migemo.c:255:34: warning: pointer targets in passing argument 2 of 'romaji_load' differ in signedness [-Wpointer-sign] 255 | romaji_load(obj->roma2hira, roma_dict); | ^~~~~~~~~ | | | char * In file included from src/migemo.c:18: src/romaji.h:24:54: note: expected 'const unsigned char *' but argument is of type 'char *' 24 | int romaji_load(romaji* object, const unsigned char* filename); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ src/migemo.c:256:34: warning: pointer targets in passing argument 2 of 'romaji_load' differ in signedness [-Wpointer-sign] 256 | romaji_load(obj->hira2kata, kata_dict); | ^~~~~~~~~ | | | char * In file included from src/migemo.c:18: src/romaji.h:24:54: note: expected 'const unsigned char *' but argument is of type 'char *' 24 | int romaji_load(romaji* object, const unsigned char* filename); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ src/migemo.c:257:32: warning: pointer targets in passing argument 2 of 'romaji_load' differ in signedness [-Wpointer-sign] 257 | romaji_load(obj->han2zen, h2z_dict); | ^~~~~~~~ | | | char * In file included from src/migemo.c:18: src/romaji.h:24:54: note: expected 'const unsigned char *' but argument is of type 'char *' 24 | int romaji_load(romaji* object, const unsigned char* filename); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ src/migemo.c:258:32: warning: pointer targets in passing argument 2 of 'romaji_load' differ in signedness [-Wpointer-sign] 258 | romaji_load(obj->zen2han, z2h_dict); | ^~~~~~~~ | | | char * In file included from src/migemo.c:18: src/romaji.h:24:54: note: expected 'const unsigned char *' but argument is of type 'char *' 24 | int romaji_load(romaji* object, const unsigned char* filename); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ src/migemo.c: In function 'add_dubious_roma': src/migemo.c:376:27: warning: pointer targets in passing argument 1 of 'my_strlen' differ in signedness [-Wpointer-sign] 376 | if (!(len = my_strlen(query))) | ^~~~~ | | | unsigned char * src/migemo.c:56:23: note: expected 'const char *' but argument is of type 'unsigned char *' 56 | my_strlen(const char* s) | ~~~~~~~~~~~~^ src/migemo.c:389:17: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness [-Wpointer-sign] 389 | if (!strchr(VOWEL_CHARS, buf[len - 1])) | ^~~~~~~~~~~ | | | const unsigned char * In file included from src/migemo.c:10: /usr/include/string.h:55:14: note: expected 'const char *' but argument is of type 'const unsigned char *' 55 | char *strchr(const char *, int); | ^~~~~~~~~~~~ src/migemo.c:391:29: warning: pointer targets in passing argument 2 of 'add_dubious_vowels' differ in signedness [-Wpointer-sign] 391 | add_dubious_vowels(object, buf, len); | ^~~ | | | char * src/migemo.c:355:51: note: expected 'unsigned char *' but argument is of type 'char *' 355 | add_dubious_vowels(migemo* object, unsigned char* buf, int index) | ~~~~~~~~~~~~~~~^~~ src/migemo.c:393:24: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness [-Wpointer-sign] 393 | if (len < 2 || strchr(VOWEL_CHARS, buf[len - 2])) | ^~~~~~~~~~~ | | | const unsigned char * In file included from src/migemo.c:10: /usr/include/string.h:55:14: note: expected 'const char *' but argument is of type 'const unsigned char *' 55 | char *strchr(const char *, int); | ^~~~~~~~~~~~ src/migemo.c:399:20: warning: pointer targets in passing argument 2 of 'add_roma' differ in signedness [-Wpointer-sign] 399 | add_roma(object, buf); | ^~~ | | | char * src/migemo.c:322:41: note: expected 'unsigned char *' but argument is of type 'char *' 322 | add_roma(migemo* object, unsigned char* query) | ~~~~~~~~~~~~~~~^~~~~ src/migemo.c:406:30: warning: pointer targets in passing argument 2 of 'add_dubious_vowels' differ in signedness [-Wpointer-sign] 406 | add_dubious_vowels(object, buf, len + 3); | ^~~ | | | char * src/migemo.c:355:51: note: expected 'unsigned char *' but argument is of type 'char *' 355 | add_dubious_vowels(migemo* object, unsigned char* buf, int index) | ~~~~~~~~~~~~~~~^~~ src/migemo.c: In function 'query_a_word': src/migemo.c:466:25: warning: pointer targets in passing argument 1 of 'my_strlen' differ in signedness [-Wpointer-sign] 466 | int len = my_strlen(query); | ^~~~~ | | | unsigned char * src/migemo.c:56:23: note: expected 'const char *' but argument is of type 'unsigned char *' 56 | my_strlen(const char* s) | ~~~~~~~~~~~~^ /pbulk/work/textproc/cmigemo/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -Wall -shared -o build/object/mnode.lo -c src/mnode.c libtool: compile: gcc -O2 -Wall -c src/mnode.c -fPIC -DPIC -o build/object/.libs/mnode.o /pbulk/work/textproc/cmigemo/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -Wall -shared -o build/object/romaji.lo -c src/romaji.c libtool: compile: gcc -O2 -Wall -c src/romaji.c -fPIC -DPIC -o build/object/.libs/romaji.o src/romaji.c: In function 'strdup_lower': src/romaji.c:208:33: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness [-Wpointer-sign] 208 | unsigned char *out = STRDUP(string), *tmp; | ^~~~~~ | | | const unsigned char * In file included from src/romaji.c:10: /usr/include/string.h:80:14: note: expected 'const char *' but argument is of type 'const unsigned char *' 80 | char *strdup(const char *); | ^~~~~~~~~~~~ src/romaji.c:31:17: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] 31 | # define STRDUP strdup | ^~~~~~ src/romaji.c:208:26: note: in expansion of macro 'STRDUP' 208 | unsigned char *out = STRDUP(string), *tmp; | ^~~~~~ src/romaji.c: In function 'romaji_add_table': src/romaji.c:245:27: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] 245 | value_length = strlen(value); | ^~~~~ | | | const unsigned char * In file included from src/romaji.c:10: /usr/include/string.h:61:16: note: expected 'const char *' but argument is of type 'const unsigned char *' 61 | size_t strlen(const char *); | ^~~~~~~~~~~~ src/romaji.c:255:33: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness [-Wpointer-sign] 255 | (*ref_node)->value = STRDUP(value); | ^~~~~ | | | const unsigned char * In file included from src/romaji.c:10: /usr/include/string.h:80:14: note: expected 'const char *' but argument is of type 'const unsigned char *' 80 | char *strdup(const char *); | ^~~~~~~~~~~~ src/romaji.c:255:24: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 255 | (*ref_node)->value = STRDUP(value); | ^ src/romaji.c:259:17: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign] 259 | && !strcmp(key, ROMAJI_FIXKEY_XN)) | ^~~ | | | const unsigned char * In file included from src/romaji.c:10: /usr/include/string.h:56:13: note: expected 'const char *' but argument is of type 'const unsigned char *' 56 | int strcmp(const char *, const char *); | ^~~~~~~~~~~~ src/romaji.c:262:31: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness [-Wpointer-sign] 262 | object->fixvalue_xn = STRDUP(value); | ^~~~~ | | | const unsigned char * In file included from src/romaji.c:10: /usr/include/string.h:80:14: note: expected 'const char *' but argument is of type 'const unsigned char *' 80 | char *strdup(const char *); | ^~~~~~~~~~~~ src/romaji.c:262:22: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 262 | object->fixvalue_xn = STRDUP(value); | ^ src/romaji.c:265:17: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign] 265 | && !strcmp(key, ROMAJI_FIXKEY_XTU)) | ^~~ | | | const unsigned char * In file included from src/romaji.c:10: /usr/include/string.h:56:13: note: expected 'const char *' but argument is of type 'const unsigned char *' 56 | int strcmp(const char *, const char *); | ^~~~~~~~~~~~ src/romaji.c:268:32: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness [-Wpointer-sign] 268 | object->fixvalue_xtu = STRDUP(value); | ^~~~~ | | | const unsigned char * In file included from src/romaji.c:10: /usr/include/string.h:80:14: note: expected 'const char *' but argument is of type 'const unsigned char *' 80 | char *strdup(const char *); | ^~~~~~~~~~~~ src/romaji.c:268:23: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 268 | object->fixvalue_xtu = STRDUP(value); | ^ src/romaji.c: In function 'romaji_load': src/romaji.c:376:35: warning: pointer targets in passing argument 1 of 'charset_detect_file' differ in signedness [-Wpointer-sign] 376 | charset = charset_detect_file(filename); | ^~~~~~~~ | | | const unsigned char * In file included from src/romaji.c:13: src/charset.h:35:37: note: expected 'const char *' but argument is of type 'const unsigned char *' 35 | int charset_detect_file(const char* path); | ~~~~~~~~~~~~^~~~ src/romaji.c:379:21: warning: pointer targets in passing argument 1 of 'fopen' differ in signedness [-Wpointer-sign] 379 | if ((fp = fopen(filename, "rt")) != NULL) | ^~~~~~~~ | | | const unsigned char * In file included from src/romaji.c:8: /usr/include/stdio.h:231:13: note: expected 'const char * restrict' but argument is of type 'const unsigned char *' 231 | FILE *fopen(const char * __restrict , const char * __restrict); | ^ In file included from src/romaji.c:12: src/romaji.c: In function 'romaji_convert2': src/wordbuf.h:23:28: warning: pointer targets in passing argument 1 of 'strdup' differ in signedness [-Wpointer-sign] 23 | #define WORDBUF_GET(w) ((w)->buf) | ~~~~^~~~~~ | | | unsigned char * src/romaji.c:454:18: note: in expansion of macro 'WORDBUF_GET' 454 | answer = STRDUP(WORDBUF_GET(buf)); | ^~~~~~~~~~~ In file included from src/romaji.c:10: /usr/include/string.h:80:14: note: expected 'const char *' but argument is of type 'unsigned char *' 80 | char *strdup(const char *); | ^~~~~~~~~~~~ src/romaji.c:454:9: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 454 | answer = STRDUP(WORDBUF_GET(buf)); | ^ /pbulk/work/textproc/cmigemo/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -Wall -shared -o build/object/rxgen.lo -c src/rxgen.c gmake[1]: /pbulk/work/textproc/cmigemo/work/.cwrapper/bin/libtool: No such file or directory gmake[1]: *** [compile/unix.mak:33: build/object/rxgen.lo] Error 127 gmake[1]: Leaving directory '/pbulk/work/textproc/cmigemo/work/cmigemo-default-src' gmake: *** [Makefile:52: gcc-rel] Error 2 *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/textproc/cmigemo *** Error code 1 Stop. make: stopped in /usr/pkgsrc/textproc/cmigemo