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: disable phantomjs support on darwin by default #33767

Merged
merged 1 commit into from Jan 13, 2018

Conversation

corngood
Copy link
Contributor

Motivation for this change

@jwiegley pointed out that phantomjs2 is broken on darwin.

Could someone test this on macos, or trigger a robot build?

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.

@LnL7 LnL7 added the 6.topic: darwin Running or building packages on Darwin label Jan 12, 2018
@joachifm
Copy link
Contributor

@GrahamcOfBorg build youtube-dl

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

copying path '/nix/store/4la692abkpshf0q6y917mzbsljmpizwn-qtsensors-5.9.3-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/298wk4ja3m5vvp04ybnb7dxr66h6p1j0-qtmultimedia-5.9.3-bin' from 'https://cache.nixos.org'...
copying path '/nix/store/1x2y4lzl1wrlccs2kn26wywqsg43nk93-qtlocation-5.9.3-bin' from 'https://cache.nixos.org'...
copying path '/nix/store/z16j01mczdxid67aw16knkvw11jl1w8m-qtmultimedia-5.9.3-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/crmx2pjbp8p1a553gwfcn7v4nqkcn942-qtlocation-5.9.3-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/7w6n9xcm3rc0yx54dzig40ij8l1fbq7i-qtwebkit-5.9.1' from 'https://cache.nixos.org'...
copying path '/nix/store/2rcxxgd9v22liz8d83fmvya3y81nksv2-qtwebkit-5.9.1-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/kmijwf2swz4mncr43vkj177y1a1xf9lq-phantomjs-2.1.1' from 'https://cache.nixos.org'...
copying path '/nix/store/ksxvsdnb7h7wf3zfz30k51r0l614l5fv-youtube-dl-2017.12.31' from 'https://cache.nixos.org'...
/nix/store/ksxvsdnb7h7wf3zfz30k51r0l614l5fv-youtube-dl-2017.12.31

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


  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  385k  100  385k    0     0   385k      0  0:00:01 --:--:--  0:00:01 3039k

fetching path ‘/nix/store/ldscaphsgw4vnx5lbs6dz9dg6gkv233x-youtube-dl-2017.12.31’...

*** Downloading ‘https://nix-cache.s3.amazonaws.com/nar/18ygclb4h0d4jpykp13qarfqryral1pjzjdkgx62jw40kak8n3vi.nar.xz’ (signed by ‘cache.nixos.org-1’) to ‘/nix/store/ldscaphsgw4vnx5lbs6dz9dg6gkv233x-youtube-dl-2017.12.31’...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
 81 1696k   81 1375k    0     0  1375k      0  0:00:01 --:--:--  0:00:01 6368k
100 1696k  100 1696k    0     0  1696k      0  0:00:01 --:--:--  0:00:01 6785k

/nix/store/ldscaphsgw4vnx5lbs6dz9dg6gkv233x-youtube-dl-2017.12.31

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

Installing collected packages: youtube-dl
Successfully installed youtube-dl-2017.12.31
/private/tmp/nix-build-youtube-dl-2017.12.31.drv-0/youtube-dl
post-installation fixup
gzipping man pages under /nix/store/jvymk27wr7d6xgvx0zxc8l2i88gvx58v-youtube-dl-2017.12.31/share/man/
strip is /nix/store/bhfkh37smh9lc5bngdha6zx98k6w6cgd-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/jvymk27wr7d6xgvx0zxc8l2i88gvx58v-youtube-dl-2017.12.31/lib  /nix/store/jvymk27wr7d6xgvx0zxc8l2i88gvx58v-youtube-dl-2017.12.31/bin
patching script interpreter paths in /nix/store/jvymk27wr7d6xgvx0zxc8l2i88gvx58v-youtube-dl-2017.12.31
wrapping `/nix/store/jvymk27wr7d6xgvx0zxc8l2i88gvx58v-youtube-dl-2017.12.31/bin/.youtube-dl-wrapped'...
/nix/store/jvymk27wr7d6xgvx0zxc8l2i88gvx58v-youtube-dl-2017.12.31

@Mic92 Mic92 merged commit cd96089 into NixOS:master Jan 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants