==> Retrieving sources... -> Found pwd-hash-2.0.tgz ==> Generating checksums for source files... ==> Making package: pwd-hash 2.0-2 (Wed 20 Nov 2024 11:54:13 PM UTC) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found pwd-hash-2.0.tgz ==> Validating source files with sha512sums... pwd-hash-2.0.tgz ... Passed ==> Extracting sources... -> Extracting pwd-hash-2.0.tgz with bsdtar ==> Starting build()... gcc -Wall -c usage.c -o usage.o gcc -Wall -c schemes.c -o schemes.o schemes.c: In function ‘enc_3des’: schemes.c:44:18: error: implicit declaration of function ‘crypt’ [-Wimplicit-function-declaration] 44 | printf("%s\n", crypt(clear_passwd, salt)); | ^~~~~ schemes.c:44:12: warning: format ‘%s’ expects argument of type ‘char *’, but argument 2 has type ‘int’ [-Wformat=] 44 | printf("%s\n", crypt(clear_passwd, salt)); | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | | int | char * | %d schemes.c: In function ‘enc_grub’: schemes.c:69:12: warning: format ‘%s’ expects argument of type ‘char *’, but argument 2 has type ‘int’ [-Wformat=] 69 | printf("%s\n", crypt(clear_passwd, saltmd)); | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | | int | char * | %d schemes.c: In function ‘enc_md5’: schemes.c:94:12: warning: format ‘%s’ expects argument of type ‘char *’, but argument 2 has type ‘int’ [-Wformat=] 94 | printf("%s\n", crypt(clear_passwd, saltmd)); | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | | int | char * | %d schemes.c: In function ‘enc_sha’: schemes.c:118:12: warning: format ‘%s’ expects argument of type ‘char *’, but argument 2 has type ‘int’ [-Wformat=] 118 | printf("%s\n", crypt(clear_passwd, saltmd)); | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | | int | char * | %d make: *** [Makefile:9: default] Error 1 ==> ERROR: A failure occurred in build(). Aborting...