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

peek: 1.2.2 -> 1.3.0 #37977

Merged
merged 1 commit into from Mar 28, 2018
Merged

peek: 1.2.2 -> 1.3.0 #37977

merged 1 commit into from Mar 28, 2018

Conversation

ryantm
Copy link
Member

@ryantm ryantm commented Mar 28, 2018

Semi-automatic update generated by https://github.com/ryantm/nix-update tools.

This update was made based on information from https://repology.org/metapackage/peek/versions.

These checks were done:

  • built on NixOS
  • ran /nix/store/m8j6kly45y6clj5pjfza04jfmaklxwwy-peek-1.3.0/bin/peek -h got 0 exit code
  • ran /nix/store/m8j6kly45y6clj5pjfza04jfmaklxwwy-peek-1.3.0/bin/peek --help got 0 exit code
  • ran /nix/store/m8j6kly45y6clj5pjfza04jfmaklxwwy-peek-1.3.0/bin/peek -v and found version 1.3.0
  • ran /nix/store/m8j6kly45y6clj5pjfza04jfmaklxwwy-peek-1.3.0/bin/peek --version and found version 1.3.0
  • ran /nix/store/m8j6kly45y6clj5pjfza04jfmaklxwwy-peek-1.3.0/bin/.peek-wrapped -h got 0 exit code
  • ran /nix/store/m8j6kly45y6clj5pjfza04jfmaklxwwy-peek-1.3.0/bin/.peek-wrapped --help got 0 exit code
  • ran /nix/store/m8j6kly45y6clj5pjfza04jfmaklxwwy-peek-1.3.0/bin/.peek-wrapped -v and found version 1.3.0
  • ran /nix/store/m8j6kly45y6clj5pjfza04jfmaklxwwy-peek-1.3.0/bin/.peek-wrapped --version and found version 1.3.0
  • found 1.3.0 with grep in /nix/store/m8j6kly45y6clj5pjfza04jfmaklxwwy-peek-1.3.0
  • directory tree listing: https://gist.github.com/551f0552b9f1c003d36fd0e56c41a3cc

cc @puffnfresh for review

Semi-automatic update generated by https://github.com/ryantm/nix-update tools.

This update was made based on information from https://repology.org/metapackage/peek/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/m8j6kly45y6clj5pjfza04jfmaklxwwy-peek-1.3.0/bin/peek -h` got 0 exit code
- ran `/nix/store/m8j6kly45y6clj5pjfza04jfmaklxwwy-peek-1.3.0/bin/peek --help` got 0 exit code
- ran `/nix/store/m8j6kly45y6clj5pjfza04jfmaklxwwy-peek-1.3.0/bin/peek -v` and found version 1.3.0
- ran `/nix/store/m8j6kly45y6clj5pjfza04jfmaklxwwy-peek-1.3.0/bin/peek --version` and found version 1.3.0
- ran `/nix/store/m8j6kly45y6clj5pjfza04jfmaklxwwy-peek-1.3.0/bin/.peek-wrapped -h` got 0 exit code
- ran `/nix/store/m8j6kly45y6clj5pjfza04jfmaklxwwy-peek-1.3.0/bin/.peek-wrapped --help` got 0 exit code
- ran `/nix/store/m8j6kly45y6clj5pjfza04jfmaklxwwy-peek-1.3.0/bin/.peek-wrapped -v` and found version 1.3.0
- ran `/nix/store/m8j6kly45y6clj5pjfza04jfmaklxwwy-peek-1.3.0/bin/.peek-wrapped --version` and found version 1.3.0
- found 1.3.0 with grep in /nix/store/m8j6kly45y6clj5pjfza04jfmaklxwwy-peek-1.3.0
- directory tree listing: https://gist.github.com/551f0552b9f1c003d36fd0e56c41a3cc
@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: peek

Partial log (click to expand)

post-installation fixup
Wrapping program /nix/store/6k8rz61gxbzhxglsn89yp66rfiz7avc9-peek-1.3.0/bin/peek
shrinking RPATHs of ELF executables and libraries in /nix/store/6k8rz61gxbzhxglsn89yp66rfiz7avc9-peek-1.3.0
shrinking /nix/store/6k8rz61gxbzhxglsn89yp66rfiz7avc9-peek-1.3.0/bin/.peek-wrapped
gzipping man pages under /nix/store/6k8rz61gxbzhxglsn89yp66rfiz7avc9-peek-1.3.0/share/man/
strip is /nix/store/fzcs0fn6bb04m82frhlb78nc03ny3w55-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/6k8rz61gxbzhxglsn89yp66rfiz7avc9-peek-1.3.0/bin
patching script interpreter paths in /nix/store/6k8rz61gxbzhxglsn89yp66rfiz7avc9-peek-1.3.0
checking for references to /tmp/nix-build-peek-1.3.0.drv-0 in /nix/store/6k8rz61gxbzhxglsn89yp66rfiz7avc9-peek-1.3.0...
/nix/store/6k8rz61gxbzhxglsn89yp66rfiz7avc9-peek-1.3.0

@GrahamcOfBorg
Copy link

No attempt on x86_64-darwin (full log)

The following builds were skipped because they don't evaluate on x86_64-darwin: peek

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowBroken = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowBroken = true; }
to ~/.config/nixpkgs/config.nix.


@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: peek

Partial log (click to expand)

   Compiling backtrace v0.3.4
   Compiling rustc_const_math v0.0.0 (file:///build/rustc-1.24.0-src/src/librustc_const_math)
   Compiling proc_macro v0.0.0 (file:///build/rustc-1.24.0-src/src/libproc_macro)
   Compiling syntax_ext v0.0.0 (file:///build/rustc-1.24.0-src/src/libsyntax_ext)
building of '/nix/store/hbh7hc1fmhgrf854fw2adjxzfq4dlvjx-rustc-1.24.0.drv' timed out after 3600 seconds
cannot build derivation '/nix/store/141qh0sk0wj978wq7p03k61lzgaay8rd-cargo-0.24.0.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/pgqs1hs22yjrj6i2wqzcmk9sbz35rx1d-librsvg-2.42.2.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/f2vxqfkhjikz95k9zmirpflx6kyfqgjf-hook.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/bblhhjqzha1crzlb9g60gxifgqbsqbcd-peek-1.3.0.drv': 1 dependencies couldn't be built
�[31;1merror:�[0m build of '/nix/store/bblhhjqzha1crzlb9g60gxifgqbsqbcd-peek-1.3.0.drv' failed

@obadz obadz merged commit 0e6ee9d into NixOS:master Mar 28, 2018
@ryantm ryantm deleted the auto-update/peek branch March 28, 2018 23:03
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