=> 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 Chinput-3.0nb3 --- chinput --- cd src; make --- IMdkit/lib/libXimd.a --- --- chinput.o --- --- init.o --- --- server.o --- --- config.o --- --- color.o --- --- util.o --- --- convert.o --- --- IMdkit/lib/libXimd.a --- cd IMdkit; make --- init.o --- gcc -c -O2 -I/usr/pkg/include -I/usr/X11R7/include -Wall -DFOR_PILOT_COMPAT -O2 -fno-strength-reduce -I./include -I./IMdkit/include -I/usr/include -I/usr/X11R6/include init.c --- chinput.o --- gcc -c -O2 -I/usr/pkg/include -I/usr/X11R7/include -Wall -DFOR_PILOT_COMPAT -O2 -fno-strength-reduce -I./include -I./IMdkit/include -I/usr/include -I/usr/X11R6/include chinput.c --- server.o --- gcc -c -O2 -I/usr/pkg/include -I/usr/X11R7/include -Wall -DFOR_PILOT_COMPAT -O2 -fno-strength-reduce -I./include -I./IMdkit/include -I/usr/include -I/usr/X11R6/include server.c --- config.o --- gcc -c -O2 -I/usr/pkg/include -I/usr/X11R7/include -Wall -DFOR_PILOT_COMPAT -O2 -fno-strength-reduce -I./include -I./IMdkit/include -I/usr/include -I/usr/X11R6/include config.c --- color.o --- gcc -c -O2 -I/usr/pkg/include -I/usr/X11R7/include -Wall -DFOR_PILOT_COMPAT -O2 -fno-strength-reduce -I./include -I./IMdkit/include -I/usr/include -I/usr/X11R6/include color.c --- util.o --- gcc -c -O2 -I/usr/pkg/include -I/usr/X11R7/include -Wall -DFOR_PILOT_COMPAT -O2 -fno-strength-reduce -I./include -I./IMdkit/include -I/usr/include -I/usr/X11R6/include util.c --- convert.o --- gcc -c -O2 -I/usr/pkg/include -I/usr/X11R7/include -Wall -DFOR_PILOT_COMPAT -O2 -fno-strength-reduce -I./include -I./IMdkit/include -I/usr/include -I/usr/X11R6/include convert.c --- IMdkit/lib/libXimd.a --- --- libXimd.a --- cd lib; make --- convert.o --- In file included from convert.c:22: table.h:348:10: warning: null character(s) preserved in literal 348 | {" ", "ù¡"}, | ^ --- IMdkit/lib/libXimd.a --- --- IMConn.o --- gcc -c -O2 -fno-strength-reduce -DXIM_t -DTRANS_SERVER -I../include -I/usr/X11R6/include IMConn.c IMConn.c: In function '_FindModifiers': IMConn.c:87:13: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] 87 | if (strcmp (args->name, IMModifiers) == 0) | ^~~~~~ IMConn.c:36:1: note: include '' or provide a declaration of 'strcmp' 35 | #include +++ |+#include 36 | IMConn.c: In function '_GetIMS': IMConn.c:110:5: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration] 110 | memset ((void *) ims, 0, sizeof (XIMProtocolRec)); | ^~~~~~ IMConn.c:110:5: note: include '' or provide a declaration of 'memset' IMConn.c:110:5: warning: incompatible implicit declaration of built-in function 'memset' [-Wbuiltin-declaration-mismatch] IMConn.c:110:5: note: include '' or provide a declaration of 'memset' --- server.o --- server.c: In function 'HZprocXIM': server.c:74:13: warning: variable 'count' set but not used [-Wunused-but-set-variable] 74 | int count; | ^~~~~ --- color.o --- color.c: In function 'get_colors': color.c:67:17: warning: variable 'default_visual' set but not used [-Wunused-but-set-variable] 67 | Visual *default_visual; | ^~~~~~~~~~~~~~ color.c: In function 'alloc_color': color.c:235:30: warning: variable 'attrib' set but not used [-Wunused-but-set-variable] 235 | XSetWindowAttributes attrib; | ^~~~~~ color.c:232:23: warning: variable 'attribmask' set but not used [-Wunused-but-set-variable] 232 | unsigned long attribmask; | ^~~~~~~~~~ --- config.o --- config.c: In function 'proc_plugin': config.c:324:52: warning: pointer targets in passing argument 6 of 'XGetGeometry' differ in signedness [-Wpointer-sign] 324 | XGetGeometry(display, window1, &r, &x, &y, &w, &h, &bw, &depth); | ^~ | | | int * In file included from all.h:7, from config.c:21: /pbulk/work/inputmethod/Chinput/work/.buildlink/include/X11/Xlib.h:2636:5: note: expected 'unsigned int *' but argument is of type 'int *' 2636 | unsigned int* /* width_return */, | ^~~~~~~~~~~~~ config.c:324:56: warning: pointer targets in passing argument 7 of 'XGetGeometry' differ in signedness [-Wpointer-sign] 324 | XGetGeometry(display, window1, &r, &x, &y, &w, &h, &bw, &depth); | ^~ | | | int * /pbulk/work/inputmethod/Chinput/work/.buildlink/include/X11/Xlib.h:2637:5: note: expected 'unsigned int *' but argument is of type 'int *' 2637 | unsigned int* /* height_return */, | ^~~~~~~~~~~~~ config.c:324:60: warning: pointer targets in passing argument 8 of 'XGetGeometry' differ in signedness [-Wpointer-sign] 324 | XGetGeometry(display, window1, &r, &x, &y, &w, &h, &bw, &depth); | ^~~ | | | int * /pbulk/work/inputmethod/Chinput/work/.buildlink/include/X11/Xlib.h:2638:5: note: expected 'unsigned int *' but argument is of type 'int *' 2638 | unsigned int* /* border_width_return */, | ^~~~~~~~~~~~~ config.c:324:65: warning: pointer targets in passing argument 9 of 'XGetGeometry' differ in signedness [-Wpointer-sign] 324 | XGetGeometry(display, window1, &r, &x, &y, &w, &h, &bw, &depth); | ^~~~~~ | | | int * /pbulk/work/inputmethod/Chinput/work/.buildlink/include/X11/Xlib.h:2639:5: note: expected 'unsigned int *' but argument is of type 'int *' 2639 | unsigned int* /* depth_return */ | ^~~~~~~~~~~~~ config.c: In function 'proc_freewin': config.c:342:52: warning: pointer targets in passing argument 6 of 'XGetGeometry' differ in signedness [-Wpointer-sign] 342 | XGetGeometry(display, window1, &r, &x, &y, &w, &h, &bw, &depth); | ^~ | | | int * /pbulk/work/inputmethod/Chinput/work/.buildlink/include/X11/Xlib.h:2636:5: note: expected 'unsigned int *' but argument is of type 'int *' 2636 | unsigned int* /* width_return */, | ^~~~~~~~~~~~~ config.c:342:56: warning: pointer targets in passing argument 7 of 'XGetGeometry' differ in signedness [-Wpointer-sign] 342 | XGetGeometry(display, window1, &r, &x, &y, &w, &h, &bw, &depth); | ^~ | | | int * /pbulk/work/inputmethod/Chinput/work/.buildlink/include/X11/Xlib.h:2637:5: note: expected 'unsigned int *' but argument is of type 'int *' 2637 | unsigned int* /* height_return */, | ^~~~~~~~~~~~~ config.c:342:60: warning: pointer targets in passing argument 8 of 'XGetGeometry' differ in signedness [-Wpointer-sign] 342 | XGetGeometry(display, window1, &r, &x, &y, &w, &h, &bw, &depth); | ^~~ | | | int * /pbulk/work/inputmethod/Chinput/work/.buildlink/include/X11/Xlib.h:2638:5: note: expected 'unsigned int *' but argument is of type 'int *' 2638 | unsigned int* /* border_width_return */, | ^~~~~~~~~~~~~ config.c:342:65: warning: pointer targets in passing argument 9 of 'XGetGeometry' differ in signedness [-Wpointer-sign] 342 | XGetGeometry(display, window1, &r, &x, &y, &w, &h, &bw, &depth); | ^~~~~~ | | | int * /pbulk/work/inputmethod/Chinput/work/.buildlink/include/X11/Xlib.h:2639:5: note: expected 'unsigned int *' but argument is of type 'int *' 2639 | unsigned int* /* depth_return */ | ^~~~~~~~~~~~~ config.c: In function 'HZrecvConfig': config.c:615:22: warning: implicit declaration of function 'HZprocHW'; did you mean 'HZprocQJ'? [-Wimplicit-function-declaration] 615 | HZprocHW(); | ^~~~~~~~ | HZprocQJ --- IC.o --- gcc -c -O2 -I/usr/pkg/include -I/usr/X11R7/include -Wall -DFOR_PILOT_COMPAT -O2 -fno-strength-reduce -I./include -I./IMdkit/include -I/usr/include -I/usr/X11R6/include IC.c --- config.o --- config.c:618:22: warning: implicit declaration of function 'HZprocVoice' [-Wimplicit-function-declaration] 618 | HZprocVoice(); | ^~~~~~~~~~~ --- IMdkit/lib/libXimd.a --- --- IMValues.o --- gcc -c -O2 -fno-strength-reduce -DXIM_t -DTRANS_SERVER -I../include -I/usr/X11R6/include IMValues.c --- XIM.o --- gcc -c -O2 -I/usr/pkg/include -I/usr/X11R7/include -Wall -DFOR_PILOT_COMPAT -O2 -fno-strength-reduce -I./include -I./IMdkit/include -I/usr/include -I/usr/X11R6/include XIM.c --- IMdkit/lib/libXimd.a --- IMValues.c: In function '_IMVaToNestedList': IMValues.c:64:23: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] 64 | args = (XIMArg *) malloc ((unsigned) (max_count + 1)*sizeof (XIMArg)); | ^~~~~~ IMValues.c:35:1: note: include '' or provide a declaration of 'malloc' 34 | #include +++ |+#include 35 | IMValues.c:64:23: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch] 64 | args = (XIMArg *) malloc ((unsigned) (max_count + 1)*sizeof (XIMArg)); | ^~~~~~ IMValues.c:64:23: note: include '' or provide a declaration of 'malloc' --- server.o --- server.c: In function 'HZprocMessage': server.c:192:25: warning: '__builtin_strncpy' output may be truncated copying 2 bytes from a string of length 19 [-Wstringop-truncation] 192 | strncpy(s+1, &(buf[i]), 2); | ^~~~~~~ --- convert.o --- In file included from /usr/include/string.h:154, from convert.c:21: In function '__strncat_ichk', inlined from 'gbstring_big5string' at convert.c:69:3: /usr/include/ssp/string.h:92:1: warning: '__builtin_strncat' output may be truncated copying 2 bytes from a string of length 2 [-Wstringop-truncation] 92 | __ssp_bos_icheck3_restrict(strncat, char *, const char *) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ --- focus.o --- --- convert.o --- In function '__strncat_ichk', inlined from 'gbmixstring_big5mixstring' at convert.c:83:4: /usr/include/ssp/string.h:92:1: warning: '__builtin_strncat' output may be truncated copying 2 bytes from a string of length 2 [-Wstringop-truncation] 92 | __ssp_bos_icheck3_restrict(strncat, char *, const char *) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ --- focus.o --- gcc -c -O2 -I/usr/pkg/include -I/usr/X11R7/include -Wall -DFOR_PILOT_COMPAT -O2 -fno-strength-reduce -I./include -I./IMdkit/include -I/usr/include -I/usr/X11R6/include focus.c --- convert.o --- In function '__strncat_ichk', inlined from 'big5string_gbstring' at convert.c:103:17: /usr/include/ssp/string.h:92:1: warning: '__builtin_strncat' output may be truncated copying 2 bytes from a string of length 2 [-Wstringop-truncation] 92 | __ssp_bos_icheck3_restrict(strncat, char *, const char *) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In function '__strncat_ichk', inlined from 'big5mixstring_gbmixstring' at convert.c:118:4: /usr/include/ssp/string.h:92:1: warning: '__builtin_strncat' output may be truncated copying 2 bytes from a string of length 2 [-Wstringop-truncation] 92 | __ssp_bos_icheck3_restrict(strncat, char *, const char *) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ --- IMdkit/lib/libXimd.a --- --- IMMethod.o --- gcc -c -O2 -fno-strength-reduce -DXIM_t -DTRANS_SERVER -I../include -I/usr/X11R6/include IMMethod.c --- init.o --- In file included from /usr/include/stdio.h:595, from all.h:4, from init.c:21: init.c: In function 'file_exist': init.c:518:23: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 518 | sprintf(name, "%s/%s", dict_path, fname); | ^~~~~~~ init.c:518:29: note: format string is defined here 518 | sprintf(name, "%s/%s", dict_path, fname); | ^ init.c:518:9: note: '__builtin___sprintf_chk' output 2 or more bytes (assuming 257) into a destination of size 256 518 | sprintf(name, "%s/%s", dict_path, fname); | ^~~~~~~ --- config.o --- In file included from /usr/include/stdio.h:595, from all.h:4: config.c: In function 'HZloadInputMethod': config.c:708:32: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 708 | sprintf(fname, "%s/%s", dict_path, chinputime[id].fname); | ^~~~~~~ config.c:708:38: note: format string is defined here 708 | sprintf(fname, "%s/%s", dict_path, chinputime[id].fname); | ^ config.c:708:17: note: '__builtin___sprintf_chk' output 2 or more bytes (assuming 257) into a destination of size 256 708 | sprintf(fname, "%s/%s", dict_path, chinputime[id].fname); | ^~~~~~~ --- root.o --- gcc -c -O2 -I/usr/pkg/include -I/usr/X11R7/include -Wall -DFOR_PILOT_COMPAT -O2 -fno-strength-reduce -I./include -I./IMdkit/include -I/usr/include -I/usr/X11R6/include root.c --- overspot.o --- gcc -c -O2 -I/usr/pkg/include -I/usr/X11R7/include -Wall -DFOR_PILOT_COMPAT -O2 -fno-strength-reduce -I./include -I./IMdkit/include -I/usr/include -I/usr/X11R6/include overspot.c --- onspot.o --- --- IMdkit/lib/libXimd.a --- --- FrameMgr.o --- --- onspot.o --- gcc -c -O2 -I/usr/pkg/include -I/usr/X11R7/include -Wall -DFOR_PILOT_COMPAT -O2 -fno-strength-reduce -I./include -I./IMdkit/include -I/usr/include -I/usr/X11R6/include onspot.c --- IMdkit/lib/libXimd.a --- gcc -c -O2 -fno-strength-reduce -DXIM_t -DTRANS_SERVER -I../include -I/usr/X11R6/include FrameMgr.c --- offspot.o --- gcc -c -O2 -I/usr/pkg/include -I/usr/X11R7/include -Wall -DFOR_PILOT_COMPAT -O2 -fno-strength-reduce -I./include -I./IMdkit/include -I/usr/include -I/usr/X11R6/include offspot.c --- root.o --- root.c: In function 'HZkaDrawWindow': root.c:307:62: warning: pointer targets in passing argument 5 of 'MyDrawString' differ in signedness [-Wpointer-sign] 307 | MyDrawString(win, HZServer.normalGC, x1, y1, str, 2); | ^~~ | | | unsigned char * In file included from root.c:59: all.h:35:61: note: expected 'char *' but argument is of type 'unsigned char *' 35 | void MyDrawString (Window win, GC gc, int x , int y , char *str , int num ); | ~~~~~~^~~ root.c: In function 'HZprocKey': root.c:335:13: warning: variable 'charcount' set but not used [-Wunused-but-set-variable] 335 | int charcount; | ^~~~~~~~~ root.c: In function 'HZprocKWindow': root.c:583:23: warning: pointer targets in passing argument 1 of 'ForwardString' differ in signedness [-Wpointer-sign] 583 | ForwardString(str, 2); | ^~~ | | | unsigned char * all.h:259:27: note: expected 'char *' but argument is of type 'unsigned char *' 259 | void ForwardString (char *text , int len ); | ~~~~~~^~~~ --- XIM.o --- In file included from /usr/include/stdio.h:595, from all.h:4, from XIM.c:28: XIM.c: In function 'HZinitXIM': XIM.c:662:36: warning: '%s' directive writing 13 bytes into a region of size between 10 and 73 [-Wformat-overflow=] 662 | sprintf(transport, "local/%s:%s", hostname, address); | ^~~~~~~~~~~~~ XIM.c:662:46: note: format string is defined here 662 | sprintf(transport, "local/%s:%s", hostname, address); | ^~ XIM.c:662:17: note: '__builtin___sprintf_chk' output between 21 and 84 bytes into a destination of size 80 662 | sprintf(transport, "local/%s:%s", hostname, address); | ^~~~~~~ --- voice.o --- --- onspot.o --- onspot.c: In function 'mbstocts': onspot.c:76:18: warning: pointer targets in returning 'unsigned char *' from a function with return type 'char *' differ in signedness [-Wpointer-sign] 76 | return tp.value; | ~~^~~~~~ --- voice.o --- gcc -c -O2 -I/usr/pkg/include -I/usr/X11R7/include -Wall -DFOR_PILOT_COMPAT -O2 -fno-strength-reduce -I./include -I./IMdkit/include -I/usr/include -I/usr/X11R6/include voice.c --- keyboard.o --- gcc -c -O2 -I/usr/pkg/include -I/usr/X11R7/include -Wall -DFOR_PILOT_COMPAT -O2 -fno-strength-reduce -I./include -I./IMdkit/include -I/usr/include -I/usr/X11R6/include keyboard.c --- handw.o --- gcc -c -O2 -I/usr/pkg/include -I/usr/X11R7/include -Wall -DFOR_PILOT_COMPAT -O2 -fno-strength-reduce -I./include -I./IMdkit/include -I/usr/include -I/usr/X11R6/include handw.c --- hwengine.o --- gcc -c -O2 -I/usr/pkg/include -I/usr/X11R7/include -Wall -DFOR_PILOT_COMPAT -O2 -fno-strength-reduce -I./include -I./IMdkit/include -I/usr/include -I/usr/X11R6/include hwengine.c --- IMdkit/lib/libXimd.a --- FrameMgr.c: In function 'FrameInstGetNextType': FrameMgr.c:912:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 912 | (((int) fi->template[fi->cur_no].data & 0xFF)) == FmCounterByte; | ^ FrameMgr.c:913:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 913 | offset = ((int) fi->template[fi->cur_no].data) >> 8; | ^ FrameMgr.c:961:27: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 961 | unit = _UNIT ((int) fi->template[fi->cur_no].data); | ^ FrameMgr.c:35:27: note: in definition of macro '_UNIT' 35 | #define _UNIT(n) ((int)(n) & 0xFF) | ^ FrameMgr.c:962:31: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 962 | number = _NUMBER ((int) fi->template[fi->cur_no].data); | ^ FrameMgr.c:36:28: note: in definition of macro '_NUMBER' 36 | #define _NUMBER(n) (((int)(n) >> 8) & 0xFF) | ^ FrameMgr.c: In function 'FrameInstPeekNextType': FrameMgr.c:1061:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1061 | (((int) fi->template[fi->cur_no].data) & 0xFF) == FmCounterByte; | ^ FrameMgr.c:1062:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1062 | offset = ((int)fi->template[fi->cur_no].data) >> 8; | ^ FrameMgr.c:1104:22: warning: type defaults to 'int' in declaration of 'number' [-Wimplicit-int] 1104 | register number; | ^~~~~~ FrameMgr.c:1105:22: warning: type defaults to 'int' in declaration of 'size' [-Wimplicit-int] 1105 | register size; | ^~~~ FrameMgr.c:1106:22: warning: type defaults to 'int' in declaration of 'i' [-Wimplicit-int] 1106 | register i; | ^ FrameMgr.c:1108:27: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1108 | unit = _UNIT ((int) fi->template[fi->cur_no].data); | ^ FrameMgr.c:35:27: note: in definition of macro '_UNIT' 35 | #define _UNIT(n) ((int)(n) & 0xFF) | ^ FrameMgr.c:1109:31: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1109 | number = _NUMBER ((int) fi->template[fi->cur_no].data); | ^ FrameMgr.c:36:28: note: in definition of macro '_NUMBER' 36 | #define _NUMBER(n) (((int)(n) >> 8) & 0xFF) | ^ FrameMgr.c: In function '_FrameInstGetItemSize': FrameMgr.c:2353:27: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2353 | unit = _UNIT ((int) fi->template[cur_no].data); | ^ FrameMgr.c:35:27: note: in definition of macro '_UNIT' 35 | #define _UNIT(n) ((int)(n) & 0xFF) | ^ FrameMgr.c:2354:31: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2354 | number = _NUMBER ((int) fi->template[cur_no].data); | ^ FrameMgr.c:36:28: note: in definition of macro '_NUMBER' 36 | #define _NUMBER(n) (((int)(n) >> 8) & 0xFF) | ^ --- keyboard.o --- In file included from keyboard.c:22: layout.h:6:9: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] 6 | "English", //language name | ^~~~~~~~~ layout.h:6:9: note: (near initialization for 'vkkeyboard[0].language') layout.h:7:9: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] 7 | "en", //locale name for the encoding | ^~~~ layout.h:7:9: note: (near initialization for 'vkkeyboard[0].locale') layout.h:8:9: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] 8 | "`1234567890-=\\\0\0qwertyuiop[]\0\0asdfghjkl;'\0zxcvbnm,./" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ layout.h:8:9: note: (near initialization for 'vkkeyboard[0].normal_keys') layout.h:10:9: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] 10 | "~!@#$%^&*()_+|\0\0QWERTYUIOP{}\0\0ASDFGHJKL:\"\0ZXCVBNM<>?" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ layout.h:10:9: note: (near initialization for 'vkkeyboard[0].shift_keys') layout.h:12:9: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] 12 | "", //alt-ed keys 58 | ^~ layout.h:12:9: note: (near initialization for 'vkkeyboard[0].alt_keys') layout.h:13:9: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] 13 | "", //xfont name | ^~ layout.h:13:9: note: (near initialization for 'vkkeyboard[0].font_name') layout.h:21:9: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] 21 | "German", //language name | ^~~~~~~~ layout.h:21:9: note: (near initialization for 'vkkeyboard[1].language') layout.h:22:9: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] 22 | "de", //locale name for the encoding | ^~~~ layout.h:22:9: note: (near initialization for 'vkkeyboard[1].locale') layout.h:23:9: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] 23 | "^1234567890\337\264#\0\0qwertzuiop\374+\0\0asdfghjkl\366\344\0yxcvbnm,.-" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ layout.h:23:9: note: (near initialization for 'vkkeyboard[1].normal_keys') layout.h:25:9: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] 25 | "\260!\"\247$%&/()=?`'\0\0QWERTZUIOP\334*\0\0ASDFGHJKL\326\304\0YXCVBNM;:_" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ layout.h:25:9: note: (near initialization for 'vkkeyboard[1].shift_keys') layout.h:27:9: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] 27 | "", //alt-ed keys 58 | ^~ layout.h:27:9: note: (near initialization for 'vkkeyboard[1].alt_keys') layout.h:28:9: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] 28 | "", //xfont name | ^~ layout.h:28:9: note: (near initialization for 'vkkeyboard[1].font_name') --- handw.o --- handw.c: In function 'HZhwDrawWindow': handw.c:109:60: warning: pointer targets in passing argument 5 of 'MyDrawString' differ in signedness [-Wpointer-sign] 109 | hwkeys[i].y + 20, hwkeys[i].label, 2); | ~~~~~~~~~^~~~~~ | | | unsigned char * In file included from handw.c:21: all.h:35:61: note: expected 'char *' but argument is of type 'unsigned char *' 35 | void MyDrawString (Window win, GC gc, int x , int y , char *str , int num ); | ~~~~~~^~~ handw.c:112:60: warning: pointer targets in passing argument 5 of 'MyDrawString' differ in signedness [-Wpointer-sign] 112 | hwkeys[i].y + 20, hwkeys[i].blabel, 2); | ~~~~~~~~~^~~~~~~ | | | unsigned char * all.h:35:61: note: expected 'char *' but argument is of type 'unsigned char *' 35 | void MyDrawString (Window win, GC gc, int x , int y , char *str , int num ); | ~~~~~~^~~ handw.c: In function 'HZprocHWWindow': handw.c:178:58: warning: pointer targets in passing argument 1 of 'ForwardString' differ in signedness [-Wpointer-sign] 178 | ForwardString(hwkeys[rtn].blabel, 2); | ~~~~~~~~~~~^~~~~~~ | | | unsigned char * all.h:259:27: note: expected 'char *' but argument is of type 'unsigned char *' 259 | void ForwardString (char *text , int len ); | ~~~~~~^~~~ handw.c:180:58: warning: pointer targets in passing argument 1 of 'ForwardString' differ in signedness [-Wpointer-sign] 180 | ForwardString(hwkeys[rtn].label, 2); | ~~~~~~~~~~~^~~~~~ | | | unsigned char * all.h:259:27: note: expected 'char *' but argument is of type 'unsigned char *' 259 | void ForwardString (char *text , int len ); | ~~~~~~^~~~ handw.c: In function 'HZprocHWChildWindow': handw.c:211:56: warning: pointer targets in passing argument 1 of 'ForwardString' differ in signedness [-Wpointer-sign] 211 | ForwardString(hwkeys[8].blabel, 2); | ~~~~~~~~~^~~~~~~ | | | unsigned char * all.h:259:27: note: expected 'char *' but argument is of type 'unsigned char *' 259 | void ForwardString (char *text , int len ); | ~~~~~~^~~~ handw.c:213:56: warning: pointer targets in passing argument 1 of 'ForwardString' differ in signedness [-Wpointer-sign] 213 | ForwardString(hwkeys[8].label, 2); | ~~~~~~~~~^~~~~~ | | | unsigned char * all.h:259:27: note: expected 'char *' but argument is of type 'unsigned char *' 259 | void ForwardString (char *text , int len ); | ~~~~~~^~~~ handw.c:229:56: warning: pointer targets in passing argument 1 of 'ForwardString' differ in signedness [-Wpointer-sign] 229 | ForwardString(hwkeys[8].blabel, 2); | ~~~~~~~~~^~~~~~~ | | | unsigned char * all.h:259:27: note: expected 'char *' but argument is of type 'unsigned char *' 259 | void ForwardString (char *text , int len ); | ~~~~~~^~~~ handw.c:231:56: warning: pointer targets in passing argument 1 of 'ForwardString' differ in signedness [-Wpointer-sign] 231 | ForwardString(hwkeys[8].label, 2); | ~~~~~~~~~^~~~~~ | | | unsigned char * all.h:259:27: note: expected 'char *' but argument is of type 'unsigned char *' 259 | void ForwardString (char *text , int len ); | ~~~~~~^~~~ --- offspot.o --- In file included from /usr/include/stdio.h:595, from all.h:4, from offspot.c:52: offspot.c: In function 'HZoffspotFlush': offspot.c:282:23: warning: '%s' directive writing up to 255 bytes into a region of size 254 [-Wformat-overflow=] 282 | sprintf(mbuf, "%s %s", mbuf1, mbuf2); | ^~~~~~~~ ~~~~~ offspot.c:282:28: note: format string is defined here 282 | sprintf(mbuf, "%s %s", mbuf1, mbuf2); | ^~ offspot.c:282:9: note: '__builtin___sprintf_chk' output 3 or more bytes (assuming 258) into a destination of size 256 282 | sprintf(mbuf, "%s %s", mbuf1, mbuf2); | ^~~~~~~ --- handw.o --- In file included from /usr/include/string.h:154, from /pbulk/work/inputmethod/Chinput/work/.buildlink/include/X11/Xos.h:62, from all.h:9: handw.c: In function 'set_hwkey': handw.c:311:26: warning: pointer targets in passing argument 1 of '__builtin___strncpy_chk' differ in signedness [-Wpointer-sign] 311 | strncpy(hwkeys[n].label, label, 3); | ~~~~~~~~~^~~~~~ | | | unsigned char * handw.c:311:26: note: expected 'char *' but argument is of type 'unsigned char *' handw.c:311:26: warning: pointer targets in passing argument 1 of '__strncpy_ichk' differ in signedness [-Wpointer-sign] 311 | strncpy(hwkeys[n].label, label, 3); | ~~~~~~~~~^~~~~~ | | | unsigned char * /usr/include/ssp/string.h:91:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' 91 | __ssp_bos_icheck3_restrict(strncpy, char *, const char *) | ^ handw.c:312:26: warning: pointer targets in passing argument 1 of '__builtin___strncpy_chk' differ in signedness [-Wpointer-sign] 312 | strncpy(hwkeys[n].blabel, blabel, 3); | ~~~~~~~~~^~~~~~~ | | | unsigned char * handw.c:312:26: note: expected 'char *' but argument is of type 'unsigned char *' handw.c:312:26: warning: pointer targets in passing argument 1 of '__strncpy_ichk' differ in signedness [-Wpointer-sign] 312 | strncpy(hwkeys[n].blabel, blabel, 3); | ~~~~~~~~~^~~~~~~ | | | unsigned char * /usr/include/ssp/string.h:91:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' 91 | __ssp_bos_icheck3_restrict(strncpy, char *, const char *) | ^ --- loop.o --- gcc -c -O2 -I/usr/pkg/include -I/usr/X11R7/include -Wall -DFOR_PILOT_COMPAT -O2 -fno-strength-reduce -I./include -I./IMdkit/include -I/usr/include -I/usr/X11R6/include loop.c --- IMdkit/lib/libXimd.a --- --- i18nIMProto.o --- gcc -c -O2 -fno-strength-reduce -DXIM_t -DTRANS_SERVER -I../include -I/usr/X11R6/include i18nIMProto.c --- i18nAttr.o --- gcc -c -O2 -fno-strength-reduce -DXIM_t -DTRANS_SERVER -I../include -I/usr/X11R6/include i18nAttr.c --- i18nMethod.o --- --- i18nUtil.o --- --- i18nMethod.o --- gcc -c -O2 -fno-strength-reduce -DXIM_t -DTRANS_SERVER -I../include -I/usr/X11R6/include i18nMethod.c --- i18nUtil.o --- gcc -c -O2 -fno-strength-reduce -DXIM_t -DTRANS_SERVER -I../include -I/usr/X11R6/include i18nUtil.c --- i18nAttr.o --- i18nAttr.c:76:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 76 | {(char *) NULL, (CARD16) NULL} | ^ i18nAttr.c:84:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 84 | {(char *) NULL, (CARD8) NULL, (CARD8) NULL} | ^ i18nAttr.c:84:35: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 84 | {(char *) NULL, (CARD8) NULL, (CARD8) NULL} | ^ i18nAttr.c: In function 'CreateAttrList': i18nAttr.c:119:27: warning: implicit declaration of function 'XrmStringToQuark' [-Wimplicit-function-declaration] 119 | p->attribute_id = XrmStringToQuark (p->name); | ^~~~~~~~~~~~~~~~ --- i18nPtHdr.o --- --- i18nIc.o --- --- i18nPtHdr.o --- gcc -c -O2 -fno-strength-reduce -DXIM_t -DTRANS_SERVER -I../include -I/usr/X11R6/include i18nPtHdr.c --- i18nIc.o --- gcc -c -O2 -fno-strength-reduce -DXIM_t -DTRANS_SERVER -I../include -I/usr/X11R6/include i18nIc.c --- i18nClbk.o --- gcc -c -O2 -fno-strength-reduce -DXIM_t -DTRANS_SERVER -I../include -I/usr/X11R6/include i18nClbk.c --- i18nUtil.o --- i18nUtil.c:39:1: warning: return type defaults to 'int' [-Wimplicit-int] 39 | _Xi18nNeedSwap (Xi18n i18n_core, CARD16 connect_id) | ^~~~~~~~~~~~~~ --- i18nMethod.o --- i18nMethod.c:69:5: warning: initialization of 'int (*)(struct _XIMS *, ...)' from incompatible pointer type 'int (*)(struct _XIMS *, IMForwardEventStruct *)' [-Wincompatible-pointer-types] 69 | xi18n_forwardEvent, | ^~~~~~~~~~~~~~~~~~ i18nMethod.c:69:5: note: (near initialization for 'Xi18n_im_methods.forwardEvent') i18nMethod.c:70:5: warning: initialization of 'int (*)(struct _XIMS *, ...)' from incompatible pointer type 'int (*)(struct _XIMS *, IMCommitStruct *)' [-Wincompatible-pointer-types] 70 | xi18n_commit, | ^~~~~~~~~~~~ i18nMethod.c:70:5: note: (near initialization for 'Xi18n_im_methods.commitString') i18nMethod.c:71:5: warning: initialization of 'int (*)(struct _XIMS *, ...)' from incompatible pointer type 'int (*)(struct _XIMS *, IMProtocol *)' {aka 'int (*)(struct _XIMS *, union _IMProtocol *)'} [-Wincompatible-pointer-types] 71 | xi18n_callCallback, | ^~~~~~~~~~~~~~~~~~ i18nMethod.c:71:5: note: (near initialization for 'Xi18n_im_methods.callCallback') i18nMethod.c:72:5: warning: initialization of 'int (*)(struct _XIMS *, ...)' from incompatible pointer type 'int (*)(struct _XIMS *, IMProtocol *)' {aka 'int (*)(struct _XIMS *, union _IMProtocol *)'} [-Wincompatible-pointer-types] 72 | xi18n_preeditStart, | ^~~~~~~~~~~~~~~~~~ i18nMethod.c:72:5: note: (near initialization for 'Xi18n_im_methods.preeditStart') i18nMethod.c:73:5: warning: initialization of 'int (*)(struct _XIMS *, ...)' from incompatible pointer type 'int (*)(struct _XIMS *, IMProtocol *)' {aka 'int (*)(struct _XIMS *, union _IMProtocol *)'} [-Wincompatible-pointer-types] 73 | xi18n_preeditEnd, | ^~~~~~~~~~~~~~~~ i18nMethod.c:73:5: note: (near initialization for 'Xi18n_im_methods.preeditEnd') i18nMethod.c: In function 'xi18n_setup': i18nMethod.c:606:5: warning: implicit declaration of function '_Xi18nInitAttrList' [-Wimplicit-function-declaration] 606 | _Xi18nInitAttrList (i18n_core); | ^~~~~~~~~~~~~~~~~~ --- i18nX.o --- gcc -c -O2 -fno-strength-reduce -DXIM_t -DTRANS_SERVER -I../include -I/usr/X11R6/include i18nX.c --- i18nMethod.o --- i18nMethod.c:609:5: warning: implicit declaration of function '_Xi18nInitExtension'; did you mean 'XInitExtension'? [-Wimplicit-function-declaration] 609 | _Xi18nInitExtension (i18n_core); | ^~~~~~~~~~~~~~~~~~~ | XInitExtension i18nMethod.c: In function 'xi18n_openIM': i18nMethod.c:684:5: warning: implicit declaration of function '_XRegisterFilterByType' [-Wimplicit-function-declaration] 684 | _XRegisterFilterByType (dpy, | ^~~~~~~~~~~~~~~~~~~~~~ --- i18nIc.o --- i18nIc.c: In function '_Xi18nChangeIC': i18nIc.c:616:28: warning: implicit declaration of function '_Xi18nNeedSwap' [-Wimplicit-function-declaration] 616 | _Xi18nNeedSwap (i18n_core, connect_id)); | ^~~~~~~~~~~~~~ --- i18nMethod.o --- i18nMethod.c: In function 'xi18n_closeIM': i18nMethod.c:712:5: warning: implicit declaration of function '_XUnregisterFilter' [-Wimplicit-function-declaration] 712 | _XUnregisterFilter (dpy, | ^~~~~~~~~~~~~~~~~~ --- i18nIc.o --- i18nIc.c:635:9: warning: implicit declaration of function '_Xi18nSendMessage' [-Wimplicit-function-declaration] 635 | _Xi18nSendMessage (ims, connect_id, XIM_ERROR, 0, 0, 0); | ^~~~~~~~~~~~~~~~~ --- i18nMethod.o --- i18nMethod.c: In function 'xi18n_forwardEvent': --- i18nPtHdr.o --- i18nPtHdr.c: In function 'ConnectMessageProc': --- i18nMethod.o --- i18nMethod.c:837:24: warning: implicit declaration of function '_Xi18nNeedSwap' [-Wimplicit-function-declaration] 837 | _Xi18nNeedSwap (i18n_core, call_data->connect_id)); | ^~~~~~~~~~~~~~ --- i18nPtHdr.o --- i18nPtHdr.c:71:24: warning: implicit declaration of function '_Xi18nNeedSwap' [-Wimplicit-function-declaration] 71 | _Xi18nNeedSwap (i18n_core, connect_id)); | ^~~~~~~~~~~~~~ --- i18nIc.o --- i18nIc.c:789:13: warning: implicit declaration of function '_Xi18nSetEventMask'; did you mean 'ExtSetEventMask'? [-Wimplicit-function-declaration] 789 | _Xi18nSetEventMask (ims, | ^~~~~~~~~~~~~~~~~~ | ExtSetEventMask --- i18nPtHdr.o --- i18nPtHdr.c:102:9: warning: implicit declaration of function '_Xi18nSendMessage' [-Wimplicit-function-declaration] 102 | _Xi18nSendMessage (ims, connect_id, XIM_ERROR, 0, 0, 0); | ^~~~~~~~~~~~~~~~~ --- i18nMethod.o --- i18nMethod.c:844:9: warning: implicit declaration of function '_Xi18nSendMessage' [-Wimplicit-function-declaration] 844 | _Xi18nSendMessage (ims, | ^~~~~~~~~~~~~~~~~ --- i18nClbk.o --- i18nClbk.c: In function '_Xi18nGeometryCallback': i18nClbk.c:50:24: warning: implicit declaration of function '_Xi18nNeedSwap' [-Wimplicit-function-declaration] 50 | _Xi18nNeedSwap (i18n_core, connect_id)); | ^~~~~~~~~~~~~~ i18nClbk.c:56:9: warning: implicit declaration of function '_Xi18nSendMessage' [-Wimplicit-function-declaration] 56 | _Xi18nSendMessage (ims, connect_id, XIM_ERROR, 0, 0, 0); | ^~~~~~~~~~~~~~~~~ --- i18nPtHdr.o --- i18nPtHdr.c: In function 'OpenMessageProc': i18nPtHdr.c:189:9: warning: implicit declaration of function '_Xi18nSendTriggerKey' [-Wimplicit-function-declaration] 189 | _Xi18nSendTriggerKey (ims, connect_id); | ^~~~~~~~~~~~~~~~~~~~ --- i18nMethod.o --- i18nMethod.c: In function 'xi18n_callCallback': i18nMethod.c:982:16: warning: implicit declaration of function '_Xi18nGeometryCallback'; did you mean 'XNGeometryCallback'? [-Wimplicit-function-declaration] 982 | return _Xi18nGeometryCallback (ims, call_data); | ^~~~~~~~~~~~~~~~~~~~~~ | XNGeometryCallback i18nMethod.c:985:16: warning: implicit declaration of function '_Xi18nPreeditStartCallback'; did you mean 'XNPreeditStartCallback'? [-Wimplicit-function-declaration] 985 | return _Xi18nPreeditStartCallback (ims, call_data); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | XNPreeditStartCallback --- i18nPtHdr.o --- i18nPtHdr.c: In function 'CreateICMessageProc': i18nPtHdr.c:815:5: warning: implicit declaration of function '_Xi18nChangeIC' [-Wimplicit-function-declaration] 815 | _Xi18nChangeIC (ims, call_data, p, True); | ^~~~~~~~~~~~~~ i18nPtHdr.c: In function 'GetICValuesMessageProc': i18nPtHdr.c:829:5: warning: implicit declaration of function '_Xi18nGetIC' [-Wimplicit-function-declaration] 829 | _Xi18nGetIC (ims, call_data, p); | ^~~~~~~~~~~ --- i18nX.o --- i18nX.c: In function 'ReadXConnectMessage': i18nX.c:193:5: warning: implicit declaration of function '_XRegisterFilterByType' [-Wimplicit-function-declaration] 193 | _XRegisterFilterByType (dpy, | ^~~~~~~~~~~~~~~~~~~~~~ --- i18nMethod.o --- i18nMethod.c:988:16: warning: implicit declaration of function '_Xi18nPreeditDrawCallback'; did you mean 'XNPreeditDrawCallback'? [-Wimplicit-function-declaration] 988 | return _Xi18nPreeditDrawCallback (ims, call_data); | ^~~~~~~~~~~~~~~~~~~~~~~~~ | XNPreeditDrawCallback --- i18nTr.o --- --- i18nX.o --- i18nX.c: In function 'Xi18nXEnd': i18nX.c:244:5: warning: implicit declaration of function '_XUnregisterFilter' [-Wimplicit-function-declaration] 244 | _XUnregisterFilter (dpy, | ^~~~~~~~~~~~~~~~~~ --- i18nTr.o --- gcc -c -O2 -fno-strength-reduce -DXIM_t -DTRANS_SERVER -I../include -I/usr/X11R6/include i18nTr.c --- i18nMethod.o --- i18nMethod.c:991:16: warning: implicit declaration of function '_Xi18nPreeditCaretCallback'; did you mean 'XNPreeditCaretCallback'? [-Wimplicit-function-declaration] 991 | return _Xi18nPreeditCaretCallback (ims, call_data); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | XNPreeditCaretCallback i18nMethod.c:994:16: warning: implicit declaration of function '_Xi18nPreeditDoneCallback'; did you mean 'XNPreeditDoneCallback'? [-Wimplicit-function-declaration] 994 | return _Xi18nPreeditDoneCallback (ims, call_data); | ^~~~~~~~~~~~~~~~~~~~~~~~~ | XNPreeditDoneCallback i18nMethod.c:997:16: warning: implicit declaration of function '_Xi18nStatusStartCallback'; did you mean 'XNStatusStartCallback'? [-Wimplicit-function-declaration] 997 | return _Xi18nStatusStartCallback (ims, call_data); | ^~~~~~~~~~~~~~~~~~~~~~~~~ | XNStatusStartCallback i18nMethod.c:1000:16: warning: implicit declaration of function '_Xi18nStatusDrawCallback'; did you mean 'XNStatusDrawCallback'? [-Wimplicit-function-declaration] 1000 | return _Xi18nStatusDrawCallback (ims, call_data); | ^~~~~~~~~~~~~~~~~~~~~~~~ | XNStatusDrawCallback i18nMethod.c:1003:16: warning: implicit declaration of function '_Xi18nStatusDoneCallback'; did you mean 'XNStatusDoneCallback'? [-Wimplicit-function-declaration] 1003 | return _Xi18nStatusDoneCallback (ims, call_data); | ^~~~~~~~~~~~~~~~~~~~~~~~ | XNStatusDoneCallback i18nMethod.c:1006:16: warning: implicit declaration of function '_Xi18nStringConversionCallback'; did you mean 'XNStringConversionCallback'? [-Wimplicit-function-declaration] 1006 | return _Xi18nStringConversionCallback (ims, call_data); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | XNStringConversionCallback i18nMethod.c: In function 'xi18n_preeditStart': i18nMethod.c:1030:5: warning: implicit declaration of function '_Xi18nSetEventMask'; did you mean 'ExtSetEventMask'? [-Wimplicit-function-declaration] 1030 | _Xi18nSetEventMask (ims, | ^~~~~~~~~~~~~~~~~~ | ExtSetEventMask --- i18nTr.o --- i18nTr.c: In function 'ReadTrIMMessage': i18nTr.c:124:28: warning: implicit declaration of function '_Xi18nNeedSwap' [-Wimplicit-function-declaration] 124 | _Xi18nNeedSwap (i18n_core, *connect_id)); | ^~~~~~~~~~~~~~ --- i18ntrans.o --- gcc -c -O2 -fno-strength-reduce -DXIM_t -DTRANS_SERVER -I../include -I/usr/X11R6/include i18ntrans.c In file included from Xtransint.h:87, from i18ntrans.c:68: Xtrans.c: In function '_XimdXTransParseAddress': Xtrans.h:88:21: warning: implicit declaration of function '_XimdXTransGetHostname'; did you mean '_XimdXTransSetOption'? [-Wimplicit-function-declaration] 88 | #define TRANS(func) _XimdXTrans##func | ^~~~~~~~~~~ Xtrans.c:305:9: note: in expansion of macro 'TRANS' 305 | TRANS(GetHostname) (hostnamebuf, sizeof (hostnamebuf)); | ^~~~~ --- libXimd.a --- ar clq libXimd.a IMConn.o IMValues.o IMMethod.o FrameMgr.o i18nIMProto.o i18nAttr.o i18nMethod.o i18nUtil.o i18nPtHdr.o i18nIc.o i18nClbk.o i18nX.o i18nTr.o i18ntrans.o ar: libdeps specified more than once *** [libXimd.a] Error code 1 make[3]: stopped making "all" in /pbulk/work/inputmethod/Chinput/work/Chinput-3.0/src/IMdkit/lib make[3]: 1 error make[3]: stopped making "all" in /pbulk/work/inputmethod/Chinput/work/Chinput-3.0/src/IMdkit/lib *** [libXimd.a] Error code 2 make[2]: stopped making "all" in /pbulk/work/inputmethod/Chinput/work/Chinput-3.0/src/IMdkit make[2]: 1 error make[2]: stopped making "all" in /pbulk/work/inputmethod/Chinput/work/Chinput-3.0/src/IMdkit *** [IMdkit/lib/libXimd.a] Error code 2 make[1]: stopped making "all" in /pbulk/work/inputmethod/Chinput/work/Chinput-3.0/src make[1]: 1 error make[1]: stopped making "all" in /pbulk/work/inputmethod/Chinput/work/Chinput-3.0/src *** [chinput] Error code 2 make: stopped making "chinput" in /pbulk/work/inputmethod/Chinput/work/Chinput-3.0 make: 1 error make: stopped making "chinput" in /pbulk/work/inputmethod/Chinput/work/Chinput-3.0 *** Error code 2 Stop. make[1]: stopped making "all" in /usr/pkgsrc/inputmethod/Chinput *** Error code 1 Stop. make: stopped making "all" in /usr/pkgsrc/inputmethod/Chinput