==> Creating clean working copy [build]...done
==> Making package: cymothoa 1-2 (Fri Oct 16 03:52:44 EDT 2015)
==> Retrieving sources...
-> Found cymothoa-1-beta.tar.gz
==> Validating source files with sha512sums...
cymothoa-1-beta.tar.gz ... Passed
==> Making package: cymothoa 1-2 (Fri Oct 16 03:52:45 EDT 2015)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found cymothoa-1-beta.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
cymothoa-1-beta.tar.gz ... Passed
==> Extracting sources...
-> Extracting cymothoa-1-beta.tar.gz with bsdtar
==> Starting build()...
cc bgrep.c -o bgrep
cc udp_server.c -o udp_server
cc cymothoa.c -o cymothoa -Dlinux_x86
cymothoa.c: In function 'ptrace_inject':
cymothoa.c:138:28: error: 'BLOCK_SIZE' undeclared (first use in this function)
memcpy(&data, buf, BLOCK_SIZE);
^
cymothoa.c:138:28: note: each undeclared identifier is reported only once for each function it appears in
cymothoa.c: In function 'ptrace_infect':
cymothoa.c:163:33: error: storage size of 'reg' isn't known
struct user_regs_struct reg;
^
cymothoa.c:173:9: warning: implicit declaration of function 'waitpid' [-Wimplicit-function-declaration]
waitpid(pid,NULL,0);
^
cymothoa.c:185:30: error: 'BLOCK_SIZE' undeclared (first use in this function)
reg.STACK_POINTER -= BLOCK_SIZE; // decrement STACK_POINTER
^
Makefile:2: recipe for target 'make' failed
make: *** [make] Error 1
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Build failed, check /chroot/armv7/build/build