==> Retrieving sources... -> Found nsec3walker-20101223.tar.gz ==> Generating checksums for source files... ==> Making package: nsec3walker 20101223-5 (Fri 20 Dec 2024 09:07:09 PM UTC) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found nsec3walker-20101223.tar.gz ==> Validating source files with sha512sums... nsec3walker-20101223.tar.gz ... Passed ==> Extracting sources... -> Extracting nsec3walker-20101223.tar.gz with bsdtar ==> Starting prepare()... ==> Starting build()... gcc -O3 -o dicthashes dicthashes.c -lcrypto -lm gcc -O3 -o randomhashes randomhashes.c -lcrypto -lm randomhashes.c:6:1: error: return type defaults to ‘int’ [-Wimplicit-int] 6 | main(int argc,char **argv) | ^~~~ randomhashes.c: In function ‘main’: randomhashes.c:20:11: error: implicit declaration of function ‘time’ [-Wimplicit-function-declaration] 20 | srandom(time(0)); | ^~~~ randomhashes.c:5:1: note: ‘time’ is defined in header ‘’; this is probably fixable by adding ‘#include ’ 4 | #include +++ |+#include 5 | make: *** [Makefile:7: randomhashes] Error 1 make: *** Waiting for unfinished jobs.... dicthashes.c:106:1: error: return type defaults to ‘int’ [-Wimplicit-int] 106 | main(int argc,char **argv) | ^~~~ make: *** [Makefile:4: dicthashes] Error 1 ==> ERROR: A failure occurred in build(). Aborting...