mediatomb: use ffmpeg instead of ffmpeg_3#123487
Conversation
|
Result of 2 packages built successfully:
3 suggestions:
Result of 1 package built successfully:
|
|
@dotlambda While mediatomb still compiles after changing from ffmpeg_3 to ffmpeg, tests now fail: $ nix build -f nixos/tests/mediatomb.nix 1 ↵
waiting for locks or build slots...
builder for '/nix/store/fvz5r24n5jal267g11hjf772dbv3w2fk-vm-test-run-mediatomb.drv' failed with exit code 1; last 10 log lines:
exec(tests, globals())
File "<string>", line 1, in <module>
File "<string>", line 23, in <module>
File "/nix/store/mi8ay9gb6kv346mk3sz4gwj6r2nkvbkl-nixos-test-driver/bin/.nixos-test-driver-wrapped", line 466, in succeed
raise Exception(
Exception: command `curl --fail http://serverGerbera:49152/` failed (exit code 52)
cleaning up
killing client (pid 10)
killing serverGerbera (pid 22)
(0.00 seconds)
[283 built (1 failed), 276 copied (1190.4 MiB), 209.6 MiB DL]
error: build of '/nix/store/fvz5r24n5jal267g11hjf772dbv3w2fk-vm-test-run-mediatomb.drv' failedAs mediatomb hasn't been updated since 2014, I consider dropping it and aliasing both the package as well as the module to |
|
@schmittlauch I would rather remove it completely since the module already uses gerbera by default. We could keep it marked as insecure in 21.05 but remove it from master. |
|
LGTM @dotlambda Okay, change of plans: I'd LGTM this PR, because it does not cause the test failure. The tests are already failing with ffmpeg_3, and it's not Unfortunately gerbera is set as the new default, see #100348. So with hopefully getting |
|
Dropping |
(cherry picked from commit 81abd8d)
Motivation for this change
#120705
Things done
sandboxinnix.confon non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"./result/bin/)nix path-info -Sbefore and after)The test
nixos/tests/mediatomb.nixfails, but it also does on master.