Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 512072 - =media-video/mpv-9999 no such option: --disable-vcd
Summary: =media-video/mpv-9999 no such option: --disable-vcd
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Nikoli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-01 19:13 UTC by Vasco Gervasi
Modified: 2014-06-02 18:31 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch (mpv-9999.ebuild.patch,1.27 KB, patch)
2014-06-02 16:03 UTC, Nikoli
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vasco Gervasi 2014-06-01 19:13:54 UTC
Hi all,
I am trying ti update mpv live version and I get this error:

>>> Configuring source in /tmp/portage/media-video/mpv-9999/work/mpv-9999 ...
CCFLAGS="-march=native -O2 -pipe -fomit-frame-pointer" LINKFLAGS="-march=native -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu" "/tmp/portage/media-video/mpv-9999/work/mpv-9999/waf" --prefix=/usr --libdir=/usr/lib --disable-build-date --disable-debug-build --disable-sdl1 --disable-sdl2 --disable-rsound --disable-vapoursynth --disable-libmpv-shared --disable-client-api-examples --enable-encoding --disable-joystick --disable-libbluray --disable-vcd --enable-libquvi --disable-libsmbclient --disable-lirc --disable-lua --disable-pdf-build --disable-vf-dlopen-filters --enable-cdda --enable-dvdread --disable-dvdnav --enable-enca --enable-iconv --enable-libass --disable-libguess --disable-dvb --disable-pvr --disable-libv4l2 --disable-tv --disable-tv-v4l2 --enable-mpg123 --enable-jpeg --disable-caca --disable-libpostproc --enable-alsa --disable-jack --disable-ladspa --disable-portaudio --disable-libbs2b --disable-openal --disable-oss-audio --enable-pulse --enable-shm --enable-x11 --disable-vaapi --enable-vdpau --disable-wayland --enable-xinerama --enable-xv --enable-gl --disable-lcms2 --disable-xss --confdir=/etc/mpv --mandir=/usr/share/man --docdir=/usr/share/doc/mpv-9999 configure
waf [commands] [options]

Main commands (example: ./waf build -j4)
  build    : executes the build
  clean    : cleans the project
  configure: configures the project
  dist     : makes a tarball for redistributing the sources
  distcheck: checks if the project compiles (tarball from 'dist')
  distclean: removes the build directory
  install  : installs the targets on the system
  list     : lists the targets to execute
  step     : executes tasks in a step-by-step fashion, for debugging
  uninstall: removes the targets installed
  update   : updates the plugins from the *waflib/extras* directory

waf: error: no such option: --disable-vcd
 * ERROR: media-video/mpv-9999::gentoo failed (configure phase):
 *   configure failed
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_configure
 *   environment, line 3188:  Called waf-utils_src_configure '--disable-build-date' '--disable-debug-build' '--disable-sdl1' '--disable-sdl2' '--disable-rsound' '--disable-vapoursynth' '--disable-libmpv-shared' '--disable-client-api-examples' '--enable-encoding' '--disable-joystick' '--disable-libbluray' '--disable-vcd' '--enable-libquvi' '--disable-libsmbclient' '--disable-lirc' '--disable-lua' '--disable-pdf-build' '--disable-vf-dlopen-filters' '--enable-cdda' '--enable-dvdread' '--disable-dvdnav' '--enable-enca' '--enable-iconv' '--enable-libass' '--disable-libguess' '--disable-dvb' '--disable-pvr' '--disable-libv4l2' '--disable-tv' '--disable-tv-v4l2' '--enable-mpg123' '--enable-jpeg' '--disable-caca' '--disable-libpostproc' '--enable-alsa' '--disable-jack' '--disable-ladspa' '--disable-portaudio' '--disable-libbs2b' '--disable-openal' '--disable-oss-audio' '--enable-pulse' '--enable-shm' '--enable-x11' '--disable-vaapi' '--enable-vdpau' '--disable-wayland' '--enable-xinerama' '--enable-xv' '--enable-gl' '--disable-lcms2' '--disable-xss' '--confdir=/etc/mpv' '--mandir=/usr/share/man' '--docdir=/usr/share/doc/mpv-9999'
 *   environment, line 3739:  Called die
 * The specific snippet of code:
 *           CCFLAGS="${CFLAGS}" LINKFLAGS="${CFLAGS} ${LDFLAGS}" "${WAF_BINARY}" "--prefix=${EPREFIX}/usr" "${libdir}" "$@" configure || die "configure failed";
 * 
 * If you need support, post the output of `emerge --info '=media-video/mpv-9999::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=media-video/mpv-9999::gentoo'`.
 * The complete build log is located at '/tmp/portage/media-video/mpv-9999/temp/build.log'.
 * The ebuild environment file is located at '/tmp/portage/media-video/mpv-9999/temp/environment'.
 * Working directory: '/tmp/portage/media-video/mpv-9999/work/mpv-9999'
 * S: '/tmp/portage/media-video/mpv-9999/work/mpv-9999'

Thanks
Comment 1 Perfect Gentleman 2014-06-02 12:47:52 UTC
confirm the bug
Comment 2 Nikoli 2014-06-02 16:03:36 UTC
Created attachment 378076 [details, diff]
patch
Comment 3 Nikoli 2014-06-02 16:04:13 UTC
vcd was removed, cdio is not anymore enabled by default upstream.
Comment 4 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2014-06-02 18:31:15 UTC
+  02 Jun 2014; Tom Wijsman <TomWij@gentoo.org> mpv-9999.ebuild:
+  Remove vcd USE flag, make cdio USE flag non-enabled by default due to upstream
+  default; fixes bug #512072, proxied commit for Nikoli.

Thank you very much for reporting (Vasco) and contributing (Nikoli).