>>> vorbisgain: Building community/vorbisgain 0.37-r1 (using abuild 3.10.0_rc1-r2) started Mon, 24 Oct 2022 19:57:34 +0000 >>> vorbisgain: Checking sanity of /home/buildozer/aports/community/vorbisgain/APKBUILD... >>> vorbisgain: Analyzing dependencies... >>> vorbisgain: Installing for build: build-base libvorbis-dev (1/5) Installing libogg (1.3.5-r1) (2/5) Installing libvorbis (1.3.7-r0) (3/5) Installing libogg-dev (1.3.5-r1) (4/5) Installing libvorbis-dev (1.3.7-r0) (5/5) Installing .makedepends-vorbisgain (20221024.195735) OK: 331 MiB in 101 packages >>> vorbisgain: Cleaning up srcdir >>> vorbisgain: Cleaning up pkgdir >>> vorbisgain: Fetching https://distfiles.alpinelinux.org/distfiles/edge/vorbisgain-0.37.tar.gz >>> vorbisgain: Fetching https://distfiles.alpinelinux.org/distfiles/edge/vorbisgain-0.37.tar.gz >>> vorbisgain: Checking sha512sums... vorbisgain-0.37.tar.gz: OK >>> vorbisgain: Unpacking /var/cache/distfiles/edge/vorbisgain-0.37.tar.gz... checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking for armv6-alpine-linux-musleabihf-gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 ANSI C... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for Ogg... yes checking for Vorbis... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking whether termios.h defines TIOCGWINSZ... no checking whether sys/ioctl.h defines TIOCGWINSZ... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for size_t... yes checking whether lstat dereferences a symlink specified with a trailing slash... yes checking whether stat accepts an empty string... no checking for vprintf... yes checking for _doprnt... no checking for floor... yes checking for getcwd... yes checking for memmove... yes checking for memset... yes checking for pow... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for ov_read_float in -lvorbisfile... yes checking if ov_read_float() takes four arguments... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands make all-am make[1]: Entering directory '/home/buildozer/aports/community/vorbisgain/src/vorbisgain-0.37' if gcc -DHAVE_CONFIG_H -I. -I. -I. -Os -fomit-frame-pointer -O2 -fsigned-char -Os -fomit-frame-pointer -MT gain_analysis.o -MD -MP -MF ".deps/gain_analysis.Tpo" \ -c -o gain_analysis.o `test -f 'gain_analysis.c' || echo './'`gain_analysis.c; \ then mv -f ".deps/gain_analysis.Tpo" ".deps/gain_analysis.Po"; \ else rm -f ".deps/gain_analysis.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I. -Os -fomit-frame-pointer -O2 -fsigned-char -Os -fomit-frame-pointer -MT vcedit.o -MD -MP -MF ".deps/vcedit.Tpo" \ -c -o vcedit.o `test -f 'vcedit.c' || echo './'`vcedit.c; \ then mv -f ".deps/vcedit.Tpo" ".deps/vcedit.Po"; \ else rm -f ".deps/vcedit.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I. -Os -fomit-frame-pointer -O2 -fsigned-char -Os -fomit-frame-pointer -MT getopt.o -MD -MP -MF ".deps/getopt.Tpo" \ -c -o getopt.o `test -f 'getopt.c' || echo './'`getopt.c; \ then mv -f ".deps/getopt.Tpo" ".deps/getopt.Po"; \ else rm -f ".deps/getopt.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I. -Os -fomit-frame-pointer -O2 -fsigned-char -Os -fomit-frame-pointer -MT getopt1.o -MD -MP -MF ".deps/getopt1.Tpo" \ -c -o getopt1.o `test -f 'getopt1.c' || echo './'`getopt1.c; \ then mv -f ".deps/getopt1.Tpo" ".deps/getopt1.Po"; \ else rm -f ".deps/getopt1.Tpo"; exit 1; \ fi gain_analysis.c:116:1: warning: variably modified 'lstepbuf' at file scope 116 | Float_t lstepbuf [MAX_SAMPLES_PER_WINDOW + MAX_ORDER]; | ^~~~~~~ gain_analysis.c:118:1: warning: variably modified 'loutbuf' at file scope 118 | Float_t loutbuf [MAX_SAMPLES_PER_WINDOW + MAX_ORDER]; | ^~~~~~~ gain_analysis.c:122:1: warning: variably modified 'rstepbuf' at file scope 122 | Float_t rstepbuf [MAX_SAMPLES_PER_WINDOW + MAX_ORDER]; | ^~~~~~~ gain_analysis.c:124:1: warning: variably modified 'routbuf' at file scope 124 | Float_t routbuf [MAX_SAMPLES_PER_WINDOW + MAX_ORDER]; | ^~~~~~~ gain_analysis.c:132:1: warning: variably modified 'A' at file scope 132 | static Uint32_t A [(size_t)(STEPS_per_dB * MAX_dB)]; | ^~~~~~ gain_analysis.c:133:1: warning: variably modified 'B' at file scope 133 | static Uint32_t B [(size_t)(STEPS_per_dB * MAX_dB)]; | ^~~~~~ if gcc -DHAVE_CONFIG_H -I. -I. -I. -Os -fomit-frame-pointer -O2 -fsigned-char -Os -fomit-frame-pointer -MT vorbisgain.o -MD -MP -MF ".deps/vorbisgain.Tpo" \ -c -o vorbisgain.o `test -f 'vorbisgain.c' || echo './'`vorbisgain.c; \ then mv -f ".deps/vorbisgain.Tpo" ".deps/vorbisgain.Po"; \ else rm -f ".deps/vorbisgain.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I. -Os -fomit-frame-pointer -O2 -fsigned-char -Os -fomit-frame-pointer -MT vorbis.o -MD -MP -MF ".deps/vorbis.Tpo" \ -c -o vorbis.o `test -f 'vorbis.c' || echo './'`vorbis.c; \ then mv -f ".deps/vorbis.Tpo" ".deps/vorbis.Po"; \ else rm -f ".deps/vorbis.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I. -Os -fomit-frame-pointer -O2 -fsigned-char -Os -fomit-frame-pointer -MT recurse.o -MD -MP -MF ".deps/recurse.Tpo" \ -c -o recurse.o `test -f 'recurse.c' || echo './'`recurse.c; \ then mv -f ".deps/recurse.Tpo" ".deps/recurse.Po"; \ else rm -f ".deps/recurse.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I. -Os -fomit-frame-pointer -O2 -fsigned-char -Os -fomit-frame-pointer -MT misc.o -MD -MP -MF ".deps/misc.Tpo" \ -c -o misc.o `test -f 'misc.c' || echo './'`misc.c; \ then mv -f ".deps/misc.Tpo" ".deps/misc.Po"; \ else rm -f ".deps/misc.Tpo"; exit 1; \ fi misc.c: In function 'file_error': misc.c:59:5: warning: format not a string literal and no format arguments [-Wformat-security] 59 | fprintf(stderr, strerror(err_num)); | ^~~~~~~ misc.c: In function 'get_console_size': misc.c:268:9: warning: implicit declaration of function 'isatty' [-Wimplicit-function-declaration] 268 | if (isatty(fd)) | ^~~~~~ gcc -O2 -fsigned-char -Os -fomit-frame-pointer -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -o vorbisgain vorbisgain.o vorbis.o recurse.o misc.o gain_analysis.o vcedit.o getopt.o getopt1.o -lvorbisfile -lvorbis -lm -logg -lvorbisfile make[1]: Leaving directory '/home/buildozer/aports/community/vorbisgain/src/vorbisgain-0.37' >>> vorbisgain: Entering fakeroot... make[1]: Entering directory '/home/buildozer/aports/community/vorbisgain/src/vorbisgain-0.37' /bin/sh ./mkinstalldirs /home/buildozer/aports/community/vorbisgain/pkg/vorbisgain/usr/share/man/man1 mkdir /home/buildozer/aports/community/vorbisgain/pkg mkdir /home/buildozer/aports/community/vorbisgain/pkg/vorbisgain mkdir /home/buildozer/aports/community/vorbisgain/pkg/vorbisgain/usr mkdir /home/buildozer/aports/community/vorbisgain/pkg/vorbisgain/usr/share mkdir /home/buildozer/aports/community/vorbisgain/pkg/vorbisgain/usr/share/man mkdir /home/buildozer/aports/community/vorbisgain/pkg/vorbisgain/usr/share/man/man1 /usr/bin/install -c -m 644 ./vorbisgain.1 /home/buildozer/aports/community/vorbisgain/pkg/vorbisgain/usr/share/man/man1/vorbisgain.1 /bin/sh ./mkinstalldirs /home/buildozer/aports/community/vorbisgain/pkg/vorbisgain/usr/bin mkdir /home/buildozer/aports/community/vorbisgain/pkg/vorbisgain/usr/bin /usr/bin/install -c vorbisgain /home/buildozer/aports/community/vorbisgain/pkg/vorbisgain/usr/bin/vorbisgain make[1]: Leaving directory '/home/buildozer/aports/community/vorbisgain/src/vorbisgain-0.37' >>> vorbisgain-doc*: Running split function doc... >>> vorbisgain-doc*: Preparing subpackage vorbisgain-doc... >>> vorbisgain-doc*: Running postcheck for vorbisgain-doc >>> vorbisgain*: Running postcheck for vorbisgain >>> vorbisgain*: Preparing package vorbisgain... >>> vorbisgain*: Stripping binaries >>> vorbisgain-doc*: Scanning shared objects >>> vorbisgain*: Scanning shared objects >>> vorbisgain-doc*: Tracing dependencies... >>> vorbisgain-doc*: Package size: 24.0 KB >>> vorbisgain-doc*: Compressing data... >>> vorbisgain-doc*: Create checksum... >>> vorbisgain-doc*: Create vorbisgain-doc-0.37-r1.apk >>> vorbisgain*: Tracing dependencies... so:libc.musl-armhf.so.1 so:libogg.so.0 so:libvorbis.so.0 so:libvorbisfile.so.3 >>> vorbisgain*: Package size: 80.0 KB >>> vorbisgain*: Compressing data... >>> vorbisgain*: Create checksum... >>> vorbisgain*: Create vorbisgain-0.37-r1.apk >>> vorbisgain: Build complete at Mon, 24 Oct 2022 19:57:39 +0000 elapsed time 0h 0m 5s >>> vorbisgain: Cleaning up srcdir >>> vorbisgain: Cleaning up pkgdir >>> vorbisgain: Uninstalling dependencies... (1/5) Purging .makedepends-vorbisgain (20221024.195735) (2/5) Purging libvorbis-dev (1.3.7-r0) (3/5) Purging libvorbis (1.3.7-r0) (4/5) Purging libogg-dev (1.3.5-r1) (5/5) Purging libogg (1.3.5-r1) OK: 331 MiB in 96 packages >>> vorbisgain: Updating the community/armhf repository index... >>> vorbisgain: Signing the index...