pgcopydb 0.15 -> 0.16 https://repology.org/project/pgcopydb/versions attrpath: pgcopydb 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/by-name/pg/pgcopydb/package.nix b/pkgs/by-name/pg/pgcopydb/package.nix index cc415c4d8a9d..2567bd8d6fa8 100644 --- a/pkgs/by-name/pg/pgcopydb/package.nix +++ b/pkgs/by-name/pg/pgcopydb/package.nix @@ -14,13 +14,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "pgcopydb"; - version = "0.15"; + version = "0.16"; src = fetchFromGitHub { owner = "dimitri"; repo = "pgcopydb"; rev = "v${finalAttrs.version}"; - hash = "sha256-m9iIF8h6V3wWLUQuPntXtRAh16RrmR3uqZZIljGCY08="; + hash = "sha256-GrkhB9GF+4jC+PVqCM+f8i23rIP6CswipQgRqBdOHh4="; }; nativeBuildInputs = [ Received ExitFailure 1 when running Raw command: /nix/store/qnbki6h2cxk65ijxxickh4pppxg4qyjx-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A pgcopydb nix build failed. @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase build flags: SHELL=/nix/store/agkxax48k35wdmkhmmija2i2sxg8i7ny-bash-5.2p26/bin/bash make -C src/bin/ all make[1]: Entering directory '/build/source/src/bin' make -C pgcopydb pgcopydb make[2]: Entering directory '/build/source/src/bin/pgcopydb' echo "#define GIT_VERSION \""0.16"\"" > git-version.h gcc -std=c99 -D_GNU_SOURCE -g -I /nix/store/w96w0h968yph4yq1zkk8frj6z64m551s-postgresql-15.7/include -I /nix/store/w96w0h968yph4yq1zkk8frj6z64m551s-postgresql-15.7/include/server -I /nix/store/w96w0h968yph4yq1zkk8frj6z64m551s-postgresql-15.7/include/internal -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -Wformat -Wall -Werror=implicit-int -Werror=implicit-function-declaration -Werror=return-type -Wno-declaration-after-statement -D_WANT_SEMUN -Wno-missing-braces -I/build/source/src/bin/pgcopydb/../lib/pg -I/build/source/src/bin/pgcopydb/../lib/log/src/ -I/build/source/src/bin/pgcopydb/../lib/subcommands.c/ -I/build/source/src/bin/pgcopydb/../lib/libs/ -I/build/source/src/bin/pgcopydb/../lib/parson/ -I/build/source/src/bin/pgcopydb/../lib/uthash/ -I/build/source/src/bin/pgcopydb/../lib/jenkins/ -I/build/source/src/bin/pgcopydb/../lib/sqlite/ -fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -fpie -Wl,-pie -Wformat -Wformat-security -Werror=format-security -z noexecstack -Wl,-z,relro -Wl,-z,now -c -MMD -MP -MF/build/source/src/bin/pgcopydb//.deps/blobs.Po -o blobs.o blobs.c In file included from pgsql.h:23, from copydb_paths.h:11, from cli_common.h:17, from copydb.h:9, from blobs.c:12: defaults.h:13:10: fatal error: gc/gc.h: No such file or directory 13 | #include  | ^~~~~~~~~ compilation terminated. make[2]: *** [Makefile:115: blobs.o] Error 1 make[2]: Leaving directory '/build/source/src/bin/pgcopydb' make[1]: *** [Makefile:7: pgcopydb] Error 2 make[1]: Leaving directory '/build/source/src/bin' make: *** [Makefile:13: bin] Error 2