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

subversion_1_10: init at 1.10.0 #41383

Merged
merged 1 commit into from Jun 2, 2018
Merged

subversion_1_10: init at 1.10.0 #41383

merged 1 commit into from Jun 2, 2018

Conversation

orivej
Copy link
Contributor

@orivej orivej commented Jun 2, 2018

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option 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.

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: subversion_1_10

Partial log (click to expand)

shrinking RPATHs of ELF executables and libraries in /nix/store/ihc5dppmmz2qscbnq8v70bmngbk3hack-subversion-1.10.0-dev
strip is /nix/store/92d2ifxcni4n3zx9s8wnkcjlvnx5ajlc-binutils-2.30/bin/strip
patching script interpreter paths in /nix/store/ihc5dppmmz2qscbnq8v70bmngbk3hack-subversion-1.10.0-dev
checking for references to /build in /nix/store/ihc5dppmmz2qscbnq8v70bmngbk3hack-subversion-1.10.0-dev...
shrinking RPATHs of ELF executables and libraries in /nix/store/d1d1g7crwbzzb6lnmc5hq94j0i2zi74l-subversion-1.10.0-man
gzipping man pages under /nix/store/d1d1g7crwbzzb6lnmc5hq94j0i2zi74l-subversion-1.10.0-man/share/man/
strip is /nix/store/92d2ifxcni4n3zx9s8wnkcjlvnx5ajlc-binutils-2.30/bin/strip
patching script interpreter paths in /nix/store/d1d1g7crwbzzb6lnmc5hq94j0i2zi74l-subversion-1.10.0-man
checking for references to /build in /nix/store/d1d1g7crwbzzb6lnmc5hq94j0i2zi74l-subversion-1.10.0-man...
/nix/store/s2wza6khvdwki6mnrrban95ksnvlgl1k-subversion-1.10.0

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: subversion_1_10

Partial log (click to expand)

shrinking RPATHs of ELF executables and libraries in /nix/store/wm9kslnxn6dw5vx5c4ci0bwblqr6r1b1-subversion-1.10.0-dev
strip is /nix/store/8yfik687kfccisxnad42j19lfb7ij9b4-binutils-2.30/bin/strip
patching script interpreter paths in /nix/store/wm9kslnxn6dw5vx5c4ci0bwblqr6r1b1-subversion-1.10.0-dev
checking for references to /build in /nix/store/wm9kslnxn6dw5vx5c4ci0bwblqr6r1b1-subversion-1.10.0-dev...
shrinking RPATHs of ELF executables and libraries in /nix/store/2fmigz7mwlcj0fg62p36lm516ih3nbpa-subversion-1.10.0-man
gzipping man pages under /nix/store/2fmigz7mwlcj0fg62p36lm516ih3nbpa-subversion-1.10.0-man/share/man/
strip is /nix/store/8yfik687kfccisxnad42j19lfb7ij9b4-binutils-2.30/bin/strip
patching script interpreter paths in /nix/store/2fmigz7mwlcj0fg62p36lm516ih3nbpa-subversion-1.10.0-man
checking for references to /build in /nix/store/2fmigz7mwlcj0fg62p36lm516ih3nbpa-subversion-1.10.0-man...
/nix/store/1vj63f236f8zz84nwf0g8hlhfx8l6afx-subversion-1.10.0

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: subversion_1_10

Partial log (click to expand)

Patching '/nix/store/kv1q7m6s6s7q5dcadrl9j0pi8nz4nwbh-subversion-1.10.0-dev/share/pkgconfig/libsvn_wc.pc' includedir to output /nix/store/kv1q7m6s6s7q5dcadrl9j0pi8nz4nwbh-subversion-1.10.0-dev
strip is /nix/store/r5mcn9vqq80v5pfqp45d7290cis7dwp4-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/6nj7byh58g5ki91zgbrfrg78vll68rcr-subversion-1.10.0/lib  /nix/store/6nj7byh58g5ki91zgbrfrg78vll68rcr-subversion-1.10.0/bin
patching script interpreter paths in /nix/store/6nj7byh58g5ki91zgbrfrg78vll68rcr-subversion-1.10.0
strip is /nix/store/r5mcn9vqq80v5pfqp45d7290cis7dwp4-cctools-binutils-darwin/bin/strip
patching script interpreter paths in /nix/store/kv1q7m6s6s7q5dcadrl9j0pi8nz4nwbh-subversion-1.10.0-dev
gzipping man pages under /nix/store/ha823f8wfgxxz6zsk67780az84vyysig-subversion-1.10.0-man/share/man/
strip is /nix/store/r5mcn9vqq80v5pfqp45d7290cis7dwp4-cctools-binutils-darwin/bin/strip
patching script interpreter paths in /nix/store/ha823f8wfgxxz6zsk67780az84vyysig-subversion-1.10.0-man
/nix/store/6nj7byh58g5ki91zgbrfrg78vll68rcr-subversion-1.10.0

@orivej orivej merged commit 97f6be5 into NixOS:master Jun 2, 2018
@orivej orivej deleted the subversion branch June 6, 2018 21:49
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

2 participants