==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done ==> Making package: jack-stdio 1.6-3 (Fri Jul 12 23:09:30 2024) ==> Retrieving sources... -> Found jack-stdio-v1.6.tar.gz ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... jack-stdio-v1.6.tar.gz ... Passed ==> Validating source files with b2sums... jack-stdio-v1.6.tar.gz ... Passed ==> Making package: jack-stdio 1.6-3 (Fri Jul 12 23:09:52 2024) ==> Checking runtime dependencies... ==> Installing missing dependencies... [?25l:: There are 2 providers available for jack: :: Repository extra 1) jack2 2) pipewire-jack Enter a number (default=1): resolving dependencies... looking for conflicting packages... Packages (7) alsa-lib-1.2.12-1 alsa-topology-conf-1.2.5.1-4 alsa-ucm-conf-1.2.12-1 dbus-1.14.10-2 libsamplerate-0.2.2-3 opus-1.5.2-1 jack2-1.9.22-1 Total Download Size: 1.29 MiB Total Installed Size: 11.33 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... libsamplerate-0.2.2-3-armv7h downloading... jack2-1.9.22-1-armv7h downloading... checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing alsa-topology-conf... installing alsa-ucm-conf... installing alsa-lib... installing dbus... installing libsamplerate... installing opus... installing jack2... Optional dependencies for jack2 a2jmidid: for ALSA MIDI to JACK MIDI bridging libffado: for firewire support using FFADO jack-example-tools: for official JACK example-clients and tools jack2-dbus: for dbus integration jack2-docs: for developer documentation realtime-privileges: for realtime privileges [?25h==> Checking buildtime dependencies... ==> Retrieving sources... -> Found jack-stdio-v1.6.tar.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting jack-stdio-v1.6.tar.gz with bsdtar ==> Starting build()... make: Entering directory '/build/jack-stdio/src/jack-stdio-1.6' cc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall `pkg-config --cflags jack` -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now jack-stdout.c `pkg-config --libs jack` -lpthread -lm -o jack-stdout cc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wall `pkg-config --cflags jack` -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now jack-stdin.c `pkg-config --libs jack` -lpthread -lm -o jack-stdin jack-stdout.c: In function ‘process’: jack-stdout.c:232:46: warning: array subscript -1 is below array bounds of ‘char[4]’ [-Warray-bounds=] 232 | bytes[BE(1)] = (unsigned char) (((d&0xff00)>>8)&0xff); | ~~~~~^~~~~~~ jack-stdout.c:229:38: note: while referencing ‘bytes’ 229 | char bytes[4]; | ^~~~~ jack-stdout.c:234:46: warning: array subscript -2 is below array bounds of ‘char[4]’ [-Warray-bounds=] 234 | bytes[BE(2)] = (unsigned char) (((d&0xff0000)>>16)&0xff); | ~~~~~^~~~~~~ jack-stdout.c:229:38: note: while referencing ‘bytes’ 229 | char bytes[4]; | ^~~~~ jack-stdout.c:236:46: warning: array subscript -3 is below array bounds of ‘char[4]’ [-Warray-bounds=] 236 | bytes[BE(3)] = (unsigned char) (((d&0xff000000)>>24)&0xff); | ~~~~~^~~~~~~ jack-stdout.c:229:38: note: while referencing ‘bytes’ 229 | char bytes[4]; | ^~~~~ jack-stdout.c:236:46: warning: array subscript -2 is below array bounds of ‘char[4]’ [-Warray-bounds=] 236 | bytes[BE(3)] = (unsigned char) (((d&0xff000000)>>24)&0xff); | ~~~~~^~~~~~~ jack-stdout.c:229:38: note: while referencing ‘bytes’ 229 | char bytes[4]; | ^~~~~ jack-stdout.c:236:46: warning: array subscript -1 is below array bounds of ‘char[4]’ [-Warray-bounds=] 236 | bytes[BE(3)] = (unsigned char) (((d&0xff000000)>>24)&0xff); | ~~~~~^~~~~~~ jack-stdout.c:229:38: note: while referencing ‘bytes’ 229 | char bytes[4]; | ^~~~~ In function ‘process’, inlined from ‘process’ at jack-stdin.c:157:5: jack-stdin.c:223:62: warning: array subscript -1 is below array bounds of ‘char[4]’ [-Warray-bounds=] 223 | d|= ( ((int32_t)bytes[BE(1)]&0xff)<<8 ); | ~~~~~^~~~~~~ jack-stdin.c: In function ‘process’: jack-stdin.c:216:38: note: while referencing ‘bytes’ 216 | char bytes[4]; | ^~~~~ In function ‘process’, inlined from ‘process’ at jack-stdin.c:157:5: jack-stdin.c:225:62: warning: array subscript -2 is below array bounds of ‘char[4]’ [-Warray-bounds=] 225 | d|= ( ((int32_t)bytes[BE(2)]&0xff)<<16 ); | ~~~~~^~~~~~~ jack-stdin.c: In function ‘process’: jack-stdin.c:216:38: note: while referencing ‘bytes’ 216 | char bytes[4]; | ^~~~~ In function ‘process’, inlined from ‘process’ at jack-stdin.c:157:5: jack-stdin.c:234:49: warning: array subscript 3 is above array bounds of ‘const int32_t[3]’ {aka ‘const int[3]’} [-Warray-bounds=] 234 | d|= mask[SAMPLESIZE-1]; | ~~~~^~~~~~~~~~~~~~ jack-stdin.c: In function ‘process’: jack-stdin.c:233:55: note: while referencing ‘mask’ 233 | const int32_t mask[3] = { 0xffffff00, 0xffff0000, 0xff000000 }; | ^~~~ make: Leaving directory '/build/jack-stdio/src/jack-stdio-1.6' ==> Entering fakeroot environment... ==> Starting package()... make: Entering directory '/build/jack-stdio/src/jack-stdio-1.6' install -d /build/jack-stdio/pkg/jack-stdio//usr/bin install -m 755 jack-stdout /build/jack-stdio/pkg/jack-stdio//usr/bin/ install -m 755 jack-stdin /build/jack-stdio/pkg/jack-stdio//usr/bin/ install -d /build/jack-stdio/pkg/jack-stdio//usr/share/man/man1 install -m 644 jack-stdout.1 /build/jack-stdio/pkg/jack-stdio//usr/share/man/man1/ install -m 644 jack-stdin.1 /build/jack-stdio/pkg/jack-stdio//usr/share/man/man1/ make: Leaving directory '/build/jack-stdio/src/jack-stdio-1.6' install: creating directory '/build/jack-stdio/pkg/jack-stdio/usr/share/doc' install: creating directory '/build/jack-stdio/pkg/jack-stdio/usr/share/doc/jack-stdio' 'jack-stdio-1.6/AUTHORS' -> '/build/jack-stdio/pkg/jack-stdio/usr/share/doc/jack-stdio/AUTHORS' 'jack-stdio-1.6/ChangeLog' -> '/build/jack-stdio/pkg/jack-stdio/usr/share/doc/jack-stdio/ChangeLog' ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "jack-stdio"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: jack-stdio 1.6-3 (Fri Jul 12 23:10:02 2024) ==> Cleaning up...