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

bup: 0.29.2 -> 0.29.3 #81370

Merged
merged 1 commit into from Feb 29, 2020
Merged

bup: 0.29.2 -> 0.29.3 #81370

merged 1 commit into from Feb 29, 2020

Conversation

pvgoran
Copy link
Contributor

@pvgoran pvgoran commented Feb 29, 2020

(cherry picked from commit 219ddc5)

Motivation for this change

bup-0.29.2 which is currently in release-19.09 can't be built from source due to source hash mismatch:

> nix-build -A bup '<nixpkgs>' --substituters ''
these derivations will be built:
  /nix/store/jf4gjiy8wrw6h55gprwjjf4ywp20s4ih-source.drv
  /nix/store/5j3zz2xmb9gcy6594bmnj85f87jmmjhx-bup-0.29.2.drv
building '/nix/store/jf4gjiy8wrw6h55gprwjjf4ywp20s4ih-source.drv'...
error checking the existence of http://tarballs.nixos.org/sha256/17lpbyhf43gcln5s43m2zzgichcx7jq6ragcawfklw6svg1vnj89:
curl: (28) Connection timed out after 15000 milliseconds

trying https://github.com/bup/bup/archive/0.29.2.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   115  100   115    0     0    218      0 --:--:-- --:--:-- --:--:--   217
100  380k    0  380k    0     0   176k      0 --:--:--  0:00:02 --:--:--  353k
unpacking source archive /build/0.29.2.tar.gz
hash mismatch in fixed-output derivation '/nix/store/78m4hkq1nca176ncjgjd3ylhcsgkj0pj-source':
  wanted: sha256:17lpbyhf43gcln5s43m2zzgichcx7jq6ragcawfklw6svg1vnj89
  got:    sha256:07bllb9gi6mrgs28v2jdlsz7aq3vhlv60g65n3k1sir0q3xi2q6v
cannot build derivation '/nix/store/5j3zz2xmb9gcy6594bmnj85f87jmmjhx-bup-0.29.2.drv': 1 dependencies couldn't be built
error: build of '/nix/store/5j3zz2xmb9gcy6594bmnj85f87jmmjhx-bup-0.29.2.drv' failed
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

(cherry picked from commit 219ddc5)
@ofborg ofborg bot requested a review from a user February 29, 2020 13:42
@marsam marsam merged commit dfbfd57 into NixOS:release-19.09 Feb 29, 2020
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

3 participants