Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jdupes: 1.10.2 -> 1.10.4 #47040

Merged
merged 2 commits into from Sep 24, 2018
Merged

jdupes: 1.10.2 -> 1.10.4 #47040

merged 2 commits into from Sep 24, 2018

Conversation

r-ryantm
Copy link
Contributor

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/jdupes/versions.

meta.description for jdupes is: '"A powerful duplicate file finder and an enhanced fork of 'fdupes'"'.

Release on GitHub

Compare changes on GitHub

Checks done (click to expand)
Instructions to test this update (click to expand)

One-time optional setup to skip building using Cachix:

  1. Install cachix from https://cachix.org/
  2. Use r-ryantm's cache:
    cachix use r-ryantm
    

Test this update by entering a nix shell, seeing what is inside the
result, and if applicable, running some binaries:

nix-shell --pure -I nixpkgs=https://github.com/r-ryantm/nixpkgs/archive/fbf8d45b5c632b46389d605623af603d48ce66d7.tar.gz -p jdupes
ls -la /nix/store/6ca73mc1yc1pzl6kcfn37qnqkk5k046j-jdupes-1.10.4

cc @romildo for testing.

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jdupes/versions
@GrahamcOfBorg
Copy link

Unexpected error: command failed with exit code 1 on x86_64-linux (full log)

Attempted: jdupes

Partial log (click to expand)


trying https://github.com/jbruchon/jdupes/archive/v1.10.4.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   124    0   124    0     0    324      0 --:--:-- --:--:-- --:--:--   323
100 75323    0 75323    0     0  82591      0 --:--:-- --:--:-- --:--:-- 82591
unpacking source archive /build/v1.10.4.tar.gz
fixed-output derivation produced path '/nix/store/bg84rgdnd20ysaxnx9avfr8wlv8da7f4-source' with sha256 hash '03a2jxv634xy5qwjrk784k3y3pd8f94pndf5m84yg2y7i8dvppnk' instead of the expected hash '06fhkw4gkv702k72k71yii3gv1mgdymy4irq30a58iyyakbbcfy8'
cannot build derivation '/nix/store/l70j9wiwz13zcck8p5vqlgzbybadpqaw-jdupes-1.10.4.drv': 1 dependencies couldn't be built
error: build of '/nix/store/l70j9wiwz13zcck8p5vqlgzbybadpqaw-jdupes-1.10.4.drv' failed

@GrahamcOfBorg
Copy link

Unexpected error: command failed with exit code 1 on aarch64-linux (full log)

Attempted: jdupes

Partial log (click to expand)


trying https://github.com/jbruchon/jdupes/archive/v1.10.4.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   124    0   124    0     0   1252      0 --:--:-- --:--:-- --:--:--  1252
100 75323    0 75323    0     0   401k      0 --:--:-- --:--:-- --:--:--  401k
unpacking source archive /build/v1.10.4.tar.gz
fixed-output derivation produced path '/nix/store/bg84rgdnd20ysaxnx9avfr8wlv8da7f4-source' with sha256 hash '03a2jxv634xy5qwjrk784k3y3pd8f94pndf5m84yg2y7i8dvppnk' instead of the expected hash '06fhkw4gkv702k72k71yii3gv1mgdymy4irq30a58iyyakbbcfy8'
cannot build derivation '/nix/store/wzlsxa9f1z14dvqramcfpv2mb8y7d7a8-jdupes-1.10.4.drv': 1 dependencies couldn't be built
error: build of '/nix/store/wzlsxa9f1z14dvqramcfpv2mb8y7d7a8-jdupes-1.10.4.drv' failed

@GrahamcOfBorg
Copy link

Unexpected error: command failed with exit code 1 on x86_64-darwin (full log)

Attempted: jdupes

Partial log (click to expand)


