==> Retrieving sources... -> Found genlist.c ==> Generating checksums for source files... ==> Making package: genlist 1:0.1-3 (Thu 21 Nov 2024 10:31:35 AM UTC) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found genlist.c ==> Validating source files with sha512sums... genlist.c ... Passed ==> Extracting sources... ==> Starting build()... genlist.c: In function ‘parse’: genlist.c:27:22: error: implicit declaration of function ‘atol’ [-Wimplicit-function-declaration] 27 | if((num = atol(p)) > 255) return 1; | ^~~~ genlist.c: In function ‘main’: genlist.c:47:12: error: implicit declaration of function ‘exit’ [-Wimplicit-function-declaration] 47 | exit(0); | ^~~~ genlist.c:11:1: note: include ‘’ or provide a declaration of ‘exit’ 10 | #include +++ |+#include 11 | genlist.c:47:12: warning: incompatible implicit declaration of built-in function ‘exit’ [-Wbuiltin-declaration-mismatch] 47 | exit(0); | ^~~~ genlist.c:47:12: note: include ‘’ or provide a declaration of ‘exit’ ==> ERROR: A failure occurred in build(). Aborting...