>>> ucspi-tcp: Building testing/ucspi-tcp 0.88-r2 (using abuild 3.13.0-r5) started Sun, 29 Sep 2024 17:52:48 +0000 >>> ucspi-tcp: Checking sanity of /home/buildozer/aports/testing/ucspi-tcp/APKBUILD... >>> ucspi-tcp: Analyzing dependencies... >>> ucspi-tcp: Installing for build: build-base (1/1) Installing .makedepends-ucspi-tcp (20240929.175313) OK: 251 MiB in 106 packages >>> ucspi-tcp: Cleaning up srcdir >>> ucspi-tcp: Cleaning up pkgdir >>> ucspi-tcp: Cleaning up tmpdir >>> ucspi-tcp: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ucspi-tcp-0.88.tar.gz >>> ucspi-tcp: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ucspi-tcp-0.88.tar.gz >>> ucspi-tcp: Checking sha512sums... ucspi-tcp-0.88.tar.gz: OK ucspi-tcp-0.88.a_record.patch: OK ucspi-tcp-0.88.errno.patch: OK >>> ucspi-tcp: Unpacking /var/cache/distfiles/ucspi-tcp-0.88.tar.gz... >>> ucspi-tcp: ucspi-tcp-0.88.a_record.patch patching file rblsmtpd.c >>> ucspi-tcp: ucspi-tcp-0.88.errno.patch patching file error.h ( cat warn-auto.sh; \ echo 'main="$1"; shift'; \ echo exec "`head -1 conf-ld`" \ '-o "$main" "$main".o ${1+"$@"}' \ ) > load ( cat warn-auto.sh; \ echo exec "`head -1 conf-cc`" '-c ${1+"$@"}' \ ) > compile chmod 755 load cat warn-auto.sh choose.sh \ | sed s}HOME}"`head -1 conf-home`"}g \ > choose chmod 755 compile chmod 755 choose ( cat warn-auto.sh; \ echo CC=\'`head -1 conf-cc`\'; \ echo LD=\'`head -1 conf-ld`\'; \ cat find-systype.sh; \ ) | sh > systype cat warn-auto.sh who@.sh \ | sed s}HOME}"`head -1 conf-home`"}g \ > who@ cat warn-auto.sh date@.sh \ | sed s}HOME}"`head -1 conf-home`"}g \ > date@ cat warn-auto.sh finger@.sh \ | sed s}HOME}"`head -1 conf-home`"}g \ > finger@ cat warn-auto.sh http@.sh \ | sed s}HOME}"`head -1 conf-home`"}g \ > http@ cat warn-auto.sh tcpcat.sh \ | sed s}HOME}"`head -1 conf-home`"}g \ > tcpcat cat warn-auto.sh mconnect.sh \ | sed s}HOME}"`head -1 conf-home`"}g \ > mconnect chmod 755 who@ chmod 755 date@ chmod 755 finger@ chmod 755 http@ ./choose cl tryvfork fork.h1 fork.h2 > fork.h chmod 755 tcpcat chmod 755 mconnect ./compile addcr.c ./compile delcr.c ./compile commands.c cat warn-auto.sh rts.sh \ | sed s}HOME}"`head -1 conf-home`"}g \ > rts ./compile install.c ./compile hier.c ./compile auto-str.c ./compile instcheck.c ./choose clr trypoll iopause.h1 iopause.h2 > iopause.h ./choose clr tryulong64 uint64.h1 uint64.h2 > uint64.h ( ( ./compile tryulong32.c && ./load tryulong32 && \ ./tryulong32 ) >/dev/null 2>&1 \ && cat uint32.h2 || cat uint32.h1 ) > uint32.h ./choose c trysysel select.h1 select.h2 > select.h ./compile alloc.c ./compile alloc_re.c ./compile buffer.c ./compile buffer_0.c ./compile buffer_1.c ./compile buffer_2.c ./compile buffer_copy.c ./compile buffer_get.c chmod 755 rts ./compile buffer_put.c ./compile env.c addcr.c:4:1: error: return type defaults to 'int' [-Wimplicit-int] 4 | main() | ^~~~ hier.c: In function 'hier': hier.c:5:3: error: implicit declaration of function 'h' [-Wimplicit-function-declaration] 5 | h(auto_home,-1,-1,02755); | ^ hier.c:6:3: error: implicit declaration of function 'd' [-Wimplicit-function-declaration] 6 | d(auto_home,"bin",-1,-1,02755); | ^ hier.c:8:3: error: implicit declaration of function 'c' [-Wimplicit-function-declaration] 8 | c(auto_home,"bin","tcpserver",-1,-1,0755); | ^ ./compile error.c install.c: In function 'h': install.c:20:7: error: implicit declaration of function 'mkdir' [-Wimplicit-function-declaration] 20 | if (mkdir(home,0700) == -1) | ^~~~~ make: *** [Makefile:13: addcr.o] Error 1 make: *** Waiting for unfinished jobs.... install.c:23:7: error: implicit declaration of function 'chown' [-Wimplicit-function-declaration] 23 | if (chown(home,uid,gid) == -1) | ^~~~~ install.c:25:7: error: implicit declaration of function 'chmod' [-Wimplicit-function-declaration] 25 | if (chmod(home,mode) == -1) | ^~~~~ alloc.c:3:14: warning: conflicting types for built-in function 'malloc'; expected 'void *(long unsigned int)' [-Wbuiltin-declaration-mismatch] 3 | extern char *malloc(); | ^~~~~~ delcr.c:4:1: error: return type defaults to 'int' [-Wimplicit-int] 4 | main() | ^~~~ alloc.c:3:1: note: 'malloc' is declared in header '' 2 | #include "error.h" +++ |+#include 3 | extern char *malloc(); install.c: In function 'd': install.c:36:7: error: implicit declaration of function 'chdir' [-Wimplicit-function-declaration] 36 | if (chdir(home) == -1) | ^~~~~ auto-str.c:8:6: warning: conflicting types for built-in function 'puts'; expected 'int(const char *)' [-Wbuiltin-declaration-mismatch] 8 | void puts(char *s) | ^~~~ auto-str.c:4:1: note: 'puts' is declared in header '' 3 | #include "exit.h" +++ |+#include 4 | auto-str.c:13:1: error: return type defaults to 'int' [-Wimplicit-int] 13 | main(int argc,char **argv) | ^~~~ install.c: In function 'c': install.c:63:7: error: implicit declaration of function 'fchdir' [-Wimplicit-function-declaration] 63 | if (fchdir(fdsourcedir) == -1) | ^~~~~~ make: *** [Makefile:340: hier.o] Error 1 install.c:88:3: error: implicit declaration of function 'close' [-Wimplicit-function-declaration] 88 | close(fdin); | ^~~~~ install.c:91:7: error: implicit declaration of function 'fsync' [-Wimplicit-function-declaration] 91 | if (fsync(fdout) == -1) | ^~~~~ make: *** [Makefile:179: delcr.o] Error 1 install.c: At top level: install.c:140:1: error: return type defaults to 'int' [-Wimplicit-int] 140 | main() | ^~~~ install.c: In function 'main': install.c:146:3: error: implicit declaration of function 'umask' [-Wimplicit-function-declaration] 146 | umask(077); | ^~~~~ instcheck.c: In function 'd': instcheck.c:59:7: error: implicit declaration of function 'chdir' [-Wimplicit-function-declaration] 59 | if (chdir(home) == -1) | ^~~~~ make: *** [Makefile:37: auto-str.o] Error 1 rm -f tryulong32.o tryulong32 instcheck.c: At top level: instcheck.c:104:1: error: return type defaults to 'int' [-Wimplicit-int] 104 | main() | ^~~~ make: *** [Makefile:355: install.o] Error 1 make: *** [Makefile:363: instcheck.o] Error 1 >>> ERROR: ucspi-tcp: build failed >>> ucspi-tcp: Uninstalling dependencies... (1/1) Purging .makedepends-ucspi-tcp (20240929.175313) OK: 251 MiB in 105 packages