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

mdp: 1.0.10 -> 1.0.12 #34319

Merged
merged 1 commit into from Jan 27, 2018
Merged

mdp: 1.0.10 -> 1.0.12 #34319

merged 1 commit into from Jan 27, 2018

Conversation

mimame
Copy link
Member

@mimame mimame commented Jan 27, 2018

  • 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.

@andir
Copy link
Member

andir commented Jan 27, 2018

@GrahamcOfBorg build mdp

Copy link

@GrahamcOfBorg GrahamcOfBorg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Success for system: aarch64-linux

install -m 644 mdp.1 /nix/store/m2cdmfj3r17gwrxxkx19k4s0q2m5kvcr-mdp-1.0.12/share/man/man1/mdp.1
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/m2cdmfj3r17gwrxxkx19k4s0q2m5kvcr-mdp-1.0.12
shrinking /nix/store/m2cdmfj3r17gwrxxkx19k4s0q2m5kvcr-mdp-1.0.12/bin/mdp
gzipping man pages under /nix/store/m2cdmfj3r17gwrxxkx19k4s0q2m5kvcr-mdp-1.0.12/share/man/
strip is /nix/store/jwz859pxqj7sl2dbwvmxkx68jp774izb-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/m2cdmfj3r17gwrxxkx19k4s0q2m5kvcr-mdp-1.0.12/bin
patching script interpreter paths in /nix/store/m2cdmfj3r17gwrxxkx19k4s0q2m5kvcr-mdp-1.0.12
checking for references to /build in /nix/store/m2cdmfj3r17gwrxxkx19k4s0q2m5kvcr-mdp-1.0.12...
/nix/store/m2cdmfj3r17gwrxxkx19k4s0q2m5kvcr-mdp-1.0.12

Copy link

@GrahamcOfBorg GrahamcOfBorg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Success for system: x86_64-linux

install -m 644 mdp.1 /nix/store/rj01mv435b87i2ixggkzbs2x8a0xxiv2-mdp-1.0.12/share/man/man1/mdp.1
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/rj01mv435b87i2ixggkzbs2x8a0xxiv2-mdp-1.0.12
shrinking /nix/store/rj01mv435b87i2ixggkzbs2x8a0xxiv2-mdp-1.0.12/bin/mdp
gzipping man pages under /nix/store/rj01mv435b87i2ixggkzbs2x8a0xxiv2-mdp-1.0.12/share/man/
strip is /nix/store/mdyy001q67hiks0g24ra53z7ckm4jfr4-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/rj01mv435b87i2ixggkzbs2x8a0xxiv2-mdp-1.0.12/bin 
patching script interpreter paths in /nix/store/rj01mv435b87i2ixggkzbs2x8a0xxiv2-mdp-1.0.12
checking for references to /tmp/nix-build-mdp-1.0.12.drv-0 in /nix/store/rj01mv435b87i2ixggkzbs2x8a0xxiv2-mdp-1.0.12...
/nix/store/rj01mv435b87i2ixggkzbs2x8a0xxiv2-mdp-1.0.12

Copy link

@GrahamcOfBorg GrahamcOfBorg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Success for system: x86_64-darwin

install -d /nix/store/i5m8allgf6j8x2h1i54mkx4b1kp1hcqc-mdp-1.0.12/bin
install -m 755 mdp /nix/store/i5m8allgf6j8x2h1i54mkx4b1kp1hcqc-mdp-1.0.12/bin/mdp
install -d /nix/store/i5m8allgf6j8x2h1i54mkx4b1kp1hcqc-mdp-1.0.12/share/man/man1
install -m 644 mdp.1 /nix/store/i5m8allgf6j8x2h1i54mkx4b1kp1hcqc-mdp-1.0.12/share/man/man1/mdp.1
post-installation fixup
gzipping man pages under /nix/store/i5m8allgf6j8x2h1i54mkx4b1kp1hcqc-mdp-1.0.12/share/man/
strip is /nix/store/i1zz228nl3bljcbb83fq0rq7lr7nvv4y-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/i5m8allgf6j8x2h1i54mkx4b1kp1hcqc-mdp-1.0.12/bin
patching script interpreter paths in /nix/store/i5m8allgf6j8x2h1i54mkx4b1kp1hcqc-mdp-1.0.12
/nix/store/i5m8allgf6j8x2h1i54mkx4b1kp1hcqc-mdp-1.0.12

@andir andir merged commit 19fc2f5 into NixOS:master Jan 27, 2018
@andir
Copy link
Member

andir commented Jan 27, 2018

Thanks 👍

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