>>> gperf: Building main/gperf 3.1-r4 (using abuild 3.10.0-r2) started Wed, 12 Apr 2023 08:01:24 +0000 >>> gperf: Checking sanity of /home/buildozer/aports/main/gperf/APKBUILD... >>> gperf: Analyzing dependencies... >>> gperf: Installing for build: build-base (1/1) Installing .makedepends-gperf (20230412.080125) OK: 1000 MiB in 104 packages >>> gperf: Cleaning up srcdir >>> gperf: Cleaning up pkgdir >>> gperf: Fetching https://distfiles.alpinelinux.org/distfiles/edge/gperf-3.1.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 1187k 100 1187k 0 0 1595k 0 --:--:-- --:--:-- --:--:-- 1658k >>> gperf: Fetching https://distfiles.alpinelinux.org/distfiles/edge/gperf-3.1.tar.gz >>> gperf: Checking sha512sums... gperf-3.1.tar.gz: OK >>> gperf: Unpacking /var/cache/distfiles/gperf-3.1.tar.gz... checking whether make sets $(MAKE)... yes configure: creating ./config.status config.status: creating Makefile === configuring in lib (/home/buildozer/aports/main/gperf/src/gperf-3.1/lib) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--build=riscv64-alpine-linux-musl' '--host=riscv64-alpine-linux-musl' 'build_alias=riscv64-alpine-linux-musl' 'host_alias=riscv64-alpine-linux-musl' --cache-file=/dev/null --srcdir=. checking whether make sets $(MAKE)... yes checking for riscv64-alpine-linux-musl-gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking how to run the C++ preprocessor... g++ -E checking for riscv64-alpine-linux-musl-ar... no checking for ar... ar checking for riscv64-alpine-linux-musl-ranlib... no checking for ranlib... ranlib checking for a BSD compatible install... /usr/bin/install -c configure: creating ./config.status config.status: creating Makefile === configuring in src (/home/buildozer/aports/main/gperf/src/gperf-3.1/src) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--build=riscv64-alpine-linux-musl' '--host=riscv64-alpine-linux-musl' 'build_alias=riscv64-alpine-linux-musl' 'host_alias=riscv64-alpine-linux-musl' --cache-file=/dev/null --srcdir=. checking whether make sets $(MAKE)... yes checking for riscv64-alpine-linux-musl-gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking how to run the C++ preprocessor... g++ -E checking for a BSD compatible install... /usr/bin/install -c checking for stack-allocated variable-size arrays... yes checking for rand in -lm... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h === configuring in tests (/home/buildozer/aports/main/gperf/src/gperf-3.1/tests) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--build=riscv64-alpine-linux-musl' '--host=riscv64-alpine-linux-musl' 'build_alias=riscv64-alpine-linux-musl' 'host_alias=riscv64-alpine-linux-musl' --cache-file=/dev/null --srcdir=. checking whether make sets $(MAKE)... yes checking for riscv64-alpine-linux-musl-gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking how to run the C++ preprocessor... g++ -E configure: creating ./config.status config.status: creating Makefile === configuring in doc (/home/buildozer/aports/main/gperf/src/gperf-3.1/doc) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--build=riscv64-alpine-linux-musl' '--host=riscv64-alpine-linux-musl' 'build_alias=riscv64-alpine-linux-musl' 'host_alias=riscv64-alpine-linux-musl' --cache-file=/dev/null --srcdir=. checking whether make sets $(MAKE)... yes checking for a BSD compatible install... /usr/bin/install -c configure: creating ./config.status config.status: creating Makefile cd lib; make all make[1]: Entering directory '/home/buildozer/aports/main/gperf/src/gperf-3.1/lib' gcc -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -c ./getopt.c gcc -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -c ./getopt1.c g++ -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -c ./getline.cc g++ -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -c ./hash.cc ./getopt.c: In function '_getopt_internal': ./getopt.c:611:50: warning: 'strncmp' argument 3 type is 'long int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 611 | if (!strncmp (p->name, nextchar, nameend - nextchar)) | ~~~~~~~~^~~~~~~~~~ ./getopt.c:198:12: note: built-in 'strncmp' declared here 198 | extern int strncmp (); | ^~~~~~~ ./getopt.c:800:52: warning: 'strncmp' argument 3 type is 'long int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 800 | if (!strncmp (p->name, nextchar, nameend - nextchar)) | ~~~~~~~~^~~~~~~~~~ ./getopt.c:198:12: note: built-in 'strncmp' declared here 198 | extern int strncmp (); | ^~~~~~~ ./getline.cc: In function 'int getstr(char**, size_t*, FILE*, char, size_t)': ./getline.cc:58:20: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 58 | register int c = getc (stream); | ^ rm -f libgp.a ar rc libgp.a getopt.o getopt1.o getline.o hash.o ranlib libgp.a make[1]: Leaving directory '/home/buildozer/aports/main/gperf/src/gperf-3.1/lib' cd src; make all make[1]: Entering directory '/home/buildozer/aports/main/gperf/src/gperf-3.1/src' g++ -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../lib -c ./version.cc g++ -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../lib -c ./positions.cc g++ -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../lib -c ./options.cc g++ -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../lib -c ./keyword.cc g++ -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../lib -c ./keyword-list.cc g++ -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../lib -c ./input.cc g++ -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../lib -c ./bool-array.cc g++ -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../lib -c ./hash-table.cc g++ -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../lib -c ./search.cc g++ -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../lib -c ./output.cc g++ -Os -fomit-frame-pointer -Os -fomit-frame-pointer -I. -I./../lib -c ./main.cc g++ -Os -fomit-frame-pointer -Wl,--as-needed,-O1,--sort-common -o gperf version.o positions.o options.o keyword.o keyword-list.o input.o bool-array.o hash-table.o search.o output.o main.o ../lib/libgp.a -lm make[1]: Leaving directory '/home/buildozer/aports/main/gperf/src/gperf-3.1/src' cd tests; make all make[1]: Entering directory '/home/buildozer/aports/main/gperf/src/gperf-3.1/tests' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/buildozer/aports/main/gperf/src/gperf-3.1/tests' cd doc; make all make[1]: Entering directory '/home/buildozer/aports/main/gperf/src/gperf-3.1/doc' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/buildozer/aports/main/gperf/src/gperf-3.1/doc' >>> gperf: Entering fakeroot... cd lib; make install make[1]: Entering directory '/home/buildozer/aports/main/gperf/src/gperf-3.1/lib' make[1]: Nothing to be done for 'install'. make[1]: Leaving directory '/home/buildozer/aports/main/gperf/src/gperf-3.1/lib' cd src; make install make[1]: Entering directory '/home/buildozer/aports/main/gperf/src/gperf-3.1/src' /bin/sh ./../build-aux/mkinstalldirs /home/buildozer/aports/main/gperf/pkg/gperf/usr/bin mkdir /home/buildozer/aports/main/gperf/pkg mkdir /home/buildozer/aports/main/gperf/pkg/gperf mkdir /home/buildozer/aports/main/gperf/pkg/gperf/usr mkdir /home/buildozer/aports/main/gperf/pkg/gperf/usr/bin /usr/bin/install -c gperf /home/buildozer/aports/main/gperf/pkg/gperf/usr/bin/gperf make[1]: Leaving directory '/home/buildozer/aports/main/gperf/src/gperf-3.1/src' cd tests; make install make[1]: Entering directory '/home/buildozer/aports/main/gperf/src/gperf-3.1/tests' make[1]: Nothing to be done for 'install'. make[1]: Leaving directory '/home/buildozer/aports/main/gperf/src/gperf-3.1/tests' cd doc; make install make[1]: Entering directory '/home/buildozer/aports/main/gperf/src/gperf-3.1/doc' /bin/sh ./../build-aux/mkinstalldirs /home/buildozer/aports/main/gperf/pkg/gperf/usr/share/info mkdir /home/buildozer/aports/main/gperf/pkg/gperf/usr/share mkdir /home/buildozer/aports/main/gperf/pkg/gperf/usr/share/info /usr/bin/install -c -m 644 ./gperf.info /home/buildozer/aports/main/gperf/pkg/gperf/usr/share/info/gperf.info /bin/sh ./../build-aux/mkinstalldirs /home/buildozer/aports/main/gperf/pkg/gperf/usr/share/man/man1 mkdir /home/buildozer/aports/main/gperf/pkg/gperf/usr/share/man mkdir /home/buildozer/aports/main/gperf/pkg/gperf/usr/share/man/man1 /usr/bin/install -c -m 644 ./gperf.1 /home/buildozer/aports/main/gperf/pkg/gperf/usr/share/man/man1/gperf.1 /bin/sh ./../build-aux/mkinstalldirs /home/buildozer/aports/main/gperf/pkg/gperf/usr/share/doc/ mkdir /home/buildozer/aports/main/gperf/pkg/gperf/usr/share/doc /usr/bin/install -c -m 644 ./gperf.html /home/buildozer/aports/main/gperf/pkg/gperf/usr/share/doc//gperf.html make[1]: Leaving directory '/home/buildozer/aports/main/gperf/src/gperf-3.1/doc' >>> gperf-doc*: Running split function doc... >>> gperf-doc*: Preparing subpackage gperf-doc... >>> gperf-doc*: Running postcheck for gperf-doc >>> gperf*: Running postcheck for gperf >>> gperf*: Preparing package gperf... >>> gperf*: Stripping binaries >>> gperf-doc*: Scanning shared objects >>> gperf*: Scanning shared objects >>> gperf-doc*: Tracing dependencies... >>> gperf-doc*: Package size: 236.0 KB >>> gperf-doc*: Compressing data... >>> gperf-doc*: Create checksum... >>> gperf-doc*: Create gperf-doc-3.1-r4.apk >>> gperf*: Tracing dependencies... so:libc.musl-riscv64.so.1 so:libgcc_s.so.1 so:libstdc++.so.6 >>> gperf*: Package size: 92.0 KB >>> gperf*: Compressing data... >>> gperf*: Create checksum... >>> gperf*: Create gperf-3.1-r4.apk >>> gperf: Build complete at Wed, 12 Apr 2023 08:02:18 +0000 elapsed time 0h 0m 54s >>> gperf: Cleaning up srcdir >>> gperf: Cleaning up pkgdir >>> gperf: Uninstalling dependencies... (1/1) Purging .makedepends-gperf (20230412.080125) OK: 1000 MiB in 103 packages >>> gperf: Updating the main/riscv64 repository index... >>> gperf: Signing the index...