trying https://github.com/jbruchon/jdupes/archive/v1.10.4.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   124    0   124    0     0     27      0 --:--:--  0:00:04 --:--:--    27
100 75323    0 75323    0     0  14322      0 --:--:--  0:00:05 --:--:--  143k
unpacking source archive /private/tmp/nix-build-source.drv-0/v1.10.4.tar.gz
fixed-output derivation produced path '/nix/store/bg84rgdnd20ysaxnx9avfr8wlv8da7f4-source' with sha256 hash '03a2jxv634xy5qwjrk784k3y3pd8f94pndf5m84yg2y7i8dvppnk' instead of the expected hash '06fhkw4gkv702k72k71yii3gv1mgdymy4irq30a58iyyakbbcfy8'
cannot build derivation '/nix/store/1z5s1bcvaal8m0m3d50qlr8wlxqahpm3-jdupes-1.10.4.drv': 1 dependencies couldn't be built
error: build of '/nix/store/1z5s1bcvaal8m0m3d50qlr8wlxqahpm3-jdupes-1.10.4.drv' failed

@dtzWill dtzWill mentioned this pull request Sep 20, 2018
9 tasks
@romildo
Copy link
Contributor

romildo commented Sep 21, 2018

Please, try with the following:

    sha256 = "03a2jxv634xy5qwjrk784k3y3pd8f94pndf5m84yg2y7i8dvppnk";

@romildo
Copy link
Contributor

romildo commented Sep 21, 2018

It seems that

$ nix-prefetch-url -A jdupes.src

does not compute the hash correctly because of extraPostFetch = "rm -r $out/testdir"; in src. Maybe it is a bug.

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: jdupes

Partial log (click to expand)

/nix/store/w5fi5wxfdw4c00ha033lk67nrlih2xyp-jdupes-1.10.4

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: jdupes

Partial log (click to expand)

test -e /nix/store/i3v984ywwp4xal0r746sqz6lyf81kzvk-jdupes-1.10.4/bin || mkdir -p /nix/store/i3v984ywwp4xal0r746sqz6lyf81kzvk-jdupes-1.10.4/bin
test -e /nix/store/i3v984ywwp4xal0r746sqz6lyf81kzvk-jdupes-1.10.4/share/man/man1 || mkdir -p /nix/store/i3v984ywwp4xal0r746sqz6lyf81kzvk-jdupes-1.10.4/share/man/man1
install  -m 0755        jdupes   /nix/store/i3v984ywwp4xal0r746sqz6lyf81kzvk-jdupes-1.10.4/bin/jdupes
install  -m 0644                jdupes.1 /nix/store/i3v984ywwp4xal0r746sqz6lyf81kzvk-jdupes-1.10.4/share/man/man1/jdupes.1
post-installation fixup
gzipping man pages under /nix/store/i3v984ywwp4xal0r746sqz6lyf81kzvk-jdupes-1.10.4/share/man/
strip is /nix/store/df6k4mgdjxciy0f637lryp7c9ln7n1m3-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/i3v984ywwp4xal0r746sqz6lyf81kzvk-jdupes-1.10.4/bin
patching script interpreter paths in /nix/store/i3v984ywwp4xal0r746sqz6lyf81kzvk-jdupes-1.10.4
/nix/store/i3v984ywwp4xal0r746sqz6lyf81kzvk-jdupes-1.10.4

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: jdupes

Partial log (click to expand)

install  -m 0644                jdupes.1 /nix/store/h2h6d7zx5ik1505gf84jv98ak815d7bw-jdupes-1.10.4/share/man/man1/jdupes.1
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/h2h6d7zx5ik1505gf84jv98ak815d7bw-jdupes-1.10.4
shrinking /nix/store/h2h6d7zx5ik1505gf84jv98ak815d7bw-jdupes-1.10.4/bin/jdupes
gzipping man pages under /nix/store/h2h6d7zx5ik1505gf84jv98ak815d7bw-jdupes-1.10.4/share/man/
strip is /nix/store/y4ymnvgxygpq05h03kyzbj572zmh6zla-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/h2h6d7zx5ik1505gf84jv98ak815d7bw-jdupes-1.10.4/bin
patching script interpreter paths in /nix/store/h2h6d7zx5ik1505gf84jv98ak815d7bw-jdupes-1.10.4
checking for references to /build in /nix/store/h2h6d7zx5ik1505gf84jv98ak815d7bw-jdupes-1.10.4...
/nix/store/h2h6d7zx5ik1505gf84jv98ak815d7bw-jdupes-1.10.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants