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

chirp: 20180623 -> 20180707 #43372

Merged
merged 1 commit into from Jul 12, 2018
Merged

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/chirp-daily/versions.

meta.description for chirp is: '"A free, open-source tool for programming your amateur radio"'.

Checks done (click to expand)
  • built on NixOS
  • Warning: no invocation of /nix/store/6skc3i9zhkmsaam72j9sj2pqir727x39-chirp-daily-20180707/bin/.chirpw-wrapped had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/6skc3i9zhkmsaam72j9sj2pqir727x39-chirp-daily-20180707/bin/chirpw had a zero exit code or showed the expected version
  • 0 of 2 passed binary check by having a zero exit code.
  • 0 of 2 passed binary check by having the new version present in output.
  • found 20180707 with grep in /nix/store/6skc3i9zhkmsaam72j9sj2pqir727x39-chirp-daily-20180707
  • directory tree listing: https://gist.github.com/36b6d98140f6052c4c14905bab2a0385
  • du listing: https://gist.github.com/c1a77e0b89fd3c4ac5fd5b6e26e47138
Test this build with Cachix (click to expand)

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 47b2be65dfe1d99a4fe5d31b0820416f336552ea && nix-shell --pure -I nixpkgs=. -p chirp

cc @the-kenny 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/chirp-daily/versions.
@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: chirp

Partial log (click to expand)

glibPreFixupPhase
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/6skc3i9zhkmsaam72j9sj2pqir727x39-chirp-daily-20180707
strip is /nix/store/4qvrxzxa535y8304mk195x50b6p9607d-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/6skc3i9zhkmsaam72j9sj2pqir727x39-chirp-daily-20180707/bin
patching script interpreter paths in /nix/store/6skc3i9zhkmsaam72j9sj2pqir727x39-chirp-daily-20180707
/nix/store/6skc3i9zhkmsaam72j9sj2pqir727x39-chirp-daily-20180707/share/chirp/chirpw: interpreter directive changed from "/usr/bin/env python" to "/nix/store/d3aa78jf7pm9lk6ad67x4f21a068dxn6-python-2.7.15/bin/python"
/nix/store/6skc3i9zhkmsaam72j9sj2pqir727x39-chirp-daily-20180707/share/chirp/rpttool: interpreter directive changed from "/usr/bin/env python" to "/nix/store/d3aa78jf7pm9lk6ad67x4f21a068dxn6-python-2.7.15/bin/python"
checking for references to /build in /nix/store/6skc3i9zhkmsaam72j9sj2pqir727x39-chirp-daily-20180707...
/nix/store/6skc3i9zhkmsaam72j9sj2pqir727x39-chirp-daily-20180707

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: chirp

Partial log (click to expand)

glibPreFixupPhase
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/5m7bbvvhyrcd5yp7f4g6iq98ll25dxcq-chirp-daily-20180707
strip is /nix/store/0pjsgkxz0rp5baycq5sp2s72lrr5q9sg-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/5m7bbvvhyrcd5yp7f4g6iq98ll25dxcq-chirp-daily-20180707/bin
patching script interpreter paths in /nix/store/5m7bbvvhyrcd5yp7f4g6iq98ll25dxcq-chirp-daily-20180707
/nix/store/5m7bbvvhyrcd5yp7f4g6iq98ll25dxcq-chirp-daily-20180707/share/chirp/chirpw: interpreter directive changed from "/usr/bin/env python" to "/nix/store/fh8z4sniyv18b4jf32f3gnn862bvwc3f-python-2.7.15/bin/python"
/nix/store/5m7bbvvhyrcd5yp7f4g6iq98ll25dxcq-chirp-daily-20180707/share/chirp/rpttool: interpreter directive changed from "/usr/bin/env python" to "/nix/store/fh8z4sniyv18b4jf32f3gnn862bvwc3f-python-2.7.15/bin/python"
checking for references to /build in /nix/store/5m7bbvvhyrcd5yp7f4g6iq98ll25dxcq-chirp-daily-20180707...
/nix/store/5m7bbvvhyrcd5yp7f4g6iq98ll25dxcq-chirp-daily-20180707

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

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.


@infinisil infinisil merged commit 2ea2cce into NixOS:master Jul 12, 2018
@r-ryantm r-ryantm deleted the auto-update/chirp-daily branch July 12, 2018 03:34
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