faustlive 2.5.13 -> 2.5.15 https://github.com/grame-cncm/faustlive/releases attrpath: faustlive Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/audio/faust/faustlive.nix b/pkgs/applications/audio/faust/faustlive.nix index b393041eeb1..d8808432ed3 100644 --- a/pkgs/applications/audio/faust/faustlive.nix +++ b/pkgs/applications/audio/faust/faustlive.nix @@ -5,12 +5,12 @@ stdenv.mkDerivation rec { pname = "faustlive"; - version = "2.5.13"; + version = "2.5.15"; src = fetchFromGitHub { owner = "grame-cncm"; repo = "faustlive"; rev = version; - sha256 = "sha256-Tgb9UYj8mI4JsxA/PaTokm2NzQ14P8cOdKK8KCcnSIQ="; + sha256 = "sha256-WR2kBNtY+F4l+Kt7p1x+BHOWaNxRUezKqaaQ2l8kD0w="; fetchSubmodules = true; }; Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A faustlive nix build failed. 92 | list > connection = FJUI::recallConnections(homeDir.c_str()); | ^ /build/source/src/Audio/JA/JA_audioManager.cpp:92:56: error: 'connection' was not declared in this scope; did you mean 'connect'? 92 | list > connection = FJUI::recallConnections(homeDir.c_str()); | ^~~~~~~~~~ | connect /build/source/src/Audio/JA/JA_audioManager.cpp: In member function 'virtual void JA_audioManager::save_Connections(std::string)': /build/source/src/Audio/JA/JA_audioManager.cpp:106:5: error: 'list' was not declared in this scope; did you mean 'std::__cxx11::list'? 106 | list > connections = fCurrentAudio->get_audio_connections(saved); | ^~~~ | std::__cxx11::list /nix/store/hhhjpdd06w42prplsak9r0w2y426pdwp-gcc-12.3.0/include/c++/12.3.0/bits/stl_list.h:632:11: note: 'std::__cxx11::list' declared here 632 | class list : protected _List_base<_Tp, _Alloc> | ^~~~ /build/source/src/Audio/JA/JA_audioManager.cpp:106:46: error: expected primary-expression before '>' token 106 | list > connections = fCurrentAudio->get_audio_connections(saved); | ^ /build/source/src/Audio/JA/JA_audioManager.cpp:106:48: error: 'connections' was not declared in this scope 106 | list > connections = fCurrentAudio->get_audio_connections(saved); | ^~~~~~~~~~~ /build/source/src/Audio/JA/JA_audioManager.cpp:106:77: error: 'class JA_audioFader' has no member named 'get_audio_connections'; did you mean 'defaultConnections'? 106 | list > connections = fCurrentAudio->get_audio_connections(saved); | ^~~~~~~~~~~~~~~~~~~~~ | defaultConnections make[2]: *** [CMakeFiles/FaustLive.dir/build.make:601: CMakeFiles/FaustLive.dir/build/source/src/Audio/JA/JA_audioFader.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [CMakeFiles/FaustLive.dir/build.make:615: CMakeFiles/FaustLive.dir/build/source/src/Audio/JA/JA_audioManager.cpp.o] Error 1 make[2]: *** [CMakeFiles/FaustLive.dir/build.make:377: CMakeFiles/FaustLive.dir/build/source/src/MainStructure/FLWindow.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:84: CMakeFiles/FaustLive.dir/all] Error 2 make: *** [Makefile:156: all] Error 2