+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/otpCalc-0.97/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/otpCalc-0.97/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for otpCalc-0.97 cc -s -O3 -Wall -pipe `gtk-config --cflags` -c crypto.c -DVERSION=\"0.97\" -DHAVE_CONFIG_H cc -s -O3 -Wall -pipe `gtk-config --cflags` -c gui.c -DVERSION=\"0.97\" -DHAVE_CONFIG_H crypto.c: In function 'rmd160lite': crypto.c:152:23: warning: pointer targets in passing argument 2 of 'MDfinish' differ in signedness [-Wpointer-sign] 152 | MDfinish(ctx, message, len, 0); | ^~~~~~~ | | | char * In file included from crypto.c:47: rmd160.h:119:35: note: expected 'byte *' {aka 'unsigned char *'} but argument is of type 'char *' 119 | void MDfinish(dword *MDbuf, byte *strptr, dword lswlen, dword mswlen); | ~~~~~~^~~~~~ crypto.c: In function 'sha1lite': crypto.c:192:26: warning: pointer targets in passing argument 2 of 'SHA1Update' differ in signedness [-Wpointer-sign] 192 | SHA1Update(&ctx, message, len); | ^~~~~~~ | | | char * In file included from crypto.c:53: sha1.h:26:51: note: expected 'unsigned char *' but argument is of type 'char *' 26 | void SHA1Update(SHA1_CTX* context, unsigned char* data, uint32 len); | ~~~~~~~~~~~~~~~^~~~ cc -s -O3 -Wall -pipe `gtk-config --cflags` -c callbacks.c -DVERSION=\"0.97\" -DHAVE_CONFIG_H cc -s -O3 -Wall -pipe `gtk-config --cflags` -c utility.c -DVERSION=\"0.97\" -DHAVE_CONFIG_H utility.c: In function 'parity': utility.c:60:35: warning: pointer targets in passing argument 1 of 'extract' differ in signedness [-Wpointer-sign] 60 | parity += extract(message, i, 2); | ^~~~~~~ | | | unsigned char * utility.c:31:37: note: expected 'char *' but argument is of type 'unsigned char *' 31 | static unsigned short extract(char *s, int start, int length) | ~~~~~~^ utility.c: In function 'sixwords': utility.c:419:39: warning: pointer targets in passing argument 1 of 'extract' differ in signedness [-Wpointer-sign] 419 | words[extract(message, 0, 11)], | ^~~~~~~ | | | unsigned char * utility.c:31:37: note: expected 'char *' but argument is of type 'unsigned char *' 31 | static unsigned short extract(char *s, int start, int length) | ~~~~~~^ utility.c:420:39: warning: pointer targets in passing argument 1 of 'extract' differ in signedness [-Wpointer-sign] 420 | words[extract(message, 11, 11)], | ^~~~~~~ | | | unsigned char * utility.c:31:37: note: expected 'char *' but argument is of type 'unsigned char *' 31 | static unsigned short extract(char *s, int start, int length) | ~~~~~~^ utility.c:421:39: warning: pointer targets in passing argument 1 of 'extract' differ in signedness [-Wpointer-sign] 421 | words[extract(message, 22, 11)], | ^~~~~~~ | | | unsigned char * utility.c:31:37: note: expected 'char *' but argument is of type 'unsigned char *' 31 | static unsigned short extract(char *s, int start, int length) | ~~~~~~^ utility.c:422:39: warning: pointer targets in passing argument 1 of 'extract' differ in signedness [-Wpointer-sign] 422 | words[extract(message, 33, 11)], | ^~~~~~~ | | | unsigned char * utility.c:31:37: note: expected 'char *' but argument is of type 'unsigned char *' 31 | static unsigned short extract(char *s, int start, int length) | ~~~~~~^ utility.c:423:39: warning: pointer targets in passing argument 1 of 'extract' differ in signedness [-Wpointer-sign] 423 | words[extract(message, 44, 11)], | ^~~~~~~ | | | unsigned char * utility.c:31:37: note: expected 'char *' but argument is of type 'unsigned char *' 31 | static unsigned short extract(char *s, int start, int length) | ~~~~~~^ utility.c:424:39: warning: pointer targets in passing argument 1 of 'extract' differ in signedness [-Wpointer-sign] 424 | words[extract(message, 55, 11)], | ^~~~~~~ | | | unsigned char * utility.c:31:37: note: expected 'char *' but argument is of type 'unsigned char *' 31 | static unsigned short extract(char *s, int start, int length) | ~~~~~~^ utility.c:427:16: warning: pointer targets in returning 'char *' from a function with return type 'unsigned char *' differ in signedness [-Wpointer-sign] 427 | return response; | ^~~~~~~~ callbacks.c: In function 'selector': callbacks.c:216:33: warning: pointer targets in passing argument 1 of 'parse' differ in signedness [-Wpointer-sign] 216 | parsed = parse(selection->data, set); | ~~~~~~~~~^~~~~~ | | | guchar * {aka unsigned char *} In file included from callbacks.c:29: utility.h:8:22: note: expected 'char *' but argument is of type 'guchar *' {aka 'unsigned char *'} 8 | unsigned short parse(char *, struct tokens *); | ^~~~~~ callbacks.c:224:62: warning: pointer targets in passing argument 2 of 'gtk_entry_set_text' differ in signedness [-Wpointer-sign] 224 | gtk_entry_set_text(GTK_ENTRY(te_challenge), selection->data); | ~~~~~~~~~^~~~~~ | | | guchar * {aka unsigned char *} In file included from /home/pbulk/build/security/otpCalc/work/.buildlink/include/gtk-1.2/gtk/gtkcolorsel.h:35, from /home/pbulk/build/security/otpCalc/work/.buildlink/include/gtk-1.2/gtk/gtk.h:48, from callbacks.c:25: /home/pbulk/build/security/otpCalc/work/.buildlink/include/gtk-1.2/gtk/gtkentry.h:89:65: note: expected 'const gchar *' {aka 'const char *'} but argument is of type 'guchar *' {aka 'unsigned char *'} 89 | const gchar *text); | ~~~~~~~~~~~~~~~^~~~ cc -s -O3 -Wall -pipe `gtk-config --cflags` -c md4.c -DVERSION=\"0.97\" -DHAVE_CONFIG_H cc -s -O3 -Wall -pipe `gtk-config --cflags` -c md5.c -DVERSION=\"0.97\" -DHAVE_CONFIG_H cc -s -O3 -Wall -pipe `gtk-config --cflags` -c rmd160.c -DVERSION=\"0.97\" -DHAVE_CONFIG_H cc -s -O3 -Wall -pipe `gtk-config --cflags` -c sha1.c -DVERSION=\"0.97\" -DHAVE_CONFIG_H sed -e's/VERSION/0.97/g' otpCalc.man >otpCalc.1 cc -s -O3 -Wall -pipe `gtk-config --cflags` crypto.o gui.o callbacks.o utility.o md4.o md5.o rmd160.o sha1.o -o otpCalc `gtk-config --libs` -DVERSION=\"0.97\" -DHAVE_CONFIG_H