Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 621984 - media-video/ffmpeg-9999 fails to configure because of disable-netcdf option
Summary: media-video/ffmpeg-9999 fails to configure because of disable-netcdf option
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-16 23:44 UTC by gerion
Modified: 2017-06-19 18:07 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gerion 2017-06-16 23:44:12 UTC
The FFmpeg git ebuild fails to configure since a few days, error message:

--- snip ---
>>> Configuring source in /var/tmp/portage/media-video/ffmpeg-9999/work/ffmpeg-9999 ...
 * abi_x86_64.amd64: running multilib-minimal_abi_src_configure
/var/tmp/portage/media-video/ffmpeg-9999/work/ffmpeg-9999/configure --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --docdir=/usr/share/doc/ffmpeg-9999/html --mandir=/usr/share/man --enable-shared --cc=x86_64-pc-linux-gnu-gcc --cxx=x86_64-pc-linux-gnu-g++ --ar=x86_64-pc-linux-gnu-ar --optflags=-O2 -pipe -march=native -fomit-frame-pointer --disable-static --enable-avfilter --enable-avresample --disable-stripping --enable-nonfree --disable-indev=oss --disable-outdev=oss --enable-bzlib --disable-runtime-cpudetect --disable-debug --disable-gcrypt --enable-gnutls --disable-gmp --enable-gpl --enable-hardcoded-tables --enable-iconv --disable-lzma --enable-network --enable-openssl --enable-postproc --disable-libsmbclient --enable-ffplay --enable-sdl2 --enable-vaapi --enable-vdpau --enable-xlib --enable-libxcb --enable-libxcb-shm --enable-libxcb-xfixes --enable-zlib --enable-libcdio --disable-libiec61883 --disable-libdc1394 --disable-libcaca --disable-openal --enable-opengl --disable-libv4l2 --disable-libpulse --disable-libopencore-amrwb --disable-libopencore-amrnb --disable-libfdk-aac --disable-libopenjpeg --enable-libbluray --enable-libcelt --disable-libgme --disable-libgsm --disable-mmal --disable-libmodplug --enable-libopus --disable-libilbc --disable-librtmp --disable-libssh --enable-libspeex --enable-librsvg --enable-libvorbis --enable-libvpx --disable-libzvbi --disable-libbs2b --disable-chromaprint --disable-libflite --disable-frei0r --disable-libfribidi --disable-fontconfig --enable-ladspa --disable-libass --enable-libfreetype --disable-librubberband --disable-netcdf --disable-libzmq --disable-libzimg --disable-libsoxr --enable-pthreads --disable-libvo-amrwbenc --enable-libmp3lame --disable-libkvazaar --disable-nvenc --disable-libopenh264 --disable-libsnappy --enable-libtheora --disable-libtwolame --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --disable-amd3dnow --disable-amd3dnowext --disable-avx --disable-avx2 --disable-fma3 --disable-fma4 --disable-xop --cpu=host --disable-doc --disable-htmlpages --enable-manpages
Unknown option "--disable-netcdf".
--- /snip ----

Related commit in FFmpeg: https://github.com/FFmpeg/FFmpeg/commit/2336c76b224628f20ed0ef8a683ad602ed1739c3

(This seems to need a new dependency, too.)
Comment 1 Anton 2017-06-18 15:19:53 UTC
I have this issue too
Comment 2 Alexis Ballier gentoo-dev 2017-06-19 16:53:11 UTC
commit 1901df3ada63cbf0c450c31cff1d3dff5913d400 (HEAD -> master, origin/master, origin/HEAD)
Author: Alexis Ballier <aballier@gentoo.org>
Date:   Mon Jun 19 18:51:58 2017 +0200

    media-video/ffmpeg: Drop sofalizer useflag in live ebuild, fixes bug #621984.
    


tried the new dep, doesnt seem clean enough yet, please file a github PR if you're interested in it
Comment 3 gerion 2017-06-19 17:38:28 UTC
> tried the new dep, doesnt seem clean enough yet, please file a github PR if you're interested in it

What do you mean with clean enough? There is no libmysofa ebuild, if I see it right. Do you mean adding it?
Comment 4 Alexis Ballier gentoo-dev 2017-06-19 18:07:02 UTC
(In reply to gerion from comment #3)
> > tried the new dep, doesnt seem clean enough yet, please file a github PR if you're interested in it
> 
> What do you mean with clean enough? There is no libmysofa ebuild, if I see
> it right. Do you mean adding it?

yeah I've tried to make an ebuild but couldnt get it right so I gave up