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

youtube-dl: 2018.09.10 -> 2018.09.18 #47151

Merged
merged 1 commit into from Sep 21, 2018
Merged

youtube-dl: 2018.09.10 -> 2018.09.18 #47151

merged 1 commit into from Sep 21, 2018

Conversation

va1entin
Copy link
Contributor

Motivation for this change

Update youtube-dl

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.

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: youtube-dl

Partial log (click to expand)

Successfully installed youtube-dl-2018.9.18
/build/youtube-dl
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/vf5lsgbdh33zly6vlf4sxmggmfxs1vbl-python3.6-youtube-dl-2018.09.18
gzipping man pages under /nix/store/vf5lsgbdh33zly6vlf4sxmggmfxs1vbl-python3.6-youtube-dl-2018.09.18/share/man/
strip is /nix/store/h0lbngpv6ln56hjj59i6l77vxq25flbz-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/vf5lsgbdh33zly6vlf4sxmggmfxs1vbl-python3.6-youtube-dl-2018.09.18/lib  /nix/store/vf5lsgbdh33zly6vlf4sxmggmfxs1vbl-python3.6-youtube-dl-2018.09.18/bin
patching script interpreter paths in /nix/store/vf5lsgbdh33zly6vlf4sxmggmfxs1vbl-python3.6-youtube-dl-2018.09.18
checking for references to /build in /nix/store/vf5lsgbdh33zly6vlf4sxmggmfxs1vbl-python3.6-youtube-dl-2018.09.18...
wrapping `/nix/store/vf5lsgbdh33zly6vlf4sxmggmfxs1vbl-python3.6-youtube-dl-2018.09.18/bin/youtube-dl'...

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: youtube-dl

Partial log (click to expand)

/build/youtube-dl
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/jlmv1xiq9pap5y6q4i53gck1c6aynvbz-python3.6-youtube-dl-2018.09.18
gzipping man pages under /nix/store/jlmv1xiq9pap5y6q4i53gck1c6aynvbz-python3.6-youtube-dl-2018.09.18/share/man/
strip is /nix/store/y4ymnvgxygpq05h03kyzbj572zmh6zla-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/jlmv1xiq9pap5y6q4i53gck1c6aynvbz-python3.6-youtube-dl-2018.09.18/lib  /nix/store/jlmv1xiq9pap5y6q4i53gck1c6aynvbz-python3.6-youtube-dl-2018.09.18/bin
patching script interpreter paths in /nix/store/jlmv1xiq9pap5y6q4i53gck1c6aynvbz-python3.6-youtube-dl-2018.09.18
checking for references to /build in /nix/store/jlmv1xiq9pap5y6q4i53gck1c6aynvbz-python3.6-youtube-dl-2018.09.18...
wrapping `/nix/store/jlmv1xiq9pap5y6q4i53gck1c6aynvbz-python3.6-youtube-dl-2018.09.18/bin/youtube-dl'...
/nix/store/jlmv1xiq9pap5y6q4i53gck1c6aynvbz-python3.6-youtube-dl-2018.09.18

@xeji
Copy link
Contributor

xeji commented Sep 21, 2018

@GrahamcOfBorg build python36Packages.youtube-dl python27Packages.youtube-dl mpv

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: python36Packages.youtube-dl, python27Packages.youtube-dl, mpv

Partial log (click to expand)

