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

pmidi: init at 1.7.1 #34344

Merged
merged 1 commit into from Jan 28, 2018
Merged

pmidi: init at 1.7.1 #34344

merged 1 commit into from Jan 28, 2018

Conversation

lheckemann
Copy link
Member

Motivation for this change
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.

@GrahamcOfBorg build pmidi


meta = with stdenv.lib; {
description = "";
maintainers = with maintainers; [ lheckemann ];
Copy link
Member

Choose a reason for hiding this comment

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

Homepage: http://www.parabola.me.uk/alsa/pmidi.html
Description?
Please set license = licenses.unfree and mentiod that no license was specified.

Copy link
Member Author

Choose a reason for hiding this comment

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

Whoops, my mistake! I thought I'd finished that stuff. It's in fact GPLv2 (see contents of source tarball). Thanks for the pointers.

@lheckemann
Copy link
Member Author

@GrahamcOfBorg build pmidi

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

make[1]: Leaving directory '/build/pmidi-1.7.1'
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/ng9z0m0pzrwzlrk3prmlbr9ia1ppiymw-pmidi-1.7.1
shrinking /nix/store/ng9z0m0pzrwzlrk3prmlbr9ia1ppiymw-pmidi-1.7.1/bin/pmidi
gzipping man pages under /nix/store/ng9z0m0pzrwzlrk3prmlbr9ia1ppiymw-pmidi-1.7.1/share/man/
strip is /nix/store/jwz859pxqj7sl2dbwvmxkx68jp774izb-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/ng9z0m0pzrwzlrk3prmlbr9ia1ppiymw-pmidi-1.7.1/bin
patching script interpreter paths in /nix/store/ng9z0m0pzrwzlrk3prmlbr9ia1ppiymw-pmidi-1.7.1
checking for references to /build in /nix/store/ng9z0m0pzrwzlrk3prmlbr9ia1ppiymw-pmidi-1.7.1...
/nix/store/ng9z0m0pzrwzlrk3prmlbr9ia1ppiymw-pmidi-1.7.1

Full log: https://logs.nix.gsc.io/?key=nixos/nixpkgs.34344

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

make[1]: Leaving directory '/tmp/nix-build-pmidi-1.7.1.drv-0/pmidi-1.7.1'
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/gjxn9kj1p3kfqd4z1v2slpk39az1gb4d-pmidi-1.7.1
shrinking /nix/store/gjxn9kj1p3kfqd4z1v2slpk39az1gb4d-pmidi-1.7.1/bin/pmidi
gzipping man pages under /nix/store/gjxn9kj1p3kfqd4z1v2slpk39az1gb4d-pmidi-1.7.1/share/man/
strip is /nix/store/mdyy001q67hiks0g24ra53z7ckm4jfr4-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/gjxn9kj1p3kfqd4z1v2slpk39az1gb4d-pmidi-1.7.1/bin 
patching script interpreter paths in /nix/store/gjxn9kj1p3kfqd4z1v2slpk39az1gb4d-pmidi-1.7.1
checking for references to /tmp/nix-build-pmidi-1.7.1.drv-0 in /nix/store/gjxn9kj1p3kfqd4z1v2slpk39az1gb4d-pmidi-1.7.1...
/nix/store/gjxn9kj1p3kfqd4z1v2slpk39az1gb4d-pmidi-1.7.1

Full log: https://logs.nix.gsc.io/?key=nixos/nixpkgs.34344

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.

Failure for system: x86_64-darwin

Package ‘alsa-lib-1.1.5’ in /Users/graham/nix-borg/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/grahamc-ndnd/pkgs/os-specific/linux/alsa-lib/default.nix:32 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.

Full log: https://logs.nix.gsc.io/?key=nixos/nixpkgs.34344

@fpletz fpletz merged commit 2b49df1 into NixOS:master Jan 28, 2018
@lheckemann lheckemann deleted the pmidi branch January 29, 2018 09:17
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