Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 20, 2021 11:52
Show Gist options
  • Save r-rmcgibbo/8f264235aca69f6228fd766efe0425bd to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/8f264235aca69f6228fd766efe0425bd to your computer and use it in GitHub Desktop.
system: aarch64-linux | build_time: a minute | https://github.com/NixOS/nixpkgs/pull/117020
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/zgqkj29w6isfjazwpacj92l53dlkccj6-source
source root is source
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" }
updateAutotoolsGnuConfigScriptsPhase
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
configure flags: --prefix=/nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14 --classic --autostart=dbus --dbus configure
Setting top to : /build/source
Setting out to : /build/source/build
Checking for 'g++' (C++ compiler) : g++
Checking for 'gcc' (C compiler) : gcc
Checking platform : Linux
Checking for program 'pkg-config' : /nix/store/5cn4ga4gr74qx691av7fqsrkrh05kd4i-pkg-config-wrapper-0.29.2/bin/pkg-config
Checking for 'alsa >= 1.0.18' : not found
Checking for 'libffado >= 1.999.17' : not found
Checking for 'gtkIOStream >= 1.4.0' : not found
Checking for 'eigen3 >= 3.1.2' : yes
Checking for header windows.h : not found
Checking for 'portaudio-2.0 >= 19' : not found
Checking for header mmsystem.h : not found
Checking for 'celt >= 0.11.0' : yes
Checking for header opus/opus_custom.h : yes
Checking for 'opus >= 0.9.0' : yes
Checking for 'samplerate' : yes
Checking for 'sndfile' : yes
Checking for library readline : yes
Checking for header readline/readline.h : yes
Checking for header systemd/sd-daemon.h : not found
Checking for library systemd : not found
Checking for header db.h : not found
Checking for library db : not found
Checking for header alloca.h : yes
Checking for ppoll : yes
Checking for header execinfo.h : yes
Checking for 'dbus-1 >= 1.0.0' : yes
Checking for 'dbus-1' : yes
Checking for 'expat' : yes
Checking for ucontext->uc_mcontext.gp_regs : no
Checking for ucontext->uc_mcontext.uc_regs : no
Checking for ucontext->uc_mcontext.mc_gregs : no
Checking for ucontext->uc_mcontext.gregs : no
Checking for NGREG : no
==================
JACK 1.9.14 svn revision will checked and eventually updated during build
Maximum JACK clients : 64
Maximum ports per application : 768
Install prefix : /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14
Library directory : /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/lib
Drivers directory : /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/lib/jack
Build debuggable binaries : no
C compiler flags : ['-Wall']
C++ compiler flags : ['-Wall', '-std=gnu++11']
Linker flags : []
Build with engine profiling : no
Build with 32/64 bits mixed mode : no
Build standard JACK (jackd) : yes
Build D-Bus JACK (jackdbus) : yes
Autostart method : dbus
WARNING !! mixing both jackd and jackdbus may cause issues:
WARNING !! jackdbus does not use .jackdrc nor qjackctl settings
Build doxygen documentation : no
Enable ALSA driver : no
Enable FireWire driver (FFADO) : no
Enable IIO driver : no
Enable Portaudio driver : no
Enable WinMME driver : no
Build with CELT : yes
Build Opus netjack2 : yes
Build with libsamplerate : yes
Build with libsndfile : yes
Build with readline : yes
Use systemd notify : no
Use Berkeley DB (metadata) : no
D-Bus service install directory : /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/share/dbus-1/services
WARNING: D-Bus session services directory as reported by pkg-config is
WARNING: /etc/dbus-1/services
WARNING: but service file will be installed in
WARNING: /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/share/dbus-1/services
WARNING: You may need to adjust your D-Bus configuration after installing jackdbus
WARNING: You can override dbus service install directory
WARNING: with --enable-pkg-config-dbus-service-dir option to this script
'configure' finished successfully (1.429s)
@nix { "action": "setPhase", "phase": "buildPhase" }
building
build flags: build
Waf: Entering directory `/build/source/build'
[ 1/246] Compiling svnversion_regenerate.sh
[ 2/246] Compiling jack.pc.in
[ 3/246] Compiling dbus/org.jackaudio.service.in
Generated /build/source/build/svnversion.h (unknown)
[ 4/246] Compiling common/JackMessageBuffer.cpp
[ 5/246] Compiling common/JackDebugClient.cpp
[ 6/246] Compiling common/JackLibClient.cpp
../common/JackDebugClient.cpp: In member function ‘virtual int Jack::JackDebugClient::Open(const char*, const char*, jack_uuid_t, jack_options_t, jack_status_t*)’:
../common/JackDebugClient.cpp:94:60: warning: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size 239 [-Wformat-truncation=]
94 | snprintf(provstr, sizeof(provstr), "JackClientDebug-%s-%s.log", name, buffer);
| ^~ ~~~~~~
In file included from /nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/stdio.h:867,
from /nix/store/3685naj70sfacpkmvx5srg4g9zkc4w0h-gcc-9.3.0/include/c++/9.3.0/cstdio:42,
from /nix/store/3685naj70sfacpkmvx5srg4g9zkc4w0h-gcc-9.3.0/include/c++/9.3.0/ext/string_conversions.h:43,
from /nix/store/3685naj70sfacpkmvx5srg4g9zkc4w0h-gcc-9.3.0/include/c++/9.3.0/bits/basic_string.h:6493,
from /nix/store/3685naj70sfacpkmvx5srg4g9zkc4w0h-gcc-9.3.0/include/c++/9.3.0/string:55,
from /nix/store/3685naj70sfacpkmvx5srg4g9zkc4w0h-gcc-9.3.0/include/c++/9.3.0/stdexcept:39,
from ../common/JackException.h:25,
from ../posix/JackPosixMutex.h:25,
from ../linux/JackPlatformPlug_os.h:44,
from ../common/JackPlatformPlug.h:23,
from ../common/JackClient.h:28,
from ../common/JackDebugClient.h:25,
from ../common/JackDebugClient.cpp:20:
/nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/bits/stdio2.h:67:35: note: ‘__builtin___snprintf_chk’ output 22 or more bytes (assuming 277) into a destination of size 256
67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
68 | __bos (__s), __fmt, __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 7/246] Compiling common/JackAPI.cpp
In file included from /nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/string.h:495,
from /nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/sys/un.h:37,
from ../posix/JackSocket.h:24,
from ../posix/JackSocketServerChannel.h:23,
from ../linux/JackPlatformPlug_os.h:71,
from ../common/JackPlatformPlug.h:23,
from ../common/JackClient.h:28,
from ../common/JackLibClient.h:23,
from ../common/JackLibClient.cpp:20:
In function ‘char* strncpy(char*, const char*, size_t)’,
inlined from ‘virtual int Jack::JackLibClient::Open(const char*, const char*, jack_uuid_t, jack_options_t, jack_status_t*)’ at ../common/JackLibClient.cpp:108:12:
/nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/bits/string_fortified.h:106:34: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ specified bound 257 equals destination size [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 8/246] Compiling common/JackActivationCount.cpp
[ 9/246] Compiling common/JackEngineProfiling.cpp
[ 10/246] Compiling posix/JackSocket.cpp
[ 11/246] Compiling common/JackTransportEngine.cpp
../posix/JackSocket.cpp: In function ‘void Jack::BuildName(const char*, char*, const char*, int, int, bool)’:
../posix/JackSocket.cpp:40:35: warning: ‘%s’ directive output may be truncated writing up to 256 bytes into a region of size 102 [-Wformat-truncation=]
40 | snprintf(res, size, "%s/jack_%s_%d_%d", dir, ext_client_name, JackTools::GetUID(), which);
| ^~ ~~~~~~~~~~~~~~~
In file included from /nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/stdio.h:867,
from /nix/store/3685naj70sfacpkmvx5srg4g9zkc4w0h-gcc-9.3.0/include/c++/9.3.0/cstdio:42,
from /nix/store/3685naj70sfacpkmvx5srg4g9zkc4w0h-gcc-9.3.0/include/c++/9.3.0/ext/string_conversions.h:43,
from /nix/store/3685naj70sfacpkmvx5srg4g9zkc4w0h-gcc-9.3.0/include/c++/9.3.0/bits/basic_string.h:6493,
from /nix/store/3685naj70sfacpkmvx5srg4g9zkc4w0h-gcc-9.3.0/include/c++/9.3.0/string:55,
from ../common/JackTools.h:42,
from ../posix/JackSocket.cpp:22:
/nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/bits/stdio2.h:67:35: note: ‘__builtin___snprintf_chk’ output 11 or more bytes (assuming 267) into a destination of size 108
67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
68 | __bos (__s), __fmt, __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../posix/JackSocket.cpp:38:35: warning: ‘%s’ directive output may be truncated writing up to 256 bytes into a region of size 102 [-Wformat-truncation=]
38 | snprintf(res, size, "%s/jack_%s_%d", dir, ext_client_name, which);
| ^~ ~~~~~~~~~~~~~~~
In file included from /nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/stdio.h:867,
from /nix/store/3685naj70sfacpkmvx5srg4g9zkc4w0h-gcc-9.3.0/include/c++/9.3.0/cstdio:42,
from /nix/store/3685naj70sfacpkmvx5srg4g9zkc4w0h-gcc-9.3.0/include/c++/9.3.0/ext/string_conversions.h:43,
from /nix/store/3685naj70sfacpkmvx5srg4g9zkc4w0h-gcc-9.3.0/include/c++/9.3.0/bits/basic_string.h:6493,
from /nix/store/3685naj70sfacpkmvx5srg4g9zkc4w0h-gcc-9.3.0/include/c++/9.3.0/string:55,
from ../common/JackTools.h:42,
from ../posix/JackSocket.cpp:22:
/nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/bits/stdio2.h:67:35: note: ‘__builtin___snprintf_chk’ output 9 or more bytes (assuming 265) into a destination of size 108
67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
68 | __bos (__s), __fmt, __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/string.h:495,
from /nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/sys/un.h:37,
from ../posix/JackSocket.h:24,
from ../posix/JackSocket.cpp:20:
In function ‘char* strncpy(char*, const char*, size_t)’,
inlined from ‘int Jack::JackServerSocket::Bind(const char*, const char*, int)’ at ../posix/JackSocket.cpp:278:12:
/nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/bits/string_fortified.h:106:34: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ output may be truncated copying 107 bytes from a string of length 255 [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 12/246] Compiling common/JackTools.cpp
[ 13/246] Compiling common/shm.c
../common/JackTools.cpp: In static member function ‘static void Jack::JackTools::CleanupFiles(const char*)’:
../common/JackTools.cpp:171:54: warning: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size between 0 and 511 [-Wformat-truncation=]
171 | snprintf(fullpath, sizeof(fullpath), "%s/%s", dir_name, dirent->d_name);
| ^~
In file included from /nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/stdio.h:867,
from /nix/store/3685naj70sfacpkmvx5srg4g9zkc4w0h-gcc-9.3.0/include/c++/9.3.0/cstdio:42,
from /nix/store/3685naj70sfacpkmvx5srg4g9zkc4w0h-gcc-9.3.0/include/c++/9.3.0/ext/string_conversions.h:43,
from /nix/store/3685naj70sfacpkmvx5srg4g9zkc4w0h-gcc-9.3.0/include/c++/9.3.0/bits/basic_string.h:6493,
from /nix/store/3685naj70sfacpkmvx5srg4g9zkc4w0h-gcc-9.3.0/include/c++/9.3.0/string:55,
from ../common/JackTools.h:42,
from ../common/JackTools.cpp:22:
/nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/bits/stdio2.h:67:35: note: ‘__builtin___snprintf_chk’ output between 2 and 768 bytes into a destination of size 512
67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
68 | __bos (__s), __fmt, __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 14/246] Compiling common/JackGlobals.cpp
In file included from /nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/string.h:495,
from ../common/shm.c:44:
In function ‘strncpy’,
inlined from ‘jack_register_server’ at ../common/shm.c:550:2:
/nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ output may be truncated copying 256 bytes from a string of length 256 [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘strncpy’,
inlined from ‘jack_shmalloc’ at ../common/shm.c:888:2,
inlined from ‘jack_shmalloc’ at ../common/shm.c:835:1:
/nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 15/246] Compiling posix/JackPosixMutex.cpp
[ 16/246] Compiling posix/JackPosixServerLaunch.cpp
[ 17/246] Compiling common/JackGenericClientChannel.cpp
[ 18/246] Compiling common/JackShmMem.cpp
[ 19/246] Compiling common/JackMidiAPI.cpp
[ 20/246] Compiling common/JackEngineControl.cpp
In file included from /nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/string.h:495,
from /nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/sys/un.h:37,
from ../posix/JackSocket.h:24,
from ../posix/JackSocketServerChannel.h:23,
from ../linux/JackPlatformPlug_os.h:71,
from ../common/JackPlatformPlug.h:23,
from ../common/JackClient.h:28,
from ../common/JackGenericClientChannel.cpp:21:
In function ‘char* strncpy(char*, const char*, size_t)’,
inlined from ‘virtual void Jack::JackGenericClientChannel::GetUUIDForClientName(int, const char*, char*, int*)’ at ../common/JackGenericClientChannel.cpp:232:12:
/nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/bits/string_fortified.h:106:34: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ output may be truncated copying 36 bytes from a string of length 36 [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘char* strncpy(char*, const char*, size_t)’,
inlined from ‘virtual void Jack::JackGenericClientChannel::GetClientNameForUUID(int, const char*, char*, int*)’ at ../common/JackGenericClientChannel.cpp:240:12:
/nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/bits/string_fortified.h:106:34: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ output may be truncated copying 64 bytes from a string of length 64 [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 21/246] Compiling posix/JackPosixThread.cpp
[ 22/246] Compiling posix/JackPosixProcessSync.cpp
[ 23/246] Compiling posix/JackSocketClientChannel.cpp
[ 24/246] Compiling common/JackMidiPort.cpp
[ 25/246] Compiling common/JackAudioPort.cpp
[ 26/246] Compiling common/JackMetadata.cpp
[ 27/246] Compiling common/JackPort.cpp
In file included from /nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/string.h:495,
from ../common/JackError.h:25,
from ../common/JackPort.cpp:22:
In function ‘char* strncpy(char*, const char*, size_t)’,
inlined from ‘int Jack::JackPort::GetAliases(char* const*)’ at ../common/JackPort.cpp:257:16:
/nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/bits/string_fortified.h:106:34: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ output may be truncated copying 320 bytes from a string of length 320 [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘char* strncpy(char*, const char*, size_t)’,
inlined from ‘int Jack::JackPort::GetAliases(char* const*)’ at ../common/JackPort.cpp:262:16:
/nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/bits/string_fortified.h:106:34: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ output may be truncated copying 320 bytes from a string of length 320 [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘char* strncpy(char*, const char*, size_t)’,
inlined from ‘int Jack::JackPort::SetAlias(const char*)’ at ../common/JackPort.cpp:274:16:
/nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/bits/string_fortified.h:106:34: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ specified bound 321 equals destination size [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘char* strncpy(char*, const char*, size_t)’,
inlined from ‘int Jack::JackPort::SetAlias(const char*)’ at ../common/JackPort.cpp:272:16:
/nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/bits/string_fortified.h:106:34: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ specified bound 321 equals destination size [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 28/246] Compiling common/JackPortType.cpp
[ 29/246] Compiling common/JackGraphManager.cpp
[ 30/246] Compiling common/JackLibAPI.cpp
../common/JackGraphManager.cpp: In member function ‘void Jack::JackGraphManager::Save(Jack::JackConnectionManager*)’:
../common/JackGraphManager.cpp:900:55: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of non-trivially copyable type ‘class Jack::JackConnectionManager’; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
900 | memcpy(dst, manager, sizeof(JackConnectionManager));
| ^
In file included from ../common/JackGraphManager.h:27,
from ../common/JackGraphManager.cpp:21:
../common/JackConnectionManager.h:411:21: note: ‘class Jack::JackConnectionManager’ declared here
411 | class SERVER_EXPORT JackConnectionManager
| ^~~~~~~~~~~~~~~~~~~~~
../common/JackGraphManager.cpp: In member function ‘void Jack::JackGraphManager::Restore(Jack::JackConnectionManager*)’:
../common/JackGraphManager.cpp:908:55: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of non-trivially copyable type ‘class Jack::JackConnectionManager’; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
908 | memcpy(manager, src, sizeof(JackConnectionManager));
| ^
In file included from ../common/JackGraphManager.h:27,
from ../common/JackGraphManager.cpp:21:
../common/JackConnectionManager.h:411:21: note: ‘class Jack::JackConnectionManager’ declared here
411 | class SERVER_EXPORT JackConnectionManager
| ^~~~~~~~~~~~~~~~~~~~~
In file included from ../common/JackGraphManager.h:28,
from ../common/JackGraphManager.cpp:21:
../common/JackAtomicState.h: In instantiation of ‘UInt32 Jack::JackAtomicState<T>::WriteNextStateStartAux() [with T = Jack::JackConnectionManager; UInt32 = unsigned int]’:
../common/JackAtomicState.h:194:35: required from ‘T* Jack::JackAtomicState<T>::WriteNextStateStart() [with T = Jack::JackConnectionManager]’
../common/JackGraphManager.cpp:87:58: required from here
../common/JackAtomicState.h:115:23: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of non-trivially copyable type ‘class Jack::JackConnectionManager’; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
115 | memcpy(&fState[next_index], &fState[cur_index], sizeof(T));
| ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../common/JackGraphManager.h:27,
from ../common/JackGraphManager.cpp:21:
../common/JackConnectionManager.h:411:21: note: ‘class Jack::JackConnectionManager’ declared here
411 | class SERVER_EXPORT JackConnectionManager
| ^~~~~~~~~~~~~~~~~~~~~
[ 31/246] Compiling common/JackException.cpp
[ 32/246] Compiling common/JackFrameTimer.cpp
../common/JackFrameTimer.cpp: In member function ‘void Jack::JackFrameTimer::ReadFrameTime(Jack::JackTimer*)’:
../common/JackFrameTimer.cpp:147:60: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of non-trivially copyable type ‘class Jack::JackTimer’; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
147 | memcpy(timer, ReadCurrentState(), sizeof(JackTimer));
| ^
In file included from ../common/JackFrameTimer.cpp:21:
../common/JackFrameTimer.h:36:21: note: ‘class Jack::JackTimer’ declared here
36 | class SERVER_EXPORT JackTimer
| ^~~~~~~~~
In file included from ../common/JackFrameTimer.h:24,
from ../common/JackFrameTimer.cpp:21:
../common/JackAtomicState.h: In instantiation of ‘UInt32 Jack::JackAtomicState<T>::WriteNextStateStartAux() [with T = Jack::JackTimer; UInt32 = unsigned int]’:
../common/JackAtomicState.h:194:35: required from ‘T* Jack::JackAtomicState<T>::WriteNextStateStart() [with T = Jack::JackTimer]’
../common/JackFrameTimer.cpp:128:48: required from here
../common/JackAtomicState.h:115:23: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of non-trivially copyable type ‘class Jack::JackTimer’; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
115 | memcpy(&fState[next_index], &fState[cur_index], sizeof(T));
| ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../common/JackFrameTimer.cpp:21:
../common/JackFrameTimer.h:36:21: note: ‘class Jack::JackTimer’ declared here
36 | class SERVER_EXPORT JackTimer
| ^~~~~~~~~
[ 33/246] Compiling common/JackConnectionManager.cpp
[ 34/246] Compiling common/JackError.cpp
[ 35/246] Compiling common/ringbuffer.c
[ 36/246] Compiling linux/JackLinuxFutex.cpp
[ 37/246] Compiling common/JackClient.cpp
[ 38/246] Compiling linux/JackLinuxTime.c
[ 39/246] Compiling common/promiscuous.c
[ 40/246] Compiling common/timestamps.c
[ 41/246] Compiling common/JackInternalSessionLoader.cpp
In file included from /nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/string.h:495,
from ../common/JackError.h:25,
from ../common/JackShmMem.h:24,
from ../common/JackGraphManager.h:24,
from ../common/JackClient.cpp:22:
In function ‘char* strncpy(char*, const char*, size_t)’,
inlined from ‘virtual int Jack::JackClient::SessionReply(jack_session_event_t*)’ at ../common/JackClient.cpp:1285:16:
/nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/bits/string_fortified.h:106:34: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ specified bound 256 equals destination size [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 42/246] Compiling posix/JackPosixMutex.cpp
[ 43/246] Linking build/common/libjack.so
[ 44/246] Compiling common/shm.c
[ 45/246] Compiling common/JackArgParser.cpp
In file included from /nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/string.h:495,
from ../common/shm.c:44:
In function ‘strncpy’,
inlined from ‘jack_register_server’ at ../common/shm.c:550:2:
/nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ output may be truncated copying 256 bytes from a string of length 256 [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘strncpy’,
inlined from ‘jack_shmalloc’ at ../common/shm.c:888:2,
inlined from ‘jack_shmalloc’ at ../common/shm.c:835:1:
/nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 46/246] Compiling common/JackMetadata.cpp
[ 47/246] Compiling common/JackGraphManager.cpp
[ 48/246] Compiling common/JackFrameTimer.cpp
../common/JackFrameTimer.cpp: In member function ‘void Jack::JackFrameTimer::ReadFrameTime(Jack::JackTimer*)’:
../common/JackFrameTimer.cpp:147:60: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of non-trivially copyable type ‘class Jack::JackTimer’; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
147 | memcpy(timer, ReadCurrentState(), sizeof(JackTimer));
| ^
In file included from ../common/JackFrameTimer.cpp:21:
../common/JackFrameTimer.h:36:21: note: ‘class Jack::JackTimer’ declared here
36 | class SERVER_EXPORT JackTimer
| ^~~~~~~~~
In file included from ../common/JackFrameTimer.h:24,
from ../common/JackFrameTimer.cpp:21:
../common/JackAtomicState.h: In instantiation of ‘UInt32 Jack::JackAtomicState<T>::WriteNextStateStartAux() [with T = Jack::JackTimer; UInt32 = unsigned int]’:
../common/JackAtomicState.h:194:35: required from ‘T* Jack::JackAtomicState<T>::WriteNextStateStart() [with T = Jack::JackTimer]’
../common/JackFrameTimer.cpp:128:48: required from here
../common/JackAtomicState.h:115:23: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of non-trivially copyable type ‘class Jack::JackTimer’; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
115 | memcpy(&fState[next_index], &fState[cur_index], sizeof(T));
| ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../common/JackFrameTimer.cpp:21:
../common/JackFrameTimer.h:36:21: note: ‘class Jack::JackTimer’ declared here
36 | class SERVER_EXPORT JackTimer
| ^~~~~~~~~
[ 49/246] Compiling common/JackTimedDriver.cpp
../common/JackGraphManager.cpp: In member function ‘void Jack::JackGraphManager::Save(Jack::JackConnectionManager*)’:
../common/JackGraphManager.cpp:900:55: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of non-trivially copyable type ‘class Jack::JackConnectionManager’; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
900 | memcpy(dst, manager, sizeof(JackConnectionManager));
| ^
In file included from ../common/JackGraphManager.h:27,
from ../common/JackGraphManager.cpp:21:
../common/JackConnectionManager.h:411:21: note: ‘class Jack::JackConnectionManager’ declared here
411 | class SERVER_EXPORT JackConnectionManager
| ^~~~~~~~~~~~~~~~~~~~~
../common/JackGraphManager.cpp: In member function ‘void Jack::JackGraphManager::Restore(Jack::JackConnectionManager*)’:
../common/JackGraphManager.cpp:908:55: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of non-trivially copyable type ‘class Jack::JackConnectionManager’; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
908 | memcpy(manager, src, sizeof(JackConnectionManager));
| ^
In file included from ../common/JackGraphManager.h:27,
from ../common/JackGraphManager.cpp:21:
../common/JackConnectionManager.h:411:21: note: ‘class Jack::JackConnectionManager’ declared here
411 | class SERVER_EXPORT JackConnectionManager
| ^~~~~~~~~~~~~~~~~~~~~
In file included from ../common/JackGraphManager.h:28,
from ../common/JackGraphManager.cpp:21:
../common/JackAtomicState.h: In instantiation of ‘UInt32 Jack::JackAtomicState<T>::WriteNextStateStartAux() [with T = Jack::JackConnectionManager; UInt32 = unsigned int]’:
../common/JackAtomicState.h:194:35: required from ‘T* Jack::JackAtomicState<T>::WriteNextStateStart() [with T = Jack::JackConnectionManager]’
../common/JackGraphManager.cpp:87:58: required from here
../common/JackAtomicState.h:115:23: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of non-trivially copyable type ‘class Jack::JackConnectionManager’; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
115 | memcpy(&fState[next_index], &fState[cur_index], sizeof(T));
| ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../common/JackGraphManager.h:27,
from ../common/JackGraphManager.cpp:21:
../common/JackConnectionManager.h:411:21: note: ‘class Jack::JackConnectionManager’ declared here
411 | class SERVER_EXPORT JackConnectionManager
| ^~~~~~~~~~~~~~~~~~~~~
[ 50/246] Compiling common/JackNetInterface.cpp
[ 51/246] Compiling common/JackInternalClient.cpp
[ 52/246] Compiling common/JackException.cpp
In file included from /nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/string.h:495,
from /nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/sys/un.h:37,
from ../posix/JackSocket.h:24,
from ../posix/JackSocketServerChannel.h:23,
from ../linux/JackPlatformPlug_os.h:71,
from ../common/JackPlatformPlug.h:23,
from ../common/JackDriverLoader.h:26,
from ../common/JackServerGlobals.h:24,
from ../common/JackInternalClient.cpp:22:
In function ‘char* strncpy(char*, const char*, size_t)’,
inlined from ‘virtual int Jack::JackInternalClient::Open(const char*, const char*, jack_uuid_t, jack_options_t, jack_status_t*)’ at ../common/JackInternalClient.cpp:79:12:
/nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/bits/string_fortified.h:106:34: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ specified bound 257 equals destination size [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 53/246] Compiling posix/JackSocketNotifyChannel.cpp
[ 54/246] Compiling common/JackEngineControl.cpp
[ 55/246] Compiling common/JackMidiRawOutputWriteQueue.cpp
[ 56/246] Compiling posix/JackSocketServerChannel.cpp
[ 57/246] Compiling common/JackNetTool.cpp
[ 58/246] Compiling common/JackError.cpp
[ 59/246] Compiling common/JackControlAPI.cpp
[ 60/246] Compiling common/ringbuffer.c
[ 61/246] Compiling common/JackFreewheelDriver.cpp
[ 62/246] Compiling common/JackServerGlobals.cpp
[ 63/246] Compiling common/JackConnectionManager.cpp
[ 64/246] Compiling common/JackMidiPort.cpp
[ 65/246] Compiling common/JackClient.cpp
[ 66/246] Compiling common/JackAudioPort.cpp
In file included from /nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/string.h:495,
from ../common/JackError.h:25,
from ../common/JackShmMem.h:24,
from ../common/JackGraphManager.h:24,
from ../common/JackClient.cpp:22:
In function ‘char* strncpy(char*, const char*, size_t)’,
inlined from ‘virtual int Jack::JackClient::SessionReply(jack_session_event_t*)’ at ../common/JackClient.cpp:1285:16:
/nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/bits/string_fortified.h:106:34: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ specified bound 256 equals destination size [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 67/246] Compiling posix/JackSocketServerNotifyChannel.cpp
[ 68/246] Compiling common/JackDriverLoader.cpp
[ 69/246] Compiling common/JackAPI.cpp
In file included from /nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/string.h:495,
from /nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/sys/un.h:37,
from ../posix/JackSocket.h:24,
from ../posix/JackSocketServerChannel.h:23,
from ../linux/JackPlatformPlug_os.h:71,
from ../common/JackPlatformPlug.h:23,
from ../common/JackDriverLoader.h:26,
from ../common/JackDriverLoader.cpp:22:
In function ‘char* strncpy(char*, const char*, size_t)’,
inlined from ‘jack_driver_desc_t* jack_get_descriptor(JSList*, const char*, const char*, const char*)’ at ../common/JackDriverLoader.cpp:473:12:
/nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/bits/string_fortified.h:106:34: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ output may be truncated copying 511 bytes from a string of length 1023 [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 70/246] Compiling common/JackRequestDecoder.cpp
[ 71/246] Compiling common/JackServerAPI.cpp
[ 72/246] Compiling common/JackExternalClient.cpp
[ 73/246] Compiling posix/JackPosixProcessSync.cpp
[ 74/246] Compiling posix/JackPosixThread.cpp
[ 75/246] Compiling common/JackWaitCallbackDriver.cpp
[ 76/246] Compiling common/JackAudioDriver.cpp
[ 77/246] Compiling common/promiscuous.c
[ 78/246] Compiling common/timestamps.c
[ 79/246] Compiling common/JackWaitThreadedDriver.cpp
[ 80/246] Compiling common/JackEngine.cpp
[ 81/246] Compiling common/JackDebugClient.cpp
../common/JackDebugClient.cpp: In member function ‘virtual int Jack::JackDebugClient::Open(const char*, const char*, jack_uuid_t, jack_options_t, jack_status_t*)’:
../common/JackDebugClient.cpp:94:60: warning: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size 239 [-Wformat-truncation=]
94 | snprintf(provstr, sizeof(provstr), "JackClientDebug-%s-%s.log", name, buffer);
| ^~ ~~~~~~
In file included from /nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/stdio.h:867,
from /nix/store/3685naj70sfacpkmvx5srg4g9zkc4w0h-gcc-9.3.0/include/c++/9.3.0/cstdio:42,
from /nix/store/3685naj70sfacpkmvx5srg4g9zkc4w0h-gcc-9.3.0/include/c++/9.3.0/ext/string_conversions.h:43,
from /nix/store/3685naj70sfacpkmvx5srg4g9zkc4w0h-gcc-9.3.0/include/c++/9.3.0/bits/basic_string.h:6493,
from /nix/store/3685naj70sfacpkmvx5srg4g9zkc4w0h-gcc-9.3.0/include/c++/9.3.0/string:55,
from /nix/store/3685naj70sfacpkmvx5srg4g9zkc4w0h-gcc-9.3.0/include/c++/9.3.0/stdexcept:39,
from ../common/JackException.h:25,
from ../posix/JackPosixMutex.h:25,
from ../linux/JackPlatformPlug_os.h:44,
from ../common/JackPlatformPlug.h:23,
from ../common/JackClient.h:28,
from ../common/JackDebugClient.h:25,
from ../common/JackDebugClient.cpp:20:
/nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/bits/stdio2.h:67:35: note: ‘__builtin___snprintf_chk’ output 22 or more bytes (assuming 277) into a destination of size 256
67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
68 | __bos (__s), __fmt, __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 82/246] Compiling common/JackEngineProfiling.cpp
In file included from /nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/string.h:495,
from ../common/JackError.h:25,
from ../common/JackShmMem.h:24,
from ../common/JackGraphManager.h:24,
from ../common/JackEngine.h:24,
from ../common/JackLockedEngine.h:23,
from ../common/JackEngine.cpp:27:
In function ‘char* strncpy(char*, const char*, size_t)’,
inlined from ‘int Jack::JackEngine::GetInternalClientName(int, char*)’ at ../common/JackEngine.cpp:442:12:
/nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/bits/string_fortified.h:106:34: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ output may be truncated copying 64 bytes from a string of length 64 [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘char* strncpy(char*, const char*, size_t)’,
inlined from ‘Jack::JackSessionCommand::JackSessionCommand(const char*, const char*, const char*, jack_session_flags_t)’ at ../common/JackRequest.h:1256:16,
inlined from ‘void Jack::JackEngine::SessionNotify(int, const char*, jack_session_event_type_t, const char*, Jack::detail::JackChannelTransactionInterface*, Jack::JackSessionNotifyResult**)’ at ../common/JackEngine.cpp:1158:56:
/nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/bits/string_fortified.h:106:34: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ output may be truncated copying 36 bytes from a string of length 36 [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘char* strncpy(char*, const char*, size_t)’,
inlined from ‘Jack::JackSessionCommand::JackSessionCommand(const char*, const char*, const char*, jack_session_flags_t)’ at ../common/JackRequest.h:1257:16,
inlined from ‘void Jack::JackEngine::SessionNotify(int, const char*, jack_session_event_type_t, const char*, Jack::detail::JackChannelTransactionInterface*, Jack::JackSessionNotifyResult**)’ at ../common/JackEngine.cpp:1158:56:
/nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/bits/string_fortified.h:106:34: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ output may be truncated copying 64 bytes from a string of length 64 [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘char* strncpy(char*, const char*, size_t)’,
inlined from ‘Jack::JackSessionCommand::JackSessionCommand(const char*, const char*, const char*, jack_session_flags_t)’ at ../common/JackRequest.h:1256:16,
inlined from ‘int Jack::JackEngine::SessionReply(int)’ at ../common/JackEngine.cpp:1183:44:
/nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/bits/string_fortified.h:106:34: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ output may be truncated copying 36 bytes from a string of length 36 [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘char* strncpy(char*, const char*, size_t)’,
inlined from ‘Jack::JackSessionCommand::JackSessionCommand(const char*, const char*, const char*, jack_session_flags_t)’ at ../common/JackRequest.h:1257:16,
inlined from ‘int Jack::JackEngine::SessionReply(int)’ at ../common/JackEngine.cpp:1183:44:
/nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/bits/string_fortified.h:106:34: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ output may be truncated copying 64 bytes from a string of length 64 [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘char* strncpy(char*, const char*, size_t)’,
inlined from ‘int Jack::JackEngine::GetClientNameForUUID(const char*, char*)’ at ../common/JackEngine.cpp:1228:20:
/nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/bits/string_fortified.h:106:34: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ output may be truncated copying 64 bytes from a string of length 64 [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 83/246] Compiling linux/JackLinuxFutex.cpp
[ 84/246] Compiling common/JackRestartThreadedDriver.cpp
[ 85/246] Compiling common/JackActivationCount.cpp
[ 86/246] Compiling common/JackTools.cpp
[ 87/246] Compiling common/JackMidiWriteQueue.cpp
[ 88/246] Compiling common/JackMessageBuffer.cpp
../common/JackTools.cpp: In static member function ‘static void Jack::JackTools::CleanupFiles(const char*)’:
../common/JackTools.cpp:171:54: warning: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size between 0 and 511 [-Wformat-truncation=]
171 | snprintf(fullpath, sizeof(fullpath), "%s/%s", dir_name, dirent->d_name);
| ^~
In file included from /nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/stdio.h:867,
from /nix/store/3685naj70sfacpkmvx5srg4g9zkc4w0h-gcc-9.3.0/include/c++/9.3.0/cstdio:42,
from /nix/store/3685naj70sfacpkmvx5srg4g9zkc4w0h-gcc-9.3.0/include/c++/9.3.0/ext/string_conversions.h:43,
from /nix/store/3685naj70sfacpkmvx5srg4g9zkc4w0h-gcc-9.3.0/include/c++/9.3.0/bits/basic_string.h:6493,
from /nix/store/3685naj70sfacpkmvx5srg4g9zkc4w0h-gcc-9.3.0/include/c++/9.3.0/string:55,
from ../common/JackTools.h:42,
from ../common/JackTools.cpp:22:
/nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/bits/stdio2.h:67:35: note: ‘__builtin___snprintf_chk’ output between 2 and 768 bytes into a destination of size 512
67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
68 | __bos (__s), __fmt, __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 89/246] Compiling common/JackMidiUtil.cpp
[ 90/246] Compiling common/JackTransportEngine.cpp
[ 91/246] Compiling common/JackDriver.cpp
[ 92/246] Compiling common/JackMidiSendQueue.cpp
[ 93/246] Compiling common/JackThreadedDriver.cpp
[ 94/246] Compiling common/JackGlobals.cpp
[ 95/246] Compiling common/JackGenericClientChannel.cpp
[ 96/246] Compiling common/JackMidiReceiveQueue.cpp
[ 97/246] Compiling common/JackShmMem.cpp
[ 98/246] Compiling common/JackMidiReadQueue.cpp
[ 99/246] Compiling common/JackMidiDriver.cpp
In file included from /nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/string.h:495,
from /nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/sys/un.h:37,
from ../posix/JackSocket.h:24,
from ../posix/JackSocketServerChannel.h:23,
from ../linux/JackPlatformPlug_os.h:71,
from ../common/JackPlatformPlug.h:23,
from ../common/JackClient.h:28,
from ../common/JackGenericClientChannel.cpp:21:
In function ‘char* strncpy(char*, const char*, size_t)’,
inlined from ‘virtual void Jack::JackGenericClientChannel::GetUUIDForClientName(int, const char*, char*, int*)’ at ../common/JackGenericClientChannel.cpp:232:12:
/nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/bits/string_fortified.h:106:34: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ output may be truncated copying 36 bytes from a string of length 36 [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘char* strncpy(char*, const char*, size_t)’,
inlined from ‘virtual void Jack::JackGenericClientChannel::GetClientNameForUUID(int, const char*, char*, int*)’ at ../common/JackGenericClientChannel.cpp:240:12:
/nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/bits/string_fortified.h:106:34: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ output may be truncated copying 64 bytes from a string of length 64 [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[100/246] Compiling common/JackServer.cpp
[101/246] Compiling linux/JackLinuxTime.c
In file included from /nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/string.h:495,
from /nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/sys/un.h:37,
from ../posix/JackSocket.h:24,
from ../posix/JackSocketServerChannel.h:23,
from ../linux/JackPlatformPlug_os.h:71,
from ../common/JackPlatformPlug.h:23,
from ../common/JackDriverLoader.h:26,
from ../common/JackServerGlobals.h:24,
from ../common/JackServer.cpp:22:
In function ‘char* strncpy(char*, const char*, size_t)’,
inlined from ‘Jack::JackEngineControl::JackEngineControl(bool, bool, long int, bool, long int, bool, jack_timer_type_t, const char*)’ at ../common/JackEngineControl.h:120:16,
inlined from ‘Jack::JackServer::JackServer(bool, bool, int, bool, int, int, bool, jack_timer_type_t, char, const char*)’ at ../common/JackServer.cpp:57:111:
/nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/bits/string_fortified.h:106:34: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ specified bound 257 equals destination size [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[102/246] Compiling common/JackMidiAPI.cpp
[103/246] Compiling common/JackMidiRawInputWriteQueue.cpp
[104/246] Compiling common/JackMidiBufferWriteQueue.cpp
[105/246] Compiling posix/JackSocket.cpp
[106/246] Compiling common/JackMidiBufferReadQueue.cpp
../posix/JackSocket.cpp: In function ‘void Jack::BuildName(const char*, char*, const char*, int, int, bool)’:
../posix/JackSocket.cpp:40:35: warning: ‘%s’ directive output may be truncated writing up to 256 bytes into a region of size 102 [-Wformat-truncation=]
40 | snprintf(res, size, "%s/jack_%s_%d_%d", dir, ext_client_name, JackTools::GetUID(), which);
| ^~ ~~~~~~~~~~~~~~~
In file included from /nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/stdio.h:867,
from /nix/store/3685naj70sfacpkmvx5srg4g9zkc4w0h-gcc-9.3.0/include/c++/9.3.0/cstdio:42,
from /nix/store/3685naj70sfacpkmvx5srg4g9zkc4w0h-gcc-9.3.0/include/c++/9.3.0/ext/string_conversions.h:43,
from /nix/store/3685naj70sfacpkmvx5srg4g9zkc4w0h-gcc-9.3.0/include/c++/9.3.0/bits/basic_string.h:6493,
from /nix/store/3685naj70sfacpkmvx5srg4g9zkc4w0h-gcc-9.3.0/include/c++/9.3.0/string:55,
from ../common/JackTools.h:42,
from ../posix/JackSocket.cpp:22:
/nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/bits/stdio2.h:67:35: note: ‘__builtin___snprintf_chk’ output 11 or more bytes (assuming 267) into a destination of size 108
67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
68 | __bos (__s), __fmt, __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../posix/JackSocket.cpp:38:35: warning: ‘%s’ directive output may be truncated writing up to 256 bytes into a region of size 102 [-Wformat-truncation=]
38 | snprintf(res, size, "%s/jack_%s_%d", dir, ext_client_name, which);
| ^~ ~~~~~~~~~~~~~~~
In file included from /nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/stdio.h:867,
from /nix/store/3685naj70sfacpkmvx5srg4g9zkc4w0h-gcc-9.3.0/include/c++/9.3.0/cstdio:42,
from /nix/store/3685naj70sfacpkmvx5srg4g9zkc4w0h-gcc-9.3.0/include/c++/9.3.0/ext/string_conversions.h:43,
from /nix/store/3685naj70sfacpkmvx5srg4g9zkc4w0h-gcc-9.3.0/include/c++/9.3.0/bits/basic_string.h:6493,
from /nix/store/3685naj70sfacpkmvx5srg4g9zkc4w0h-gcc-9.3.0/include/c++/9.3.0/string:55,
from ../common/JackTools.h:42,
from ../posix/JackSocket.cpp:22:
/nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/bits/stdio2.h:67:35: note: ‘__builtin___snprintf_chk’ output 9 or more bytes (assuming 265) into a destination of size 108
67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
68 | __bos (__s), __fmt, __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/string.h:495,
from /nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/sys/un.h:37,
from ../posix/JackSocket.h:24,
from ../posix/JackSocket.cpp:20:
In function ‘char* strncpy(char*, const char*, size_t)’,
inlined from ‘int Jack::JackServerSocket::Bind(const char*, const char*, int)’ at ../posix/JackSocket.cpp:278:12:
/nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/bits/string_fortified.h:106:34: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ output may be truncated copying 107 bytes from a string of length 255 [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[107/246] Compiling common/JackMidiAsyncWaitQueue.cpp
[108/246] Compiling common/JackMidiAsyncQueue.cpp
[109/246] Compiling posix/JackNetUnixSocket.cpp
[110/246] Compiling common/JackPortType.cpp
[111/246] Compiling common/JackPort.cpp
In file included from /nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/string.h:495,
from ../common/JackError.h:25,
from ../common/JackPort.cpp:22:
In function ‘char* strncpy(char*, const char*, size_t)’,
inlined from ‘int Jack::JackPort::GetAliases(char* const*)’ at ../common/JackPort.cpp:257:16:
/nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/bits/string_fortified.h:106:34: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ output may be truncated copying 320 bytes from a string of length 320 [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘char* strncpy(char*, const char*, size_t)’,
inlined from ‘int Jack::JackPort::GetAliases(char* const*)’ at ../common/JackPort.cpp:262:16:
/nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/bits/string_fortified.h:106:34: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ output may be truncated copying 320 bytes from a string of length 320 [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘char* strncpy(char*, const char*, size_t)’,
inlined from ‘int Jack::JackPort::SetAlias(const char*)’ at ../common/JackPort.cpp:274:16:
/nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/bits/string_fortified.h:106:34: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ specified bound 321 equals destination size [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘char* strncpy(char*, const char*, size_t)’,
inlined from ‘int Jack::JackPort::SetAlias(const char*)’ at ../common/JackPort.cpp:272:16:
/nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/bits/string_fortified.h:106:34: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ specified bound 321 equals destination size [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[112/246] Compiling common/JackGlobals.cpp
[113/246] Compiling common/JackNetInterface.cpp
[114/246] Compiling posix/JackNetUnixSocket.cpp
[115/246] Linking build/common/libjackserver.so
[116/246] Compiling common/ringbuffer.c
[117/246] Compiling common/JackNetAPI.cpp
[118/246] Compiling common/JackResampler.cpp
[119/246] Compiling common/JackLibSampleRateResampler.cpp
[120/246] Compiling common/JackException.cpp
[121/246] Compiling common/JackAudioAdapterInterface.cpp
[122/246] Compiling common/JackNetTool.cpp
../common/JackNetAPI.cpp: In function ‘jack_net_slave_t* jack_net_slave_open(const char*, int, const char*, jack_slave_t*, jack_master_t*)’:
../common/JackNetAPI.cpp:541:59: warning: ‘_’ directive output may be truncated writing 1 byte into a region of size between 0 and 64 [-Wformat-truncation=]
541 | snprintf(fParams.fName, JACK_CLIENT_NAME_SIZE, "%s_%s", host_name, name);
| ^
In file included from /nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/stdio.h:867,
from /nix/store/3685naj70sfacpkmvx5srg4g9zkc4w0h-gcc-9.3.0/include/c++/9.3.0/cstdio:42,
from /nix/store/3685naj70sfacpkmvx5srg4g9zkc4w0h-gcc-9.3.0/include/c++/9.3.0/ext/string_conversions.h:43,
from /nix/store/3685naj70sfacpkmvx5srg4g9zkc4w0h-gcc-9.3.0/include/c++/9.3.0/bits/basic_string.h:6493,
from /nix/store/3685naj70sfacpkmvx5srg4g9zkc4w0h-gcc-9.3.0/include/c++/9.3.0/string:55,
from /nix/store/3685naj70sfacpkmvx5srg4g9zkc4w0h-gcc-9.3.0/include/c++/9.3.0/stdexcept:39,
from ../common/JackException.h:25,
from ../posix/JackPosixMutex.h:25,
from ../linux/JackPlatformPlug_os.h:44,
from ../common/JackPlatformPlug.h:23,
from ../common/JackMidiPort.h:26,
from ../common/JackNetTool.h:20,
from ../common/JackNetInterface.h:23,
from ../common/JackNetAPI.cpp:23:
/nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/bits/stdio2.h:67:35: note: ‘__builtin___snprintf_chk’ output 2 or more bytes (assuming 66) into a destination of size 64
67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
68 | __bos (__s), __fmt, __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[123/246] Compiling posix/JackPosixThread.cpp
[124/246] Compiling linux/JackLinuxTime.c
[125/246] Compiling posix/JackPosixMutex.cpp
[126/246] Compiling example-clients/inprocess.c
[127/246] Compiling common/JackNetManager.cpp
[128/246] Linking build/example-clients/inprocess.so
[129/246] Linking build/common/libjacknet.so
[130/246] Compiling common/JackProfiler.cpp
[131/246] Compiling common/JackResampler.cpp
[132/246] Linking build/common/profiler.so
[133/246] Compiling common/JackAudioAdapter.cpp
[134/246] Compiling common/JackAudioAdapterInterface.cpp
[135/246] Linking build/common/netmanager.so
[136/246] Compiling common/JackNetAdapter.cpp
[137/246] Compiling common/JackLibSampleRateResampler.cpp
[138/246] Compiling common/Jackdmp.cpp
In file included from /nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/string.h:495,
from ../common/JackAtomicState.h:25,
from ../common/JackFilters.h:29,
from ../common/JackAudioAdapterInterface.h:24,
from ../common/JackNetAdapter.h:23,
from ../common/JackNetAdapter.cpp:19:
In function ‘char* strncpy(char*, const char*, size_t)’,
inlined from ‘Jack::JackNetAdapter::JackNetAdapter(jack_client_t*, jack_nframes_t, jack_nframes_t, const JSList*)’ at ../common/JackNetAdapter.cpp:92:28:
/nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/bits/string_fortified.h:106:34: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ output may be truncated copying 64 bytes from a string of length 127 [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[139/246] Compiling dbus/reserve.c
[140/246] Linking build/common/netadapter.so
[141/246] Compiling dbus/audio_reserve.c
[142/246] Compiling common/JackDummyDriver.cpp
[143/246] Compiling common/JackLoopbackDriver.cpp
[144/246] Linking build/jackd
[145/246] Linking build/jack_dummy.so
[146/246] Linking build/jack_loopback.so
[147/246] Compiling common/JackNetDriver.cpp
[148/246] Compiling common/netjack.c
[149/246] Compiling common/JackNetOneDriver.cpp
In file included from /nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/string.h:495,
from /nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/sys/un.h:37,
from ../posix/JackSocket.h:24,
from ../posix/JackSocketServerChannel.h:23,
from ../linux/JackPlatformPlug_os.h:71,
from ../common/JackPlatformPlug.h:23,
from ../common/JackDriver.h:27,
from ../common/JackAudioDriver.h:24,
from ../common/JackTimedDriver.h:24,
from ../common/JackNetDriver.h:23,
from ../common/JackNetDriver.cpp:21:
In function ‘char* strncpy(char*, const char*, size_t)’,
inlined from ‘Jack::JackDriverClientInterface* Jack::driver_initialize(Jack::JackLockedEngine*, Jack::JackSynchro*, const JSList*)’ at ../common/JackNetDriver.cpp:787:32:
/nix/store/5bjx1chzhf5ddf4z85sa4igjz1nq650l-glibc-2.31-74-dev/include/bits/string_fortified.h:106:34: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ output may be truncated copying 64 bytes from a string of length 127 [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[150/246] Compiling common/netjack_packet.c
../common/JackNetOneDriver.cpp: In member function ‘void Jack::JackNetOneDriver::render_payload_to_jack_ports_opus(void*, jack_nframes_t, JSList*, JSList*, jack_nframes_t)’:
../common/JackNetOneDriver.cpp:805:41: warning: ignoring return value of ‘int opus_custom_decode_float(OpusCustomDecoder*, const unsigned char*, int, float*, int)’, declared with attribute warn_unused_result [-Wunused-result]
805 | opus_custom_decode_float( decoder, packet_bufX + CDO, len, buf, nframes );
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[151/246] Linking build/jack_net.so
../common/netjack_packet.c: In function ‘render_payload_to_jack_ports_opus’:
../common/netjack_packet.c:1386:17: warning: ignoring return value of ‘opus_custom_decode_float’, declared with attribute warn_unused_result [-Wunused-result]
1386 | opus_custom_decode_float( decoder, packet_bufX + CDO, len, buf, nframes );
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[152/246] Compiling common/JackProxyDriver.cpp
[153/246] Linking build/jack_netone.so
[154/246] Compiling example-clients/freewheel.c
[155/246] Compiling example-clients/connect.c
[156/246] Linking build/example-clients/jack_freewheel
[157/246] Linking build/example-clients/jack_connect
[158/246] Compiling example-clients/lsp.c
../example-clients/lsp.c: In function ‘main’:
../example-clients/lsp.c:249:6: warning: ‘jack_port_get_total_latency’ is deprecated [-Wdeprecated-declarations]
249 | jack_port_get_total_latency (client, port));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../example-clients/lsp.c:26:
../common/jack/jack.h:1238:16: note: declared here
1238 | jack_nframes_t jack_port_get_total_latency (jack_client_t *client,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
[159/246] Compiling example-clients/metro.c
../example-clients/metro.c: In function ‘main’:
../example-clients/metro.c:138:6: warning: variable ‘verbose’ set but not used [-Wunused-but-set-variable]
138 | int verbose = 0;
| ^~~~~~~
[160/246] Linking build/example-clients/jack_lsp
[161/246] Linking build/example-clients/jack_metro
[162/246] Compiling example-clients/midiseq.c
[163/246] Linking build/jack_proxy.so
../example-clients/midiseq.c: In function ‘main’:
../example-clients/midiseq.c:85:17: warning: variable ‘nframes’ set but not used [-Wunused-but-set-variable]
85 | jack_nframes_t nframes;
| ^~~~~~~
[164/246] Compiling example-clients/midisine.c
[165/246] Linking build/example-clients/jack_midiseq
[166/246] Compiling example-clients/showtime.c
[167/246] Linking build/example-clients/jack_midisine
[168/246] Compiling example-clients/simple_client.c
[169/246] Linking build/example-clients/jack_showtime
[170/246] Compiling example-clients/zombie.c
[171/246] Linking build/example-clients/jack_simple_client
[172/246] Compiling example-clients/ipload.c
[173/246] Linking build/example-clients/jack_zombie
[174/246] Compiling example-clients/ipunload.c
[175/246] Linking build/example-clients/jack_load
[176/246] Compiling example-clients/alias.c
[177/246] Linking build/example-clients/jack_unload
[178/246] Compiling example-clients/bufsize.c
[179/246] Linking build/example-clients/jack_alias
[180/246] Linking build/example-clients/jack_bufsize
[181/246] Compiling example-clients/wait.c
[182/246] Compiling example-clients/samplerate.c
[183/246] Compiling example-clients/evmon.c
[184/246] Linking build/example-clients/jack_wait
[185/246] Linking build/example-clients/jack_samplerate
[186/246] Compiling example-clients/monitor_client.c
[187/246] Linking build/example-clients/jack_evmon
[188/246] Linking build/example-clients/jack_monitor_client
[189/246] Compiling example-clients/thru_client.c
[190/246] Compiling example-clients/cpu_load.c
[191/246] Compiling example-clients/simple_session_client.c
[192/246] Linking build/example-clients/jack_thru
[193/246] Linking build/example-clients/jack_simple_session_client
[194/246] Linking build/example-clients/jack_cpu_load
[195/246] Compiling example-clients/session_notify.c
[196/246] Compiling example-clients/server_control.cpp
[197/246] Compiling example-clients/netslave.c
../example-clients/netslave.c: In function ‘main’:
../example-clients/netslave.c:136:5: warning: ‘jack_set_net_slave_shutdown_callback’ is deprecated [-Wdeprecated-declarations]
136 | jack_set_net_slave_shutdown_callback(net, net_shutdown, NULL);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../example-clients/netslave.c:30:
../common/jack/net.h:233:5: note: declared here
233 | int jack_set_net_slave_shutdown_callback(jack_net_slave_t *net, JackNetSlaveShutdownCallback shutdown_callback, void *arg) JACK_OPTIONAL_WEAK_DEPRECATED_EXPORT;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[198/246] Linking build/example-clients/jack_server_control
[199/246] Linking build/example-clients/jack_net_slave
[200/246] Linking build/example-clients/jack_session_notify
[201/246] Compiling example-clients/netmaster.c
[202/246] Compiling example-clients/latent_client.c
[203/246] Compiling example-clients/midi_dump.c
[204/246] Linking build/example-clients/jack_latent_client
[205/246] Linking build/example-clients/jack_net_master
[206/246] Compiling example-clients/midi_latency_test.c
[207/246] Linking build/example-clients/jack_midi_dump
[208/246] Compiling example-clients/simdtests.cpp
[209/246] Compiling example-clients/property.c
[210/246] Linking build/example-clients/jack_midi_latency_test
[211/246] Linking build/example-clients/jack_property
[212/246] Compiling example-clients/transport.c
[213/246] Compiling example-clients/capture_client.c
[214/246] Linking build/example-clients/jack_transport
[215/246] Linking build/example-clients/jack_rec
[216/246] Linking build/example-clients/jack_simdtests
[217/246] Compiling common/netjack_packet.c
[218/246] Compiling example-clients/netsource.c
../common/netjack_packet.c: In function ‘render_payload_to_jack_ports_opus’:
../common/netjack_packet.c:1386:17: warning: ignoring return value of ‘opus_custom_decode_float’, declared with attribute warn_unused_result [-Wunused-result]
1386 | opus_custom_decode_float( decoder, packet_bufX + CDO, len, buf, nframes );
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[219/246] Compiling tests/test.cpp
[220/246] Compiling tests/cpu.c
../tests/cpu.c: In function ‘process’:
../tests/cpu.c:81:31: warning: variable ‘in’ set but not used [-Wunused-but-set-variable]
81 | jack_default_audio_sample_t *in, *out;
| ^~
[221/246] Linking build/example-clients/jack_netsource
[222/246] Linking build/tests/jack_cpu
[223/246] Compiling tests/iodelay.cpp
[224/246] Compiling tests/external_metro.cpp
[225/246] Linking build/tests/jack_test
[226/246] Linking build/tests/jack_iodelay
[227/246] Linking build/tests/jack_multiple_metro
[228/246] Compiling linux/uptime.c
[229/246] Compiling dbus/controller_iface_introspectable.c
[230/246] Compiling dbus/reserve.c
[231/246] Compiling dbus/xml_write_raw.c
[232/246] Compiling dbus/sigsegv.c
[233/246] Compiling dbus/params.c
../dbus/sigsegv.c: In function ‘signal_segv’:
../dbus/sigsegv.c:65:17: warning: unused variable ‘ucontext’ [-Wunused-variable]
65 | ucontext_t *ucontext = (ucontext_t*)ptr;
| ^~~~~~~~
[234/246] Compiling dbus/controller.c
[235/246] Compiling dbus/xml_expat.c
[236/246] Compiling dbus/xml.c
[237/246] Compiling dbus/controller_iface_patchbay.c
[238/246] Compiling dbus/controller_iface_transport.c
[239/246] Compiling dbus/jackdbus.c
[240/246] Compiling dbus/controller_iface_configure.c
[241/246] Compiling dbus/controller_iface_control.c
[242/246] Compiling dbus/controller_iface_session_manager.c
[243/246] Linking build/dbus/jackdbus
[244/246] Symlinking build/common/libjack.so
[245/246] Symlinking build/common/libjackserver.so
[246/246] Symlinking build/common/libjacknet.so
Waf: Leaving directory `/build/source/build'
'build' finished successfully (1m4.547s)
@nix { "action": "setPhase", "phase": "installPhase" }
installing
install flags: install
Waf: Entering directory `/build/source/build'
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/lib/libjack.so.0.1.0 (from build/common/libjack.so)
+ symlink /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/lib/libjack.so.0 (to libjack.so.0.1.0)
+ symlink /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/lib/libjack.so (to libjack.so.0.1.0)
+ symlink /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/lib/libjackserver.so.0 (to libjackserver.so.0.1.0)
+ symlink /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/lib/libjackserver.so (to libjackserver.so.0.1.0)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/lib/libjackserver.so.0.1.0 (from build/common/libjackserver.so)
+ symlink /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/lib/libjacknet.so.0 (to libjacknet.so.0.1.0)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/lib/libjacknet.so.0.1.0 (from build/common/libjacknet.so)
+ symlink /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/lib/libjacknet.so (to libjacknet.so.0.1.0)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/lib/jack/netmanager.so (from build/common/netmanager.so)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/lib/jack/profiler.so (from build/common/profiler.so)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/lib/jack/netadapter.so (from build/common/netadapter.so)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/include/jack/control.h (from common/jack/control.h)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/include/jack/intclient.h (from common/jack/intclient.h)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/include/jack/jack.h (from common/jack/jack.h)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/include/jack/jslist.h (from common/jack/jslist.h)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/include/jack/metadata.h (from common/jack/metadata.h)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/include/jack/midiport.h (from common/jack/midiport.h)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/include/jack/net.h (from common/jack/net.h)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/include/jack/ringbuffer.h (from common/jack/ringbuffer.h)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/include/jack/session.h (from common/jack/session.h)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/include/jack/statistics.h (from common/jack/statistics.h)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/include/jack/systemdeps.h (from common/jack/systemdeps.h)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/include/jack/thread.h (from common/jack/thread.h)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/include/jack/transport.h (from common/jack/transport.h)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/include/jack/types.h (from common/jack/types.h)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/include/jack/uuid.h (from common/jack/uuid.h)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/include/jack/weakjack.h (from common/jack/weakjack.h)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/include/jack/weakmacros.h (from common/jack/weakmacros.h)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/lib/pkgconfig/jack.pc (from build/jack.pc)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/bin/jackd (from build/jackd)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/lib/jack/jack_dummy.so (from build/jack_dummy.so)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/lib/jack/jack_loopback.so (from build/jack_loopback.so)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/lib/jack/jack_net.so (from build/jack_net.so)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/lib/jack/jack_netone.so (from build/jack_netone.so)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/lib/jack/jack_proxy.so (from build/jack_proxy.so)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/bin/jack_freewheel (from build/example-clients/jack_freewheel)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/bin/jack_connect (from build/example-clients/jack_connect)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/bin/jack_lsp (from build/example-clients/jack_lsp)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/bin/jack_metro (from build/example-clients/jack_metro)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/bin/jack_midiseq (from build/example-clients/jack_midiseq)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/bin/jack_midisine (from build/example-clients/jack_midisine)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/bin/jack_showtime (from build/example-clients/jack_showtime)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/bin/jack_simple_client (from build/example-clients/jack_simple_client)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/bin/jack_zombie (from build/example-clients/jack_zombie)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/bin/jack_load (from build/example-clients/jack_load)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/bin/jack_unload (from build/example-clients/jack_unload)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/bin/jack_alias (from build/example-clients/jack_alias)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/bin/jack_bufsize (from build/example-clients/jack_bufsize)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/bin/jack_wait (from build/example-clients/jack_wait)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/bin/jack_samplerate (from build/example-clients/jack_samplerate)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/bin/jack_evmon (from build/example-clients/jack_evmon)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/bin/jack_monitor_client (from build/example-clients/jack_monitor_client)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/bin/jack_thru (from build/example-clients/jack_thru)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/bin/jack_cpu_load (from build/example-clients/jack_cpu_load)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/bin/jack_simple_session_client (from build/example-clients/jack_simple_session_client)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/bin/jack_session_notify (from build/example-clients/jack_session_notify)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/bin/jack_server_control (from build/example-clients/jack_server_control)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/bin/jack_net_slave (from build/example-clients/jack_net_slave)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/bin/jack_net_master (from build/example-clients/jack_net_master)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/bin/jack_latent_client (from build/example-clients/jack_latent_client)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/bin/jack_midi_dump (from build/example-clients/jack_midi_dump)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/bin/jack_midi_latency_test (from build/example-clients/jack_midi_latency_test)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/bin/jack_simdtests (from build/example-clients/jack_simdtests)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/bin/jack_property (from build/example-clients/jack_property)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/bin/jack_transport (from build/example-clients/jack_transport)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/bin/jack_rec (from build/example-clients/jack_rec)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/bin/jack_netsource (from build/example-clients/jack_netsource)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/lib/jack/inprocess.so (from build/example-clients/inprocess.so)
+ symlink /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/bin/jack_disconnect (to jack_connect)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/bin/jack_control (from example-clients/jack_control)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/share/man/man1/alsa_in.1 (from man/alsa_in.1)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/share/man/man1/alsa_out.1 (from man/alsa_out.1)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/share/man/man1/jack_bufsize.1 (from man/jack_bufsize.1)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/share/man/man1/jack_connect.1 (from man/jack_connect.1)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/share/man/man1/jack_disconnect.1 (from man/jack_disconnect.1)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/share/man/man1/jack_freewheel.1 (from man/jack_freewheel.1)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/share/man/man1/jack_impulse_grabber.1 (from man/jack_impulse_grabber.1)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/share/man/man1/jack_iodelay.1 (from man/jack_iodelay.1)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/share/man/man1/jack_load.1 (from man/jack_load.1)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/share/man/man1/jack_lsp.1 (from man/jack_lsp.1)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/share/man/man1/jack_metro.1 (from man/jack_metro.1)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/share/man/man1/jack_monitor_client.1 (from man/jack_monitor_client.1)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/share/man/man1/jack_netsource.1 (from man/jack_netsource.1)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/share/man/man1/jack_property.1 (from man/jack_property.1)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/share/man/man1/jack_samplerate.1 (from man/jack_samplerate.1)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/share/man/man1/jack_showtime.1 (from man/jack_showtime.1)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/share/man/man1/jack_simple_client.1 (from man/jack_simple_client.1)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/share/man/man1/jack_transport.1 (from man/jack_transport.1)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/share/man/man1/jack_unload.1 (from man/jack_unload.1)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/share/man/man1/jack_wait.1 (from man/jack_wait.1)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/share/man/man1/jackd.1 (from man/jackd.1)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/share/man/man1/jackrec.1 (from man/jackrec.1)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/bin/jack_test (from build/tests/jack_test)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/bin/jack_cpu (from build/tests/jack_cpu)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/bin/jack_iodelay (from build/tests/jack_iodelay)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/bin/jack_multiple_metro (from build/tests/jack_multiple_metro)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/bin/jackdbus (from build/dbus/jackdbus)
+ install /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/share/dbus-1/services/org.jackaudio.service (from build/dbus/org.jackaudio.service)
Waf: Leaving directory `/build/source/build'
'install' finished successfully (0.315s)
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14
shrinking /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/lib/libjack.so.0.1.0
strip is /nix/store/sipnv3707dbf02lkjiixqixfiflj6pys-binutils-2.31.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14/lib
patching script interpreter paths in /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14
checking for references to /build/ in /nix/store/2bj7ja79ljyzx9ia91asqsahxm3mxbvx-libjack2-1.9.14...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment