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

syncplay: 1.5.0 -> 1.5.2 #36697

Merged
merged 1 commit into from Mar 14, 2018
Merged

syncplay: 1.5.0 -> 1.5.2 #36697

merged 1 commit into from Mar 14, 2018

Conversation

ryantm
Copy link
Member

@ryantm ryantm commented Mar 9, 2018

Semi-automatic update. These checks were done:

  • built on NixOS
  • ran /nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2/bin/.syncplay-wrapped -h got 0 exit code
  • ran /nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2/bin/.syncplay-wrapped --help got 0 exit code
  • ran /nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2/bin/.syncplay-wrapped -v and found version 1.5.2
  • ran /nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2/bin/.syncplay-wrapped --version and found version 1.5.2
  • ran /nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2/bin/syncplay -h got 0 exit code
  • ran /nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2/bin/syncplay --help got 0 exit code
  • ran /nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2/bin/syncplay -v and found version 1.5.2
  • ran /nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2/bin/syncplay --version and found version 1.5.2
  • ran /nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2/bin/.syncplay-server-wrapped -h got 0 exit code
  • ran /nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2/bin/.syncplay-server-wrapped --help got 0 exit code
  • ran /nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2/bin/syncplay-server -h got 0 exit code
  • ran /nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2/bin/syncplay-server --help got 0 exit code
  • found 1.5.2 with grep in /nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2
  • found 1.5.2 in filename of file in /nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2

cc @Enzime

Semi-automatic update. These checks were done:

- built on NixOS
- ran `/nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2/bin/.syncplay-wrapped -h` got 0 exit code
- ran `/nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2/bin/.syncplay-wrapped --help` got 0 exit code
- ran `/nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2/bin/.syncplay-wrapped -v` and found version 1.5.2
- ran `/nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2/bin/.syncplay-wrapped --version` and found version 1.5.2
- ran `/nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2/bin/syncplay -h` got 0 exit code
- ran `/nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2/bin/syncplay --help` got 0 exit code
- ran `/nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2/bin/syncplay -v` and found version 1.5.2
- ran `/nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2/bin/syncplay --version` and found version 1.5.2
- ran `/nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2/bin/.syncplay-server-wrapped -h` got 0 exit code
- ran `/nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2/bin/.syncplay-server-wrapped --help` got 0 exit code
- ran `/nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2/bin/syncplay-server -h` got 0 exit code
- ran `/nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2/bin/syncplay-server --help` got 0 exit code
- found 1.5.2 with grep in /nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2
- found 1.5.2 in filename of file in /nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2
@GrahamcOfBorg
Copy link

Failure on x86_64-darwin (full log)

Partial log (click to expand)

Package ‘syncplay-1.5.2’ in /Users/graham/nix-borg/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/grahamc-ndnd/pkgs/applications/networking/syncplay/default.nix:25 is not supported on ‘x86_64-darwin’, refusing to evaluate.

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

Success on aarch64-linux (full log)

Partial log (click to expand)

stripping (with command strip and flags -S) in /nix/store/fv99bpgcg1jkcrbrqb7i119xs848x6nz-syncplay-1.5.2/lib  /nix/store/fv99bpgcg1jkcrbrqb7i119xs848x6nz-syncplay-1.5.2/bin
patching script interpreter paths in /nix/store/fv99bpgcg1jkcrbrqb7i119xs848x6nz-syncplay-1.5.2
/nix/store/fv99bpgcg1jkcrbrqb7i119xs848x6nz-syncplay-1.5.2/bin/syncplay-server: interpreter directive changed from "/usr/bin/env python2" to "/nix/store/5crgsfgy8n7v50hrihx4mhxdqa01nrmw-python-2.7.14/bin/python2"
/nix/store/fv99bpgcg1jkcrbrqb7i119xs848x6nz-syncplay-1.5.2/bin/syncplay: interpreter directive changed from "/usr/bin/env python2" to "/nix/store/5crgsfgy8n7v50hrihx4mhxdqa01nrmw-python-2.7.14/bin/python2"
/nix/store/fv99bpgcg1jkcrbrqb7i119xs848x6nz-syncplay-1.5.2/lib/syncplay/syncplayServer.py: interpreter directive changed from "/usr/bin/env python2" to "/nix/store/5crgsfgy8n7v50hrihx4mhxdqa01nrmw-python-2.7.14/bin/python2"
/nix/store/fv99bpgcg1jkcrbrqb7i119xs848x6nz-syncplay-1.5.2/lib/syncplay/syncplayClient.py: interpreter directive changed from "/usr/bin/env python2" to "/nix/store/5crgsfgy8n7v50hrihx4mhxdqa01nrmw-python-2.7.14/bin/python2"
checking for references to /build in /nix/store/fv99bpgcg1jkcrbrqb7i119xs848x6nz-syncplay-1.5.2...
wrapping `/nix/store/fv99bpgcg1jkcrbrqb7i119xs848x6nz-syncplay-1.5.2/bin/syncplay'...
wrapping `/nix/store/fv99bpgcg1jkcrbrqb7i119xs848x6nz-syncplay-1.5.2/bin/syncplay-server'...
/nix/store/fv99bpgcg1jkcrbrqb7i119xs848x6nz-syncplay-1.5.2

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Partial log (click to expand)

stripping (with command strip and flags -S) in /nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2/lib  /nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2/bin 
patching script interpreter paths in /nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2
/nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2/lib/syncplay/syncplayServer.py: interpreter directive changed from "/usr/bin/env python2" to "/nix/store/7b2z0vfbs9539ga4pxx5gmli47rz5y3n-python-2.7.14/bin/python2"
/nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2/lib/syncplay/syncplayClient.py: interpreter directive changed from "/usr/bin/env python2" to "/nix/store/7b2z0vfbs9539ga4pxx5gmli47rz5y3n-python-2.7.14/bin/python2"
/nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2/bin/syncplay: interpreter directive changed from "/usr/bin/env python2" to "/nix/store/7b2z0vfbs9539ga4pxx5gmli47rz5y3n-python-2.7.14/bin/python2"
/nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2/bin/syncplay-server: interpreter directive changed from "/usr/bin/env python2" to "/nix/store/7b2z0vfbs9539ga4pxx5gmli47rz5y3n-python-2.7.14/bin/python2"
checking for references to /tmp/nix-build-syncplay-1.5.2.drv-0 in /nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2...
wrapping `/nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2/bin/syncplay'...
wrapping `/nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2/bin/syncplay-server'...
/nix/store/s02mpddajsz1q5h5r8mvmyd31np2ha26-syncplay-1.5.2

@joachifm joachifm merged commit 71fca27 into NixOS:master Mar 14, 2018
@ryantm ryantm deleted the auto-update/syncplay branch March 14, 2018 21:33
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