>>> pcc: Building community/pcc 20211109-r0 (using abuild 3.9.0_rc2-r1) started Tue, 09 Nov 2021 17:46:35 +0000 >>> pcc: Checking sanity of /home/buildozer/aports/community/pcc/APKBUILD... >>> pcc: Analyzing dependencies... >>> pcc: Installing for build: build-base pcc-libs-dev>=20211109-r0 byacc flex (1/5) Installing pcc-libs-dev (20211109-r0) (2/5) Installing byacc (20210808-r0) (3/5) Installing m4 (1.4.18-r2) (4/5) Installing flex (2.6.4-r2) (5/5) Installing .makedepends-pcc (20211109.174636) Executing busybox-1.34.1-r2.trigger OK: 710 MiB in 105 packages >>> pcc: Cleaning up srcdir >>> pcc: Cleaning up pkgdir >>> pcc: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/pcc-20211109.tgz % 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 curl: (22) The requested URL returned error: 404 >>> pcc: Fetching ftp://pcc.ludd.ltu.se/pub/pcc/pcc-20211109.tgz % 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 67 950k 67 637k 0 0 454k 0 0:00:02 0:00:01 0:00:01 454k 100 950k 100 950k 0 0 504k 0 0:00:01 0:00:01 --:--:-- 504k >>> pcc: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/pcc-20211109.tgz >>> pcc: Checking sha512sums... pcc-20211109.tgz: OK >>> pcc: Unpacking /var/cache/distfiles/v3.15/pcc-20211109.tgz... >>> pcc: Updating ./config.sub checking build system type... x86_64-alpine-linux-musl checking host system type... x86_64-alpine-linux-musl checking target system type... x86_64-alpine-linux-musl checking for x86_64-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 the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc accepts -Wall... yes checking whether gcc accepts -Wmissing-prototypes... yes checking whether gcc accepts -Wstrict-prototypes... yes checking whether gcc accepts -Wshadow... yes checking whether gcc accepts -Wsign-compare... yes checking whether gcc accepts -Wtruncate... no checking for a C compiler for mkext... not cross compiling checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for C99 printf size specifiers... yes checking size of int *... 8 checking whether byte ordering is bigendian... no checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/install -c checking for bison... no checking for byacc... no checking for flex... flex checking for lex output file root... lex.yy checking for lex library... none needed checking for library containing yywrap... no checking whether yytext is a pointer... yes checking for string.h... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for strtold... yes checking for vsnprintf... yes checking for snprintf... yes checking for mkstemp... yes checking for strlcat... yes checking for strlcpy... yes checking for getopt... yes checking for ffs... yes checking for vfork... yes checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes configure: creating ./config.status config.status: creating Makefile config.status: creating cc/Makefile config.status: creating cc/cc/Makefile config.status: creating cc/cpp/Makefile config.status: creating cc/ccom/Makefile config.status: creating cc/cxxcom/Makefile config.status: creating cc/driver/Makefile config.status: creating f77/Makefile config.status: creating f77/f77/Makefile config.status: creating f77/fcom/Makefile config.status: creating config.h Target CPU is .................... amd64 Target ABI is .................... elf Target OS is ..................... linux Compiler is called ............... pcc Installing compiler into ......... /usr/bin Installing pre-processor into .... /usr/libexec Using assembler .................. Using linker ..................... Using Multi-Arch path ............ (no) Using include path ............... Using library path ............... Use libvmf ....................... no Has TLS support .................. no Has GCC compatibility ............ yes Has PCC debugging ................ yes Type of wchar_t is ............... INT (4 chars) Configure finished. Do 'make && make install' to compile and install. ===> cc make[1]: warning: -j24 forced in submake: resetting jobserver mode. make[1]: Entering directory '/home/buildozer/aports/community/pcc/src/pcc-20211109/cc' ===> cc/cc make[2]: Entering directory '/home/buildozer/aports/community/pcc/src/pcc-20211109/cc/cc' make[2]: warning: -j24 forced in submake: resetting jobserver mode. gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DLIBEXECDIR=\"/usr/libexec/\" -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -DINCLUDEDIR=\"/usr/include/\" -DPCCINCDIR=\"/usr/lib/pcc/x86_64-alpine-linux-musl/1.2.0.DEVEL/include/\" -DPCCLIBDIR=\"/usr/lib/pcc/x86_64-alpine-linux-musl/1.2.0.DEVEL/lib/\" -Dos_linux -Dmach_amd64 -DTARGOSVER=0 -DCXXPROGNAME=\"p++\" -DCPPROGNAME=\"pcpp\" -DCC0=\"cc0\" -DCC1=\"cc1\" -I../../cc/driver -I../.. -I../../os/linux -I../../mip -I../../arch/amd64 -I../../common -c -o cc.o ./cc.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DLIBEXECDIR=\"/usr/libexec/\" -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -DINCLUDEDIR=\"/usr/include/\" -DPCCINCDIR=\"/usr/lib/pcc/x86_64-alpine-linux-musl/1.2.0.DEVEL/include/\" -DPCCLIBDIR=\"/usr/lib/pcc/x86_64-alpine-linux-musl/1.2.0.DEVEL/lib/\" -Dos_linux -Dmach_amd64 -DTARGOSVER=0 -DCXXPROGNAME=\"p++\" -DCPPROGNAME=\"pcpp\" -DCC0=\"cc0\" -DCC1=\"cc1\" -I../../cc/driver -I../.. -I../../os/linux -I../../mip -I../../arch/amd64 -I../../common -c -o compat.o ../../common/compat.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DLIBEXECDIR=\"/usr/libexec/\" -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -DINCLUDEDIR=\"/usr/include/\" -DPCCINCDIR=\"/usr/lib/pcc/x86_64-alpine-linux-musl/1.2.0.DEVEL/include/\" -DPCCLIBDIR=\"/usr/lib/pcc/x86_64-alpine-linux-musl/1.2.0.DEVEL/lib/\" -Dos_linux -Dmach_amd64 -DTARGOSVER=0 -DCXXPROGNAME=\"p++\" -DCPPROGNAME=\"pcpp\" -DCC0=\"cc0\" -DCC1=\"cc1\" -I../../cc/driver -I../.. -I../../os/linux -I../../mip -I../../arch/amd64 -I../../common -c -o strlist.o ../../cc/driver/strlist.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DLIBEXECDIR=\"/usr/libexec/\" -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -DINCLUDEDIR=\"/usr/include/\" -DPCCINCDIR=\"/usr/lib/pcc/x86_64-alpine-linux-musl/1.2.0.DEVEL/include/\" -DPCCLIBDIR=\"/usr/lib/pcc/x86_64-alpine-linux-musl/1.2.0.DEVEL/lib/\" -Dos_linux -Dmach_amd64 -DTARGOSVER=0 -DCXXPROGNAME=\"p++\" -DCPPROGNAME=\"pcpp\" -DCC0=\"cc0\" -DCC1=\"cc1\" -I../../cc/driver -I../.. -I../../os/linux -I../../mip -I../../arch/amd64 -I../../common -c -o xalloc.o ../../cc/driver/xalloc.c In file included from ./cc.c:119: ../../os/linux/ccconfig.h:79: warning: "DYNLINKLIB" redefined 79 | #define DYNLINKLIB MUSL_DYLIB | ../../os/linux/ccconfig.h:53: note: this is the location of the previous definition 53 | #define DYNLINKLIB "/lib64/ld-linux-x86-64.so.2" | gcc cc.o compat.o strlist.o xalloc.o -o cc make[2]: Leaving directory '/home/buildozer/aports/community/pcc/src/pcc-20211109/cc/cc' <=== cc/cc ===> cc/cpp make[2]: Entering directory '/home/buildozer/aports/community/pcc/src/pcc-20211109/cc/cpp' make[2]: warning: -j24 forced in submake: resetting jobserver mode. gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -I. -I../.. -I. -I../../mip -I../../arch/amd64 -I../../common -DNVMPGS=4 -c -o compat.o ../../common/compat.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -I. -I../.. -I. -I../../mip -I../../arch/amd64 -I../../common -DNVMPGS=4 -c -o cpp.o ./cpp.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -I. -I../.. -I. -I../../mip -I../../arch/amd64 -I../../common -DNVMPGS=4 -c -o cpc.o ./cpc.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -I. -I../.. -I. -I../../mip -I../../arch/amd64 -I../../common -DNVMPGS=4 -c -o token.o ./token.c gcc compat.o cpp.o cpc.o token.o -o cpp make[2]: Leaving directory '/home/buildozer/aports/community/pcc/src/pcc-20211109/cc/cpp' <=== cc/cpp ===> cc/ccom make[2]: Entering directory '/home/buildozer/aports/community/pcc/src/pcc-20211109/cc/ccom' make[2]: warning: -j24 forced in submake: resetting jobserver mode. gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -DMKEXT -c -o mkext.lo ../../mip/mkext.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -DMKEXT -c -o common.lo ../../mip/common.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -DMKEXT -c -o table.lo ../../arch/amd64/table.c yacc -d ./cgram.y flex ./scan.l yacc: 6 shift/reduce conflicts. mv -f lex.yy.c scan.c mv -f y.tab.c cgram.c mv -f y.tab.h cgram.h gcc mkext.lo common.lo table.lo -o mkext ./mkext gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o builtins.o ./builtins.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o cgram.o cgram.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o code.o ../../arch/amd64/code.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o common.o ../../mip/common.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o compat.o ../../common/compat.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o dwarf.o ./dwarf.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o external.o external.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o gcc_compat.o ./gcc_compat.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o init.o ./init.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o inline.o ./inline.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o local.o ../../arch/amd64/local.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o local2.o ../../arch/amd64/local2.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o main.o ./main.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o match.o ../../mip/match.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o optim.o ./optim.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o optim2.o ../../mip/optim2.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o order.o ../../arch/amd64/order.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o pftn.o ./pftn.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o reader.o ../../mip/reader.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o softfloat.o ../../common/softfloat.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o regs.o ../../mip/regs.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o scan.o scan.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o stabs.o ./stabs.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o symtabs.o ./symtabs.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o table.o ../../arch/amd64/table.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o trees.o ./trees.c ../../arch/amd64/local.c:265:1: warning: 'tlsref' defined but not used [-Wunused-function] 265 | tlsref(NODE *p) | ^~~~~~ ../../common/softfloat.c: In function 'soft_toush': ../../common/softfloat.c:1534:59: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 1534 | printf("soft_toush-D: d %08x %08x\n", *(((int *)&d)+1), *(int *)&d); | ^~~~~~~~~ ../../common/softfloat.c:1551:39: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 1551 | fpwarn("soft_toush2", (long double)*(float*)&sf.debugfp, ldt); | ^~~~~~~~~~~~~~~~~~~ ../../common/softfloat.c:1553:39: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 1553 | fpwarn("soft_toush3", (long double)*(double*)&sf.debugfp, ldt); | ^~~~~~~~~~~~~~~~~~~~ ./pftn.c: In function 'doacall': ./pftn.c:2485:8: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 2485 | build: if (apary) | ^~ ./pftn.c:2487:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 2487 | if (sp != NULL && (sp->sflags & SINLINE) && (w = inlinetree(sp, f, a))) | ^~ gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o unicode.o ../../common/unicode.c ../../common/softfloat.c: In function 'strtosf': ../../common/softfloat.c:74:17: warning: 'e' may be used uninitialized in this function [-Wmaybe-uninitialized] 74 | #define LDBLPTR fpis[SF_LDOUBLE] | ^~~~ ../../common/softfloat.c:1465:6: note: 'e' was declared here 1465 | int e; | ^ gcc builtins.o cgram.o code.o common.o compat.o dwarf.o external.o gcc_compat.o init.o inline.o local.o local2.o main.o match.o optim.o optim2.o order.o pftn.o reader.o softfloat.o regs.o scan.o stabs.o symtabs.o table.o trees.o unicode.o -o ccom make[2]: Leaving directory '/home/buildozer/aports/community/pcc/src/pcc-20211109/cc/ccom' <=== cc/ccom ===> cc/cxxcom make[2]: Entering directory '/home/buildozer/aports/community/pcc/src/pcc-20211109/cc/cxxcom' make[2]: warning: -j24 forced in submake: resetting jobserver mode. gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -DMKEXT -c -o mkext.lo ../../mip/mkext.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -DMKEXT -c -o common.lo ../../mip/common.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -DMKEXT -c -o table.lo ../../arch/amd64/table.c yacc -d ./cgram.y flex ./scan.l yacc: 4 shift/reduce conflicts. mv -f y.tab.c cgram.c mv -f y.tab.h cgram.h mv -f lex.yy.c scan.c gcc mkext.lo common.lo table.lo -o mkext ./mkext gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o builtins.o ./builtins.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o cgram.o cgram.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o code.o ../../arch/amd64/code.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o common.o ../../mip/common.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o compat.o ../../common/compat.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o external.o external.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o gcc_compat.o ./gcc_compat.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o init.o ./init.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o inline.o ./inline.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o local.o ../../arch/amd64/local.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o local2.o ../../arch/amd64/local2.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o main.o ./main.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o cxxcode.o ./cxxcode.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o match.o ../../mip/match.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o optim.o ./optim.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o optim2.o ../../mip/optim2.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o order.o ../../arch/amd64/order.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o pftn.o ./pftn.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o reader.o ../../mip/reader.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o regs.o ../../mip/regs.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o scan.o scan.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o stabs.o ./stabs.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o symtabs.o ./symtabs.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o table.o ../../arch/amd64/table.c gcc -Os -fomit-frame-pointer -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -Os -fomit-frame-pointer -DUSE_MUSL -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o trees.o ./trees.c ../../arch/amd64/local.c:265:1: warning: 'tlsref' defined but not used [-Wunused-function] 265 | tlsref(NODE *p) | ^~~~~~ gcc builtins.o cgram.o code.o common.o compat.o external.o gcc_compat.o init.o inline.o local.o local2.o main.o cxxcode.o match.o optim.o optim2.o order.o pftn.o reader.o regs.o scan.o stabs.o symtabs.o table.o trees.o -o cxxcom make[2]: Leaving directory '/home/buildozer/aports/community/pcc/src/pcc-20211109/cc/cxxcom' <=== cc/cxxcom make[1]: Leaving directory '/home/buildozer/aports/community/pcc/src/pcc-20211109/cc' <=== cc >>> WARNING: pcc: APKBUILD does not run any tests! Alpine policy will soon require that packages have any relevant testsuites run during the build process. To fix, either define a check() function, or declare !check in $options to indicate the package does not have a testsuite. >>> pcc: Entering fakeroot... ===> cc make[1]: warning: -j24 forced in submake: resetting jobserver mode. make[1]: Entering directory '/home/buildozer/aports/community/pcc/src/pcc-20211109/cc' ===> cc/cc make[2]: Entering directory '/home/buildozer/aports/community/pcc/src/pcc-20211109/cc/cc' make[2]: warning: -j24 forced in submake: resetting jobserver mode. test -z "/home/buildozer/aports/community/pcc/pkg/pcc/usr/bin" || mkdir -p "/home/buildozer/aports/community/pcc/pkg/pcc/usr/bin" test -z "/home/buildozer/aports/community/pcc/pkg/pcc/usr/share/man/man1" || mkdir -p "/home/buildozer/aports/community/pcc/pkg/pcc/usr/share/man/man1" test -z "/home/buildozer/aports/community/pcc/pkg/pcc/usr/lib/pcc/x86_64-alpine-linux-musl/1.2.0.DEVEL/include" || mkdir -p "/home/buildozer/aports/community/pcc/pkg/pcc/usr/lib/pcc/x86_64-alpine-linux-musl/1.2.0.DEVEL/include" test -z "/home/buildozer/aports/community/pcc/pkg/pcc/usr/lib/pcc/x86_64-alpine-linux-musl/1.2.0.DEVEL/lib" || mkdir -p "/home/buildozer/aports/community/pcc/pkg/pcc/usr/lib/pcc/x86_64-alpine-linux-musl/1.2.0.DEVEL/lib" make[2]: Leaving directory '/home/buildozer/aports/community/pcc/src/pcc-20211109/cc/cc' <=== cc/cc ===> cc/cpp make[2]: Entering directory '/home/buildozer/aports/community/pcc/src/pcc-20211109/cc/cpp' make[2]: warning: -j24 forced in submake: resetting jobserver mode. test -z "/home/buildozer/aports/community/pcc/pkg/pcc/usr/libexec" || mkdir -p "/home/buildozer/aports/community/pcc/pkg/pcc/usr/libexec" /usr/bin/install -c cpp /home/buildozer/aports/community/pcc/pkg/pcc/usr/libexec test -z "/home/buildozer/aports/community/pcc/pkg/pcc/usr/share/man/man1" || mkdir -p "/home/buildozer/aports/community/pcc/pkg/pcc/usr/share/man/man1" /usr/bin/install -c -m 644 ./cpp.1 /home/buildozer/aports/community/pcc/pkg/pcc/usr/share/man/man1/cpp.1 make[2]: Leaving directory '/home/buildozer/aports/community/pcc/src/pcc-20211109/cc/cpp' <=== cc/cpp ===> cc/ccom make[2]: Entering directory '/home/buildozer/aports/community/pcc/src/pcc-20211109/cc/ccom' make[2]: warning: -j24 forced in submake: resetting jobserver mode. test -z "/home/buildozer/aports/community/pcc/pkg/pcc/usr/libexec" || mkdir -p "/home/buildozer/aports/community/pcc/pkg/pcc/usr/libexec" /usr/bin/install -c ccom /home/buildozer/aports/community/pcc/pkg/pcc/usr/libexec test -z "/home/buildozer/aports/community/pcc/pkg/pcc/usr/share/man/man1" || mkdir -p "/home/buildozer/aports/community/pcc/pkg/pcc/usr/share/man/man1" /usr/bin/install -c -m 644 ./ccom.1 /home/buildozer/aports/community/pcc/pkg/pcc/usr/share/man/man1/ccom.1 make[2]: Leaving directory '/home/buildozer/aports/community/pcc/src/pcc-20211109/cc/ccom' <=== cc/ccom ===> cc/cxxcom make[2]: Entering directory '/home/buildozer/aports/community/pcc/src/pcc-20211109/cc/cxxcom' make[2]: warning: -j24 forced in submake: resetting jobserver mode. test -z "/home/buildozer/aports/community/pcc/pkg/pcc/usr/libexec" || mkdir -p "/home/buildozer/aports/community/pcc/pkg/pcc/usr/libexec" /usr/bin/install -c cxxcom /home/buildozer/aports/community/pcc/pkg/pcc/usr/libexec test -z "/home/buildozer/aports/community/pcc/pkg/pcc/usr/share/man/man1" || mkdir -p "/home/buildozer/aports/community/pcc/pkg/pcc/usr/share/man/man1" make[2]: Leaving directory '/home/buildozer/aports/community/pcc/src/pcc-20211109/cc/cxxcom' <=== cc/cxxcom make[1]: Leaving directory '/home/buildozer/aports/community/pcc/src/pcc-20211109/cc' <=== cc >>> pcc-doc*: Running split function doc... >>> pcc-doc*: Preparing subpackage pcc-doc... >>> pcc-doc*: Running postcheck for pcc-doc >>> pcc*: Running postcheck for pcc >>> pcc*: Preparing package pcc... >>> pcc*: Stripping binaries >>> pcc-doc*: Scanning shared objects >>> pcc*: Scanning shared objects >>> pcc-doc*: Tracing dependencies... >>> pcc-doc*: Package size: 44.0 KB >>> pcc-doc*: Compressing data... >>> pcc-doc*: Create checksum... >>> pcc-doc*: Create pcc-doc-20211109-r0.apk >>> pcc*: Tracing dependencies... pcc-libs-dev>=20211109-r0 so:libc.musl-x86_64.so.1 >>> pcc*: Package size: 924.0 KB >>> pcc*: Compressing data... >>> pcc*: Create checksum... >>> pcc*: Create pcc-20211109-r0.apk >>> pcc: Build complete at Tue, 09 Nov 2021 17:46:51 +0000 elapsed time 0h 0m 16s >>> pcc: Cleaning up srcdir >>> pcc: Cleaning up pkgdir >>> pcc: Uninstalling dependencies... (1/5) Purging .makedepends-pcc (20211109.174636) (2/5) Purging pcc-libs-dev (20211109-r0) (3/5) Purging byacc (20210808-r0) (4/5) Purging flex (2.6.4-r2) (5/5) Purging m4 (1.4.18-r2) Executing busybox-1.34.1-r2.trigger OK: 709 MiB in 100 packages >>> pcc: Updating the community/x86_64 repository index... >>> pcc: Signing the index...