=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Building for userppp-001107nb2 --- all-libhack --- --- all-ppp --- --- all-pppctl --- --- all-libhack --- all ===> libhack --- all-ppp --- all ===> ppp --- all-pppctl --- all ===> pppctl --- .gdbinit --- --- pppctl.o --- --- .gdbinit --- rm -f .gdbinit --- all-ppp --- --- .gdbinit --- --- acf.o --- --- arp.o --- --- all-pppctl --- --- pppctl.o --- # compile pppctl/pppctl.o gcc -O2 -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -Wall -fPIE -std=gnu99 -Werror -c pppctl.c --- all-ppp --- --- .gdbinit --- rm -f .gdbinit --- all-pppctl --- --- .gdbinit --- touch .gdbinit --- all-ppp --- --- acf.o --- # compile ppp/acf.o --- arp.o --- # compile ppp/arp.o --- async.o --- --- acf.o --- gcc -O2 -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -Wall -DNOATM -DNOI4B -DNONETGRAPH -D_PATH_PPP=\"/usr/pkg/etc/ppp\" -I. -I../libhack -fPIE -std=gnu99 -Werror -c acf.c --- arp.o --- gcc -O2 -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -Wall -DNOATM -DNOI4B -DNONETGRAPH -D_PATH_PPP=\"/usr/pkg/etc/ppp\" -I. -I../libhack -fPIE -std=gnu99 -Werror -c arp.c --- async.o --- # compile ppp/async.o --- all-libhack --- --- alias.o --- --- all-ppp --- --- .gdbinit --- touch .gdbinit --- all-libhack --- # compile libhack/alias.o gcc -O2 -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -Wall -Wmissing-prototypes -std=gnu99 -Werror -fPIE -DNO_FW_PUNCH -c alias.c -o alias.o --- all-ppp --- --- async.o --- gcc -O2 -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -Wall -DNOATM -DNOI4B -DNONETGRAPH -D_PATH_PPP=\"/usr/pkg/etc/ppp\" -I. -I../libhack -fPIE -std=gnu99 -Werror -c async.c --- auth.o --- # compile ppp/auth.o gcc -O2 -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -Wall -DNOATM -DNOI4B -DNONETGRAPH -D_PATH_PPP=\"/usr/pkg/etc/ppp\" -I. -I../libhack -fPIE -std=gnu99 -Werror -c auth.c --- acf.o --- ctfconvert -g -L VERSION acf.o --- bundle.o --- # compile ppp/bundle.o gcc -O2 -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -Wall -DNOATM -DNOI4B -DNONETGRAPH -D_PATH_PPP=\"/usr/pkg/etc/ppp\" -I. -I../libhack -fPIE -std=gnu99 -Werror -c bundle.c --- async.o --- ctfconvert -g -L VERSION async.o --- cbcp.o --- # compile ppp/cbcp.o gcc -O2 -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -Wall -DNOATM -DNOI4B -DNONETGRAPH -D_PATH_PPP=\"/usr/pkg/etc/ppp\" -I. -I../libhack -fPIE -std=gnu99 -Werror -c cbcp.c --- bundle.o --- bundle.c: In function 'bundle_DescriptorRead': bundle.c:552:12: error: pointer targets in assignment differ in signedness [-Werror=pointer-sign] data = tun.data; ^ --- arp.o --- ctfconvert -g -L VERSION arp.o --- ccp.o --- # compile ppp/ccp.o gcc -O2 -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -Wall -DNOATM -DNOI4B -DNONETGRAPH -D_PATH_PPP=\"/usr/pkg/etc/ppp\" -I. -I../libhack -fPIE -std=gnu99 -Werror -c ccp.c --- auth.o --- ctfconvert -g -L VERSION auth.o --- chap.o --- # compile ppp/chap.o gcc -O2 -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -Wall -DNOATM -DNOI4B -DNONETGRAPH -D_PATH_PPP=\"/usr/pkg/etc/ppp\" -I. -I../libhack -fPIE -std=gnu99 -Werror -c chap.c --- all-pppctl --- --- pppctl.o --- ctfconvert -g -L VERSION pppctl.o --- pppctl --- # link pppctl/pppctl gcc -Wl,-R/usr/pkg/lib -pie -shared-libgcc -Wl,-z,relro -o pppctl pppctl.o -Wl,-rpath-link,/lib -L=/lib -ledit -ltermcap -lutil ctfmerge -t -g -L VERSION -o pppctl pppctl.o --- all-ppp --- chap.c: In function 'chap_BuildAnswer': --- chat.o --- --- chap.o --- chap.c:227:28: error: pointer targets in passing argument 2 of 'MD5Update' differ in signedness [-Werror=pointer-sign] MD5Update(&MD5context, key, klen); ^~~ In file included from chap.c:35:0: /usr/include/md5.h:50:6: note: expected 'const unsigned char *' but argument is of type 'char *' void MD5Update(MD5_CTX *, const unsigned char *, unsigned int); ^~~~~~~~~ chap.c:228:28: error: pointer targets in passing argument 2 of 'MD5Update' differ in signedness [-Werror=pointer-sign] MD5Update(&MD5context, challenge + 1, *challenge); ^~~~~~~~~ In file included from chap.c:35:0: /usr/include/md5.h:50:6: note: expected 'const unsigned char *' but argument is of type 'char *' void MD5Update(MD5_CTX *, const unsigned char *, unsigned int); ^~~~~~~~~ chap.c:229:14: error: pointer targets in passing argument 1 of 'MD5Final' differ in signedness [-Werror=pointer-sign] MD5Final(digest, &MD5context); ^~~~~~ In file included from chap.c:35:0: /usr/include/md5.h:51:6: note: expected 'unsigned char *' but argument is of type 'char *' void MD5Final(unsigned char[MD5_DIGEST_LENGTH], MD5_CTX *); ^~~~~~~~ --- chat.o --- # compile ppp/chat.o --- chap.o --- chap.c: In function 'chap_Respond': --- chat.o --- gcc -O2 -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -Wall -DNOATM -DNOI4B -DNONETGRAPH -D_PATH_PPP=\"/usr/pkg/etc/ppp\" -I. -I../libhack -fPIE -std=gnu99 -Werror -c chat.c --- chap.o --- chap.c:363:52: error: pointer targets in passing argument 4 of 'chap_BuildAnswer' differ in signedness [-Werror=pointer-sign] ans = chap_BuildAnswer(name, key, chap->auth.id, chap->challenge.peer, type ^~~~ chap.c:113:1: note: expected 'char *' but argument is of type 'u_char * {aka unsigned char *}' chap_BuildAnswer(char *name, char *key, u_char id, char *challenge, u_char type ^~~~~~~~~~~~~~~~ chap.c:363:7: error: pointer targets in assignment differ in signedness [-Werror=pointer-sign] ans = chap_BuildAnswer(name, key, chap->auth.id, chap->challenge.peer, type ^ chap.c:378:16: error: pointer targets in passing argument 4 of 'ChapOutput' differ in signedness [-Werror=pointer-sign] "Out of memory!", 14, NULL); ^~~~~~~~~~~~~~~~ chap.c:88:1: note: expected 'const u_char * {aka const unsigned char *}' but argument is of type 'char *' ChapOutput(struct physical *physical, u_int code, u_int id, ^~~~~~~~~~ chap.c: In function 'chap_ChallengeInit': chap.c:480:8: error: pointer targets in assignment differ in signedness [-Werror=pointer-sign] cp = chap->challenge.local; ^ chap.c: In function 'chap_Success': chap.c:544:56: error: pointer targets in passing argument 4 of 'ChapOutput' differ in signedness [-Werror=pointer-sign] ChapOutput(authp->physical, CHAP_SUCCESS, authp->id, msg, strlen(msg) + 1, ^~~ chap.c:88:1: note: expected 'const u_char * {aka const unsigned char *}' but argument is of type 'const char *' ChapOutput(struct physical *physical, u_int code, u_int id, ^~~~~~~~~~ chap.c: In function 'chap_Failure': chap.c:583:56: error: pointer targets in passing argument 4 of 'ChapOutput' differ in signedness [-Werror=pointer-sign] ChapOutput(authp->physical, CHAP_FAILURE, authp->id, msg, strlen(msg) + 1, ^~~ chap.c:88:1: note: expected 'const u_char * {aka const unsigned char *}' but argument is of type 'const char *' ChapOutput(struct physical *physical, u_int code, u_int id, ^~~~~~~~~~ chap.c: In function 'chap_Input': chap.c:819:31: error: pointer targets in passing argument 5 of 'radius_Authenticate' differ in signedness [-Werror=pointer-sign] chap->challenge.local + 1); ^~~~ In file included from chap.c:69:0: radius.h:67:13: note: expected 'const char *' but argument is of type 'u_char * {aka unsigned char *}' extern void radius_Authenticate(struct radius *, struct authinfo *, ^~~~~~~~~~~~~~~~~~~ chap.c:856:40: error: pointer targets in passing argument 4 of 'chap_BuildAnswer' differ in signedness [-Werror=pointer-sign] chap->challenge.local, ^~~~ chap.c:113:1: note: expected 'char *' but argument is of type 'u_char * {aka unsigned char *}' chap_BuildAnswer(char *name, char *key, u_char id, char *challenge, u_char type ^~~~~~~~~~~~~~~~ --- all-libhack --- ctfconvert -g -L VERSION alias.o objcopy -x alias.o --- alias_cuseeme.o --- # compile libhack/alias_cuseeme.o gcc -O2 -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -Wall -Wmissing-prototypes -std=gnu99 -Werror -fPIE -DNO_FW_PUNCH -c alias_cuseeme.c -o alias_cuseeme.o alias_cuseeme.c: In function 'AliasHandleCUSeeMeOut': alias_cuseeme.c:75:24: error: variable 'cu_link' set but not used [-Werror=unused-but-set-variable] struct alias_link *cu_link; ^~~~~~~ --- all-ppp --- --- cbcp.o --- ctfconvert -g -L VERSION cbcp.o --- all-libhack --- cc1: all warnings being treated as errors --- all-ppp --- --- command.o --- # compile ppp/command.o gcc -O2 -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -Wall -DNOATM -DNOI4B -DNONETGRAPH -D_PATH_PPP=\"/usr/pkg/etc/ppp\" -I. -I../libhack -fPIE -std=gnu99 -Werror -c command.c --- all-libhack --- *** [alias_cuseeme.o] Error code 1 make[1]: stopped in /tmp/pkgbuild/net/userppp/work.i386/ppp-001107/libhack 1 error make[1]: stopped in /tmp/pkgbuild/net/userppp/work.i386/ppp-001107/libhack *** [all-libhack] Error code 2 make: stopped in /tmp/pkgbuild/net/userppp/work.i386/ppp-001107 --- all-ppp --- --- ccp.o --- ctfconvert -g -L VERSION ccp.o --- chap.o --- cc1: all warnings being treated as errors *** [chap.o] Error code 1 make[1]: stopped in /tmp/pkgbuild/net/userppp/work.i386/ppp-001107/ppp --- chat.o --- ctfconvert -g -L VERSION chat.o --- bundle.o --- cc1: all warnings being treated as errors *** [bundle.o] Error code 1 make[1]: stopped in /tmp/pkgbuild/net/userppp/work.i386/ppp-001107/ppp --- command.o --- ctfconvert -g -L VERSION command.o 2 errors make[1]: stopped in /tmp/pkgbuild/net/userppp/work.i386/ppp-001107/ppp *** [all-ppp] Error code 2 make: stopped in /tmp/pkgbuild/net/userppp/work.i386/ppp-001107 2 errors make: stopped in /tmp/pkgbuild/net/userppp/work.i386/ppp-001107 *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/net/userppp *** Error code 1 Stop. make: stopped in /usr/pkgsrc/net/userppp