faust2 2.54.9 -> 2.59.6 https://github.com/grame-cncm/faust/releases attrpath: faust2 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/faust2.nix b/pkgs/applications/audio/faust/faust2.nix index 8ac13f1c7e4..1ec7a53a305 100644 --- a/pkgs/applications/audio/faust/faust2.nix +++ b/pkgs/applications/audio/faust/faust2.nix @@ -20,13 +20,13 @@ with lib.strings; let - version = "2.54.9"; + version = "2.59.6"; src = fetchFromGitHub { owner = "grame-cncm"; repo = "faust"; rev = version; - sha256 = "sha256-7eSZUsZ0h0vWJIpZWXaS+SHV6N2i9nv6Gr6a9cuu4Fg="; + sha256 = "sha256-m6dimBxI9C3KDhUxbJAn2Pf9z+LRahjrzD34W/bf1XA="; 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 faust2 nix build failed. /build/source/compiler/generator/interpreter/fbc_interpreter.hh:3020:14: warning: array subscript 'double[0]' is partly outside array bounds of 'int [1]' []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Warray-bounds-Warray-bounds]8;;] 3020 | REAL v2 = *reinterpret_cast(&v1); | ^~ /build/source/compiler/generator/interpreter/fbc_interpreter.hh:3019:14: note: object 'v1' of size 4 3019 | int v1 = popInt(); | ^~ /build/source/compiler/generator/interpreter/fbc_interpreter.hh: In member function 'void FBCInterpreter::executeBlock(FBCBlockInstruction*) [with REAL = double; int TRACE = 6]': /build/source/compiler/generator/interpreter/fbc_interpreter.hh:3020:14: warning: array subscript 'double[0]' is partly outside array bounds of 'int [1]' []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Warray-bounds-Warray-bounds]8;;] 3020 | REAL v2 = *reinterpret_cast(&v1); | ^~ /build/source/compiler/generator/interpreter/fbc_interpreter.hh:3019:14: note: object 'v1' of size 4 3019 | int v1 = popInt(); | ^~ /build/source/compiler/generator/interpreter/fbc_interpreter.hh: In member function 'void FBCInterpreter::executeBlock(FBCBlockInstruction*) [with REAL = double; int TRACE = 7]': /build/source/compiler/generator/interpreter/fbc_interpreter.hh:3020:14: warning: array subscript 'double[0]' is partly outside array bounds of 'int [1]' []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Warray-bounds-Warray-bounds]8;;] 3020 | REAL v2 = *reinterpret_cast(&v1); | ^~ /build/source/compiler/generator/interpreter/fbc_interpreter.hh:3019:14: note: object 'v1' of size 4 3019 | int v1 = popInt(); | ^~ /build/source/compiler/generator/interpreter/fbc_interpreter.hh: In member function 'void FBCInterpreter::executeBlock(FBCBlockInstruction*) [with REAL = double; int TRACE = 0]': /build/source/compiler/generator/interpreter/fbc_interpreter.hh:3020:14: warning: array subscript 'double[0]' is partly outside array bounds of 'int [1]' []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Warray-bounds-Warray-bounds]8;;] 3020 | REAL v2 = *reinterpret_cast(&v1); | ^~ /build/source/compiler/generator/interpreter/fbc_interpreter.hh:3019:14: note: object 'v1' of size 4 3019 | int v1 = popInt(); | ^~ [100%] Linking CXX executable /build/source/build/bin/faust [100%] Built target faust make: *** [Makefile:156: all] Error 2