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

perl-BSD-Resource: init at 1.2911 #35178

Merged
merged 1 commit into from Feb 20, 2018
Merged

Conversation

limeytexan
Copy link
Contributor

Motivation for this change

Add BSD::Resource module from CPAN.

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.

@Mic92
Copy link
Member

Mic92 commented Feb 20, 2018

@GrahamcOfBorg build perlPackages.BSDResource

@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/hgjhamq94iwnikfg7389mrw7s1ps8fyl-perl-BSD-Resource-1.2911/lib
patching script interpreter paths in /nix/store/hgjhamq94iwnikfg7389mrw7s1ps8fyl-perl-BSD-Resource-1.2911
checking for references to /build in /nix/store/hgjhamq94iwnikfg7389mrw7s1ps8fyl-perl-BSD-Resource-1.2911...
shrinking RPATHs of ELF executables and libraries in /nix/store/5mzm2d3l3gj58q1fracivzrjg445vams-perl-BSD-Resource-1.2911-devdoc
gzipping man pages under /nix/store/5mzm2d3l3gj58q1fracivzrjg445vams-perl-BSD-Resource-1.2911-devdoc/share/man/
strip is /nix/store/skd6ix5ipkyhxzq7naylj4digawakl4j-binutils-2.28.1/bin/strip
patching script interpreter paths in /nix/store/5mzm2d3l3gj58q1fracivzrjg445vams-perl-BSD-Resource-1.2911-devdoc
checking for references to /build in /nix/store/5mzm2d3l3gj58q1fracivzrjg445vams-perl-BSD-Resource-1.2911-devdoc...
/nix/store/hgjhamq94iwnikfg7389mrw7s1ps8fyl-perl-BSD-Resource-1.2911

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Partial log (click to expand)

strip is /nix/store/adidfx4pa7vmvby0gjqqmiwg2x49yr27-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/nz5r0x66hzrb97gx85ifkw2y7widcz1i-perl-BSD-Resource-1.2911/lib
patching script interpreter paths in /nix/store/nz5r0x66hzrb97gx85ifkw2y7widcz1i-perl-BSD-Resource-1.2911
checking for references to /build in /nix/store/nz5r0x66hzrb97gx85ifkw2y7widcz1i-perl-BSD-Resource-1.2911...
shrinking RPATHs of ELF executables and libraries in /nix/store/yz6fc6fz5lpqhqcj0w4h6akfgmgix8fh-perl-BSD-Resource-1.2911-devdoc
gzipping man pages under /nix/store/yz6fc6fz5lpqhqcj0w4h6akfgmgix8fh-perl-BSD-Resource-1.2911-devdoc/share/man/
strip is /nix/store/adidfx4pa7vmvby0gjqqmiwg2x49yr27-binutils-2.28.1/bin/strip
patching script interpreter paths in /nix/store/yz6fc6fz5lpqhqcj0w4h6akfgmgix8fh-perl-BSD-Resource-1.2911-devdoc
checking for references to /build in /nix/store/yz6fc6fz5lpqhqcj0w4h6akfgmgix8fh-perl-BSD-Resource-1.2911-devdoc...
/nix/store/nz5r0x66hzrb97gx85ifkw2y7widcz1i-perl-BSD-Resource-1.2911

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Partial log (click to expand)

post-installation fixup
Moving /nix/store/kj5ip1hczl02alc5n20an9wnpmzr5zvg-perl-BSD-Resource-1.2911/share/man/man3 to /nix/store/6q91vp2j09q07wibqsl5rlyyml1yjg0y-perl-BSD-Resource-1.2911-devdoc/share/man/man3
Removing empty /nix/store/kj5ip1hczl02alc5n20an9wnpmzr5zvg-perl-BSD-Resource-1.2911/share/man/ and (possibly) its parents
strip is /nix/store/v8ifq0hapblpr2z0hx4wvwg02w4aczqy-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/kj5ip1hczl02alc5n20an9wnpmzr5zvg-perl-BSD-Resource-1.2911/lib
patching script interpreter paths in /nix/store/kj5ip1hczl02alc5n20an9wnpmzr5zvg-perl-BSD-Resource-1.2911
gzipping man pages under /nix/store/6q91vp2j09q07wibqsl5rlyyml1yjg0y-perl-BSD-Resource-1.2911-devdoc/share/man/
strip is /nix/store/v8ifq0hapblpr2z0hx4wvwg02w4aczqy-cctools-binutils-darwin/bin/strip
patching script interpreter paths in /nix/store/6q91vp2j09q07wibqsl5rlyyml1yjg0y-perl-BSD-Resource-1.2911-devdoc
/nix/store/kj5ip1hczl02alc5n20an9wnpmzr5zvg-perl-BSD-Resource-1.2911

@Mic92 Mic92 merged commit b7fb6ed into NixOS:master Feb 20, 2018
@Mic92
Copy link
Member

Mic92 commented Feb 20, 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

4 participants