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

handbrake cli broken on x86_64-darwin #99317

Closed
gekoramy opened this issue Oct 1, 2020 · 3 comments · Fixed by #89674
Closed

handbrake cli broken on x86_64-darwin #99317

gekoramy opened this issue Oct 1, 2020 · 3 comments · Fixed by #89674
Labels
0.kind: bug 6.topic: darwin Running or building packages on Darwin

Comments

@gekoramy
Copy link

gekoramy commented Oct 1, 2020

Describe the bug
I am unable to install handbrake cli on macOS.

To Reproduce

$ nix-env -iA nixpkgs.handbrake
installing 'handbrake-1.3.3'
error: Package ‘numactl-2.0.13’ in /nix/store/zwhn5hiv8y5cm2psrdb33xkwyzz52dh8-nixpkgs-21.03pre243895.72b9660dc18/nixpkgs/pkgs/os-specific/linux/numactl/default.nix:26 is not supported on ‘x86_64-darwin’, refusing to evaluate.

a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.

Additional context

# NOTE: 2019-07-19: This derivation does not currently support the native macOS
# GUI--it produces the "HandbrakeCLI" CLI version only. In the future it would
# be nice to add the native GUI (and/or the GTK GUI) as an option too, but that
# requires invoking the Xcode build system, which is non-trivial for now.

From what I read, handbrake cli should work on macOS

Notify maintainers

Metadata

  • system: "x86_64-darwin"
  • host os: Darwin 19.6.0, macOS 10.15.7
  • multi-user?: no
  • sandbox: no
  • version: nix-env (Nix) 2.3.7
  • channels(gekoramy): "home-manager, nixpkgs-21.03pre243895.72b9660dc18"
  • nixpkgs: /Users/gekoramy/.nix-defexpr/channels/nixpkgs
@Anton-Latukha
Copy link
Contributor

Anton-Latukha commented Oct 1, 2020

It is solved already for quite some time. lets merge the #99317 macOS fixes.

@Anton-Latukha
Copy link
Contributor

Yep, numactl should be solved by that merge.

There is basically a bottleneck of volume that can be processed by the merge throughput.

@gekoramy
Copy link
Author

gekoramy commented Oct 1, 2020

I did not notice the PR
Good to know 👍

@veprbl veprbl added the 6.topic: darwin Running or building packages on Darwin label Oct 1, 2020
@veprbl veprbl linked a pull request Oct 1, 2020 that will close this issue
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: bug 6.topic: darwin Running or building packages on Darwin
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants