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

sfxr-qt: init at 1.2.0 #49451

Merged
merged 1 commit into from Nov 12, 2018
Merged

sfxr-qt: init at 1.2.0 #49451

merged 1 commit into from Nov 12, 2018

Conversation

fgaz
Copy link
Member

@fgaz fgaz commented Oct 30, 2018

Motivation for this change
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/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Fits CONTRIBUTING.md.

@cleverca22
Copy link
Contributor

@GrahamcOfBorg build sfxr-qt

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: sfxr-qt

Partial log (click to expand)

post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/nmdfqqq2wdp5d4x2xh2r4dq2lzn6lh89-sfxr-qt-1.2.0
shrinking /nix/store/nmdfqqq2wdp5d4x2xh2r4dq2lzn6lh89-sfxr-qt-1.2.0/bin/sfxr-qt
strip is /nix/store/vcc4svb8gy29g4pam2zja6llkbcwsyiq-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/nmdfqqq2wdp5d4x2xh2r4dq2lzn6lh89-sfxr-qt-1.2.0/bin
patching script interpreter paths in /nix/store/nmdfqqq2wdp5d4x2xh2r4dq2lzn6lh89-sfxr-qt-1.2.0
checking for references to /build in /nix/store/nmdfqqq2wdp5d4x2xh2r4dq2lzn6lh89-sfxr-qt-1.2.0...
postPatchMkspecs
postPatchMkspecs
/nix/store/nmdfqqq2wdp5d4x2xh2r4dq2lzn6lh89-sfxr-qt-1.2.0

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: sfxr-qt

Partial log (click to expand)

post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/c9cf6j224lxck6gxy2ghlcij882rjz98-sfxr-qt-1.2.0
shrinking /nix/store/c9cf6j224lxck6gxy2ghlcij882rjz98-sfxr-qt-1.2.0/bin/sfxr-qt
strip is /nix/store/p9akxn2sfy4wkhqdqa3li97pc6jaz3r1-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/c9cf6j224lxck6gxy2ghlcij882rjz98-sfxr-qt-1.2.0/bin
patching script interpreter paths in /nix/store/c9cf6j224lxck6gxy2ghlcij882rjz98-sfxr-qt-1.2.0
checking for references to /build in /nix/store/c9cf6j224lxck6gxy2ghlcij882rjz98-sfxr-qt-1.2.0...
postPatchMkspecs
postPatchMkspecs
/nix/store/c9cf6j224lxck6gxy2ghlcij882rjz98-sfxr-qt-1.2.0

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: sfxr-qt

Partial log (click to expand)

/nix/store/c9cf6j224lxck6gxy2ghlcij882rjz98-sfxr-qt-1.2.0

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: sfxr-qt

Partial log (click to expand)

post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/nmdfqqq2wdp5d4x2xh2r4dq2lzn6lh89-sfxr-qt-1.2.0
shrinking /nix/store/nmdfqqq2wdp5d4x2xh2r4dq2lzn6lh89-sfxr-qt-1.2.0/bin/sfxr-qt
strip is /nix/store/vcc4svb8gy29g4pam2zja6llkbcwsyiq-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/nmdfqqq2wdp5d4x2xh2r4dq2lzn6lh89-sfxr-qt-1.2.0/bin
patching script interpreter paths in /nix/store/nmdfqqq2wdp5d4x2xh2r4dq2lzn6lh89-sfxr-qt-1.2.0
checking for references to /build in /nix/store/nmdfqqq2wdp5d4x2xh2r4dq2lzn6lh89-sfxr-qt-1.2.0...
postPatchMkspecs
postPatchMkspecs
/nix/store/nmdfqqq2wdp5d4x2xh2r4dq2lzn6lh89-sfxr-qt-1.2.0

@GrahamcOfBorg
Copy link

Failure on x86_64-darwin (full log)

Attempted: sfxr-qt

Partial log (click to expand)

  No known features for CXX compiler

  "Clang"

  version 5.0.2.


-- Build files have been written to: /tmp/nix-build-sfxr-qt-1.2.0.drv-0/source
builder for '/nix/store/inxl4ihlihw076fr9yijvv4z401lf7vg-sfxr-qt-1.2.0.drv' failed with exit code 1
error: build of '/nix/store/inxl4ihlihw076fr9yijvv4z401lf7vg-sfxr-qt-1.2.0.drv' failed

@fgaz
Copy link
Member Author

fgaz commented Oct 30, 2018

No idea how to fix that :-/

I think I'll just mark it as broken for osx

@fgaz
Copy link
Member Author

fgaz commented Oct 30, 2018

@cleverca22

added platforms = platforms.linux;

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: sfxr-qt

Partial log (click to expand)

/nix/store/c9cf6j224lxck6gxy2ghlcij882rjz98-sfxr-qt-1.2.0

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: sfxr-qt

Partial log (click to expand)

post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/nmdfqqq2wdp5d4x2xh2r4dq2lzn6lh89-sfxr-qt-1.2.0
shrinking /nix/store/nmdfqqq2wdp5d4x2xh2r4dq2lzn6lh89-sfxr-qt-1.2.0/bin/sfxr-qt
strip is /nix/store/vcc4svb8gy29g4pam2zja6llkbcwsyiq-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/nmdfqqq2wdp5d4x2xh2r4dq2lzn6lh89-sfxr-qt-1.2.0/bin
patching script interpreter paths in /nix/store/nmdfqqq2wdp5d4x2xh2r4dq2lzn6lh89-sfxr-qt-1.2.0
checking for references to /build in /nix/store/nmdfqqq2wdp5d4x2xh2r4dq2lzn6lh89-sfxr-qt-1.2.0...
postPatchMkspecs
postPatchMkspecs
/nix/store/nmdfqqq2wdp5d4x2xh2r4dq2lzn6lh89-sfxr-qt-1.2.0

@samueldr samueldr merged commit 49df315 into NixOS:master Nov 12, 2018
@fgaz fgaz deleted the sfxr-qt/init branch May 11, 2021 08:12
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

4 participants