Successfully installed youtube-dl-2018.9.18
/build/youtube-dl
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/gs7rp4sqnlprri6pnsn7rs1sk9yslq18-python2.7-youtube-dl-2018.09.18
gzipping man pages under /nix/store/gs7rp4sqnlprri6pnsn7rs1sk9yslq18-python2.7-youtube-dl-2018.09.18/share/man/
strip is /nix/store/h0lbngpv6ln56hjj59i6l77vxq25flbz-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/gs7rp4sqnlprri6pnsn7rs1sk9yslq18-python2.7-youtube-dl-2018.09.18/lib  /nix/store/gs7rp4sqnlprri6pnsn7rs1sk9yslq18-python2.7-youtube-dl-2018.09.18/bin
patching script interpreter paths in /nix/store/gs7rp4sqnlprri6pnsn7rs1sk9yslq18-python2.7-youtube-dl-2018.09.18
checking for references to /build in /nix/store/gs7rp4sqnlprri6pnsn7rs1sk9yslq18-python2.7-youtube-dl-2018.09.18...
wrapping `/nix/store/gs7rp4sqnlprri6pnsn7rs1sk9yslq18-python2.7-youtube-dl-2018.09.18/bin/youtube-dl'...

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: python36Packages.youtube-dl, python27Packages.youtube-dl, mpv

Partial log (click to expand)

/nix/store/hzn4b1jfnwaxzs69q0vsvjvpn3rliy3y-mpv-0.29.0/lib/libmpv.1.101.0.dylib: fixing dylib
/nix/store/hzn4b1jfnwaxzs69q0vsvjvpn3rliy3y-mpv-0.29.0/lib/libmpv.1.101.0.dylib: fixing dylib
/nix/store/hzn4b1jfnwaxzs69q0vsvjvpn3rliy3y-mpv-0.29.0/lib/libmpv.1.101.0.dylib: fixing dylib
/nix/store/hzn4b1jfnwaxzs69q0vsvjvpn3rliy3y-mpv-0.29.0/lib/libmpv.1.101.0.dylib: fixing dylib
/nix/store/hzn4b1jfnwaxzs69q0vsvjvpn3rliy3y-mpv-0.29.0/lib/libmpv.1.101.0.dylib: fixing dylib
/nix/store/hzn4b1jfnwaxzs69q0vsvjvpn3rliy3y-mpv-0.29.0/lib/libmpv.1.101.0.dylib: fixing dylib
/nix/store/hzn4b1jfnwaxzs69q0vsvjvpn3rliy3y-mpv-0.29.0/lib/libmpv.1.101.0.dylib: fixing dylib
/nix/store/hzn4b1jfnwaxzs69q0vsvjvpn3rliy3y-mpv-0.29.0/lib/libmpv.1.101.0.dylib: fixing dylib
/nix/store/hzn4b1jfnwaxzs69q0vsvjvpn3rliy3y-mpv-0.29.0/lib/libmpv.1.101.0.dylib: fixing dylib
/nix/store/hzn4b1jfnwaxzs69q0vsvjvpn3rliy3y-mpv-0.29.0/lib/libmpv.1.101.0.dylib: fixing dylib

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: python36Packages.youtube-dl, python27Packages.youtube-dl, mpv

Partial log (click to expand)

shrinking /nix/store/ijc7ir7isnry3110ffjpm6n6vlwmkj4s-mpv-0.29.0/lib/libmpv.so.1.101.0
shrinking /nix/store/ijc7ir7isnry3110ffjpm6n6vlwmkj4s-mpv-0.29.0/bin/.mpv-wrapped
gzipping man pages under /nix/store/ijc7ir7isnry3110ffjpm6n6vlwmkj4s-mpv-0.29.0/share/man/
strip is /nix/store/y4ymnvgxygpq05h03kyzbj572zmh6zla-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/ijc7ir7isnry3110ffjpm6n6vlwmkj4s-mpv-0.29.0/lib  /nix/store/ijc7ir7isnry3110ffjpm6n6vlwmkj4s-mpv-0.29.0/bin
patching script interpreter paths in /nix/store/ijc7ir7isnry3110ffjpm6n6vlwmkj4s-mpv-0.29.0
checking for references to /build in /nix/store/ijc7ir7isnry3110ffjpm6n6vlwmkj4s-mpv-0.29.0...
/nix/store/jlmv1xiq9pap5y6q4i53gck1c6aynvbz-python3.6-youtube-dl-2018.09.18
/nix/store/9im07j9hx4kqh89p4b19jbss2vahv97n-python2.7-youtube-dl-2018.09.18
/nix/store/ijc7ir7isnry3110ffjpm6n6vlwmkj4s-mpv-0.29.0

@xeji xeji merged commit 4a68689 into NixOS:master Sep 21, 2018
@va1entin va1entin deleted the youtube-dl_update branch September 23, 2018 12:30
timokau pushed a commit to timokau/nixpkgs that referenced this pull request Oct 31, 2018
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