From https://github.com/archlinux/svntogit-community * branch packages/jack-stdio -> FETCH_HEAD * [new branch] packages/jack-stdio -> community/packages/jack-stdio Cloning into 'jack-stdio'... done. :: Synchronizing package databases... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 132k 100 132k 0 0 388k 0 --:--:-- --:--:-- --:--:-- 389k % 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 8540k 100 8540k 0 0 22.1M 0 --:--:-- --:--:-- --:--:-- 22.1M % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 143k 100 143k 0 0 422k 0 --:--:-- --:--:-- --:--:-- 423k :: Starting full system upgrade... there is nothing to do ==> Making package: jack-stdio 1.6-2 (Thu Jul 27 18:26:55 2023) ==> Checking runtime dependencies... ==> Installing missing dependencies... :: 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 (6) alsa-lib-1.2.9-1 alsa-topology-conf-1.2.5.1-3 alsa-ucm-conf-1.2.9-1 libsamplerate-0.2.2-2 opus-1.4-1 jack2-1.9.22-1 Total Download Size: 2.58 MiB Total Installed Size: 6.27 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13926 100 13926 0 0 11.2M 0 --:--:-- --:--:-- --:--:-- 13.2M % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 78211 100 78211 0 0 73.2M 0 --:--:-- --:--:-- --:--:-- 74.5M % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 485k 100 485k 0 0 154M 0 --:--:-- --:--:-- --:--:-- 157M % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1366k 100 1366k 0 0 156M 0 --:--:-- --:--:-- --:--:-- 166M % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 225k 100 225k 0 0 123M 0 --:--:-- --:--:-- --:--:-- 220M % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 471k 100 471k 0 0 153M 0 --:--:-- --:--:-- --:--:-- 230M 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 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 :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading jack-stdio-v1.6.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 17199 0 17199 0 0 80675 0 --:--:-- --:--:-- --:--:-- 80675 ==> Validating source files with sha512sums... jack-stdio-v1.6.tar.gz ... Passed ==> Validating source files with b2sums... jack-stdio-v1.6.tar.gz ... Passed ==> Extracting sources... -> Extracting jack-stdio-v1.6.tar.gz with bsdtar ==> Starting build()... make: Entering directory '/tmp/archlinux-ci/jack-stdio-archlinuxrb-build-Bg9j08UQ/jack-stdio/trunk/src/jack-stdio-1.6' cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wall `pkg-config --cflags jack` -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now jack-stdout.c `pkg-config --libs jack` -lpthread -lm -o jack-stdout cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wall `pkg-config --cflags jack` -Wl,-O1,--sort-common,--as-needed,-z,relro,-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 -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]; | ^~~~~ 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]; | ^~~~~ 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:227:62: warning: array subscript -2 is below array bounds of 'char[4]' [-Warray-bounds=] 227 | d|= ( ((int32_t)bytes[BE(3)]&0xff)<<24 ); | ~~~~~^~~~~~~ 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:227:62: warning: array subscript -1 is below array bounds of 'char[4]' [-Warray-bounds=] 227 | d|= ( ((int32_t)bytes[BE(3)]&0xff)<<24 ); | ~~~~~^~~~~~~ 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:227:62: warning: array subscript -3 is below array bounds of 'char[4]' [-Warray-bounds=] 227 | d|= ( ((int32_t)bytes[BE(3)]&0xff)<<24 ); | ~~~~~^~~~~~~ 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 '/tmp/archlinux-ci/jack-stdio-archlinuxrb-build-Bg9j08UQ/jack-stdio/trunk/src/jack-stdio-1.6' ==> Entering fakeroot environment... ==> Starting package()... make: Entering directory '/tmp/archlinux-ci/jack-stdio-archlinuxrb-build-Bg9j08UQ/jack-stdio/trunk/src/jack-stdio-1.6' install -d /tmp/archlinux-ci/jack-stdio-archlinuxrb-build-Bg9j08UQ/jack-stdio/trunk/pkg/jack-stdio//usr/bin install -m 755 jack-stdout /tmp/archlinux-ci/jack-stdio-archlinuxrb-build-Bg9j08UQ/jack-stdio/trunk/pkg/jack-stdio//usr/bin/ install -m 755 jack-stdin /tmp/archlinux-ci/jack-stdio-archlinuxrb-build-Bg9j08UQ/jack-stdio/trunk/pkg/jack-stdio//usr/bin/ install -d /tmp/archlinux-ci/jack-stdio-archlinuxrb-build-Bg9j08UQ/jack-stdio/trunk/pkg/jack-stdio//usr/share/man/man1 install -m 644 jack-stdout.1 /tmp/archlinux-ci/jack-stdio-archlinuxrb-build-Bg9j08UQ/jack-stdio/trunk/pkg/jack-stdio//usr/share/man/man1/ install -m 644 jack-stdin.1 /tmp/archlinux-ci/jack-stdio-archlinuxrb-build-Bg9j08UQ/jack-stdio/trunk/pkg/jack-stdio//usr/share/man/man1/ make: Leaving directory '/tmp/archlinux-ci/jack-stdio-archlinuxrb-build-Bg9j08UQ/jack-stdio/trunk/src/jack-stdio-1.6' install: creating directory '/tmp/archlinux-ci/jack-stdio-archlinuxrb-build-Bg9j08UQ/jack-stdio/trunk/pkg/jack-stdio/usr/share/doc' install: creating directory '/tmp/archlinux-ci/jack-stdio-archlinuxrb-build-Bg9j08UQ/jack-stdio/trunk/pkg/jack-stdio/usr/share/doc/jack-stdio' 'jack-stdio-1.6/AUTHORS' -> '/tmp/archlinux-ci/jack-stdio-archlinuxrb-build-Bg9j08UQ/jack-stdio/trunk/pkg/jack-stdio/usr/share/doc/jack-stdio/AUTHORS' 'jack-stdio-1.6/ChangeLog' -> '/tmp/archlinux-ci/jack-stdio-archlinuxrb-build-Bg9j08UQ/jack-stdio/trunk/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-2 (Thu Jul 27 18:26:59 2023)