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

libtomcrypt: 1.18.1 -> 1.18.2 #42993

Merged
merged 1 commit into from Jul 8, 2018
Merged

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Jul 4, 2018

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

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

These checks were done:

meta.description for libtomcrypt is: '"A fairly comprehensive, modular and portable cryptographic toolkit"'.

This build is cached with Cachix. To use the cache follow these instructions:

One time setup in nixpkgs Git checkout:

cachix use r-ryantm
git remote add r-ryantm https://github.com/r-ryantm/nixpkgs.git

Test this build:

git fetch r-ryantm && git checkout 1c7a3d3ac5d092ec37ccd9d84b18022f3859f4cd && nix-shell --pure -I nixpkgs=. -p libtomcrypt

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

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

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.18.2 with grep in /nix/store/gxcivln6s36ljpx9hy1lq5hlpqfgsxnc-libtomcrypt-1.18.2
- directory tree listing: https://gist.github.com/790645636784c7dcaaf758a811a9cde4
- du listing: https://gist.github.com/b4577fa288333b9d817d01858d90947d
@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: libtomcrypt

Partial log (click to expand)


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

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


@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: libtomcrypt

Partial log (click to expand)

install -p -d /nix/store/gxcivln6s36ljpx9hy1lq5hlpqfgsxnc-libtomcrypt-1.18.2/lib/pkgconfig
install -p -m 644 libtomcrypt.pc /nix/store/gxcivln6s36ljpx9hy1lq5hlpqfgsxnc-libtomcrypt-1.18.2/lib/pkgconfig/
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/gxcivln6s36ljpx9hy1lq5hlpqfgsxnc-libtomcrypt-1.18.2
shrinking /nix/store/gxcivln6s36ljpx9hy1lq5hlpqfgsxnc-libtomcrypt-1.18.2/lib/libtomcrypt.so.1.0.1
strip is /nix/store/4qvrxzxa535y8304mk195x50b6p9607d-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/gxcivln6s36ljpx9hy1lq5hlpqfgsxnc-libtomcrypt-1.18.2/lib
patching script interpreter paths in /nix/store/gxcivln6s36ljpx9hy1lq5hlpqfgsxnc-libtomcrypt-1.18.2
checking for references to /build in /nix/store/gxcivln6s36ljpx9hy1lq5hlpqfgsxnc-libtomcrypt-1.18.2...
/nix/store/gxcivln6s36ljpx9hy1lq5hlpqfgsxnc-libtomcrypt-1.18.2

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: libtomcrypt

Partial log (click to expand)

install -p -d /nix/store/6ywyg9czqf5af3bd8mdzigjjg0plrnvv-libtomcrypt-1.18.2/lib/pkgconfig
install -p -m 644 libtomcrypt.pc /nix/store/6ywyg9czqf5af3bd8mdzigjjg0plrnvv-libtomcrypt-1.18.2/lib/pkgconfig/
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/6ywyg9czqf5af3bd8mdzigjjg0plrnvv-libtomcrypt-1.18.2
shrinking /nix/store/6ywyg9czqf5af3bd8mdzigjjg0plrnvv-libtomcrypt-1.18.2/lib/libtomcrypt.so.1.0.1
strip is /nix/store/0pjsgkxz0rp5baycq5sp2s72lrr5q9sg-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/6ywyg9czqf5af3bd8mdzigjjg0plrnvv-libtomcrypt-1.18.2/lib
patching script interpreter paths in /nix/store/6ywyg9czqf5af3bd8mdzigjjg0plrnvv-libtomcrypt-1.18.2
checking for references to /build in /nix/store/6ywyg9czqf5af3bd8mdzigjjg0plrnvv-libtomcrypt-1.18.2...
/nix/store/6ywyg9czqf5af3bd8mdzigjjg0plrnvv-libtomcrypt-1.18.2

@xeji
Copy link
Contributor

xeji commented Jul 8, 2018

@GrahamcOfBorg build bitkeeper

@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: bitkeeper

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

No attempt on x86_64-linux (full log)

The following builds were skipped because they don't evaluate on x86_64-linux: bitkeeper

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.


@xeji xeji merged commit 385fa8b into NixOS:master Jul 8, 2018
@GrahamcOfBorg
Copy link

No attempt on aarch64-linux (full log)

The following builds were skipped because they don't evaluate on aarch64-linux: bitkeeper

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.


@r-ryantm r-ryantm deleted the auto-update/libtomcrypt branch July 8, 2018 22:25
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