media-video/mplayer-9999 failed to emerge: "--disable-ivtv" configuration parameter is not supported. # emerge -av1 mplayer These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R *] media-video/mplayer-9999::gentoo USE="X a52 aalib alsa bidi bluray cdio dts dv dvb dvd dvdnav enca encode faac faad fbcon iconv jpeg libass libcaca libmpeg2 live lzo mad mng mp3 network opengl osdmenu png rtc rtmp samba sdl shm speex theora toolame truetype twolame unicode v4l vcd vorbis x264 xscreensaver xv xvid (-altivec) (-aqua) -bl -bs2b -cddb -cdparanoia -cpudetection -debug -dga -doc -ftp -ggi -gnutls -gsm -ipv6 -jack -joystick -ladspa -lirc -md5sum -nas -openal -openssl -oss -pnm -pulseaudio -pvr -radio -rar (-selinux) -tga -tremor -vdpau (-vidix) -xinerama -yuv4mpeg -zoran" CPU_FLAGS_X86="mmx mmxext sse sse2 ssse3 -3dnow -3dnowext" VIDEO_CARDS="-mga" 0 KiB Total: 1 package (1 reinstall), Size of downloads: 0 KiB Would you like to merge these packages? [Yes/No] y ..... Moving and checking file: libavutil/x86/asm.h Moving and checking file: libavcodec/allcodecs.c Moving and checking file: libavformat/allformats.c Moving and checking file: libavfilter/allfilters.c >>> Source unpacked in /var/tmp/portage/media-video/mplayer-9999/work >>> Preparing source in /var/tmp/portage/media-video/mplayer-9999/work/mplayer-9999 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/media-video/mplayer-9999/work/mplayer-9999 ... Unknown parameter: --disable-ivtv * ERROR: media-video/mplayer-9999::gentoo failed (configure phase): * (no error message) * * Call stack: * ebuild.sh, line 125: Called src_configure * environment, line 3326: Called die * The specific snippet of code: * ./configure --cc="$(tc-getCC)" --host-cc="$(tc-getBUILD_CC)" --prefix="${EPREFIX}/usr" --bindir="${EPREFIX}/usr/bin" --libdir="${EPREFIX}/usr/$(get_libdir)" --confdir="${EPREFIX}/etc/mplayer" --datadir="${EPREFIX}/usr/share/mplayer${namesuf}" --mandir="${EPREFIX}/usr/share/man" --disable-ffmpeg_a --disable-gnutls ${myconf} || die Reproducible: Always Steps to Reproduce: 1. emerge -av =media-video/mplayer-9999 Actual Results: It failed. Expected Results: It shouldn't fail.
Created attachment 645154 [details] build.log
Created attachment 645156 [details] emerge -pqv '=media-video/mplayer-9999::gentoo'
Created attachment 645158 [details] emerge --info '=media-video/mplayer-9999::gentoo'
# vi /usr/portage/media-video/mplayer/mplayer-9999.ebuild ##################################### # DVB / Video4Linux / Radio support # ##################################### myconf+=" --disable-tv-bsdbt848" # broken upstream, won't work with recent kernels myconf+=" --disable-ivtv" <<<<<<<<<<<<<<<<<<<< Not supported anymore # gone since linux-headers-2.6.38 myconf+=" --disable-tv-v4l1" if { use dvb || use v4l || use pvr || use radio; }; then
Created attachment 826081 [details] emerge --info '=media-gfx/raw-thumbnailer-0.2.1-r1'
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cdb49a98ff943afe53695735fb3eed4b77c3b28 commit 8cdb49a98ff943afe53695735fb3eed4b77c3b28 Author: Sam James <sam@gentoo.org> AuthorDate: 2022-12-24 10:16:46 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-12-24 10:19:57 +0000 media-video/mplayer: add 1.5 Unclear if anything happened with security bug #858107 though. Bug: https://bugs.gentoo.org/858107 Bug: https://bugs.gentoo.org/870406 Closes: https://bugs.gentoo.org/728640 Closes: https://bugs.gentoo.org/836428 Closes: https://bugs.gentoo.org/870649 Closes: https://bugs.gentoo.org/888073 Signed-off-by: Sam James <sam@gentoo.org> media-video/mplayer/Manifest | 1 + media-video/mplayer/mplayer-1.5.ebuild | 627 ++++++++++++++++++++++++++++++++ media-video/mplayer/mplayer-9999.ebuild | 378 ++++++++++--------- 3 files changed, 829 insertions(+), 177 deletions(-)