=> Bootstrap dependency digest>=20211023: found digest-20211023 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for libdes-4.04b --- cbc_cksm.o --- --- cbc_enc.o --- --- ecb_enc.o --- --- des_enc.o --- --- cbc_enc.o --- gcc -DRAND -DTERMIOS -O3 -fomit-frame-pointer -c cbc_enc.c --- ecb_enc.o --- gcc -DRAND -DTERMIOS -O3 -fomit-frame-pointer -c ecb_enc.c --- cbc_cksm.o --- gcc -DRAND -DTERMIOS -O3 -fomit-frame-pointer -c cbc_cksm.c --- des_enc.o --- gcc -DRAND -DTERMIOS -O3 -fomit-frame-pointer -c des_enc.c --- fcrypt_b.o --- gcc -DRAND -DTERMIOS -O3 -fomit-frame-pointer -c fcrypt_b.c --- fcrypt.o --- gcc -DRAND -DTERMIOS -O3 -fomit-frame-pointer -c fcrypt.c --- set_key.o --- gcc -DRAND -DTERMIOS -O3 -fomit-frame-pointer -c set_key.c --- pcbc_enc.o --- gcc -DRAND -DTERMIOS -O3 -fomit-frame-pointer -c pcbc_enc.c --- xcbc_enc.o --- gcc -DRAND -DTERMIOS -O3 -fomit-frame-pointer -c xcbc_enc.c --- qud_cksm.o --- gcc -DRAND -DTERMIOS -O3 -fomit-frame-pointer -c qud_cksm.c --- cbc3_enc.o --- --- cfb64ede.o --- --- cbc3_enc.o --- gcc -DRAND -DTERMIOS -O3 -fomit-frame-pointer -c cbc3_enc.c --- cfb64ede.o --- gcc -DRAND -DTERMIOS -O3 -fomit-frame-pointer -c cfb64ede.c --- cfb64enc.o --- gcc -DRAND -DTERMIOS -O3 -fomit-frame-pointer -c cfb64enc.c --- cfb_enc.o --- gcc -DRAND -DTERMIOS -O3 -fomit-frame-pointer -c cfb_enc.c --- ecb3_enc.o --- gcc -DRAND -DTERMIOS -O3 -fomit-frame-pointer -c ecb3_enc.c --- enc_read.o --- gcc -DRAND -DTERMIOS -O3 -fomit-frame-pointer -c enc_read.c --- enc_writ.o --- gcc -DRAND -DTERMIOS -O3 -fomit-frame-pointer -c enc_writ.c --- ofb64ede.o --- gcc -DRAND -DTERMIOS -O3 -fomit-frame-pointer -c ofb64ede.c --- ofb64enc.o --- gcc -DRAND -DTERMIOS -O3 -fomit-frame-pointer -c ofb64enc.c --- ofb_enc.o --- gcc -DRAND -DTERMIOS -O3 -fomit-frame-pointer -c ofb_enc.c --- rand_key.o --- gcc -DRAND -DTERMIOS -O3 -fomit-frame-pointer -c rand_key.c --- read_pwd.o --- gcc -DRAND -DTERMIOS -O3 -fomit-frame-pointer -c read_pwd.c --- read2pwd.o --- gcc -DRAND -DTERMIOS -O3 -fomit-frame-pointer -c read2pwd.c --- rpc_enc.o --- gcc -DRAND -DTERMIOS -O3 -fomit-frame-pointer -c rpc_enc.c --- str2key.o --- gcc -DRAND -DTERMIOS -O3 -fomit-frame-pointer -c str2key.c --- supp.o --- --- rpw.o --- gcc -DRAND -DTERMIOS -O3 -fomit-frame-pointer -c rpw.c --- supp.o --- gcc -DRAND -DTERMIOS -O3 -fomit-frame-pointer -c supp.c --- des.o --- gcc -DRAND -DTERMIOS -O3 -fomit-frame-pointer -c des.c --- rpw.o --- rpw.c: In function 'main': rpw.c:91:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ rpw.c:91:3: warning: incompatible implicit declaration of built-in function 'exit' rpw.c:91:3: note: include '' or provide a declaration of 'exit' rpw.c:96:3: warning: incompatible implicit declaration of built-in function 'exit' exit(0); ^~~~ rpw.c:96:3: note: include '' or provide a declaration of 'exit' --- destest.o --- gcc -DRAND -DTERMIOS -O3 -fomit-frame-pointer -c destest.c --- speed.o --- gcc -DRAND -DTERMIOS -O3 -fomit-frame-pointer -c speed.c --- des_opts.o --- gcc -DRAND -DTERMIOS -O3 -fomit-frame-pointer -c des_opts.c --- speed.o --- speed.c: In function 'main': speed.c:325:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(0); ^~~~ speed.c:325:2: warning: incompatible implicit declaration of built-in function 'exit' speed.c:325:2: note: include '' or provide a declaration of 'exit' --- libdes.a --- /bin/rm -f libdes.a ar cr libdes.a cbc_cksm.o cbc_enc.o ecb_enc.o des_enc.o fcrypt_b.o fcrypt.o set_key.o pcbc_enc.o xcbc_enc.o qud_cksm.o cbc3_enc.o cfb64ede.o cfb64enc.o cfb_enc.o ecb3_enc.o enc_read.o enc_writ.o ofb64ede.o ofb64enc.o ofb_enc.o rand_key.o read_pwd.o read2pwd.o rpc_enc.o str2key.o supp.o if test -s /bin/ranlib; then /bin/ranlib libdes.a; else if test -s /usr/bin/ranlib; then /usr/bin/ranlib libdes.a; else exit 0; fi; fi --- rpw --- gcc -DRAND -DTERMIOS -O3 -fomit-frame-pointer -o rpw rpw.o libdes.a --- speed --- gcc -DRAND -DTERMIOS -O3 -fomit-frame-pointer -o speed speed.o libdes.a --- des --- gcc -DRAND -DTERMIOS -O3 -fomit-frame-pointer -o des des.o libdes.a --- destest --- gcc -DRAND -DTERMIOS -O3 -fomit-frame-pointer -o destest destest.o libdes.a --- des_opts --- gcc -DRAND -DTERMIOS -O3 -fomit-frame-pointer -o des_opts des_opts.o libdes.a