=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/comms/xisp", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for xisp-2.7p4nb8 --- xisp.o --- --- pcode.o --- gcc -Wall -O -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DSUNOS5x -I/opt/pkg/include -DBINPATH=\"/usr/sbin\" -DLIBPATH=\"/opt/pkg/libexec\" -DOPTPATH=\"/etc/ppp\" -DRUNDIR=\"/var/opt/pkg/run\" -DPPPDLCKDIR=\"/var/opt/pkg/spool/lock\" -DXPMANIMATE -DISPENV_USEVARS=1 -DMODEM_DEVICE=\"/dev/modem\" -DHAVE_STRERROR -c pcode.c --- xisp.o --- gcc -Wall -O -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DSUNOS5x -I/opt/pkg/include -DBINPATH=\"/usr/sbin\" -DLIBPATH=\"/opt/pkg/libexec\" -DOPTPATH=\"/etc/ppp\" -DRUNDIR=\"/var/opt/pkg/run\" -DPPPDLCKDIR=\"/var/opt/pkg/spool/lock\" -DXPMANIMATE -DISPENV_USEVARS=1 -DMODEM_DEVICE=\"/dev/modem\" -DHAVE_STRERROR -I/opt/pkg/include -I/opt/pkg/include/X11 -c xisp.c --- pcode.o --- pcode.c: In function 'pencode': pcode.c:76:9: error: too many arguments to function 'setkey'; expected 0, have 1 76 | setkey(ukey); /* insert it in crypt's machine */ | ^~~~~~ ~~~~ pcode.c:72:14: note: declared here 72 | void setkey(), encrypt(); | ^~~~~~ pcode.c:79:17: error: too many arguments to function 'encrypt'; expected 0, have 2 79 | encrypt(upwd, 0); /* encrypt it in place */ | ^~~~~~~ ~~~~ pcode.c:72:24: note: declared here 72 | void setkey(), encrypt(); | ^~~~~~~ pcode.c: In function 'pdecode': pcode.c:94:9: error: too many arguments to function 'setkey'; expected 0, have 1 94 | setkey(ukey); /* insert it in crypt's machine */ | ^~~~~~ ~~~~ pcode.c:90:14: note: declared here 90 | void setkey(), encrypt(); | ^~~~~~ pcode.c:97:17: error: too many arguments to function 'encrypt'; expected 0, have 2 97 | encrypt(upwd, 1); /* decrypt it in place */ | ^~~~~~~ ~~~~ pcode.c:90:24: note: declared here 90 | void setkey(), encrypt(); | ^~~~~~~ *** [pcode.o] Error code 1 bmake: stopped making "all" in /home/pbulk/work/comms/xisp/work/xisp-2.7p4 --- xisp.o --- xisp.c:57:12: error: conflicting types for 'usleep'; have 'int(void)' 57 | extern int usleep(), gethostname(); | ^~~~~~ In file included from xisp.c:34: /usr/include/unistd.h:562:12: note: previous declaration of 'usleep' with type 'int(useconds_t)' {aka 'int(unsigned int)'} 562 | extern int usleep(useconds_t); | ^~~~~~ xisp.c:57:22: error: conflicting types for 'gethostname'; have 'int(void)' 57 | extern int usleep(), gethostname(); | ^~~~~~~~~~~ /usr/include/unistd.h:353:12: note: previous declaration of 'gethostname' with type 'int(char *, int)' 353 | extern int gethostname(char *, int); | ^~~~~~~~~~~ xisp.c: In function 'mSleep': xisp.c:475:9: error: too many arguments to function 'usleep'; expected 0, have 1 475 | usleep(usec); | ^~~~~~ ~~~~ xisp.c:57:12: note: declared here 57 | extern int usleep(), gethostname(); | ^~~~~~ xisp.c: In function 'initUIFnames': xisp.c:570:13: error: too many arguments to function 'gethostname'; expected 0, have 2 570 | if (gethostname(hostname, MAXHOSTNAMELEN) == 0) { | ^~~~~~~~~~~ ~~~~~~~~ xisp.c:57:22: note: declared here 57 | extern int usleep(), gethostname(); | ^~~~~~~~~~~ xisp.c: In function 'linePrep': xisp.c:922:17: warning: pointer targets in passing argument 1 of 'pdecode' differ in signedness [-Wpointer-sign] 922 | pdecode(ppasswd, p->passwd); /* decrypt password */ | ^~~~~~~ | | | char * In file included from xisp.c:70: pcode.h:25:29: note: expected 'unsigned char *' but argument is of type 'char *' 25 | void pdecode(unsigned char *pp, unsigned char *ep); | ~~~~~~~~~~~~~~~^~ xisp.c:922:27: warning: pointer targets in passing argument 2 of 'pdecode' differ in signedness [-Wpointer-sign] 922 | pdecode(ppasswd, p->passwd); /* decrypt password */ | ~^~~~~~~~ | | | char * pcode.h:25:48: note: expected 'unsigned char *' but argument is of type 'char *' 25 | void pdecode(unsigned char *pp, unsigned char *ep); | ~~~~~~~~~~~~~~~^~ xisp.c: In function 'writeISPPAP': xisp.c:1298:17: warning: pointer targets in passing argument 1 of 'pdecode' differ in signedness [-Wpointer-sign] 1298 | pdecode(ppasswd, p->passwd); /* decrypt password */ | ^~~~~~~ | | | char * pcode.h:25:29: note: expected 'unsigned char *' but argument is of type 'char *' 25 | void pdecode(unsigned char *pp, unsigned char *ep); | ~~~~~~~~~~~~~~~^~ xisp.c:1298:27: warning: pointer targets in passing argument 2 of 'pdecode' differ in signedness [-Wpointer-sign] 1298 | pdecode(ppasswd, p->passwd); /* decrypt password */ | ~^~~~~~~~ | | | char * pcode.h:25:48: note: expected 'unsigned char *' but argument is of type 'char *' 25 | void pdecode(unsigned char *pp, unsigned char *ep); | ~~~~~~~~~~~~~~~^~ xisp.c: In function 'pppdVersion': xisp.c:1981:17: error: too many arguments to function 'alertMessage'; expected 0, have 4 1981 | alertMessage("xISP: pppdVersion()", 0, 0, buf); | ^~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~ xisp.c:1959:14: note: declared here 1959 | void alertMessage(); | ^~~~~~~~~~~~ xisp.c: In function 'xispUD': xisp.c:2097:17: error: too many arguments to function 'alertMessage'; expected 0, have 4 2097 | alertMessage("xISP: xispUD()",0,0,msg); | ^~~~~~~~~~~~ ~~~~~~~~~~~~~~~~ xisp.c:2029:14: note: declared here 2029 | void alertMessage(); | ^~~~~~~~~~~~ xisp.c: In function 'clipStr': xisp.c:2178:56: warning: pointer targets in passing argument 5 of 'fl_get_string_dimension' differ in signedness [-Wpointer-sign] 2178 | fl_get_string_dimension(style, size, msg, len, &swidth, &sheight); | ^~~~~~~ | | | unsigned int * In file included from xisp.c:21: /home/pbulk/work/comms/xisp/work/.buildlink/include/forms.h:1458:54: note: expected 'int *' but argument is of type 'unsigned int *' 1458 | int * width, | ~~~~~~~~~~~~~^~~~~ xisp.c:2178:65: warning: pointer targets in passing argument 6 of 'fl_get_string_dimension' differ in signedness [-Wpointer-sign] 2178 | fl_get_string_dimension(style, size, msg, len, &swidth, &sheight); | ^~~~~~~~ | | | unsigned int * /home/pbulk/work/comms/xisp/work/.buildlink/include/forms.h:1459:54: note: expected 'int *' but argument is of type 'unsigned int *' 1459 | int * height ); | ~~~~~~~~~~~~~^~~~~~ xisp.c:2191:64: warning: pointer targets in passing argument 5 of 'fl_get_string_dimension' differ in signedness [-Wpointer-sign] 2191 | fl_get_string_dimension(style, size, msg, len, &swidth, &sheight); | ^~~~~~~ | | | unsigned int * /home/pbulk/work/comms/xisp/work/.buildlink/include/forms.h:1458:54: note: expected 'int *' but argument is of type 'unsigned int *' 1458 | int * width, | ~~~~~~~~~~~~~^~~~~ xisp.c:2191:73: warning: pointer targets in passing argument 6 of 'fl_get_string_dimension' differ in signedness [-Wpointer-sign] 2191 | fl_get_string_dimension(style, size, msg, len, &swidth, &sheight); | ^~~~~~~~ | | | unsigned int * /home/pbulk/work/comms/xisp/work/.buildlink/include/forms.h:1459:54: note: expected 'int *' but argument is of type 'unsigned int *' 1459 | int * height ); | ~~~~~~~~~~~~~^~~~~~ xisp.c: At top level: xisp.c:2242:6: error: conflicting types for 'alertMessage'; have 'void(char *, int, int, char *)' 2242 | void alertMessage(char *title, int hint, int big, char *msg) | ^~~~~~~~~~~~ xisp.c:2029:14: note: previous declaration of 'alertMessage' with type 'void(void)' 2029 | void alertMessage(); | ^~~~~~~~~~~~ xisp.c: In function 'prepAnimPixmaps': xisp.c:2479:66: warning: pointer targets in passing argument 6 of 'fl_create_from_pixmapdata' differ in signedness [-Wpointer-sign] 2479 | &width, &height, &amask, &hotx, &hoty, FL_INDIANRED); | ^~~~~ | | | unsigned int * /home/pbulk/work/comms/xisp/work/.buildlink/include/forms.h:3008:61: note: expected 'int *' but argument is of type 'unsigned int *' 3008 | int * hotx, | ~~~~~~~~~~~~~~~~^~~~ xisp.c:2479:73: warning: pointer targets in passing argument 7 of 'fl_create_from_pixmapdata' differ in signedness [-Wpointer-sign] 2479 | &width, &height, &amask, &hotx, &hoty, FL_INDIANRED); | ^~~~~ | | | unsigned int * /home/pbulk/work/comms/xisp/work/.buildlink/include/forms.h:3009:61: note: expected 'int *' but argument is of type 'unsigned int *' 3009 | int * hoty, | ~~~~~~~~~~~~~~~~^~~~ xisp.c:2481:66: warning: pointer targets in passing argument 6 of 'fl_create_from_pixmapdata' differ in signedness [-Wpointer-sign] 2481 | &width, &height, &amask, &hotx, &hoty, FL_INDIANRED); | ^~~~~ | | | unsigned int * /home/pbulk/work/comms/xisp/work/.buildlink/include/forms.h:3008:61: note: expected 'int *' but argument is of type 'unsigned int *' 3008 | int * hotx, | ~~~~~~~~~~~~~~~~^~~~ xisp.c:2481:73: warning: pointer targets in passing argument 7 of 'fl_create_from_pixmapdata' differ in signedness [-Wpointer-sign] 2481 | &width, &height, &amask, &hotx, &hoty, FL_INDIANRED); | ^~~~~ | | | unsigned int * /home/pbulk/work/comms/xisp/work/.buildlink/include/forms.h:3009:61: note: expected 'int *' but argument is of type 'unsigned int *' 3009 | int * hoty, | ~~~~~~~~~~~~~~~~^~~~ xisp.c:2483:66: warning: pointer targets in passing argument 6 of 'fl_create_from_pixmapdata' differ in signedness [-Wpointer-sign] 2483 | &width, &height, &amask, &hotx, &hoty, FL_INDIANRED); | ^~~~~ | | | unsigned int * /home/pbulk/work/comms/xisp/work/.buildlink/include/forms.h:3008:61: note: expected 'int *' but argument is of type 'unsigned int *' 3008 | int * hotx, | ~~~~~~~~~~~~~~~~^~~~ xisp.c:2483:73: warning: pointer targets in passing argument 7 of 'fl_create_from_pixmapdata' differ in signedness [-Wpointer-sign] 2483 | &width, &height, &amask, &hotx, &hoty, FL_INDIANRED); | ^~~~~ | | | unsigned int * /home/pbulk/work/comms/xisp/work/.buildlink/include/forms.h:3009:61: note: expected 'int *' but argument is of type 'unsigned int *' 3009 | int * hoty, | ~~~~~~~~~~~~~~~~^~~~ xisp.c:2485:66: warning: pointer targets in passing argument 6 of 'fl_create_from_pixmapdata' differ in signedness [-Wpointer-sign] 2485 | &width, &height, &amask, &hotx, &hoty, FL_INDIANRED); | ^~~~~ | | | unsigned int * /home/pbulk/work/comms/xisp/work/.buildlink/include/forms.h:3008:61: note: expected 'int *' but argument is of type 'unsigned int *' 3008 | int * hotx, | ~~~~~~~~~~~~~~~~^~~~ xisp.c:2485:73: warning: pointer targets in passing argument 7 of 'fl_create_from_pixmapdata' differ in signedness [-Wpointer-sign] 2485 | &width, &height, &amask, &hotx, &hoty, FL_INDIANRED); | ^~~~~ | | | unsigned int * /home/pbulk/work/comms/xisp/work/.buildlink/include/forms.h:3009:61: note: expected 'int *' but argument is of type 'unsigned int *' 3009 | int * hoty, | ~~~~~~~~~~~~~~~~^~~~ xisp.c:2487:66: warning: pointer targets in passing argument 6 of 'fl_create_from_pixmapdata' differ in signedness [-Wpointer-sign] 2487 | &width, &height, &amask, &hotx, &hoty, FL_INDIANRED); | ^~~~~ | | | unsigned int * /home/pbulk/work/comms/xisp/work/.buildlink/include/forms.h:3008:61: note: expected 'int *' but argument is of type 'unsigned int *' 3008 | int * hotx, | ~~~~~~~~~~~~~~~~^~~~ xisp.c:2487:73: warning: pointer targets in passing argument 7 of 'fl_create_from_pixmapdata' differ in signedness [-Wpointer-sign] 2487 | &width, &height, &amask, &hotx, &hoty, FL_INDIANRED); | ^~~~~ | | | unsigned int * /home/pbulk/work/comms/xisp/work/.buildlink/include/forms.h:3009:61: note: expected 'int *' but argument is of type 'unsigned int *' 3009 | int * hoty, | ~~~~~~~~~~~~~~~~^~~~ xisp.c:2489:66: warning: pointer targets in passing argument 6 of 'fl_create_from_pixmapdata' differ in signedness [-Wpointer-sign] 2489 | &width, &height, &amask, &hotx, &hoty, FL_INDIANRED); | ^~~~~ | | | unsigned int * /home/pbulk/work/comms/xisp/work/.buildlink/include/forms.h:3008:61: note: expected 'int *' but argument is of type 'unsigned int *' 3008 | int * hotx, | ~~~~~~~~~~~~~~~~^~~~ xisp.c:2489:73: warning: pointer targets in passing argument 7 of 'fl_create_from_pixmapdata' differ in signedness [-Wpointer-sign] 2489 | &width, &height, &amask, &hotx, &hoty, FL_INDIANRED); | ^~~~~ | | | unsigned int * /home/pbulk/work/comms/xisp/work/.buildlink/include/forms.h:3009:61: note: expected 'int *' but argument is of type 'unsigned int *' 3009 | int * hoty, | ~~~~~~~~~~~~~~~~^~~~ xisp.c:2491:66: warning: pointer targets in passing argument 6 of 'fl_create_from_pixmapdata' differ in signedness [-Wpointer-sign] 2491 | &width, &height, &amask, &hotx, &hoty, FL_INDIANRED); | ^~~~~ | | | unsigned int * /home/pbulk/work/comms/xisp/work/.buildlink/include/forms.h:3008:61: note: expected 'int *' but argument is of type 'unsigned int *' 3008 | int * hotx, | ~~~~~~~~~~~~~~~~^~~~ xisp.c:2491:73: warning: pointer targets in passing argument 7 of 'fl_create_from_pixmapdata' differ in signedness [-Wpointer-sign] 2491 | &width, &height, &amask, &hotx, &hoty, FL_INDIANRED); | ^~~~~ | | | unsigned int * /home/pbulk/work/comms/xisp/work/.buildlink/include/forms.h:3009:61: note: expected 'int *' but argument is of type 'unsigned int *' 3009 | int * hoty, | ~~~~~~~~~~~~~~~~^~~~ xisp.c:2493:66: warning: pointer targets in passing argument 6 of 'fl_create_from_pixmapdata' differ in signedness [-Wpointer-sign] 2493 | &width, &height, &amask, &hotx, &hoty, FL_INDIANRED); | ^~~~~ | | | unsigned int * /home/pbulk/work/comms/xisp/work/.buildlink/include/forms.h:3008:61: note: expected 'int *' but argument is of type 'unsigned int *' 3008 | int * hotx, | ~~~~~~~~~~~~~~~~^~~~ xisp.c:2493:73: warning: pointer targets in passing argument 7 of 'fl_create_from_pixmapdata' differ in signedness [-Wpointer-sign] 2493 | &width, &height, &amask, &hotx, &hoty, FL_INDIANRED); | ^~~~~ | | | unsigned int * /home/pbulk/work/comms/xisp/work/.buildlink/include/forms.h:3009:61: note: expected 'int *' but argument is of type 'unsigned int *' 3009 | int * hoty, | ~~~~~~~~~~~~~~~~^~~~ xisp.c:2495:66: warning: pointer targets in passing argument 6 of 'fl_create_from_pixmapdata' differ in signedness [-Wpointer-sign] 2495 | &width, &height, &amask, &hotx, &hoty, FL_INDIANRED); | ^~~~~ | | | unsigned int * /home/pbulk/work/comms/xisp/work/.buildlink/include/forms.h:3008:61: note: expected 'int *' but argument is of type 'unsigned int *' 3008 | int * hotx, | ~~~~~~~~~~~~~~~~^~~~ xisp.c:2495:73: warning: pointer targets in passing argument 7 of 'fl_create_from_pixmapdata' differ in signedness [-Wpointer-sign] 2495 | &width, &height, &amask, &hotx, &hoty, FL_INDIANRED); | ^~~~~ | | | unsigned int * /home/pbulk/work/comms/xisp/work/.buildlink/include/forms.h:3009:61: note: expected 'int *' but argument is of type 'unsigned int *' 3009 | int * hoty, | ~~~~~~~~~~~~~~~~^~~~ xisp.c:2497:66: warning: pointer targets in passing argument 6 of 'fl_create_from_pixmapdata' differ in signedness [-Wpointer-sign] 2497 | &width, &height, &amask, &hotx, &hoty, FL_INDIANRED); | ^~~~~ | | | unsigned int * /home/pbulk/work/comms/xisp/work/.buildlink/include/forms.h:3008:61: note: expected 'int *' but argument is of type 'unsigned int *' 3008 | int * hotx, | ~~~~~~~~~~~~~~~~^~~~ xisp.c:2497:73: warning: pointer targets in passing argument 7 of 'fl_create_from_pixmapdata' differ in signedness [-Wpointer-sign] 2497 | &width, &height, &amask, &hotx, &hoty, FL_INDIANRED); | ^~~~~ | | | unsigned int * /home/pbulk/work/comms/xisp/work/.buildlink/include/forms.h:3009:61: note: expected 'int *' but argument is of type 'unsigned int *' 3009 | int * hoty, | ~~~~~~~~~~~~~~~~^~~~ xisp.c:2499:66: warning: pointer targets in passing argument 6 of 'fl_create_from_pixmapdata' differ in signedness [-Wpointer-sign] 2499 | &width, &height, &amask, &hotx, &hoty, FL_INDIANRED); | ^~~~~ | | | unsigned int * /home/pbulk/work/comms/xisp/work/.buildlink/include/forms.h:3008:61: note: expected 'int *' but argument is of type 'unsigned int *' 3008 | int * hotx, | ~~~~~~~~~~~~~~~~^~~~ xisp.c:2499:73: warning: pointer targets in passing argument 7 of 'fl_create_from_pixmapdata' differ in signedness [-Wpointer-sign] 2499 | &width, &height, &amask, &hotx, &hoty, FL_INDIANRED); | ^~~~~ | | | unsigned int * /home/pbulk/work/comms/xisp/work/.buildlink/include/forms.h:3009:61: note: expected 'int *' but argument is of type 'unsigned int *' 3009 | int * hoty, | ~~~~~~~~~~~~~~~~^~~~ xisp.c:2501:66: warning: pointer targets in passing argument 6 of 'fl_create_from_pixmapdata' differ in signedness [-Wpointer-sign] 2501 | &width, &height, &amask, &hotx, &hoty, FL_INDIANRED); | ^~~~~ | | | unsigned int * /home/pbulk/work/comms/xisp/work/.buildlink/include/forms.h:3008:61: note: expected 'int *' but argument is of type 'unsigned int *' 3008 | int * hotx, | ~~~~~~~~~~~~~~~~^~~~ xisp.c:2501:73: warning: pointer targets in passing argument 7 of 'fl_create_from_pixmapdata' differ in signedness [-Wpointer-sign] 2501 | &width, &height, &amask, &hotx, &hoty, FL_INDIANRED); | ^~~~~ | | | unsigned int * /home/pbulk/work/comms/xisp/work/.buildlink/include/forms.h:3009:61: note: expected 'int *' but argument is of type 'unsigned int *' 3009 | int * hoty, | ~~~~~~~~~~~~~~~~^~~~ xisp.c:2503:66: warning: pointer targets in passing argument 6 of 'fl_create_from_pixmapdata' differ in signedness [-Wpointer-sign] 2503 | &width, &height, &amask, &hotx, &hoty, FL_INDIANRED); | ^~~~~ | | | unsigned int * /home/pbulk/work/comms/xisp/work/.buildlink/include/forms.h:3008:61: note: expected 'int *' but argument is of type 'unsigned int *' 3008 | int * hotx, | ~~~~~~~~~~~~~~~~^~~~ xisp.c:2503:73: warning: pointer targets in passing argument 7 of 'fl_create_from_pixmapdata' differ in signedness [-Wpointer-sign] 2503 | &width, &height, &amask, &hotx, &hoty, FL_INDIANRED); | ^~~~~ | | | unsigned int * /home/pbulk/work/comms/xisp/work/.buildlink/include/forms.h:3009:61: note: expected 'int *' but argument is of type 'unsigned int *' 3009 | int * hoty, | ~~~~~~~~~~~~~~~~^~~~ xisp.c: In function 'resetLogs': xisp.c:2881:14: error: conflicting types for 'alertMessage'; have 'void(void)' 2881 | void alertMessage(); | ^~~~~~~~~~~~ xisp.c:2242:6: note: previous definition of 'alertMessage' with type 'void(char *, int, int, char *)' 2242 | void alertMessage(char *title, int hint, int big, char *msg) | ^~~~~~~~~~~~ xisp.c:2906:25: error: too many arguments to function 'alertMessage'; expected 0, have 4 2906 | alertMessage("Logging hint", 1, 0, msg); | ^~~~~~~~~~~~ ~~~~~~~~~~~~~~ xisp.c:2881:14: note: declared here 2881 | void alertMessage(); | ^~~~~~~~~~~~ xisp.c: At top level: xisp.c:3169:6: error: conflicting types for 'doBUpdate'; have 'void(FL_OBJECT *, long int)' {aka 'void(struct FL_OBJECT_ *, long int)'} 3169 | void doBUpdate(FL_OBJECT *obj, long param) | ^~~~~~~~~ xisp.c:3073:14: note: previous declaration of 'doBUpdate' with type 'void(void)' 3073 | void doBUpdate(); | ^~~~~~~~~ xisp.c: In function 'doConnect': xisp.c:3495:39: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'major_t' {aka 'unsigned int'} [-Wformat=] 3495 | sprintf(devLock, "%03lu.%03lu.%03lu", /* file name */ | ~~~~^ | | | long unsigned int | %03u xisp.c:3495:45: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'major_t' {aka 'unsigned int'} [-Wformat=] 3495 | sprintf(devLock, "%03lu.%03lu.%03lu", /* file name */ | ~~~~^ | | | long unsigned int | %03u xisp.c:3495:51: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'minor_t' {aka 'unsigned int'} [-Wformat=] 3495 | sprintf(devLock, "%03lu.%03lu.%03lu", /* file name */ | ~~~~^ | | | long unsigned int | %03u xisp.c: In function 'doLogging': xisp.c:3806:52: warning: pointer targets in passing argument 2 of 'buildStats' differ in signedness [-Wpointer-sign] 3806 | type = buildStats(&global, &cur, tblTime, tblCosts); | ^~~~ | | | int * In file included from xisp.c:73: logs.h:162:46: note: expected 'unsigned int *' but argument is of type 'int *' 162 | int buildStats(glob_t *global, unsigned int *current, | ~~~~~~~~~~~~~~^~~~~~~ xisp.c: In function 'updateAccInfo': xisp.c:3999:25: warning: pointer targets in passing argument 1 of 'pdecode' differ in signedness [-Wpointer-sign] 3999 | pdecode(ppasswd, p->passwd); | ^~~~~~~ | | | char * pcode.h:25:29: note: expected 'unsigned char *' but argument is of type 'char *' 25 | void pdecode(unsigned char *pp, unsigned char *ep); | ~~~~~~~~~~~~~~~^~ xisp.c:3999:35: warning: pointer targets in passing argument 2 of 'pdecode' differ in signedness [-Wpointer-sign] 3999 | pdecode(ppasswd, p->passwd); | ~^~~~~~~~ | | | char * pcode.h:25:48: note: expected 'unsigned char *' but argument is of type 'char *' 25 | void pdecode(unsigned char *pp, unsigned char *ep); | ~~~~~~~~~~~~~~~^~ xisp.c: In function 'doPasswdInput': xisp.c:4178:17: warning: pointer targets in passing argument 1 of 'pencode' differ in signedness [-Wpointer-sign] 4178 | pencode(epasswd, ppasswd); | ^~~~~~~ | | | char * pcode.h:24:29: note: expected 'unsigned char *' but argument is of type 'char *' 24 | void pencode(unsigned char *ep, unsigned char *pp); | ~~~~~~~~~~~~~~~^~ xisp.c:4178:26: warning: pointer targets in passing argument 2 of 'pencode' differ in signedness [-Wpointer-sign] 4178 | pencode(epasswd, ppasswd); | ^~~~~~~ | | | char * pcode.h:24:48: note: expected 'unsigned char *' but argument is of type 'char *' 24 | void pencode(unsigned char *ep, unsigned char *pp); | ~~~~~~~~~~~~~~~^~ xisp.c: In function 'doLocalIPInput': xisp.c:5827:17: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign] 5827 | strncpy(ips, (char *)fl_get_input(obj), MAXLEN_IP); | ^~~ | | | unsigned char * In file included from /usr/include/string.h:35, from /home/pbulk/work/comms/xisp/work/.buildlink/include/forms.h:60: /usr/include/iso/string_iso.h:82:22: note: expected 'char * restrict' but argument is of type 'unsigned char *' 82 | extern char *strncpy(char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD, size_t); | ^ xisp.c:5828:21: warning: pointer targets in passing argument 1 of 'StrToIP' differ in signedness [-Wpointer-sign] 5828 | if (StrToIP(ips, ip) != 4) { | ^~~ | | | unsigned char * xisp.c:1629:19: note: expected 'char *' but argument is of type 'unsigned char *' 1629 | int StrToIP(char *str, unsigned char *ip) /* convert string to IP */ | ~~~~~~^~~ xisp.c: In function 'doRemoteIPInput': xisp.c:5862:17: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign] 5862 | strncpy(ips, (char *)fl_get_input(obj), MAXLEN_IP); | ^~~ | | | unsigned char * /usr/include/iso/string_iso.h:82:22: note: expected 'char * restrict' but argument is of type 'unsigned char *' 82 | extern char *strncpy(char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD, size_t); | ^ xisp.c:5863:21: warning: pointer targets in passing argument 1 of 'StrToIP' differ in signedness [-Wpointer-sign] 5863 | if (StrToIP(ips, ip) != 4) { | ^~~ | | | unsigned char * xisp.c:1629:19: note: expected 'char *' but argument is of type 'unsigned char *' 1629 | int StrToIP(char *str, unsigned char *ip) /* convert string to IP */ | ~~~~~~^~~ xisp.c: In function 'doNMInput': xisp.c:5897:17: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign] 5897 | strncpy(ips, (char *)fl_get_input(obj), MAXLEN_IP); | ^~~ | | | unsigned char * /usr/include/iso/string_iso.h:82:22: note: expected 'char * restrict' but argument is of type 'unsigned char *' 82 | extern char *strncpy(char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD, size_t); | ^ xisp.c:5898:21: warning: pointer targets in passing argument 1 of 'StrToIP' differ in signedness [-Wpointer-sign] 5898 | if (StrToIP(ips, ip) != 4) { | ^~~ | | | unsigned char * xisp.c:1629:19: note: expected 'char *' but argument is of type 'unsigned char *' 1629 | int StrToIP(char *str, unsigned char *ip) /* convert string to IP */ | ~~~~~~^~~ xisp.c: In function 'doPDNSInput': xisp.c:5912:17: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign] 5912 | strncpy(ips, (char *)fl_get_input(obj), MAXLEN_IP); | ^~~ | | | unsigned char * /usr/include/iso/string_iso.h:82:22: note: expected 'char * restrict' but argument is of type 'unsigned char *' 82 | extern char *strncpy(char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD, size_t); | ^ xisp.c:5913:21: warning: pointer targets in passing argument 1 of 'StrToIP' differ in signedness [-Wpointer-sign] 5913 | if (StrToIP(ips, ip) != 4) { | ^~~ | | | unsigned char * xisp.c:1629:19: note: expected 'char *' but argument is of type 'unsigned char *' 1629 | int StrToIP(char *str, unsigned char *ip) /* convert string to IP */ | ~~~~~~^~~ xisp.c: In function 'doSDNSInput': xisp.c:5927:17: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign] 5927 | strncpy(ips, (char *)fl_get_input(obj), MAXLEN_IP); | ^~~ | | | unsigned char * /usr/include/iso/string_iso.h:82:22: note: expected 'char * restrict' but argument is of type 'unsigned char *' 82 | extern char *strncpy(char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD, size_t); | ^ xisp.c:5928:21: warning: pointer targets in passing argument 1 of 'StrToIP' differ in signedness [-Wpointer-sign] 5928 | if (StrToIP(ips, ip) != 4) { | ^~~ | | | unsigned char * xisp.c:1629:19: note: expected 'char *' but argument is of type 'unsigned char *' 1629 | int StrToIP(char *str, unsigned char *ip) /* convert string to IP */ | ~~~~~~^~~ xisp.c: In function 'markByUnit': xisp.c:6134:16: warning: variable 'a' set but not used [-Wunused-but-set-variable] 6134 | ptt_t *a; /* to keep the compiler happy :) */ | ^ xisp.c: In function 'doLogInfoPTTRemove': xisp.c:6629:17: error: too many arguments to function 'gr_epak_initPtt'; expected 0, have 1 6629 | gr_epak_initPtt(p); | ^~~~~~~~~~~~~~~ ~ xisp.c:6594:14: note: declared here 6594 | void gr_epak_initPtt(); /* OTE A.E. (EŠAK), Hellas (default PTT) */ | ^~~~~~~~~~~~~~~ xisp.c: In function 'prepFolderForm': xisp.c:7884:49: warning: pointer targets in passing argument 1 of 'pdecode' differ in signedness [-Wpointer-sign] 7884 | pdecode(ppasswd, p_xisprc->passwd); | ^~~~~~~ | | | char * pcode.h:25:29: note: expected 'unsigned char *' but argument is of type 'char *' 25 | void pdecode(unsigned char *pp, unsigned char *ep); | ~~~~~~~~~~~~~~~^~ xisp.c:7884:66: warning: pointer targets in passing argument 2 of 'pdecode' differ in signedness [-Wpointer-sign] 7884 | pdecode(ppasswd, p_xisprc->passwd); | ~~~~~~~~^~~~~~~~ | | | char * pcode.h:25:48: note: expected 'unsigned char *' but argument is of type 'char *' 25 | void pdecode(unsigned char *pp, unsigned char *ep); | ~~~~~~~~~~~~~~~^~ xisp.c: In function 'processArgs': xisp.c:8672:52: warning: pointer targets in passing argument 4 of 'XParseGeometry' differ in signedness [-Wpointer-sign] 8672 | &winWidth, &winHeight); | ^~~~~~~~~ | | | int * In file included from /home/pbulk/work/comms/xisp/work/.buildlink/include/forms.h:97: /home/pbulk/work/comms/xisp/work/.buildlink/include/X11/Xlib.h:2871:5: note: expected 'unsigned int *' but argument is of type 'int *' 2871 | unsigned int* /* width_return */, | ^~~~~~~~~~~~~ xisp.c:8672:63: warning: pointer targets in passing argument 5 of 'XParseGeometry' differ in signedness [-Wpointer-sign] 8672 | &winWidth, &winHeight); | ^~~~~~~~~~ | | | int * /home/pbulk/work/comms/xisp/work/.buildlink/include/X11/Xlib.h:2872:5: note: expected 'unsigned int *' but argument is of type 'int *' 2872 | unsigned int* /* height_return */ | ^~~~~~~~~~~~~ xisp.c: In function 'main': xisp.c:8808:40: warning: pointer targets in passing argument 1 of 'fl_create_bitmap_cursor' differ in signedness [-Wpointer-sign] 8808 | tcid = fl_create_bitmap_cursor(timer_cursor, /* create custom cursor */ | ^~~~~~~~~~~~ | | | unsigned char * /home/pbulk/work/comms/xisp/work/.buildlink/include/forms.h:4110:53: note: expected 'const char *' but argument is of type 'unsigned char *' 4110 | FL_EXPORT int fl_create_bitmap_cursor( const char * source, | ~~~~~~~~~~~~~^~~~~~ xisp.c:8809:25: warning: pointer targets in passing argument 2 of 'fl_create_bitmap_cursor' differ in signedness [-Wpointer-sign] 8809 | timer_mask, TIMER_CURSOR_WIDTH, | ^~~~~~~~~~ | | | unsigned char * /home/pbulk/work/comms/xisp/work/.buildlink/include/forms.h:4111:53: note: expected 'const char *' but argument is of type 'unsigned char *' 4111 | const char * mask, | ~~~~~~~~~~~~~^~~~ xisp.c:8724:15: warning: variable 'rcsp' set but not used [-Wunused-but-set-variable] 8724 | char *rcsp; | ^~~~ *** [xisp.o] Error code 1 bmake: stopped making "all" in /home/pbulk/work/comms/xisp/work/xisp-2.7p4 bmake: 2 errors bmake: stopped making "all" in /home/pbulk/work/comms/xisp/work/xisp-2.7p4 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/comms/xisp *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/comms/xisp