We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to reproduce the behavior:
services.transmission.enable = true
nix run nixpkgs#transmission
error: builder for '/nix/store/aly8w8ip0vfi7sc854wypdmbdkm5wynv-transmission-3.00.drv' failed with exit code 2; last 10 log lines: > 197 | if (UPNP_GetValidIGD(devlist, &handle->urls, &handle->data, handle->lanaddr, > | ^~~~~~~~~~~~~~~~ > In file included from /build/source/libtransmission/upnp.c:12: > /nix/store/vmzxminj8mwfw81whay2524c4b6w321q-miniupnpc-2.2.8/include/miniupnpc/miniupnpc.h:122:1: note: declared here > 122 | UPNP_GetValidIGD(struct UPNPDev * devlist, > | ^~~~~~~~~~~~~~~~ > make[2]: *** [libtransmission/CMakeFiles/transmission.dir/build.make:804: libtransmission/CMakeFiles/transmission.dir/upnp.c.o] Error 1 > make[2]: *** Waiting for unfinished jobs.... > make[1]: *** [CMakeFiles/Makefile2:206: libtransmission/CMakeFiles/transmission.dir/all] Error 2 > make: *** [Makefile:166: all] Error 2 For full logs, run 'nix log /nix/store/aly8w8ip0vfi7sc854wypdmbdkm5wynv-transmission-3.00.drv'.
This affects both transmission_3 and transmission_4 packages.
transmission_3
transmission_4
@astsmtl
- system: `"x86_64-linux"` - host os: `Linux 6.9.8, NixOS, 24.11 (Vicuna), 24.11.20240709.feb2849` - multi-user?: `yes` - sandbox: `yes` - version: `nix-env (Nix) 2.18.4` - nixpkgs: `/nix/store/xr9wjzx0cdnwkmhzz74h8lphgn5jmyv3-source`
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered:
Can't repro on master (0bd7ea1) or nixos-unstable (655a58a)
master
nixos-unstable
Also the log doesn't have an error, so it couldn't be diagnosed anyway
Sorry, something went wrong.
Root cause: transmission/transmission#6907 (comment) Fixed in #326057
No branches or pull requests
Steps To Reproduce
Steps to reproduce the behavior:
services.transmission.enable = true
or
nix run nixpkgs#transmission
Build log
Additional context
This affects both
transmission_3
andtransmission_4
packages.Notify maintainers
@astsmtl
Metadata
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: