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

urh: 2.1.0 -> 2.1.1 #42437

Merged
merged 1 commit into from Jun 26, 2018
Merged

urh: 2.1.0 -> 2.1.1 #42437

merged 1 commit into from Jun 26, 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/urh/versions.

These checks were done:

  • built on NixOS
  • /nix/store/nbs8qb7pzaxqgj0w2pn93x770vi8wfzs-urh-2.1.1/bin/.urh-wrapped passed the binary check.
  • /nix/store/nbs8qb7pzaxqgj0w2pn93x770vi8wfzs-urh-2.1.1/bin/urh passed the binary check.
  • /nix/store/nbs8qb7pzaxqgj0w2pn93x770vi8wfzs-urh-2.1.1/bin/.urh_cli-wrapped passed the binary check.
  • /nix/store/nbs8qb7pzaxqgj0w2pn93x770vi8wfzs-urh-2.1.1/bin/urh_cli passed the binary check.
  • 4 of 4 passed binary check by having a zero exit code.
  • 2 of 4 passed binary check by having the new version present in output.
  • found 2.1.1 with grep in /nix/store/nbs8qb7pzaxqgj0w2pn93x770vi8wfzs-urh-2.1.1
  • directory tree listing: https://gist.github.com/ef0acf2b09cdde7d51d3fd3d3e7e5d38
  • du listing: https://gist.github.com/0a03735472cf6fa233228abae9c0d6b8

meta.description for urh is: '"Universal Radio Hacker: investigate wireless protocols like a boss"'.

cc @fpletz for testing.

Experimental: this build is cached with Cachix. To use the cache follow these experimental 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 2cb754b755711ea377ba0e6703bafbc3524fd7db && nix-shell --pure -I nixpkgs=. -p urh

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

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

These checks were done:

- built on NixOS
- /nix/store/nbs8qb7pzaxqgj0w2pn93x770vi8wfzs-urh-2.1.1/bin/.urh-wrapped passed the binary check.
- /nix/store/nbs8qb7pzaxqgj0w2pn93x770vi8wfzs-urh-2.1.1/bin/urh passed the binary check.
- /nix/store/nbs8qb7pzaxqgj0w2pn93x770vi8wfzs-urh-2.1.1/bin/.urh_cli-wrapped passed the binary check.
- /nix/store/nbs8qb7pzaxqgj0w2pn93x770vi8wfzs-urh-2.1.1/bin/urh_cli passed the binary check.
- 4 of 4 passed binary check by having a zero exit code.
- 2 of 4 passed binary check by having the new version present in output.
- found 2.1.1 with grep in /nix/store/nbs8qb7pzaxqgj0w2pn93x770vi8wfzs-urh-2.1.1
- directory tree listing: https://gist.github.com/ef0acf2b09cdde7d51d3fd3d3e7e5d38
- du listing: https://gist.github.com/0a03735472cf6fa233228abae9c0d6b8
@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: urh

Partial log (click to expand)

shrinking /nix/store/nbs8qb7pzaxqgj0w2pn93x770vi8wfzs-urh-2.1.1/lib/python3.6/site-packages/urh/cythonext/signalFunctions.cpython-36m-x86_64-linux-gnu.so
shrinking /nix/store/nbs8qb7pzaxqgj0w2pn93x770vi8wfzs-urh-2.1.1/lib/python3.6/site-packages/urh/dev/native/lib/hackrf.cpython-36m-x86_64-linux-gnu.so
shrinking /nix/store/nbs8qb7pzaxqgj0w2pn93x770vi8wfzs-urh-2.1.1/lib/python3.6/site-packages/urh/dev/native/lib/rtlsdr.cpython-36m-x86_64-linux-gnu.so
strip is /nix/store/4qvrxzxa535y8304mk195x50b6p9607d-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/nbs8qb7pzaxqgj0w2pn93x770vi8wfzs-urh-2.1.1/lib  /nix/store/nbs8qb7pzaxqgj0w2pn93x770vi8wfzs-urh-2.1.1/bin
patching script interpreter paths in /nix/store/nbs8qb7pzaxqgj0w2pn93x770vi8wfzs-urh-2.1.1
checking for references to /build in /nix/store/nbs8qb7pzaxqgj0w2pn93x770vi8wfzs-urh-2.1.1...
wrapping `/nix/store/nbs8qb7pzaxqgj0w2pn93x770vi8wfzs-urh-2.1.1/bin/urh_cli'...
wrapping `/nix/store/nbs8qb7pzaxqgj0w2pn93x770vi8wfzs-urh-2.1.1/bin/urh'...
postPatchMkspecs

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

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

Failure on aarch64-linux (full log)

Attempted: urh

Partial log (click to expand)

[6797/16620] CXX obj/third_party/webrtc/modules/video_coding/video_coding/protection_bitrate_calculator.o
[6798/16620] CXX obj/third_party/webrtc/modules/rtp_rtcp/rtp_rtcp_format/rtp_packet.o
[6799/16620] CXX obj/third_party/webrtc/p2p/rtc_p2p/pseudotcp.o
[6800/16620] CXX obj/third_party/re2/bundled_re2/dfa.o
[6801/16620] CXX obj/components/leveldb/lib/leveldb_mojo_proxy.o
building of '/nix/store/8wmgjbxvardfm2j4zznwlq7bg7ggvwh4-qtwebengine-5.11.0.drv' timed out after 3600 seconds
building of '/nix/store/myi7zvnlfnni7i4fssza16idhwvg8ypv-qtwebkit-5.212-alpha-01-26-2018.drv' timed out after 3600 seconds
cannot build derivation '/nix/store/kjyckq8js7jmk3zf2ilwca5zks72xa6c-python3.6-PyQt-5.10.1.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/7bn7hcnlj0sw78j1yniqsb5jmwzbanii-urh-2.1.1.drv': 2 dependencies couldn't be built
error: build of '/nix/store/7bn7hcnlj0sw78j1yniqsb5jmwzbanii-urh-2.1.1.drv' failed

@fpletz fpletz merged commit ccca307 into NixOS:master Jun 26, 2018
@r-ryantm r-ryantm deleted the auto-update/urh branch June 26, 2018 10:56
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