==> Retrieving sources... -> Found pasco_20040505_1.tar.gz ==> Generating checksums for source files... ==> Making package: pasco 20040505_1-5 (Thu 21 Nov 2024 10:39:22 AM UTC) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found pasco_20040505_1.tar.gz ==> Validating source files with sha512sums... pasco_20040505_1.tar.gz ... Passed ==> Extracting sources... -> Extracting pasco_20040505_1.tar.gz with bsdtar ==> Entering fakeroot environment... ==> Starting package()... gcc -o pasco pasco.c -lm -lc;cp pasco ../bin pasco.c: In function ‘main’: pasco.c:380:3: error: implicit declaration of function ‘strcpy’ [-Wimplicit-function-declaration] 380 | strcpy( delim, "\t" ); | ^~~~~~ pasco.c:39:1: note: include ‘’ or provide a declaration of ‘strcpy’ 38 | #include +++ |+#include 39 | pasco.c:380:3: warning: incompatible implicit declaration of built-in function ‘strcpy’ [-Wbuiltin-declaration-mismatch] 380 | strcpy( delim, "\t" ); | ^~~~~~ pasco.c:380:3: note: include ‘’ or provide a declaration of ‘strcpy’ pasco.c:400:9: error: implicit declaration of function ‘strncpy’ [-Wimplicit-function-declaration] 400 | strncpy( delim, optarg, 10 ); | ^~~~~~~ pasco.c:400:9: note: include ‘’ or provide a declaration of ‘strncpy’ pasco.c:400:9: warning: incompatible implicit declaration of built-in function ‘strncpy’ [-Wbuiltin-declaration-mismatch] pasco.c:400:9: note: include ‘’ or provide a declaration of ‘strncpy’ cp: cannot stat 'pasco': No such file or directory make: *** [Makefile:4: install] Error 1 ==> ERROR: A failure occurred in package(). Aborting...