"alsa-plugins-1.0.28-libav10.patch" was dropped from alsa-plugins-1.1.4.ebuild, presumably because it doesn't apply cleanly. This causes build failure when built with USE="ffmpeg libav": > .libs/rate_lavcrate.o: In function `pcm_src_free': > /var/tmp/portage/media-plugins/alsa-plugins-1.1.4/work/alsa-plugins-1.1.4/rate-lavc/rate_lavcrate.c:70: undefined reference to `av_resample_close' > .libs/rate_lavcrate.o: In function `pcm_src_init': > /var/tmp/portage/media-plugins/alsa-plugins-1.1.4/work/alsa-plugins-1.1.4/rate-lavc/rate_lavcrate.c:96: undefined reference to `av_resample_init' > .libs/rate_lavcrate.o: In function `pcm_src_convert_s16': > /var/tmp/portage/media-plugins/alsa-plugins-1.1.4/work/alsa-plugins-1.1.4/rate-lavc/rate_lavcrate.c:186: undefined reference to `av_resample' > /var/tmp/portage/media-plugins/alsa-plugins-1.1.4/work/alsa-plugins-1.1.4/rate-lavc/rate_lavcrate.c:194: undefined reference to `av_resample_compensate' > /var/tmp/portage/media-plugins/alsa-plugins-1.1.4/work/alsa-plugins-1.1.4/rate-lavc/rate_lavcrate.c:194: undefined reference to `av_resample_compensate' Reproducible: Always Steps to Reproduce: 1.USE="ffmpeg libav" emerge -1 =libav-12::gentoo =alsa-plugins-1.1.4::gentoo Actual Results: Build failure. Expected Results: Build success.
PR: https://github.com/gentoo/gentoo/pull/4738
Same here on ~amd64.
Please try 1.1.4-r1 (it all works for me with the fixes in bug #621172 and a fixed "fix" for bug #588482 even with gold linker).
Still failing here with 1.1.4-r1. It seems all that -r1 changed was to depend on virtual/jack instead of directly on jack-audio-connection-kit.
ping.
There is no change in the incompatibility between alsa-plugins and libav (tested with media-plugins/alsa-plugins-1.1.6 and media-video/libav versions 12.2, 13_pre20171219, and 9999). I switched to media-video/ffmpeg a while back anyway though. Since upstream is indifferent to the issue and it's unreasonable to maintain a patch with each version bump, perhaps the "libav" USE flag should be dropped and media-plugins/alsa-plugins should depend directly on media-video/ffmpeg.
See bug 653742.
(In reply to Rolf Eike Beer from comment #7) > See bug 653742. Yep. media-plugins/alsa-plugins-1.1.7 builds fine. Tested against media-video/libav-12.3.
fixed in newer versions
*** Bug 673338 has been marked as a duplicate of this bug. ***