recode 3.7.12 -> 3.7.13 https://github.com/rrthomas/recode/releases attrpath: recode 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/tools/text/recode/default.nix b/pkgs/tools/text/recode/default.nix index 8c49fb5ee7f..d94d5ac819e 100644 --- a/pkgs/tools/text/recode/default.nix +++ b/pkgs/tools/text/recode/default.nix @@ -2,12 +2,12 @@ stdenv.mkDerivation rec { pname = "recode"; - version = "3.7.12"; + version = "3.7.13"; # Use official tarball, avoid need to bootstrap/generate build system src = fetchurl { url = "https://github.com/rrthomas/${pname}/releases/download/v${version}/${pname}-${version}.tar.gz"; - hash = "sha256-TbHJB28E26oVlyb1AAhH5eWoOuyOXGT4ygQ4P2zaEtU="; + hash = "sha256-IrvfeXJaWfTYTD2tY6kRxej0Q/EJRDwDLK1WSQC2tzM="; }; nativeBuildInputs = [ python3 python3.pkgs.cython perl intltool flex texinfo libiconv ]; 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 recode nix build failed. rfc1345.c:34:1: note: in expansion of macro 'ucs2_to_rfc1345' 34 | ucs2_to_rfc1345 (recode_ucs2 code) | ^~~~~~~~~~~~~~~ /nix/store/pj1hnyxhcsw1krmhnbb9rjvqssbzliw8-bash-5.2-p15/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libmerged.la libmerged_la-merged.lo libtool: link: ar cru .libs/libmerged.a .libs/libmerged_la-merged.o ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libmerged.a libtool: link: ( cd ".libs" && rm -f "libmerged.la" && ln -s "../libmerged.la" "libmerged.la" ) /nix/store/pj1hnyxhcsw1krmhnbb9rjvqssbzliw8-bash-5.2-p15/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -version-info 10:13:7 -o librecode.la -rpath /nix/store/74h30m0aza7y9am90fmac3gw6gs0d4zi-recode-3.7.13/lib charname.lo combine.lo fr-charname.lo iconv.lo names.lo outer.lo recode.lo request.lo strip-pool.lo task.lo african.lo afrtran.lo atarist.lo bangbang.lo cdcnos.lo ebcdic.lo ibmpc.lo iconqnx.lo lat1asci.lo lat1iso5426.lo lat1ansel.lo java.lo mule.lo strip-data.lo testdump.lo ucs.lo utf16.lo utf7.lo utf8.lo varia.lo vn.lo flat.lo html.lo lat1ltex.lo lat1btex.lo lat1txte.lo rfc1345.lo texinfo.lo base64.lo dump.lo endline.lo permut.lo quoted.lo ../lib/libgnu.la libmerged.la libtool: link: gcc -shared -fPIC -DPIC .libs/charname.o .libs/combine.o .libs/fr-charname.o .libs/iconv.o .libs/names.o .libs/outer.o .libs/recode.o .libs/request.o .libs/strip-pool.o .libs/task.o .libs/african.o .libs/afrtran.o .libs/atarist.o .libs/bangbang.o .libs/cdcnos.o .libs/ebcdic.o .libs/ibmpc.o .libs/iconqnx.o .libs/lat1asci.o .libs/lat1iso5426.o .libs/lat1ansel.o .libs/java.o .libs/mule.o .libs/strip-data.o .libs/testdump.o .libs/ucs.o .libs/utf16.o .libs/utf7.o .libs/utf8.o .libs/varia.o .libs/vn.o .libs/flat.o .libs/html.o .libs/lat1ltex.o .libs/lat1btex.o .libs/lat1txte.o .libs/rfc1345.o .libs/texinfo.o .libs/base64.o .libs/dump.o .libs/endline.o .libs/permut.o .libs/quoted.o -Wl,--whole-archive ../lib/.libs/libgnu.a ./.libs/libmerged.a -Wl,--no-whole-archive -g -O2 -Wl,-soname -Wl,librecode.so.3 -o .libs/librecode.so.3.7.13 libtool: link: (cd ".libs" && rm -f "librecode.so.3" && ln -s "librecode.so.3.7.13" "librecode.so.3") libtool: link: (cd ".libs" && rm -f "librecode.so" && ln -s "librecode.so.3.7.13" "librecode.so") libtool: link: ( cd ".libs" && rm -f "librecode.la" && ln -s "../librecode.la" "librecode.la" ) /nix/store/pj1hnyxhcsw1krmhnbb9rjvqssbzliw8-bash-5.2-p15/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o recode main.o mixed.o librecode.la libtool: link: gcc -g -O2 -o .libs/recode main.o mixed.o ./.libs/librecode.so -Wl,-rpath -Wl,/nix/store/74h30m0aza7y9am90fmac3gw6gs0d4zi-recode-3.7.13/lib if ( touch recode.1.w && rm -f recode.1.w; ) >/dev/null 2>&1; then \ ../build-aux/missing --run help2man --locale=en_US.UTF-8 \ --name="converts files between character sets" \ --output=recode.1 ./recode; \ fi ../build-aux/missing: line 81: help2man: not found WARNING: 'help2man' is missing on your system. You should only need it if you modified a dependency of a man page. You may want to install the GNU Help2man package: make[2]: *** [Makefile:2381: recode.1] Error 127 make[2]: Leaving directory '/build/recode-3.7.13/src' make[1]: *** [Makefile:1721: all-recursive] Error 1 make[1]: Leaving directory '/build/recode-3.7.13' make: *** [Makefile:1653: all] Error 2