set -e; for d in argp nettle spki src sftp doc; do \ echo "Making all in $d" ; (cd $d && make all); done Making all in argp make[1]: Entering directory `/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/lsh-2.9.1-exp/argp' make all-here make[2]: Entering directory `/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/lsh-2.9.1-exp/argp' gcc -I. -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Waggregate-return -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT argp-ba.o -MD -MP -MF argp-ba.o.d -c argp-ba.c \ && true gcc -I. -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Waggregate-return -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT argp-eexst.o -MD -MP -MF argp-eexst.o.d -c argp-eexst.c \ && true gcc -I. -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Waggregate-return -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT argp-fmtstream.o -MD -MP -MF argp-fmtstream.o.d -c argp-fmtstream.c \ && true gcc -I. -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Waggregate-return -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT argp-help.o -MD -MP -MF argp-help.o.d -c argp-help.c \ && true gcc -I. -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Waggregate-return -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT argp-parse.o -MD -MP -MF argp-parse.o.d -c argp-parse.c \ && true gcc -I. -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Waggregate-return -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT argp-pv.o -MD -MP -MF argp-pv.o.d -c argp-pv.c \ && true gcc -I. -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Waggregate-return -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT argp-pvh.o -MD -MP -MF argp-pvh.o.d -c argp-pvh.c \ && true rm -f libargp.a ar cru libargp.a argp-ba.o argp-eexst.o argp-fmtstream.o argp-help.o argp-parse.o argp-pv.o argp-pvh.o ranlib libargp.a gcc -I. -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Waggregate-return -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT argp-test.o -MD -MP -MF argp-test.o.d -c argp-test.c \ && true argp-test.c: In function 'help_filter': argp-test.c:225: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result argp-test.c:229: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Waggregate-return -Wpointer-arith -Wbad-function-cast -Wnested-externs argp-test.o libargp.a -o argp-test make[2]: Leaving directory `/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/lsh-2.9.1-exp/argp' set -e; for d in testsuite; do \ echo "Making all in $d" ; (cd $d && make all); done Making all in testsuite make[2]: Entering directory `/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/lsh-2.9.1-exp/argp/testsuite' gcc -I./.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Waggregate-return -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT ex1.o -MD -MP -MF ex1.o.d -c ex1.c \ && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Waggregate-return -Wpointer-arith -Wbad-function-cast -Wnested-externs ex1.o ../libargp.a -o ex1 gcc -I./.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Waggregate-return -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT ex3.o -MD -MP -MF ex3.o.d -c ex3.c \ && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Waggregate-return -Wpointer-arith -Wbad-function-cast -Wnested-externs ex3.o ../libargp.a -o ex3 gcc -I./.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Waggregate-return -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT ex4.o -MD -MP -MF ex4.o.d -c ex4.c \ && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Waggregate-return -Wpointer-arith -Wbad-function-cast -Wnested-externs ex4.o ../libargp.a -o ex4 make[2]: Leaving directory `/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/lsh-2.9.1-exp/argp/testsuite' make[1]: Leaving directory `/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/lsh-2.9.1-exp/argp' Making all in nettle make[1]: Entering directory `/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/lsh-2.9.1-exp/nettle' make all-here make[2]: Entering directory `/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/lsh-2.9.1-exp/nettle' gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aesdata.o -MD -MP -MF aesdata.o.d -fpic -c aesdata.c \ && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib aesdata.o -lgmp -o aesdata gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT desdata.o -MD -MP -MF desdata.o.d -fpic -c desdata.c \ && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib desdata.o -lgmp -o desdata gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT shadata.o -MD -MP -MF shadata.o.d -fpic -c shadata.c \ && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib shadata.o -lgmp -lm -o shadata /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ aes-decrypt-internal.asm >aes-decrypt-internal.s gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-decrypt-internal.o -MD -MP -MF aes-decrypt-internal.o.d -fpic -c aes-decrypt-internal.s echo "aes-decrypt-internal.o : aes-decrypt-internal.asm ./asm.m4 machine.m4 config.m4" >aes-decrypt-internal.o.d gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-decrypt.o -MD -MP -MF aes-decrypt.o.d -fpic -c aes-decrypt.c \ && true /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ aes-encrypt-internal.asm >aes-encrypt-internal.s gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt-internal.o -MD -MP -MF aes-encrypt-internal.o.d -fpic -c aes-encrypt-internal.s echo "aes-encrypt-internal.o : aes-encrypt-internal.asm ./asm.m4 machine.m4 config.m4" >aes-encrypt-internal.o.d gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt.o -MD -MP -MF aes-encrypt.o.d -fpic -c aes-encrypt.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt-table.o -MD -MP -MF aes-encrypt-table.o.d -fpic -c aes-encrypt-table.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-set-encrypt-key.o -MD -MP -MF aes-set-encrypt-key.o.d -fpic -c aes-set-encrypt-key.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-set-decrypt-key.o -MD -MP -MF aes-set-decrypt-key.o.d -fpic -c aes-set-decrypt-key.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-meta.o -MD -MP -MF aes-meta.o.d -fpic -c aes-meta.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour.o -MD -MP -MF arcfour.o.d -fpic -c arcfour.c \ && true /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ arcfour-crypt.asm >arcfour-crypt.s gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour-crypt.o -MD -MP -MF arcfour-crypt.o.d -fpic -c arcfour-crypt.s echo "arcfour-crypt.o : arcfour-crypt.asm ./asm.m4 machine.m4 config.m4" >arcfour-crypt.o.d gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour-meta.o -MD -MP -MF arcfour-meta.o.d -fpic -c arcfour-meta.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arctwo.o -MD -MP -MF arctwo.o.d -fpic -c arctwo.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arctwo-meta.o -MD -MP -MF arctwo-meta.o.d -fpic -c arctwo-meta.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-encode.o -MD -MP -MF base16-encode.o.d -fpic -c base16-encode.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-decode.o -MD -MP -MF base16-decode.o.d -fpic -c base16-decode.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-meta.o -MD -MP -MF base16-meta.o.d -fpic -c base16-meta.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-encode.o -MD -MP -MF base64-encode.o.d -fpic -c base64-encode.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-decode.o -MD -MP -MF base64-decode.o.d -fpic -c base64-decode.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-meta.o -MD -MP -MF base64-meta.o.d -fpic -c base64-meta.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-crypt.o -MD -MP -MF camellia-crypt.o.d -fpic -c camellia-crypt.c \ && true /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ camellia-crypt-internal.asm >camellia-crypt-internal.s gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-crypt-internal.o -MD -MP -MF camellia-crypt-internal.o.d -fpic -c camellia-crypt-internal.s echo "camellia-crypt-internal.o : camellia-crypt-internal.asm ./asm.m4 machine.m4 config.m4" >camellia-crypt-internal.o.d gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-set-encrypt-key.o -MD -MP -MF camellia-set-encrypt-key.o.d -fpic -c camellia-set-encrypt-key.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-set-decrypt-key.o -MD -MP -MF camellia-set-decrypt-key.o.d -fpic -c camellia-set-decrypt-key.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-table.o -MD -MP -MF camellia-table.o.d -fpic -c camellia-table.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-meta.o -MD -MP -MF camellia-meta.o.d -fpic -c camellia-meta.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cast128.o -MD -MP -MF cast128.o.d -fpic -c cast128.c \ && true cast128.c: In function 'nettle_cast128_set_key': cast128.c:166: warning: 'z[0]' may be used uninitialized in this function cast128.c:166: warning: 'z[1]' may be used uninitialized in this function cast128.c:166: warning: 'z[2]' may be used uninitialized in this function cast128.c:166: warning: 'z[3]' may be used uninitialized in this function cast128.c:166: warning: 't[0]' may be used uninitialized in this function cast128.c:166: warning: 't[1]' may be used uninitialized in this function cast128.c:166: warning: 't[2]' may be used uninitialized in this function cast128.c:166: warning: 't[3]' may be used uninitialized in this function gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cast128-meta.o -MD -MP -MF cast128-meta.o.d -fpic -c cast128-meta.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT blowfish.o -MD -MP -MF blowfish.o.d -fpic -c blowfish.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cbc.o -MD -MP -MF cbc.o.d -fpic -c cbc.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ctr.o -MD -MP -MF ctr.o.d -fpic -c ctr.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des.o -MD -MP -MF des.o.d -fpic -c des.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des3.o -MD -MP -MF des3.o.d -fpic -c des3.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des-compat.o -MD -MP -MF des-compat.o.d -fpic -c des-compat.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac.o -MD -MP -MF hmac.o.d -fpic -c hmac.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-md5.o -MD -MP -MF hmac-md5.o.d -fpic -c hmac-md5.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha1.o -MD -MP -MF hmac-sha1.o.d -fpic -c hmac-sha1.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha224.o -MD -MP -MF hmac-sha224.o.d -fpic -c hmac-sha224.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha256.o -MD -MP -MF hmac-sha256.o.d -fpic -c hmac-sha256.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha384.o -MD -MP -MF hmac-sha384.o.d -fpic -c hmac-sha384.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha512.o -MD -MP -MF hmac-sha512.o.d -fpic -c hmac-sha512.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT knuth-lfib.o -MD -MP -MF knuth-lfib.o.d -fpic -c knuth-lfib.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md2.o -MD -MP -MF md2.o.d -fpic -c md2.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md2-meta.o -MD -MP -MF md2-meta.o.d -fpic -c md2-meta.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md4.o -MD -MP -MF md4.o.d -fpic -c md4.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md4-meta.o -MD -MP -MF md4-meta.o.d -fpic -c md4-meta.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5.o -MD -MP -MF md5.o.d -fpic -c md5.c \ && true /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ md5-compress.asm >md5-compress.s gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-compress.o -MD -MP -MF md5-compress.o.d -fpic -c md5-compress.s echo "md5-compress.o : md5-compress.asm ./asm.m4 machine.m4 config.m4" >md5-compress.o.d gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-compat.o -MD -MP -MF md5-compat.o.d -fpic -c md5-compat.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-meta.o -MD -MP -MF md5-meta.o.d -fpic -c md5-meta.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1.o -MD -MP -MF sha1.o.d -fpic -c sha1.c \ && true /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ sha1-compress.asm >sha1-compress.s gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-compress.o -MD -MP -MF sha1-compress.o.d -fpic -c sha1-compress.s echo "sha1-compress.o : sha1-compress.asm ./asm.m4 machine.m4 config.m4" >sha1-compress.o.d gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-meta.o -MD -MP -MF sha1-meta.o.d -fpic -c sha1-meta.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256.o -MD -MP -MF sha256.o.d -fpic -c sha256.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-compress.o -MD -MP -MF sha256-compress.o.d -fpic -c sha256-compress.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha224-meta.o -MD -MP -MF sha224-meta.o.d -fpic -c sha224-meta.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-meta.o -MD -MP -MF sha256-meta.o.d -fpic -c sha256-meta.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512.o -MD -MP -MF sha512.o.d -fpic -c sha512.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-compress.o -MD -MP -MF sha512-compress.o.d -fpic -c sha512-compress.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha384-meta.o -MD -MP -MF sha384-meta.o.d -fpic -c sha384-meta.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-meta.o -MD -MP -MF sha512-meta.o.d -fpic -c sha512-meta.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent.o -MD -MP -MF serpent.o.d -fpic -c serpent.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-meta.o -MD -MP -MF serpent-meta.o.d -fpic -c serpent-meta.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofish.o -MD -MP -MF twofish.o.d -fpic -c twofish.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofish-meta.o -MD -MP -MF twofish-meta.o.d -fpic -c twofish-meta.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT yarrow256.o -MD -MP -MF yarrow256.o.d -fpic -c yarrow256.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT yarrow_key_event.o -MD -MP -MF yarrow_key_event.o.d -fpic -c yarrow_key_event.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT buffer.o -MD -MP -MF buffer.o.d -fpic -c buffer.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT buffer-init.o -MD -MP -MF buffer-init.o.d -fpic -c buffer-init.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT realloc.o -MD -MP -MF realloc.o.d -fpic -c realloc.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-internal.o -MD -MP -MF nettle-internal.o.d -fpic -c nettle-internal.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT write-be32.o -MD -MP -MF write-be32.o.d -fpic -c write-be32.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT memxor.o -MD -MP -MF memxor.o.d -fpic -c memxor.c \ && true rm -f libnettle.a ar cru libnettle.a aes-decrypt-internal.o aes-decrypt.o aes-encrypt-internal.o aes-encrypt.o aes-encrypt-table.o aes-set-encrypt-key.o aes-set-decrypt-key.o aes-meta.o arcfour.o arcfour-crypt.o arcfour-meta.o arctwo.o arctwo-meta.o base16-encode.o base16-decode.o base16-meta.o base64-encode.o base64-decode.o base64-meta.o camellia-crypt.o camellia-crypt-internal.o camellia-set-encrypt-key.o camellia-set-decrypt-key.o camellia-table.o camellia-meta.o cast128.o cast128-meta.o blowfish.o cbc.o ctr.o des.o des3.o des-compat.o hmac.o hmac-md5.o hmac-sha1.o hmac-sha224.o hmac-sha256.o hmac-sha384.o hmac-sha512.o knuth-lfib.o md2.o md2-meta.o md4.o md4-meta.o md5.o md5-compress.o md5-compat.o md5-meta.o sha1.o sha1-compress.o sha1-meta.o sha256.o sha256-compress.o sha224-meta.o sha256-meta.o sha512.o sha512-compress.o sha384-meta.o sha512-meta.o serpent.o serpent-meta.o twofish.o twofish-meta.o yarrow256.o yarrow_key_event.o buffer.o buffer-init.o realloc.o nettle-internal.o write-be32.o memxor.o ranlib libnettle.a gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp.o -MD -MP -MF sexp.o.d -fpic -c sexp.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-format.o -MD -MP -MF sexp-format.o.d -fpic -c sexp-format.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-transport.o -MD -MP -MF sexp-transport.o.d -fpic -c sexp-transport.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-transport-format.o -MD -MP -MF sexp-transport-format.o.d -fpic -c sexp-transport-format.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum.o -MD -MP -MF bignum.o.d -fpic -c bignum.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-next-prime.o -MD -MP -MF bignum-next-prime.o.d -fpic -c bignum-next-prime.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-random.o -MD -MP -MF bignum-random.o.d -fpic -c bignum-random.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-random-prime.o -MD -MP -MF bignum-random-prime.o.d -fpic -c bignum-random-prime.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2bignum.o -MD -MP -MF sexp2bignum.o.d -fpic -c sexp2bignum.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1.o -MD -MP -MF pkcs1.o.d -fpic -c pkcs1.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-md5.o -MD -MP -MF pkcs1-rsa-md5.o.d -fpic -c pkcs1-rsa-md5.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha1.o -MD -MP -MF pkcs1-rsa-sha1.o.d -fpic -c pkcs1-rsa-sha1.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha256.o -MD -MP -MF pkcs1-rsa-sha256.o.d -fpic -c pkcs1-rsa-sha256.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha512.o -MD -MP -MF pkcs1-rsa-sha512.o.d -fpic -c pkcs1-rsa-sha512.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa.o -MD -MP -MF rsa.o.d -fpic -c rsa.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sign.o -MD -MP -MF rsa-sign.o.d -fpic -c rsa-sign.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-verify.o -MD -MP -MF rsa-verify.o.d -fpic -c rsa-verify.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-md5-sign.o -MD -MP -MF rsa-md5-sign.o.d -fpic -c rsa-md5-sign.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-md5-verify.o -MD -MP -MF rsa-md5-verify.o.d -fpic -c rsa-md5-verify.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha1-sign.o -MD -MP -MF rsa-sha1-sign.o.d -fpic -c rsa-sha1-sign.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha1-verify.o -MD -MP -MF rsa-sha1-verify.o.d -fpic -c rsa-sha1-verify.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha256-sign.o -MD -MP -MF rsa-sha256-sign.o.d -fpic -c rsa-sha256-sign.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha256-verify.o -MD -MP -MF rsa-sha256-verify.o.d -fpic -c rsa-sha256-verify.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha512-sign.o -MD -MP -MF rsa-sha512-sign.o.d -fpic -c rsa-sha512-sign.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha512-verify.o -MD -MP -MF rsa-sha512-verify.o.d -fpic -c rsa-sha512-verify.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-encrypt.o -MD -MP -MF rsa-encrypt.o.d -fpic -c rsa-encrypt.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-decrypt.o -MD -MP -MF rsa-decrypt.o.d -fpic -c rsa-decrypt.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-keygen.o -MD -MP -MF rsa-keygen.o.d -fpic -c rsa-keygen.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-compat.o -MD -MP -MF rsa-compat.o.d -fpic -c rsa-compat.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa2sexp.o -MD -MP -MF rsa2sexp.o.d -fpic -c rsa2sexp.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2rsa.o -MD -MP -MF sexp2rsa.o.d -fpic -c sexp2rsa.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa.o -MD -MP -MF dsa.o.d -fpic -c dsa.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sign.o -MD -MP -MF dsa-sign.o.d -fpic -c dsa-sign.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-verify.o -MD -MP -MF dsa-verify.o.d -fpic -c dsa-verify.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-keygen.o -MD -MP -MF dsa-keygen.o.d -fpic -c dsa-keygen.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha1-sign.o -MD -MP -MF dsa-sha1-sign.o.d -fpic -c dsa-sha1-sign.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha1-verify.o -MD -MP -MF dsa-sha1-verify.o.d -fpic -c dsa-sha1-verify.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha256-sign.o -MD -MP -MF dsa-sha256-sign.o.d -fpic -c dsa-sha256-sign.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha256-verify.o -MD -MP -MF dsa-sha256-verify.o.d -fpic -c dsa-sha256-verify.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa2sexp.o -MD -MP -MF dsa2sexp.o.d -fpic -c dsa2sexp.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2dsa.o -MD -MP -MF sexp2dsa.o.d -fpic -c sexp2dsa.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pgp-encode.o -MD -MP -MF pgp-encode.o.d -fpic -c pgp-encode.c \ && true pgp-encode.c: In function 'nettle_pgp_put_rsa_sha1_signature': pgp-encode.c:249: warning: unused variable 'digest16' gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa2openpgp.o -MD -MP -MF rsa2openpgp.o.d -fpic -c rsa2openpgp.c \ && true rsa2openpgp.c: In function 'nettle_rsa_keypair_to_openpgp': rsa2openpgp.c:67: warning: unused variable 'key_length' gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der-iterator.o -MD -MP -MF der-iterator.o.d -fpic -c der-iterator.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der2rsa.o -MD -MP -MF der2rsa.o.d -fpic -c der2rsa.c \ && true gcc -I. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der2dsa.o -MD -MP -MF der2dsa.o.d -fpic -c der2dsa.c \ && true rm -f libhogweed.a ar cru libhogweed.a sexp.o sexp-format.o sexp-transport.o sexp-transport-format.o bignum.o bignum-next-prime.o bignum-random.o bignum-random-prime.o sexp2bignum.o pkcs1.o pkcs1-rsa-md5.o pkcs1-rsa-sha1.o pkcs1-rsa-sha256.o pkcs1-rsa-sha512.o rsa.o rsa-sign.o rsa-verify.o rsa-md5-sign.o rsa-md5-verify.o rsa-sha1-sign.o rsa-sha1-verify.o rsa-sha256-sign.o rsa-sha256-verify.o rsa-sha512-sign.o rsa-sha512-verify.o rsa-encrypt.o rsa-decrypt.o rsa-keygen.o rsa-compat.o rsa2sexp.o sexp2rsa.o dsa.o dsa-sign.o dsa-verify.o dsa-keygen.o dsa-sha1-sign.o dsa-sha1-verify.o dsa-sha256-sign.o dsa-sha256-verify.o dsa2sexp.o sexp2dsa.o pgp-encode.o rsa2openpgp.o der-iterator.o der2rsa.o der2dsa.o ranlib libhogweed.a make[2]: Leaving directory `/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/lsh-2.9.1-exp/nettle' set -e; for d in tools testsuite examples; do \ echo "Making all in $d" ; (cd $d && make all); done Making all in tools make[2]: Entering directory `/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/lsh-2.9.1-exp/nettle/tools' gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-conv.o -MD -MP -MF sexp-conv.o.d -c sexp-conv.c && true gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT input.o -MD -MP -MF input.o.d -c input.c && true gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT output.o -MD -MP -MF output.o.d -c output.c && true gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT parse.o -MD -MP -MF parse.o.d -c parse.c && true gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT getopt.o -MD -MP -MF getopt.o.d -c getopt.c && true gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT getopt1.o -MD -MP -MF getopt1.o.d -c getopt1.c && true gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT misc.o -MD -MP -MF misc.o.d -c misc.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib sexp-conv.o input.o output.o parse.o getopt.o getopt1.o misc.o -lnettle -lgmp -o sexp-conv gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-lfib-stream.o -MD -MP -MF nettle-lfib-stream.o.d -c nettle-lfib-stream.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib nettle-lfib-stream.o -lnettle -lgmp -o nettle-lfib-stream gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-conv.o -MD -MP -MF pkcs1-conv.o.d -c pkcs1-conv.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib pkcs1-conv.o getopt.o getopt1.o misc.o -lhogweed -lnettle -lgmp -o pkcs1-conv make[2]: Leaving directory `/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/lsh-2.9.1-exp/nettle/tools' Making all in testsuite make[2]: Entering directory `/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/lsh-2.9.1-exp/nettle/testsuite' gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-test.o -MD -MP -MF aes-test.o.d -c aes-test.c && true gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT testutils.o -MD -MP -MF testutils.o.d -c testutils.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib aes-test.o testutils.o -lhogweed -lnettle -lgmp -o aes-test gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour-test.o -MD -MP -MF arcfour-test.o.d -c arcfour-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib arcfour-test.o testutils.o -lhogweed -lnettle -lgmp -o arcfour-test gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arctwo-test.o -MD -MP -MF arctwo-test.o.d -c arctwo-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib arctwo-test.o testutils.o -lhogweed -lnettle -lgmp -o arctwo-test gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT blowfish-test.o -MD -MP -MF blowfish-test.o.d -c blowfish-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib blowfish-test.o testutils.o -lhogweed -lnettle -lgmp -o blowfish-test gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cast128-test.o -MD -MP -MF cast128-test.o.d -c cast128-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib cast128-test.o testutils.o -lhogweed -lnettle -lgmp -o cast128-test gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-test.o -MD -MP -MF base16-test.o.d -c base16-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib base16-test.o testutils.o -lhogweed -lnettle -lgmp -o base16-test gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-test.o -MD -MP -MF base64-test.o.d -c base64-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib base64-test.o testutils.o -lhogweed -lnettle -lgmp -o base64-test gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-test.o -MD -MP -MF camellia-test.o.d -c camellia-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib camellia-test.o testutils.o -lhogweed -lnettle -lgmp -o camellia-test gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des-test.o -MD -MP -MF des-test.o.d -c des-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib des-test.o testutils.o -lhogweed -lnettle -lgmp -o des-test gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des3-test.o -MD -MP -MF des3-test.o.d -c des3-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib des3-test.o testutils.o -lhogweed -lnettle -lgmp -o des3-test gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des-compat-test.o -MD -MP -MF des-compat-test.o.d -c des-compat-test.c && true des-compat-test.c: In function 'test_main': des-compat-test.c:312: warning: unused variable 'str' des-compat-test.c:311: warning: unused variable 'num' des-compat-test.c:310: warning: unused variable 'lqret' des-compat-test.c:309: warning: unused variable 'qret' des-compat-test.c: At top level: des-compat-test.c:290: warning: 'cfb_test' declared 'static' but never defined des-compat-test.c:291: warning: 'cfb64_test' declared 'static' but never defined des-compat-test.c:292: warning: 'ede_cfb64_test' declared 'static' but never defined gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib des-compat-test.o testutils.o -lhogweed -lnettle -lgmp -o des-compat-test gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md2-test.o -MD -MP -MF md2-test.o.d -c md2-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib md2-test.o testutils.o -lhogweed -lnettle -lgmp -o md2-test gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md4-test.o -MD -MP -MF md4-test.o.d -c md4-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib md4-test.o testutils.o -lhogweed -lnettle -lgmp -o md4-test gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-test.o -MD -MP -MF md5-test.o.d -c md5-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib md5-test.o testutils.o -lhogweed -lnettle -lgmp -o md5-test gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-compat-test.o -MD -MP -MF md5-compat-test.o.d -c md5-compat-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib md5-compat-test.o testutils.o -lhogweed -lnettle -lgmp -o md5-compat-test gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT memxor-test.o -MD -MP -MF memxor-test.o.d -c memxor-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib memxor-test.o testutils.o -lhogweed -lnettle -lgmp -o memxor-test gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-test.o -MD -MP -MF sha1-test.o.d -c sha1-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib sha1-test.o testutils.o -lhogweed -lnettle -lgmp -o sha1-test gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha224-test.o -MD -MP -MF sha224-test.o.d -c sha224-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib sha224-test.o testutils.o -lhogweed -lnettle -lgmp -o sha224-test gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-test.o -MD -MP -MF sha256-test.o.d -c sha256-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib sha256-test.o testutils.o -lhogweed -lnettle -lgmp -o sha256-test gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha384-test.o -MD -MP -MF sha384-test.o.d -c sha384-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib sha384-test.o testutils.o -lhogweed -lnettle -lgmp -o sha384-test gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-test.o -MD -MP -MF sha512-test.o.d -c sha512-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib sha512-test.o testutils.o -lhogweed -lnettle -lgmp -o sha512-test gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-test.o -MD -MP -MF serpent-test.o.d -c serpent-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib serpent-test.o testutils.o -lhogweed -lnettle -lgmp -o serpent-test gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofish-test.o -MD -MP -MF twofish-test.o.d -c twofish-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib twofish-test.o testutils.o -lhogweed -lnettle -lgmp -o twofish-test gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT knuth-lfib-test.o -MD -MP -MF knuth-lfib-test.o.d -c knuth-lfib-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib knuth-lfib-test.o testutils.o -lhogweed -lnettle -lgmp -o knuth-lfib-test gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cbc-test.o -MD -MP -MF cbc-test.o.d -c cbc-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib cbc-test.o testutils.o -lhogweed -lnettle -lgmp -o cbc-test gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ctr-test.o -MD -MP -MF ctr-test.o.d -c ctr-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib ctr-test.o testutils.o -lhogweed -lnettle -lgmp -o ctr-test gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-test.o -MD -MP -MF hmac-test.o.d -c hmac-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib hmac-test.o testutils.o -lhogweed -lnettle -lgmp -o hmac-test gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT buffer-test.o -MD -MP -MF buffer-test.o.d -c buffer-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib buffer-test.o testutils.o -lhogweed -lnettle -lgmp -o buffer-test gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT yarrow-test.o -MD -MP -MF yarrow-test.o.d -c yarrow-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib yarrow-test.o testutils.o -lhogweed -lnettle -lgmp -o yarrow-test gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-test.o -MD -MP -MF sexp-test.o.d -c sexp-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib sexp-test.o testutils.o -lhogweed -lnettle -lgmp -o sexp-test gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-format-test.o -MD -MP -MF sexp-format-test.o.d -c sexp-format-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib sexp-format-test.o testutils.o -lhogweed -lnettle -lgmp -o sexp-format-test gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa2sexp-test.o -MD -MP -MF rsa2sexp-test.o.d -c rsa2sexp-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib rsa2sexp-test.o testutils.o -lhogweed -lnettle -lgmp -o rsa2sexp-test gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2rsa-test.o -MD -MP -MF sexp2rsa-test.o.d -c sexp2rsa-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib sexp2rsa-test.o testutils.o -lhogweed -lnettle -lgmp -o sexp2rsa-test gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-test.o -MD -MP -MF bignum-test.o.d -c bignum-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib bignum-test.o testutils.o -lhogweed -lnettle -lgmp -o bignum-test gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT random-prime-test.o -MD -MP -MF random-prime-test.o.d -c random-prime-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib random-prime-test.o testutils.o -lhogweed -lnettle -lgmp -o random-prime-test gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-test.o -MD -MP -MF pkcs1-test.o.d -c pkcs1-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib pkcs1-test.o testutils.o -lhogweed -lnettle -lgmp -o pkcs1-test gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-test.o -MD -MP -MF rsa-test.o.d -c rsa-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib rsa-test.o testutils.o -lhogweed -lnettle -lgmp -o rsa-test gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-encrypt-test.o -MD -MP -MF rsa-encrypt-test.o.d -c rsa-encrypt-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib rsa-encrypt-test.o testutils.o -lhogweed -lnettle -lgmp -o rsa-encrypt-test gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-keygen-test.o -MD -MP -MF rsa-keygen-test.o.d -c rsa-keygen-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib rsa-keygen-test.o testutils.o -lhogweed -lnettle -lgmp -o rsa-keygen-test gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-test.o -MD -MP -MF dsa-test.o.d -c dsa-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib dsa-test.o testutils.o -lhogweed -lnettle -lgmp -o dsa-test gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-keygen-test.o -MD -MP -MF dsa-keygen-test.o.d -c dsa-keygen-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib dsa-keygen-test.o testutils.o -lhogweed -lnettle -lgmp -o dsa-keygen-test g++ -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -fpic -MT cxx-test.o -MD -MP -MF cxx-test.o.d -c cxx-test.cxx && true g++ -g -O2 -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib cxx-test.o testutils.o -lhogweed -lnettle -lgmp -o cxx-test gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-huge-test.o -MD -MP -MF sha1-huge-test.o.d -c sha1-huge-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib sha1-huge-test.o testutils.o -lhogweed -lnettle -lgmp -o sha1-huge-test make[2]: Leaving directory `/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/lsh-2.9.1-exp/nettle/testsuite' Making all in examples make[2]: Entering directory `/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/lsh-2.9.1-exp/nettle/examples' gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-benchmark.o -MD -MP -MF nettle-benchmark.o.d -c nettle-benchmark.c && true gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-openssl.o -MD -MP -MF nettle-openssl.o.d -c nettle-openssl.c && true gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT getopt.o -MD -MP -MF getopt.o.d -c getopt.c && true gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT getopt1.o -MD -MP -MF getopt1.o.d -c getopt1.c && true gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT io.o -MD -MP -MF io.o.d -c io.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib nettle-benchmark.o nettle-openssl.o io.o getopt.o getopt1.o \ -lnettle -lrt -lgmp -lcrypto -o nettle-benchmark gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT eratosthenes.o -MD -MP -MF eratosthenes.o.d -c eratosthenes.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib eratosthenes.o getopt.o getopt1.o -o eratosthenes gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-keygen.o -MD -MP -MF rsa-keygen.o.d -c rsa-keygen.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib rsa-keygen.o io.o getopt.o getopt1.o \ -lhogweed -lnettle -lgmp -o rsa-keygen gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sign.o -MD -MP -MF rsa-sign.o.d -c rsa-sign.c && true gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT read_rsa_key.o -MD -MP -MF read_rsa_key.o.d -c read_rsa_key.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib rsa-sign.o io.o read_rsa_key.o \ -lhogweed -lnettle -lgmp -o rsa-sign gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-verify.o -MD -MP -MF rsa-verify.o.d -c rsa-verify.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib rsa-verify.o io.o read_rsa_key.o \ -lhogweed -lnettle -lgmp -o rsa-verify gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-encrypt.o -MD -MP -MF rsa-encrypt.o.d -c rsa-encrypt.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib rsa-encrypt.o io.o read_rsa_key.o \ getopt.o getopt1.o \ -lhogweed -lnettle -lgmp -o rsa-encrypt gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-decrypt.o -MD -MP -MF rsa-decrypt.o.d -c rsa-decrypt.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib rsa-decrypt.o io.o read_rsa_key.o \ -lhogweed -lnettle -lgmp -o rsa-decrypt gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT next-prime.o -MD -MP -MF next-prime.o.d -c next-prime.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib next-prime.o getopt.o getopt1.o \ -lhogweed -lnettle -lgmp -o next-prime gcc -I.. -I.. -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT random-prime.o -MD -MP -MF random-prime.o.d -c random-prime.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib random-prime.o io.o getopt.o getopt1.o \ -lhogweed -lnettle -lgmp -o random-prime make[2]: Leaving directory `/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/lsh-2.9.1-exp/nettle/examples' make[1]: Leaving directory `/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/lsh-2.9.1-exp/nettle' Making all in spki make[1]: Entering directory `/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/lsh-2.9.1-exp/spki' make all-here make[2]: Entering directory `/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/lsh-2.9.1-exp/spki' gcc -I. -I. -Inettle_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT certificate.o -MD -MP -MF certificate.o.d -c certificate.c \ && true gcc -I. -I. -Inettle_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT parse.o -MD -MP -MF parse.o.d -c parse.c \ && true gcc -I. -I. -Inettle_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT parse-transport.o -MD -MP -MF parse-transport.o.d -c parse-transport.c \ && true gcc -I. -I. -Inettle_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT names.o -MD -MP -MF names.o.d -c names.c \ && true gcc -I. -I. -Inettle_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT tag.o -MD -MP -MF tag.o.d -c tag.c \ && true tag.c:101: warning: 'spki_string_dup' defined but not used tag.c:374: warning: 'spki_tag_range_alloc' defined but not used gcc -I. -I. -Inettle_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT reduce.o -MD -MP -MF reduce.o.d -c reduce.c \ && true gcc -I. -I. -Inettle_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT verify.o -MD -MP -MF verify.o.d -c verify.c \ && true rm -f libspki.a ar cru libspki.a certificate.o parse.o parse-transport.o names.o tag.o reduce.o verify.o ranlib libspki.a make[2]: Leaving directory `/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/lsh-2.9.1-exp/spki' set -e; for d in tools testsuite; do \ echo "Making all in $d" ; (cd $d && make all); done Making all in tools make[2]: Entering directory `/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/lsh-2.9.1-exp/spki/tools' gcc -I.. -I.. -I../nettle_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT spki-check-signature.o -MD -MP -MF spki-check-signature.o.d -c spki-check-signature.c && true gcc -I.. -I.. -I../nettle_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT misc.o -MD -MP -MF misc.o.d -c misc.c && true gcc -I.. -I.. -I../nettle_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT getopt.o -MD -MP -MF getopt.o.d -c getopt.c && true gcc -I.. -I.. -I../nettle_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT getopt1.o -MD -MP -MF getopt1.o.d -c getopt1.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L../nettle_builddir -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib spki-check-signature.o misc.o getopt.o getopt1.o -lspki -lhogweed -lnettle -lgmp -o spki-check-signature gcc -I.. -I.. -I../nettle_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT spki-make-signature.o -MD -MP -MF spki-make-signature.o.d -c spki-make-signature.c && true gcc -I.. -I.. -I../nettle_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT sign.o -MD -MP -MF sign.o.d -c sign.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L../nettle_builddir -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib spki-make-signature.o sign.o misc.o getopt.o getopt1.o -lspki -lhogweed -lnettle -lgmp -o spki-make-signature gcc -I.. -I.. -I../nettle_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT spki-delegate.o -MD -MP -MF spki-delegate.o.d -c spki-delegate.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L../nettle_builddir -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib spki-delegate.o sign.o misc.o getopt.o getopt1.o -lspki -lhogweed -lnettle -lgmp -o spki-delegate gcc -I.. -I.. -I../nettle_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT spki-reduce.o -MD -MP -MF spki-reduce.o.d -c spki-reduce.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L../nettle_builddir -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib spki-reduce.o misc.o getopt.o getopt1.o -lspki -lhogweed -lnettle -lgmp -o spki-reduce make[2]: Leaving directory `/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/lsh-2.9.1-exp/spki/tools' Making all in testsuite make[2]: Entering directory `/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/lsh-2.9.1-exp/spki/testsuite' gcc -I.. -I.. -I../nettle_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT principal-test.o -MD -MP -MF principal-test.o.d -c principal-test.c && true gcc -I.. -I.. -I../nettle_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT testutils.o -MD -MP -MF testutils.o.d -c testutils.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L../nettle_builddir -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib principal-test.o testutils.o ../libspki.a -lhogweed -lnettle -lgmp -o principal-test gcc -I.. -I.. -I../nettle_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT date-test.o -MD -MP -MF date-test.o.d -c date-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L../nettle_builddir -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib date-test.o testutils.o ../libspki.a -lhogweed -lnettle -lgmp -o date-test gcc -I.. -I.. -I../nettle_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT tag-test.o -MD -MP -MF tag-test.o.d -c tag-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L../nettle_builddir -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib tag-test.o testutils.o ../libspki.a -lhogweed -lnettle -lgmp -o tag-test gcc -I.. -I.. -I../nettle_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT read-acl-test.o -MD -MP -MF read-acl-test.o.d -c read-acl-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L../nettle_builddir -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib read-acl-test.o testutils.o ../libspki.a -lhogweed -lnettle -lgmp -o read-acl-test gcc -I.. -I.. -I../nettle_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT lookup-acl-test.o -MD -MP -MF lookup-acl-test.o.d -c lookup-acl-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L../nettle_builddir -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib lookup-acl-test.o testutils.o ../libspki.a -lhogweed -lnettle -lgmp -o lookup-acl-test gcc -I.. -I.. -I../nettle_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT read-cert-test.o -MD -MP -MF read-cert-test.o.d -c read-cert-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L../nettle_builddir -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib read-cert-test.o testutils.o ../libspki.a -lhogweed -lnettle -lgmp -o read-cert-test gcc -I.. -I.. -I../nettle_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT cdsa-reduce-test.o -MD -MP -MF cdsa-reduce-test.o.d -c cdsa-reduce-test.c && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L../nettle_builddir -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib cdsa-reduce-test.o testutils.o ../libspki.a -lhogweed -lnettle -lgmp -o cdsa-reduce-test make[2]: Leaving directory `/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/lsh-2.9.1-exp/spki/testsuite' make[1]: Leaving directory `/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/lsh-2.9.1-exp/spki' Making all in src make[1]: Entering directory `/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/lsh-2.9.1-exp/src' make all-here make[2]: Entering directory `/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/lsh-2.9.1-exp/src' (echo '/* Automatically generated from environ.h.in, by make. */' ; \ sed -e 's,@''prefix@,/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx,' \ -e 's,@''bindir@,/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/bin,' \ -e 's,@''sbindir@,/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/sbin,' \ -e 's,@''libexecdir@,/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/libexec,' \ -e 's,@''localstatedir@,/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/var,' \ -e 's,@''sysconfdir@,/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/etc,' \ < ./environ.h.in) >environ.hT test -s environ.hT && mv -f environ.hT environ.h gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT client.o -MD -MP -MF client.o.d -c client.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT client_escape.o -MD -MP -MF client_escape.o.d -c client_escape.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT client_pty.o -MD -MP -MF client_pty.o.d -c client_pty.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT client_session.o -MD -MP -MF client_session.o.d -c client_session.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT client_tcpforward.o -MD -MP -MF client_tcpforward.o.d -c client_tcpforward.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT client_x11.o -MD -MP -MF client_x11.o.d -c client_x11.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT gateway.o -MD -MP -MF gateway.o.d -c gateway.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT gateway_channel.o -MD -MP -MF gateway_channel.o.d -c gateway_channel.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT gateway_tcpforward.o -MD -MP -MF gateway_tcpforward.o.d -c gateway_tcpforward.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT gateway_x11.o -MD -MP -MF gateway_x11.o.d -c gateway_x11.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT lsh.o -MD -MP -MF lsh.o.d -c lsh.c \ && true lsh.c: In function 'main_argp_parser': lsh.c:846: warning: 'socks_port' may be used uninitialized in this function gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT socks.o -MD -MP -MF socks.o.d -c socks.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT atoms.o -MD -MP -MF atoms.o.d -c atoms.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT alist.o -MD -MP -MF alist.o.d -c alist.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT arglist.o -MD -MP -MF arglist.o.d -c arglist.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT charset.o -MD -MP -MF charset.o.d -c charset.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT gc.o -MD -MP -MF gc.o.d -c gc.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT io.o -MD -MP -MF io.o.d -c io.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT list.o -MD -MP -MF list.o.d -c list.c \ && true list.c: In function 'lsh_list_alloc': list.c:54: warning: statement with no effect gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT resource.o -MD -MP -MF resource.o.d -c resource.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT service_read.o -MD -MP -MF service_read.o.d -c service_read.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT ssh_read.o -MD -MP -MF ssh_read.o.d -c ssh_read.c \ && true ssh_read.c: In function 'ssh_read_some': ssh_read.c:69: warning: comparison between signed and unsigned gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT ssh_write.o -MD -MP -MF ssh_write.o.d -c ssh_write.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT queue.o -MD -MP -MF queue.o.d -c queue.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT xalloc.o -MD -MP -MF xalloc.o.d -c xalloc.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT format.mo -MD -MP -MF format.mo.d -DLSH_MINIMAL -c format.c -o format.mo \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT lsh_string.mo -MD -MP -MF lsh_string.mo.d -DLSH_MINIMAL -c lsh_string.c -o lsh_string.mo \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT parse.mo -MD -MP -MF parse.mo.d -DLSH_MINIMAL -c parse.c -o parse.mo \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT werror.mo -MD -MP -MF werror.mo.d -DLSH_MINIMAL -c werror.c -o werror.mo \ && true werror.c: In function 'werror_vformat': werror.c:543: warning: comparison between signed and unsigned gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT interact.o -MD -MP -MF interact.o.d -c interact.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT unix_interact.o -MD -MP -MF unix_interact.o.d -c unix_interact.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT tty.o -MD -MP -MF tty.o.d -c tty.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT channel.o -MD -MP -MF channel.o.d -c channel.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT channel_forward.o -MD -MP -MF channel_forward.o.d -c channel_forward.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT channel_io.o -MD -MP -MF channel_io.o.d -c channel_io.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT connection.o -MD -MP -MF connection.o.d -c connection.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT reaper.o -MD -MP -MF reaper.o.d -c reaper.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT tcpforward.o -MD -MP -MF tcpforward.o.d -c tcpforward.c \ && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -Largp_builddir -Lnettle_builddir -Lspki_builddir -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib client.o client_escape.o client_pty.o client_session.o client_tcpforward.o client_x11.o gateway.o gateway_channel.o gateway_tcpforward.o gateway_x11.o lsh.o socks.o atoms.o alist.o arglist.o charset.o gc.o io.o list.o resource.o service_read.o ssh_read.o ssh_write.o queue.o xalloc.o format.mo lsh_string.mo parse.mo werror.mo interact.o unix_interact.o tty.o channel.o channel_forward.o channel_io.o connection.o reaper.o tcpforward.o -lpam -lutil -lcrypt -lXau -loop -lgmp -largp -o lsh gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT lsh-keygen.o -MD -MP -MF lsh-keygen.o.d -c lsh-keygen.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT format.o -MD -MP -MF format.o.d -c format.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT lsh_string.o -MD -MP -MF lsh_string.o.d -c lsh_string.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT parse.o -MD -MP -MF parse.o.d -c parse.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT werror.o -MD -MP -MF werror.o.d -c werror.c \ && true werror.c: In function 'werror_vformat': werror.c:543: warning: comparison between signed and unsigned gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT unix_random_user.o -MD -MP -MF unix_random_user.o.d -c unix_random_user.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT algorithms.o -MD -MP -MF algorithms.o.d -c algorithms.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT compress.o -MD -MP -MF compress.o.d -c compress.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT crypto.o -MD -MP -MF crypto.o.d -c crypto.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT dsa.o -MD -MP -MF dsa.o.d -c dsa.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT pkcs5.o -MD -MP -MF pkcs5.o.d -c pkcs5.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT rsa.o -MD -MP -MF rsa.o.d -c rsa.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT seed_file.o -MD -MP -MF seed_file.o.d -c seed_file.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT sexp.o -MD -MP -MF sexp.o.d -c sexp.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT spki.o -MD -MP -MF spki.o.d -c spki.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT unix_random.o -MD -MP -MF unix_random.o.d -c unix_random.c \ && true unix_random.c: In function 'random_add': unix_random.c:254: warning: comparison of unsigned expression >= 0 is always true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -Largp_builddir -Lnettle_builddir -Lspki_builddir -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib lsh-keygen.o atoms.o alist.o arglist.o charset.o gc.o io.o list.o resource.o service_read.o ssh_read.o ssh_write.o queue.o xalloc.o format.o lsh_string.o parse.o werror.o interact.o unix_interact.o unix_random_user.o algorithms.o compress.o crypto.o dsa.o pkcs5.o rsa.o seed_file.o sexp.o spki.o unix_random.o -lspki -lhogweed -lnettle -lpam -lutil -lcrypt -lXau -loop -lgmp -largp -o lsh-keygen gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT lsh-decrypt-key.o -MD -MP -MF lsh-decrypt-key.o.d -c lsh-decrypt-key.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT spki-decrypt.o -MD -MP -MF spki-decrypt.o.d -c spki-decrypt.c \ && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -Largp_builddir -Lnettle_builddir -Lspki_builddir -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib lsh-decrypt-key.o atoms.o alist.o arglist.o charset.o gc.o io.o list.o resource.o service_read.o ssh_read.o ssh_write.o queue.o xalloc.o format.o lsh_string.o parse.o werror.o interact.o unix_interact.o algorithms.o compress.o crypto.o dsa.o pkcs5.o rsa.o seed_file.o sexp.o spki.o unix_random.o spki-decrypt.o -lspki -lhogweed -lnettle -lpam -lutil -lcrypt -lXau -loop -lgmp -largp -o lsh-decrypt-key gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT lsh-decode-key.o -MD -MP -MF lsh-decode-key.o.d -c lsh-decode-key.c \ && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -Largp_builddir -Lnettle_builddir -Lspki_builddir -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib lsh-decode-key.o atoms.o alist.o arglist.o charset.o gc.o io.o list.o resource.o service_read.o ssh_read.o ssh_write.o queue.o xalloc.o format.o lsh_string.o parse.o werror.o algorithms.o compress.o crypto.o dsa.o pkcs5.o rsa.o seed_file.o sexp.o spki.o unix_random.o -lspki -lhogweed -lnettle -lpam -lutil -lcrypt -lXau -loop -lgmp -largp -o lsh-decode-key gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT lsh-export-key.o -MD -MP -MF lsh-export-key.o.d -c lsh-export-key.c \ && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -Largp_builddir -Lnettle_builddir -Lspki_builddir -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib lsh-export-key.o atoms.o alist.o arglist.o charset.o gc.o io.o list.o resource.o service_read.o ssh_read.o ssh_write.o queue.o xalloc.o format.o lsh_string.o parse.o werror.o algorithms.o compress.o crypto.o dsa.o pkcs5.o rsa.o seed_file.o sexp.o spki.o unix_random.o -lspki -lhogweed -lnettle -lpam -lutil -lcrypt -lXau -loop -lgmp -largp -o lsh-export-key gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT lsh-make-seed.o -MD -MP -MF lsh-make-seed.o.d -c lsh-make-seed.c \ && true lsh-make-seed.c: In function 'get_system': lsh-make-seed.c:861: warning: comparison between signed and unsigned gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -Largp_builddir -Lnettle_builddir -Lspki_builddir -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib lsh-make-seed.o atoms.o alist.o arglist.o charset.o gc.o io.o list.o resource.o service_read.o ssh_read.o ssh_write.o queue.o xalloc.o format.o lsh_string.o parse.o werror.o algorithms.o compress.o crypto.o dsa.o pkcs5.o rsa.o seed_file.o sexp.o spki.o unix_random.o -lspki -lhogweed -lnettle -lpam -lutil -lcrypt -lXau -loop -lgmp -largp -o lsh-make-seed gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT daemon.o -MD -MP -MF daemon.o.d -c daemon.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT lshd.o -MD -MP -MF lshd.o.d -c lshd.c \ && true lshd.c: In function 'lshd_port_accept': lshd.c:311: warning: unused parameter 'addr_len' lshd.c:311: warning: unused parameter 'addr' gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT server_keyexchange.o -MD -MP -MF server_keyexchange.o.d -c server_keyexchange.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT server.o -MD -MP -MF server.o.d -c server.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT server_config.o -MD -MP -MF server_config.o.d -c server_config.c \ && true server_config.c: In function 'parse_value_unsigned': server_config.c:213: warning: unused parameter 'value' server_config.c:213: warning: unused parameter 'length' server_config.c:213: warning: unused parameter 'arg' gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT tokenize_config.o -MD -MP -MF tokenize_config.o.d -c tokenize_config.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT dh_exchange.o -MD -MP -MF dh_exchange.o.d -c dh_exchange.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT encrypt.o -MD -MP -MF encrypt.o.d -c encrypt.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT keyexchange.o -MD -MP -MF keyexchange.o.d -c keyexchange.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT transport.o -MD -MP -MF transport.o.d -c transport.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT transport_forward.o -MD -MP -MF transport_forward.o.d -c transport_forward.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT transport_read.o -MD -MP -MF transport_read.o.d -c transport_read.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT transport_write.o -MD -MP -MF transport_write.o.d -c transport_write.c \ && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -Largp_builddir -Lnettle_builddir -Lspki_builddir -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib daemon.o lshd.o server_keyexchange.o atoms.o alist.o arglist.o charset.o gc.o io.o list.o resource.o service_read.o ssh_read.o ssh_write.o queue.o xalloc.o format.o lsh_string.o parse.o werror.o server.o server_config.o tokenize_config.o algorithms.o compress.o crypto.o dsa.o pkcs5.o rsa.o seed_file.o sexp.o spki.o unix_random.o dh_exchange.o encrypt.o keyexchange.o transport.o transport_forward.o transport_read.o transport_write.o -lspki -lhogweed -lnettle -lpam -lutil -lcrypt -lXau -loop -lgmp -largp -o lshd gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT client_keyexchange.o -MD -MP -MF client_keyexchange.o.d -c client_keyexchange.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT lsh-transport.o -MD -MP -MF lsh-transport.o.d -c lsh-transport.c \ && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -Largp_builddir -Lnettle_builddir -Lspki_builddir -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib client_keyexchange.o lsh-transport.o atoms.o alist.o arglist.o charset.o gc.o io.o list.o resource.o service_read.o ssh_read.o ssh_write.o queue.o xalloc.o format.o lsh_string.o parse.o werror.o interact.o unix_interact.o unix_random_user.o algorithms.o compress.o crypto.o dsa.o pkcs5.o rsa.o seed_file.o sexp.o spki.o unix_random.o spki-decrypt.o dh_exchange.o encrypt.o keyexchange.o transport.o transport_forward.o transport_read.o transport_write.o -lspki -lhogweed -lnettle -lpam -lutil -lcrypt -lXau -loop -lgmp -largp -o lsh-transport gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT lshd-userauth.o -MD -MP -MF lshd-userauth.o.d -c lshd-userauth.c \ && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -Largp_builddir -Lnettle_builddir -Lspki_builddir -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib lshd-userauth.o atoms.o alist.o arglist.o charset.o gc.o io.o list.o resource.o service_read.o ssh_read.o ssh_write.o queue.o xalloc.o format.o lsh_string.o parse.o werror.o server.o server_config.o tokenize_config.o algorithms.o compress.o crypto.o dsa.o pkcs5.o rsa.o seed_file.o sexp.o spki.o unix_random.o -lspki -lhogweed -lnettle -lpam -lutil -lcrypt -lXau -loop -lgmp -largp -o lshd-userauth gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT lshd-connection.o -MD -MP -MF lshd-connection.o.d -c lshd-connection.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT server_pty.o -MD -MP -MF server_pty.o.d -c server_pty.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT server_session.o -MD -MP -MF server_session.o.d -c server_session.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT server_tcpforward.o -MD -MP -MF server_tcpforward.o.d -c server_tcpforward.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT server_x11.o -MD -MP -MF server_x11.o.d -c server_x11.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT translate_signal.o -MD -MP -MF translate_signal.o.d -c translate_signal.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT unix_process.o -MD -MP -MF unix_process.o.d -c unix_process.c \ && true gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT pty-helper.o -MD -MP -MF pty-helper.o.d -c pty-helper.c \ && true pty-helper.c: In function 'pty_send_message': pty-helper.c:174: warning: comparison between signed and unsigned pty-helper.c: In function 'pty_recv_message': pty-helper.c:358: warning: comparison between signed and unsigned gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -Largp_builddir -Lnettle_builddir -Lspki_builddir -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib lshd-connection.o server_pty.o server_session.o server_tcpforward.o server_x11.o translate_signal.o unix_process.o atoms.o alist.o arglist.o charset.o gc.o io.o list.o resource.o service_read.o ssh_read.o ssh_write.o queue.o xalloc.o format.mo lsh_string.mo parse.mo werror.mo server.o server_config.o tokenize_config.o tty.o pty-helper.o channel.o channel_forward.o channel_io.o connection.o reaper.o tcpforward.o -lpam -lutil -lcrypt -lXau -loop -lgmp -largp -o lshd-connection gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT lshd-pty-helper.o -MD -MP -MF lshd-pty-helper.o.d -c lshd-pty-helper.c \ && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -Largp_builddir -Lnettle_builddir -Lspki_builddir -L/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/lib -L/usr/local/lib lshd-pty-helper.o pty-helper.o -lpam -lutil -lcrypt -lXau -loop -lgmp -largp -o lshd-pty-helper make[2]: Leaving directory `/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/lsh-2.9.1-exp/src' set -e; for d in testsuite; do \ echo "Making all in $d" ; (cd $d && make all); done Making all in testsuite make[2]: Entering directory `/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/lsh-2.9.1-exp/src/testsuite' make check to build testprograms. make[2]: Leaving directory `/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/lsh-2.9.1-exp/src/testsuite' make[1]: Leaving directory `/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/lsh-2.9.1-exp/src' Making all in sftp make[1]: Entering directory `/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/lsh-2.9.1-exp/sftp' gcc -I. -D_GNU_SOURCE -DTRANSPORT_PROG='"/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/bin/lsh"' -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -Wcast-align -MT commands.o -MD -MP -MF commands.o.d -c commands.c \ && true gcc -I. -D_GNU_SOURCE -DTRANSPORT_PROG='"/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/bin/lsh"' -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -Wcast-align -MT lsftp.o -MD -MP -MF lsftp.o.d -c lsftp.c \ && true lsftp.c: In function 'main': lsftp.c:181: warning: passing argument 1 of 'do_gnu_stuff' from incompatible pointer type gcc -I. -D_GNU_SOURCE -DTRANSPORT_PROG='"/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/bin/lsh"' -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -Wcast-align -MT rl.o -MD -MP -MF rl.o.d -c rl.c \ && true rl.c: In function 'lsftp_rl_completion': rl.c:223: warning: passing argument 2 of 'rl_completion_matches' from incompatible pointer type rl.c:246: warning: passing argument 2 of 'rl_completion_matches' from incompatible pointer type rl.c:253: warning: passing argument 2 of 'rl_completion_matches' from incompatible pointer type rl.c:268: warning: passing argument 2 of 'rl_completion_matches' from incompatible pointer type rl.c:283: warning: passing argument 2 of 'rl_completion_matches' from incompatible pointer type rl.c:205: warning: unused parameter 'end' rl.c: In function 'lsftp_rl_no_generator': rl.c:457: warning: unused parameter 'text' rl.c: In function 'lsftp_rl_history_fname': rl.c:522: warning: unused variable 'username' gcc -I. -D_GNU_SOURCE -DTRANSPORT_PROG='"/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/bin/lsh"' -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -Wcast-align -MT sftp_c.o -MD -MP -MF sftp_c.o.d -c sftp_c.c \ && true sftp_c.c: In function 'sftp_get_file_init': sftp_c.c:938: warning: unused parameter 'fnamelen' sftp_c.c: In function 'sftp_put_file_init': sftp_c.c:1239: warning: unused parameter 'fnamelen' gcc -I. -D_GNU_SOURCE -DTRANSPORT_PROG='"/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/bin/lsh"' -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -Wcast-align -MT sftp_bind.o -MD -MP -MF sftp_bind.o.d -c sftp_bind.c \ && true sftp_bind.c: In function 'lsftp_open_connection': sftp_bind.c:216: warning: suggest parentheses around assignment used as truth value sftp_bind.c:240: warning: suggest parentheses around assignment used as truth value sftp_bind.c: In function 'lsftp_handle_ls': sftp_bind.c:1800: warning: unused variable 'screenwidth' sftp_bind.c: In function 'lsftp_handle_stat': sftp_bind.c:2390: warning: unused variable 'f' gcc -I. -D_GNU_SOURCE -DTRANSPORT_PROG='"/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/bin/lsh"' -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -Wcast-align -MT str_utils.o -MD -MP -MF str_utils.o.d -c str_utils.c \ && true gcc -I. -D_GNU_SOURCE -DTRANSPORT_PROG='"/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/bin/lsh"' -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -Wcast-align -MT dc.o -MD -MP -MF dc.o.d -c dc.c \ && true gcc -I. -D_GNU_SOURCE -DTRANSPORT_PROG='"/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/bin/lsh"' -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -Wcast-align -MT gnu_stuff.o -MD -MP -MF gnu_stuff.o.d -c gnu_stuff.c \ && true gcc -I. -D_GNU_SOURCE -DTRANSPORT_PROG='"/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/bin/lsh"' -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -Wcast-align -MT misc_fun.o -MD -MP -MF misc_fun.o.d -c misc_fun.c \ && true misc_fun.c: In function 'mgetenv_init': misc_fun.c:61: warning: unused parameter 'envp' misc_fun.c: In function 'massage_fname': misc_fun.c:68: warning: unused parameter 'local' gcc -I. -D_GNU_SOURCE -DTRANSPORT_PROG='"/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/bin/lsh"' -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -Wcast-align -MT buffer.o -MD -MP -MF buffer.o.d -c buffer.c \ && true gcc -I. -D_GNU_SOURCE -DTRANSPORT_PROG='"/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/bin/lsh"' -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -Wcast-align -MT io_input.o -MD -MP -MF io_input.o.d -c io_input.c \ && true io_input.c: In function 'sftp_read_packet': io_input.c:149: warning: comparison between signed and unsigned gcc -I. -D_GNU_SOURCE -DTRANSPORT_PROG='"/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/bin/lsh"' -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -Wcast-align -MT io_output.o -MD -MP -MF io_output.o.d -c io_output.c \ && true io_output.c: In function 'sftp_write_packet': io_output.c:196: warning: comparison between signed and unsigned gcc -I. -D_GNU_SOURCE -DTRANSPORT_PROG='"/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/bin/lsh"' -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -Wcast-align -MT xmalloc.o -MD -MP -MF xmalloc.o.d -c xmalloc.c \ && true gcc -I. -D_GNU_SOURCE -DTRANSPORT_PROG='"/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/bin/lsh"' -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -Wcast-align -MT werror.o -MD -MP -MF werror.o.d -c werror.c \ && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -Wcast-align commands.o lsftp.o rl.o sftp_c.o sftp_bind.o str_utils.o dc.o gnu_stuff.o misc_fun.o buffer.o io_input.o io_output.o xmalloc.o werror.o -lreadline -lreadline -ltermcap -o lsftp gcc -I. -D_GNU_SOURCE -DTRANSPORT_PROG='"/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/bin/lsh"' -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -Wcast-align -MT sftp-server.o -MD -MP -MF sftp-server.o.d -c sftp-server.c \ && true gcc -I. -D_GNU_SOURCE -DTRANSPORT_PROG='"/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/bin/lsh"' -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -Wcast-align -MT filemode.o -MD -MP -MF filemode.o.d -c filemode.c \ && true gcc -I. -D_GNU_SOURCE -DTRANSPORT_PROG='"/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/bin/lsh"' -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -Wcast-align -MT idcache.o -MD -MP -MF idcache.o.d -c idcache.c \ && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -Wcast-align sftp-server.o filemode.o idcache.o buffer.o io_input.o io_output.o xmalloc.o werror.o -lreadline -lreadline -ltermcap -o sftp-server gcc -I. -D_GNU_SOURCE -DTRANSPORT_PROG='"/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/bin/lsh"' -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -Wcast-align -MT sftp-test-client.o -MD -MP -MF sftp-test-client.o.d -c sftp-test-client.c \ && true gcc -I. -D_GNU_SOURCE -DTRANSPORT_PROG='"/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/bin/lsh"' -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -Wcast-align -MT client.o -MD -MP -MF client.o.d -c client.c \ && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -Wcast-align sftp-test-client.o client.o buffer.o io_input.o io_output.o xmalloc.o werror.o -lreadline -lreadline -ltermcap -o sftp-test-client gcc -I. -D_GNU_SOURCE -DTRANSPORT_PROG='"/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/pfx/bin/lsh"' -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -Wcast-align -MT dump-hex.o -MD -MP -MF dump-hex.o.d -c dump-hex.c \ && true gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -Wcast-align dump-hex.o -lreadline -lreadline -ltermcap -o dump-hex make[1]: Leaving directory `/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/lsh-2.9.1-exp/sftp' Making all in doc make[1]: Entering directory `/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/lsh-2.9.1-exp/doc' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/net/myst/export/d1/xenofarm/lsh/bloodberry.roxen.com/buildtmp/dist/lsh-2.9.1-exp/doc'