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

matrix-synapse: fix pynacl dependency #35179

Merged
merged 1 commit into from Feb 20, 2018
Merged

Conversation

dotlambda
Copy link
Member

Motivation for this change

closes #34959

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

/cc @Necronian @bachp @FRidh

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Partial log (click to expand)

strip is /nix/store/skd6ix5ipkyhxzq7naylj4digawakl4j-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/gwfc67ishkjxm9g6vz5xckp3hm5r4s4q-matrix-synapse-0.26.0/lib  /nix/store/gwfc67ishkjxm9g6vz5xckp3hm5r4s4q-matrix-synapse-0.26.0/bin
patching script interpreter paths in /nix/store/gwfc67ishkjxm9g6vz5xckp3hm5r4s4q-matrix-synapse-0.26.0
checking for references to /build in /nix/store/gwfc67ishkjxm9g6vz5xckp3hm5r4s4q-matrix-synapse-0.26.0...
wrapping `/nix/store/gwfc67ishkjxm9g6vz5xckp3hm5r4s4q-matrix-synapse-0.26.0/bin/hash_password'...
wrapping `/nix/store/gwfc67ishkjxm9g6vz5xckp3hm5r4s4q-matrix-synapse-0.26.0/bin/homeserver'...
wrapping `/nix/store/gwfc67ishkjxm9g6vz5xckp3hm5r4s4q-matrix-synapse-0.26.0/bin/register_new_matrix_user'...
wrapping `/nix/store/gwfc67ishkjxm9g6vz5xckp3hm5r4s4q-matrix-synapse-0.26.0/bin/synapse_port_db'...
wrapping `/nix/store/gwfc67ishkjxm9g6vz5xckp3hm5r4s4q-matrix-synapse-0.26.0/bin/synctl'...
/nix/store/gwfc67ishkjxm9g6vz5xckp3hm5r4s4q-matrix-synapse-0.26.0

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Partial log (click to expand)

shrinking RPATHs of ELF executables and libraries in /nix/store/a242gkfdfj94bdyw6xjdn2qd5jz39k7v-matrix-synapse-0.26.0
strip is /nix/store/adidfx4pa7vmvby0gjqqmiwg2x49yr27-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/a242gkfdfj94bdyw6xjdn2qd5jz39k7v-matrix-synapse-0.26.0/lib  /nix/store/a242gkfdfj94bdyw6xjdn2qd5jz39k7v-matrix-synapse-0.26.0/bin 
patching script interpreter paths in /nix/store/a242gkfdfj94bdyw6xjdn2qd5jz39k7v-matrix-synapse-0.26.0
checking for references to /tmp/nix-build-matrix-synapse-0.26.0.drv-0 in /nix/store/a242gkfdfj94bdyw6xjdn2qd5jz39k7v-matrix-synapse-0.26.0...
wrapping `/nix/store/a242gkfdfj94bdyw6xjdn2qd5jz39k7v-matrix-synapse-0.26.0/bin/homeserver'...
wrapping `/nix/store/a242gkfdfj94bdyw6xjdn2qd5jz39k7v-matrix-synapse-0.26.0/bin/synapse_port_db'...
wrapping `/nix/store/a242gkfdfj94bdyw6xjdn2qd5jz39k7v-matrix-synapse-0.26.0/bin/register_new_matrix_user'...
wrapping `/nix/store/a242gkfdfj94bdyw6xjdn2qd5jz39k7v-matrix-synapse-0.26.0/bin/synctl'...
wrapping `/nix/store/a242gkfdfj94bdyw6xjdn2qd5jz39k7v-matrix-synapse-0.26.0/bin/hash_password'...

@Mic92 Mic92 merged commit 6f497c6 into NixOS:master Feb 20, 2018
@dotlambda dotlambda deleted the matrix-synapse branch March 21, 2019 09: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.

matrix-synapse requires pynacl==0.3.0
3 participants