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

nixos/nvidia: decouple nvidia_x11.persistenced #100538

Merged
merged 1 commit into from Oct 18, 2020

Conversation

eadwu
Copy link
Member

@eadwu eadwu commented Oct 15, 2020

Motivation for this change

glibc 2.32 removed rpc/rpc.h so package broke

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • 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 nixpkgs-review --run "nixpkgs-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)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

Copy link
Contributor

@bkchr bkchr left a comment

Choose a reason for hiding this comment

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

Works for me

@bkchr
Copy link
Contributor

bkchr commented Oct 15, 2020

But is is probably better to fix the package?

@eadwu
Copy link
Member Author

eadwu commented Oct 15, 2020

Broken upstream, nor do I wish to devote the time to convert the protocol to an entirely new one without any experience.

@bkchr
Copy link
Contributor

bkchr commented Oct 16, 2020

Sounds fine, but than we should tag the package as broken?

@bkchr
Copy link
Contributor

bkchr commented Oct 18, 2020

#100991 fixes the build of the broken package.

@eadwu eadwu closed this Oct 18, 2020
@jonringer
Copy link
Contributor

hmm, although my PR fixed the build, the application just crashes

maybe this is the correct way forward until upstream adjusts

@jonringer
Copy link
Contributor

This PR is more coherent anyway, nvidia-persistenced wouldn't do much wihtout the related service, so I'm not sure why we are blindly installing it for all users.

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