-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
Build failure: jamesdsp #389609
Labels
0.kind: build failure
A package fails to build
Comments
can reproduce |
Managed to track down the build failure to #387599 nixpkgs.overlays = [
(
final: prev: {
# https://github.com/wwmm/easyeffects/commit/38bef46bffdb535e2a70c3332719c557ff577e56
jamesdsp = prev.jamesdsp.overrideAttrs {
patchPhase = ''
substituteInPlace src/audio/pipewire/PwPipelineManager.cpp \
--replace-fail "pw_node_add_listener" "pw_proxy_add_object_listener" \
--replace-fail "pw_link_add_listener" "pw_proxy_add_object_listener" \
--replace-fail "pw_module_add_listener" "pw_proxy_add_object_listener" \
--replace-fail "pw_client_add_listener" "pw_proxy_add_object_listener" \
--replace-fail "pw_device_add_listener" "pw_proxy_add_object_listener"
'';
};
}
)
]; Edit: I patch jamesdsp instead of making it use old pipewire now |
Octelly
added a commit
to OwO-Digital/nixos-config
that referenced
this issue
Mar 18, 2025
Is there a status on this? |
I was going to do a pr to upstream that does the same changes as the overlay I posted, but I haven't gotten around to doing it yet. |
This was referenced Mar 21, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nixpkgs version
Steps to reproduce
nix build github:nixos/nixpkgs/nixos-unstable#jamesdsp
Can Hydra reproduce this build failure?
Yes, Hydra can reproduce this build failure.
Link to Hydra build job
https://hydra.nixos.org/build/291899616
Relevant log output
Additional context
This only started to manifest from the latest revision of
nixos-unstable
. The latest version number of the package on said channel is2.7.0
.If the build failure was not reproducible, my entire nix config is here: https://github.com/fdnt7/nix-config
Edit: I accidentally mentioned the wrong
rewine
account, my apologies.System metadata
"x86_64-linux"
Linux 6.13.6, NixOS, 25.05 (Warbler), 25.05.20250309.e3e32b6
yes
yes
nix-env (Nix) 2.24.12
/nix/store/g4ppspdl4fy7hnp4jgjl4ll03v7i08w3-source
Notify maintainers
@pasqui23 @wineee
Note for maintainers: Please tag this issue in your pull request description. (i.e.
Resolves #ISSUE
.)I assert that this issue is relevant for Nixpkgs
Is this issue important to you?
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: