blender: fix runtime crash by adding missing wayland-scanner, enable strict build options#340100
Merged
veprbl merged 3 commits intoNixOS:masterfrom Sep 7, 2024
Merged
blender: fix runtime crash by adding missing wayland-scanner, enable strict build options#340100veprbl merged 3 commits intoNixOS:masterfrom
veprbl merged 3 commits intoNixOS:masterfrom
Conversation
Without this, it crashes on launch or render when using (at least) Nvidia GPUs. Blender build needs this, but currently only warns during build. See also: NixOS#214906 NixOS#340080
Member
|
Blender build will, by default, warn for most missing libs and silently disable the feature. This can cause unexpected behavior, so instead flip its option to turn those warnings into errors. This, for example, would have caught at build time (rather than runtime) the previously-missing wayland-scanner dependency that caused crashes. As a result, adjust existing build config to reflect reality and fix the “new” errors.
Member
Author
|
Updated. Result of 3 packages built:
|
65f66f8 to
6faf3cb
Compare
sifmelcara
approved these changes
Sep 6, 2024
Member
sifmelcara
left a comment
There was a problem hiding this comment.
Ran nixpkgs-review, confirmed 3 packages built, their binary works, and fixes the issue 👍
ryan4yin
added a commit
to ryan4yin/nix-config
that referenced
this pull request
Sep 19, 2024
fix: advanced-scene-switcher failed to compile, persist blender user directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See individual commits for details.
Caused by #214906
Fixes #340080
Description of changes
Things done
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)Add a 👍 reaction to pull requests you find important.