>>> tsocks: Building community/tsocks 1.8_beta5-r1 (using abuild 3.10.0_rc1-r2) started Fri, 14 Oct 2022 14:29:04 +0000 >>> tsocks: Checking sanity of /home/buildozer/aports/community/tsocks/APKBUILD... >>> tsocks: Analyzing dependencies... >>> tsocks: Installing for build: build-base (1/1) Installing .makedepends-tsocks (20221014.142905) OK: 405 MiB in 97 packages >>> tsocks: Cleaning up srcdir >>> tsocks: Cleaning up pkgdir >>> tsocks: Fetching https://distfiles.alpinelinux.org/distfiles/edge/tsocks-1.8beta5.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> tsocks: Fetching https://downloads.sourceforge.net/tsocks/tsocks-1.8beta5.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 398 100 398 0 0 1197 0 --:--:-- --:--:-- --:--:-- 1195 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 100 373 100 373 0 0 158 0 0:00:02 0:00:02 --:--:-- 368 100 83928 100 83928 0 0 28964 0 0:00:02 0:00:02 --:--:-- 28964 >>> tsocks: Fetching https://distfiles.alpinelinux.org/distfiles/edge/tsocks-1.8beta5.tar.gz >>> tsocks: Checking sha512sums... tsocks-1.8beta5.tar.gz: OK configure.patch: OK >>> tsocks: Unpacking /var/cache/distfiles/edge/tsocks-1.8beta5.tar.gz... >>> tsocks: configure.patch patching file configure creating cache ./config.cache checking host system type... Invalid configuration `aarch64-alpine-linux-musl': machine `aarch64-alpine-linux' not recognized checking for gcc... gcc checking whether the C compiler (gcc -Os -Wl,--as-needed,-O1,--sort-common) works... yes checking whether the C compiler (gcc -Os -Wl,--as-needed,-O1,--sort-common) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking for a BSD compatible install... /usr/bin/install -c checking whether ln -s works... yes checking if the C compiler accepts -Wall... yes checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for dlfcn.h... yes checking for sys/socket.h... yes checking for arpa/inet.h... yes checking for fcntl.h... yes checking for poll.h... yes checking for unistd.h... yes checking for strcspn... yes checking for strdup... yes checking for strerror... yes checking for strspn... yes checking for strtol... yes checking for connect in -lc... yes checking for socket... yes checking for inet_aton... yes checking for gethostbyname... yes checking for dlsym in -ldl... yes checking for RTLD_NEXT from dlfcn.h... yes checking for correct select prototype... select(int n, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout) checking for correct connect prototype... connect(int __fd, const struct sockaddr * __addr, socklen_t __len) checking for correct close prototype... close(int fd) checking for correct poll prototype... poll(struct pollfd *ufds, unsigned long nfds, int timeout) updating cache ./config.cache creating ./config.status creating Makefile creating config.h gcc -fPIC -Os -Wall -I. -c tsocks.c -o tsocks.o gcc -fPIC -Os -Wall -I. -c common.c -o common.o gcc -fPIC -Os -Wall -I. -c parser.c -o parser.o gcc -fPIC -Os -Wall -I. -static -o saveme saveme.c parser.c: In function 'handle_path': parser.c:210:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 210 | if (((int) (newserver = (struct serverent *) malloc(sizeof(struct serverent)))) == -1) | ^ In file included from tsocks.c:44: /usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include to [-Wcpp] 1 | #warning redirecting incorrect #include to | ^~~~~~~ tsocks.c: In function 'connect': tsocks.c:215:41: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness [-Wpointer-sign] 215 | (void *) &sock_type, &sock_type_len); | ^~~~~~~~~~~~~~ | | | int * In file included from /usr/include/fortify/sys/socket.h:22, from tsocks.c:39: /usr/include/sys/socket.h:401:50: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' 401 | int getsockopt (int, int, int, void *__restrict, socklen_t *__restrict); | ^ tsocks.c:271:62: warning: pointer targets in passing argument 3 of 'getpeername' differ in signedness [-Wpointer-sign] 271 | if (!getpeername(__fd, (struct sockaddr *) &peer_address, &namelen)) { | ^~~~~~~~ | | | int * /usr/include/sys/socket.h:392:52: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' 392 | int getpeername (int, struct sockaddr *__restrict, socklen_t *__restrict); | ^ tsocks.c: In function 'select': tsocks.c:343:8: warning: variable 'rc' set but not used [-Wunused-but-set-variable] 343 | int rc = 0; | ^~ tsocks.c: In function 'poll': tsocks.c:526:8: warning: variable 'rc' set but not used [-Wunused-but-set-variable] 526 | int rc = 0, i; | ^~ gcc -fPIC -Os -Wall -I. -o inspectsocks inspectsocks.c common.o -lc gcc -fPIC -Os -Wall -I. -o validateconf validateconf.c common.o parser.o -lc gcc -fPIC -Os -Wall -I. -nostdlib -shared -o libtsocks.so.1.8 tsocks.o common.o parser.o -ldl -lc ln -sf libtsocks.so.1.8 libtsocks.so >>> tsocks: Entering fakeroot... /bin/sh mkinstalldirs "/home/buildozer/aports/community/tsocks/pkg/tsocks/usr/bin" /bin/sh mkinstalldirs "/home/buildozer/aports/community/tsocks/pkg/tsocks/usr/lib" /bin/sh mkinstalldirs "/home/buildozer/aports/community/tsocks/pkg/tsocks/usr/share/man/man1" mkdir /home/buildozer/aports/community/tsocks/pkg mkdir /home/buildozer/aports/community/tsocks/pkg mkdir /home/buildozer/aports/community/tsocks/pkg/tsocks mkdir /home/buildozer/aports/community/tsocks/pkg/tsocks mkdir /home/buildozer/aports/community/tsocks/pkg/tsocks mkdir /home/buildozer/aports/community/tsocks/pkg/tsocks/usr mkdir /home/buildozer/aports/community/tsocks/pkg/tsocks/usr mkdir /home/buildozer/aports/community/tsocks/pkg/tsocks/usr mkdir /home/buildozer/aports/community/tsocks/pkg/tsocks/usr/lib mkdir /home/buildozer/aports/community/tsocks/pkg/tsocks/usr/bin mkdir /home/buildozer/aports/community/tsocks/pkg/tsocks/usr/share /usr/bin/install -c libtsocks.so.1.8 /home/buildozer/aports/community/tsocks/pkg/tsocks/usr/lib mkdir /home/buildozer/aports/community/tsocks/pkg/tsocks/usr/share/man /usr/bin/install -c tsocks /home/buildozer/aports/community/tsocks/pkg/tsocks/usr/bin ln -sf libtsocks.so.1.8 /home/buildozer/aports/community/tsocks/pkg/tsocks/usr/lib/libtsocks.so.1 mkdir /home/buildozer/aports/community/tsocks/pkg/tsocks/usr/share/man/man1 ln -sf libtsocks.so.1 /home/buildozer/aports/community/tsocks/pkg/tsocks/usr/lib/libtsocks.so /usr/bin/install -c -m 644 tsocks.1 /home/buildozer/aports/community/tsocks/pkg/tsocks/usr/share/man/man1/ /bin/sh mkinstalldirs "/home/buildozer/aports/community/tsocks/pkg/tsocks/usr/share/man/man8" mkdir /home/buildozer/aports/community/tsocks/pkg/tsocks/usr/share/man/man8 /usr/bin/install -c -m 644 tsocks.8 /home/buildozer/aports/community/tsocks/pkg/tsocks/usr/share/man/man8/ /bin/sh mkinstalldirs "/home/buildozer/aports/community/tsocks/pkg/tsocks/usr/share/man/man5" mkdir /home/buildozer/aports/community/tsocks/pkg/tsocks/usr/share/man/man5 /usr/bin/install -c -m 644 tsocks.conf.5 /home/buildozer/aports/community/tsocks/pkg/tsocks/usr/share/man/man5/ >>> tsocks-doc*: Running split function doc... >>> tsocks-doc*: Preparing subpackage tsocks-doc... >>> tsocks-doc*: Running postcheck for tsocks-doc >>> tsocks*: Running postcheck for tsocks >>> tsocks*: Preparing package tsocks... >>> tsocks*: Stripping binaries >>> tsocks-doc*: Scanning shared objects >>> tsocks*: Scanning shared objects >>> tsocks-doc*: Tracing dependencies... >>> tsocks-doc*: Package size: 40.0 KB >>> tsocks-doc*: Compressing data... >>> tsocks-doc*: Create checksum... >>> tsocks-doc*: Create tsocks-doc-1.8_beta5-r1.apk >>> tsocks*: Tracing dependencies... so:libc.musl-aarch64.so.1 >>> tsocks*: Package size: 88.0 KB >>> tsocks*: Compressing data... >>> tsocks*: Create checksum... >>> tsocks*: Create tsocks-1.8_beta5-r1.apk >>> tsocks: Build complete at Fri, 14 Oct 2022 14:29:11 +0000 elapsed time 0h 0m 7s >>> tsocks: Cleaning up srcdir >>> tsocks: Cleaning up pkgdir >>> tsocks: Uninstalling dependencies... (1/1) Purging .makedepends-tsocks (20221014.142905) OK: 405 MiB in 96 packages >>> tsocks: Updating the community/aarch64 repository index... >>> tsocks: Signing the index...