=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/security/otpCalc", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for otpCalc-0.97 gcc -s -O3 -Wall -pipe `gtk-config --cflags` -c crypto.c -DVERSION=\"0.97\" -DHAVE_CONFIG_H gcc -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); | ~~~~~~~~~~~~~~~^~~~ gcc -s -O3 -Wall -pipe `gtk-config --cflags` -c callbacks.c -DVERSION=\"0.97\" -DHAVE_CONFIG_H gcc -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 /tmp/work/security/otpCalc/work/.buildlink/include/gtk-1.2/gtk/gtkcolorsel.h:35, from /tmp/work/security/otpCalc/work/.buildlink/include/gtk-1.2/gtk/gtk.h:48, from callbacks.c:25: /tmp/work/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); | ~~~~~~~~~~~~~~~^~~~ gcc -s -O3 -Wall -pipe `gtk-config --cflags` -c md4.c -DVERSION=\"0.97\" -DHAVE_CONFIG_H gcc -s -O3 -Wall -pipe `gtk-config --cflags` -c md5.c -DVERSION=\"0.97\" -DHAVE_CONFIG_H gcc -s -O3 -Wall -pipe `gtk-config --cflags` -c rmd160.c -DVERSION=\"0.97\" -DHAVE_CONFIG_H gcc -s -O3 -Wall -pipe `gtk-config --cflags` -c sha1.c -DVERSION=\"0.97\" -DHAVE_CONFIG_H In function 'SHA1Update', inlined from 'SHA1Final' at sha1.c:124:2: sha1.c:100:25: warning: 'SHA1Transform' accessing 64 bytes in a region of size 1 [-Wstringop-overflow=] 100 | SHA1Transform(context->state, &data[i]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sha1.c:100:25: note: referencing argument 2 of type 'unsigned char[64]' sha1.c: In function 'SHA1Final': sha1.c:13:6: note: in a call to function 'SHA1Transform' 13 | void SHA1Transform(uint32 state[5], unsigned char buffer[64]) | ^~~~~~~~~~~~~ In function 'SHA1Update', inlined from 'SHA1Final' at sha1.c:126:3: sha1.c:100:25: warning: 'SHA1Transform' accessing 64 bytes in a region of size 1 [-Wstringop-overflow=] 100 | SHA1Transform(context->state, &data[i]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sha1.c:100:25: note: referencing argument 2 of type 'unsigned char[64]' sha1.c: In function 'SHA1Final': sha1.c:13:6: note: in a call to function 'SHA1Transform' 13 | void SHA1Transform(uint32 state[5], unsigned char buffer[64]) | ^~~~~~~~~~~~~ sed -e's/VERSION/0.97/g' otpCalc.man >otpCalc.1 gcc -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