2022-12-25T22:09:24 ocrad 0.27 -> 0.28 https://repology.org/metapackage/ocrad/versions 2022-12-25T22:09:26 attrpath: ocrad 2022-12-25T22:09:26 Checking auto update branch... 2022-12-25T22:09:26 No auto update branch exists 2022-12-25T22:09:30 [version] 2022-12-25T22:09:34 [version] updated version and sha256 2022-12-25T22:09:34 [rustCrateVersion] 2022-12-25T22:09:34 [rustCrateVersion] No cargoSha256 found 2022-12-25T22:09:34 [golangModuleVersion] 2022-12-25T22:09:34 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-25T22:09:34 [updateScript] 2022-12-25T22:09:34 [updateScript] skipping because derivation has no updateScript 2022-12-25T22:09:34 2022-12-25T22:09:34 [quotedUrls] 2022-12-25T22:09:34 [quotedUrls] nothing found to replace 2022-12-25T22:09:35 Diff after rewrites: diff --git a/pkgs/applications/graphics/ocrad/default.nix b/pkgs/applications/graphics/ocrad/default.nix index 476d56fb3fe..61790b5034d 100644 --- a/pkgs/applications/graphics/ocrad/default.nix +++ b/pkgs/applications/graphics/ocrad/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "ocrad"; - version = "0.27"; + version = "0.28"; src = fetchurl { url = "mirror://gnu/ocrad/${pname}-${version}.tar.lz"; - sha256 = "0divffvcaim89g4pvqs8kslbcxi475bcl3b4ynphf284k9zfdgx9"; + sha256 = "sha256-NMzqV229rapZeeYgI0TD/2hzfYKcp7ZvcchJfTa7vy4="; }; nativeBuildInputs = [ lzip /* unpack */ ]; 2022-12-25T22:11:07 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A ocrad nix build failed. ucs.cc:144:51: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 144 | if( accent == ':' ) return SIDIAER; break; | ^~~~~ ucs.cc:149:15: warning: this 'if' clause does not guard... []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmisleading-indentation-Wmisleading-indentation]8;;] 149 | if( accent == ':' ) return SODIAER; break; | ^~ ucs.cc:149:51: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 149 | if( accent == ':' ) return SODIAER; break; | ^~~~~ ucs.cc:155:15: warning: this 'if' clause does not guard... []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmisleading-indentation-Wmisleading-indentation]8;;] 155 | if( accent == ':' ) return SUDIAER; break; | ^~ ucs.cc:155:51: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 155 | if( accent == ':' ) return SUDIAER; break; | ^~~~~ ucs.cc:157:15: warning: this 'if' clause does not guard... []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmisleading-indentation-Wmisleading-indentation]8;;] 157 | if( accent == ':' ) return SYDIAER; break; | ^~ ucs.cc:157:51: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 157 | if( accent == ':' ) return SYDIAER; break; | ^~~~~ g++ -Wall -W -O2 -c -o user_filter.o user_filter.cc g++ -Wall -W -O2 -c -o page_image.o page_image.cc g++ -Wall -W -O2 -c -o page_image_io.o page_image_io.cc g++ -Wall -W -O2 -c -o png_io.o png_io.cc png_io.cc:27:10: fatal error: png.h: No such file or directory 27 | #include  | ^~~~~~~ compilation terminated. make: *** [Makefile:70: png_io.o] Error 1