Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ffmpeg: Cannot init CUDA
View unanswered posts
View posts from last 24 hours

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
linux_os2
Apprentice
Apprentice


Joined: 29 Aug 2018
Posts: 221
Location: Zedelgem Belgium

PostPosted: Wed Nov 07, 2018 11:30 am    Post subject: ffmpeg: Cannot init CUDA Reply with quote

Hi every one,
I just jumped into the marvellous GENTOO world. javascript:emoticon(':D')
I installed latest stable systemd gnome system.

Following error occurs when I want to encode to x265 with ffmpeg using nvenc.
Commandline: ffmpeg -y -ss 00:00:00 -t 00:00:30 -i Kalimera09_4-4K/%04d.png -threads 16 -preset llhp -b:v 100000k -c:v hevc_nvenc test.mp4

I have a Nvidia 1080 TI card.
I use the propriety drivers.

emerged:
dev-util/nvidia-cuda-sdk-9.2.88
dev-util/nvidia-cuda-toolkit-9.2.88
media-video/nvidia_video_sdk-6.0.1
x11-drivers/nvidia-drivers-396.54

USE: USE="dmraid alsa aqua X egl opengl egl geolocation gstreamer jit webgl gtk vdpau nvenc -cuda x265 pm-utils"

Gentoo version:
sys-apps/baselayout-2.4.1-r2:0

Kernel:
linux-4.14.78-gentoo *

On the Ubuntu : VERSION="18.04.1 LTS (Bionic Beaver)"
It works.

Thanks a lot.
Marc.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30905
Location: here

PostPosted: Wed Nov 07, 2018 11:48 am    Post subject: Reply with quote

Welcome to gentoo forum!

What version of ffmpeg you installed? You can post output of emerge -pvq ffmpeg command?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
linux_os2
Apprentice
Apprentice


Joined: 29 Aug 2018
Posts: 221
Location: Zedelgem Belgium

PostPosted: Wed Nov 07, 2018 12:23 pm    Post subject: Reply with quote

Thanks a lot for the very quick reply:

Code:
[ebuild   R   ] media-video/ffmpeg-3.3.6  USE="X alsa bzip2 encode gpl hardcoded-tables iconv mp3 network nvenc opengl postproc pulseaudio sdl threads truetype vdpau vorbis x264 x265 xcb xvid zlib (-altivec) -amr -amrenc -bluray -bs2b -cdio (-celt) -chromaprint -chromium -cpudetection -debug -doc -fdk -flite -fontconfig -frei0r -fribidi -gcrypt -gme -gmp -gnutls -gsm -iec61883 -ieee1394 -jack -jpeg2k -kvazaar -ladspa -libass -libcaca -libilbc -librtmp -libsoxr -libv4l -lzma (-mipsdspr1) (-mipsdspr2) (-mipsfpu) (-mmal) -modplug -openal -openh264 -openssl -opus -oss -pic -rubberband -samba (-schroedinger) -snappy -sofalizer -speex -ssh -static-libs -test -theora -twolame -v4l -vaapi -vpx -wavpack -webp -zeromq -zimg -zvbi" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="mmx mmxext sse sse2 -3dnow -3dnowext -aes -avx -avx2 -fma3 -fma4 -sse3 -sse4_1 -sse4_2 -ssse3 -xop" FFTOOLS="aviocat cws2fws ffescape ffeval ffhash fourcc2pixfmt graph2dot ismindex pktdumper qt-faststart sidxindex trasher"


btw:

I also used own compiled snapshot (06 nov 2018) version from the ffmpegsite:

Code:
~/ffmpeg/ffmpeg-snapshot/ffmpeg/ffmpeg -y -ss 00:00:00 -t 00:00:30 -i Kalimera09_4-4K/%04d.png -threads 16 -preset llhp -b:v 100000k -c:v hevc_nvenc test.mp4
ffmpeg version N-92363-gbe827e1 Copyright (c) 2000-2018 the FFmpeg developers
  built with gcc 7.3.0 (Gentoo 7.3.0-r3 p1.4)
  configuration: --prefix=/home/marco/local --enable-nvenc --enable-ffnvcodec
  libavutil      56. 23.101 / 56. 23.101
  libavcodec     58. 37.100 / 58. 37.100
  libavformat    58. 22.100 / 58. 22.100
  libavdevice    58.  6.100 / 58.  6.100
  libavfilter     7. 43.100 /  7. 43.100
  libswscale      5.  4.100 /  5.  4.100
  libswresample   3.  4.100 /  3.  4.100
Input #0, image2, from 'Kalimera09_4-4K/%04d.png':
  Duration: 00:02:29.64, start: 0.000000, bitrate: N/A
    Stream #0:0: Video: png, rgb24(pc), 3840x2160 [SAR 2835:2835 DAR 16:9], 25 tbr, 25 tbn, 25 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (png (native) -> hevc (hevc_nvenc))
Press [q] to stop, [?] for help
[hevc_nvenc @ 0x556be031f440] Cannot init CUDA
Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
Conversion failed!
marco@MARCO ~/Video's/RenderedVideos $


[Moderator edit: added [code] tags to preserve output layout. -Hu]
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30905
Location: here

PostPosted: Wed Nov 07, 2018 1:20 pm    Post subject: Reply with quote

It seems that gentoo ebuild don't provide a ebuild for cuda, see bug https://bugs.gentoo.org/595450 .
In related bug exists an overlay that implement cuda but for 3.2.2-r1 version
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30905
Location: here

PostPosted: Wed Nov 07, 2018 2:21 pm    Post subject: Reply with quote

I ported, in my overlay, cuda support for ffmpeg-3.3.6 version from quarks overlay, not tested if work but compilation ends fine
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
linux_os2
Apprentice
Apprentice


Joined: 29 Aug 2018
Posts: 221
Location: Zedelgem Belgium

PostPosted: Wed Nov 07, 2018 7:50 pm    Post subject: Reply with quote

Thx,

I am very new in the world of gentoo.
How do I install your ebuild.

Thx a lot
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30905
Location: here

PostPosted: Wed Nov 07, 2018 8:09 pm    Post subject: Reply with quote

Here instruction to add my overlay with layman, but with this method you download all ebuilds of my oberlay.
Another method is create a local overlay in your system and adding ebuild of ffmpeg (all files and directory)
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
linux_os2
Apprentice
Apprentice


Joined: 29 Aug 2018
Posts: 221
Location: Zedelgem Belgium

PostPosted: Wed Nov 07, 2018 8:15 pm    Post subject: Reply with quote

Thx a lot

I screwed up my system. :oops:
Rebuildin in progress.
Emerging gnome for the moment.
still 100 packages to emerge.
Have 40 threads so +- one hour.
Thx, will follow your instructions.

Marc
Back to top
View user's profile Send private message
linux_os2
Apprentice
Apprentice


Joined: 29 Aug 2018
Posts: 221
Location: Zedelgem Belgium

PostPosted: Thu Nov 08, 2018 10:07 am    Post subject: Reply with quote

System is up and running again...
I was able to put the ebuild on the system.

When I emerge the ebuild an error occurs:

Code:

MARCO /home/marco # emerge --ask --verbose media-video/ffmpeg

 * IMPORTANT: 4 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.


These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R    ] media-video/ffmpeg-3.3.6:0/55.57.57::localrepo [3.3.6:0/55.57.57::gentoo] USE="X alsa bzip2 encode gpl hardcoded-tables iconv mp3 network nvenc opengl postproc pulseaudio sdl threads truetype vdpau vorbis x264 x265* xcb xvid zlib (-altivec) -amr -amrenc -bluray -bs2b -cdio -chromaprint -chromium -cpudetection (-cuda) -debug -doc -fdk -flite -fontconfig -frei0r -fribidi -gcrypt -gme -gmp -gnutls -gsm -iec61883 -ieee1394 -jack -jpeg2k -kvazaar -ladspa -libass -libcaca -libilbc -librtmp -libsoxr -libv4l -lzma (-mipsdspr1) (-mipsdspr2) (-mipsfpu) (-mmal) -modplug -openal -openh264 -openssl -opus -oss -pic -rubberband -samba (-schroedinger) -snappy -sofalizer -speex -ssh -static-libs -test -theora -twolame -v4l -vaapi -vpx -wavpack -webp -zeromq -zimg -zvbi" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="mmx mmxext sse sse2 -3dnow -3dnowext -aes -avx -avx2 -fma3 -fma4 -sse3 -sse4_1 -sse4_2 -ssse3 -xop" FFTOOLS="aviocat cws2fws ffescape ffeval ffhash fourcc2pixfmt graph2dot ismindex pktdumper qt-faststart sidxindex trasher" 0 KiB

Total: 1 package (1 reinstall), Size of downloads: 0 KiB

Would you like to merge these packages? [Yes/No]

>>> Verifying ebuild manifests

>>> Emerging (1 of 1) media-video/ffmpeg-3.3.6::localrepo
 * ffmpeg-3.3.6.tar.bz2 BLAKE2B SHA512 size ;-) ...                                                                                                                                                    [ ok ]
>>> Unpacking source...
>>> Unpacking ffmpeg-3.3.6.tar.bz2 to /var/tmp/portage/media-video/ffmpeg-3.3.6/work
>>> Source unpacked in /var/tmp/portage/media-video/ffmpeg-3.3.6/work
>>> Preparing source in /var/tmp/portage/media-video/ffmpeg-3.3.6/work/ffmpeg-3.3.6 ...
 * Applying openjpeg22.patch ...                                                                                                                                                                       [ ok ]
 * Applying openjpeg23.patch ...                                                                                                                                                                       [ ok ]
 * Applying chromium.patch ...                                                                                                                                                                         [ ok ]
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/media-video/ffmpeg-3.3.6/work/ffmpeg-3.3.6 ...
 * abi_x86_64.amd64: running multilib-minimal_abi_src_configure
/var/tmp/portage/media-video/ffmpeg-3.3.6/work/ffmpeg-3.3.6/configure --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --docdir=/usr/share/doc/ffmpeg-3.3.6/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 --disable-static --enable-avfilter --enable-avresample --disable-stripping --disable-libcelt --disable-indev=v4l2 --disable-outdev=v4l2 --disable-indev=oss --disable-indev=jack --disable-outdev=oss --enable-bzlib --disable-runtime-cpudetect --disable-debug --disable-gcrypt --disable-gnutls --disable-gmp --enable-gpl --enable-hardcoded-tables --enable-iconv --disable-lzma --enable-network --disable-openssl --enable-postproc --disable-libsmbclient --enable-ffplay --enable-sdl2 --disable-cuda --disable-vaapi --enable-vdpau --enable-xlib --enable-libxcb --enable-libxcb-shm --enable-libxcb-xfixes --enable-zlib --disable-libcdio --disable-libiec61883 --disable-libdc1394 --disable-libcaca --disable-openal --enable-opengl --disable-libv4l2 --enable-libpulse --disable-libopencore-amrwb --disable-libopencore-amrnb --disable-libfdk-aac --disable-libopenjpeg --disable-libbluray --disable-libgme --disable-libgsm --disable-mmal --disable-libmodplug --disable-libopus --disable-libilbc --disable-librtmp --disable-libssh --disable-libschroedinger --disable-libspeex --enable-libvorbis --disable-libvpx --disable-libzvbi --disable-libbs2b --disable-chromaprint --disable-libflite --disable-frei0r --disable-libfribidi --disable-fontconfig --disable-ladspa --disable-libass --enable-libfreetype --disable-librubberband --disable-netcdf --disable-libzmq --disable-libzimg --disable-libsoxr --enable-pthreads --disable-libvo-amrwbenc --enable-libmp3lame --disable-libkvazaar --enable-nvenc --disable-libopenh264 --disable-libsnappy --disable-libtheora --disable-libtwolame --disable-libwavpack --disable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --disable-amd3dnow --disable-amd3dnowext --disable-aesni --disable-avx --disable-avx2 --disable-fma3 --disable-fma4 --disable-sse3 --disable-ssse3 --disable-sse4 --disable-sse42 --disable-xop --disable-doc --disable-htmlpages --enable-manpages
ERROR: CUVID requires CUDA

If you think configure made a mistake, make sure you are using the latest
version from Git.  If the latest version fails, report the problem to the
ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.log" produced by configure as this will help
solve the problem.
 * ERROR: media-video/ffmpeg-3.3.6::localrepo failed (configure phase):
 *   (no error message)
 *
 * Call stack:
 *     ebuild.sh, line  124:  Called src_configure
 *   environment, line 3276:  Called multilib-minimal_src_configure
 *   environment, line 2315:  Called multilib_foreach_abi 'multilib-minimal_abi_src_configure'
 *   environment, line 2530:  Called multibuild_foreach_variant '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
 *   environment, line 2245:  Called _multibuild_run '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
 *   environment, line 2243:  Called _multilib_multibuild_wrapper 'multilib-minimal_abi_src_configure'
 *   environment, line  748:  Called multilib-minimal_abi_src_configure
 *   environment, line 2309:  Called multilib_src_configure
 *   environment, line 2839:  Called die
 * The specific snippet of code:
 *       "${@}" || die;
 *
 * If you need support, post the output of `emerge --info '=media-video/ffmpeg-3.3.6::localrepo'`,
 * the complete build log and the output of `emerge -pqv '=media-video/ffmpeg-3.3.6::localrepo'`.
 * The complete build log is located at '/var/tmp/portage/media-video/ffmpeg-3.3.6/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-video/ffmpeg-3.3.6/temp/environment'.
 * Working directory: '/var/tmp/portage/media-video/ffmpeg-3.3.6/work/ffmpeg-3.3.6-abi_x86_64.amd64'
 * S: '/var/tmp/portage/media-video/ffmpeg-3.3.6/work/ffmpeg-3.3.6'

>>> Failed to emerge media-video/ffmpeg-3.3.6, Log file:

>>>  '/var/tmp/portage/media-video/ffmpeg-3.3.6/temp/build.log'

 * Messages for package media-video/ffmpeg-3.3.6:

 * ERROR: media-video/ffmpeg-3.3.6::localrepo failed (configure phase):
 *   (no error message)
 *
 * Call stack:
 *     ebuild.sh, line  124:  Called src_configure
 *   environment, line 3276:  Called multilib-minimal_src_configure
 *   environment, line 2315:  Called multilib_foreach_abi 'multilib-minimal_abi_src_configure'
 *   environment, line 2530:  Called multibuild_foreach_variant '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
 *   environment, line 2245:  Called _multibuild_run '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
 *   environment, line 2243:  Called _multilib_multibuild_wrapper 'multilib-minimal_abi_src_configure'
 *   environment, line  748:  Called multilib-minimal_abi_src_configure
 *   environment, line 2309:  Called multilib_src_configure
 *   environment, line 2839:  Called die
 * The specific snippet of code:
 *       "${@}" || die;
 *
 * If you need support, post the output of `emerge --info '=media-video/ffmpeg-3.3.6::localrepo'`,
 * the complete build log and the output of `emerge -pqv '=media-video/ffmpeg-3.3.6::localrepo'`.
 * The complete build log is located at '/var/tmp/portage/media-video/ffmpeg-3.3.6/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-video/ffmpeg-3.3.6/temp/environment'.
 * Working directory: '/var/tmp/portage/media-video/ffmpeg-3.3.6/work/ffmpeg-3.3.6-abi_x86_64.amd64'
 * S: '/var/tmp/portage/media-video/ffmpeg-3.3.6/work/ffmpeg-3.3.6'
MARCO /home/marco #


in the beginning I observe : (-cuda)

Here is the log of the emerge:

Code:

 * Package:    media-video/ffmpeg-3.3.6
 * Repository: localrepo
 * Maintainer: media-video@gentoo.org
 * USE:        X abi_x86_64 alsa amd64 bzip2 cpu_flags_x86_mmx cpu_flags_x86_mmxext cpu_flags_x86_sse cpu_flags_x86_sse2 elibc_glibc encode fftools_aviocat fftools_cws2fws fftools_ffescape fftools_ffeval fftools_ffhash fftools_fourcc2pixfmt fftools_graph2dot fftools_ismindex fftools_pktdumper fftools_qt-faststart fftools_sidxindex fftools_trasher gpl hardcoded-tables iconv kernel_linux mp3 network nvenc opengl postproc pulseaudio sdl threads truetype userland_GNU vdpau vorbis x264 x265 xcb xvid zlib
 * FEATURES:   preserve-libs sandbox userpriv usersandbox
>>> Unpacking source...
>>> Unpacking ffmpeg-3.3.6.tar.bz2 to /var/tmp/portage/media-video/ffmpeg-3.3.6/work
>>> Source unpacked in /var/tmp/portage/media-video/ffmpeg-3.3.6/work
>>> Preparing source in /var/tmp/portage/media-video/ffmpeg-3.3.6/work/ffmpeg-3.3.6 ...
 * Applying openjpeg22.patch ...
 [ ok ]
 * Applying openjpeg23.patch ...
 [ ok ]
 * Applying chromium.patch ...
 [ ok ]
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/media-video/ffmpeg-3.3.6/work/ffmpeg-3.3.6 ...
 * abi_x86_64.amd64: running multilib-minimal_abi_src_configure
/var/tmp/portage/media-video/ffmpeg-3.3.6/work/ffmpeg-3.3.6/configure --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --docdir=/usr/share/doc/ffmpeg-3.3.6/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 --disable-static --enable-avfilter --enable-avresample --disable-stripping --disable-libcelt --disable-indev=v4l2 --disable-outdev=v4l2 --disable-indev=oss --disable-indev=jack --disable-outdev=oss --enable-bzlib --disable-runtime-cpudetect --disable-debug --disable-gcrypt --disable-gnutls --disable-gmp --enable-gpl --enable-hardcoded-tables --enable-iconv --disable-lzma --enable-network --disable-openssl --enable-postproc --disable-libsmbclient --enable-ffplay --enable-sdl2 --disable-cuda --disable-vaapi --enable-vdpau --enable-xlib --enable-libxcb --enable-libxcb-shm --enable-libxcb-xfixes --enable-zlib --disable-libcdio --disable-libiec61883 --disable-libdc1394 --disable-libcaca --disable-openal --enable-opengl --disable-libv4l2 --enable-libpulse --disable-libopencore-amrwb --disable-libopencore-amrnb --disable-libfdk-aac --disable-libopenjpeg --disable-libbluray --disable-libgme --disable-libgsm --disable-mmal --disable-libmodplug --disable-libopus --disable-libilbc --disable-librtmp --disable-libssh --disable-libschroedinger --disable-libspeex --enable-libvorbis --disable-libvpx --disable-libzvbi --disable-libbs2b --disable-chromaprint --disable-libflite --disable-frei0r --disable-libfribidi --disable-fontconfig --disable-ladspa --disable-libass --enable-libfreetype --disable-librubberband --disable-netcdf --disable-libzmq --disable-libzimg --disable-libsoxr --enable-pthreads --disable-libvo-amrwbenc --enable-libmp3lame --disable-libkvazaar --enable-nvenc --disable-libopenh264 --disable-libsnappy --disable-libtheora --disable-libtwolame --disable-libwavpack --disable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --disable-amd3dnow --disable-amd3dnowext --disable-aesni --disable-avx --disable-avx2 --disable-fma3 --disable-fma4 --disable-sse3 --disable-ssse3 --disable-sse4 --disable-sse42 --disable-xop --disable-doc --disable-htmlpages --enable-manpages
ERROR: CUVID requires CUDA

If you think configure made a mistake, make sure you are using the latest
version from Git.  If the latest version fails, report the problem to the
ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.log" produced by configure as this will help
solve the problem.
 * ERROR: media-video/ffmpeg-3.3.6::localrepo failed (configure phase):
 *   (no error message)
 *
 * Call stack:
 *     ebuild.sh, line  124:  Called src_configure
 *   environment, line 3276:  Called multilib-minimal_src_configure
 *   environment, line 2315:  Called multilib_foreach_abi 'multilib-minimal_abi_src_configure'
 *   environment, line 2530:  Called multibuild_foreach_variant '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
 *   environment, line 2245:  Called _multibuild_run '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
 *   environment, line 2243:  Called _multilib_multibuild_wrapper 'multilib-minimal_abi_src_configure'
 *   environment, line  748:  Called multilib-minimal_abi_src_configure
 *   environment, line 2309:  Called multilib_src_configure
 *   environment, line 2839:  Called die
 * The specific snippet of code:
 *       "${@}" || die;
 *
 * If you need support, post the output of `emerge --info '=media-video/ffmpeg-3.3.6::localrepo'`,
 * the complete build log and the output of `emerge -pqv '=media-video/ffmpeg-3.3.6::localrepo'`.
 * The complete build log is located at '/var/tmp/portage/media-video/ffmpeg-3.3.6/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-video/ffmpeg-3.3.6/temp/environment'.
 * Working directory: '/var/tmp/portage/media-video/ffmpeg-3.3.6/work/ffmpeg-3.3.6-abi_x86_64.amd64'
 * S: '/var/tmp/portage/media-video/ffmpeg-3.3.6/work/ffmpeg-3.3.6'


note: ERROR: CUVID requires CUDA.

I use following /etc/portage/make.conf:

Code:

# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
COMMON_FLAGS="-O2 -pipe"
CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"

# NOTE: This stage was built with the bindist Use flag enabled
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"

# This sets the language of build output to English.
# Please keep this setting intact when reporting bugs.
LC_MESSAGES=C

MAKEOPTS="-j41"


GENTOO_MIRRORS="ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ http://ftp.halifax.rwth-aachen.de/gentoo/ http://ftp.fau.de/gentoo http://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/ http://ftp.snt.utwente.nl/pub/os/linux/gentoo"

VIDEO_CARDS="nvidia"

#USE="dmraid alsa aqua X egl opengl egl geolocation gstreamer jit webgl vdpau nvenc cuda qt5"
USE="dmraid alsa aqua X egl opengl egl geolocation gstreamer jit webgl gtk vdpau nvenc x265 cuda"


Emerge --info:
Code:

MARCO /home/marco # emerge --info '=media-video/ffmpeg-3.3.6::localrepo'
Portage 2.3.51 (python 3.6.5-final-0, default/linux/amd64/17.0/desktop/gnome/systemd, gcc-7.3.0, glibc-2.27-r6, 4.14.78-gentoo x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-4.14.78-gentoo-x86_64-Intel-R-_Xeon-R-_CPU_E5-2640_v4_@_2.40GHz-with-gentoo-2.4.1
KiB Mem:   132080804 total, 122171444 free
KiB Swap:  524287996 total, 524287996 free
Timestamp of repository gentoo: Wed, 07 Nov 2018 14:00:01 +0000
Head commit of repository gentoo: d59d977723c19d114b80bf533529126e7649f5c4
sh bash 4.4_p12
ld GNU ld (Gentoo 2.30 p5) 2.30.0
app-shells/bash:          4.4_p12::gentoo
dev-lang/perl:            5.24.3-r1::gentoo
dev-lang/python:          2.7.15::gentoo, 3.6.5::gentoo
dev-util/cmake:           3.9.6::gentoo
dev-util/pkgconfig:       0.29.2::gentoo
sys-apps/baselayout:      2.4.1-r2::gentoo
sys-apps/sandbox:         2.13::gentoo
sys-devel/autoconf:       2.13::gentoo, 2.69-r4::gentoo
sys-devel/automake:       1.11.6-r3::gentoo, 1.15.1-r2::gentoo
sys-devel/binutils:       2.30-r4::gentoo
sys-devel/gcc:            7.3.0-r3::gentoo
sys-devel/gcc-config:     1.8-r1::gentoo
sys-devel/libtool:        2.4.6-r3::gentoo
sys-devel/make:           4.2.1-r4::gentoo
sys-kernel/linux-headers: 4.13::gentoo (virtual/os-headers)
sys-libs/glibc:           2.27-r6::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    sync-rsync-verify-metamanifest: yes
    sync-rsync-extra-opts:
    sync-rsync-verify-max-age: 24
    sync-rsync-verify-jobs: 1

localrepo
    location: /usr/local/portage
    masters: gentoo

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync multilib-strict news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ http://ftp.halifax.rwth-aachen.de/gentoo/ http://ftp.fau.de/gentoo http://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/ http://ftp.snt.utwente.nl/pub/os/linux/gentoo"
LANG="nl_BE.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j41"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="X a52 aac acl acpi alsa amd64 berkdb bluetooth branding bzip2 cairo cdda cdr cli colord crypt cuda cups cxx dbus dmraid dri dts dvd dvdr eds egl emboss encode evo exif fam flac fortran gdbm geolocation gif glamor gnome gnome-keyring gnome-online-accounts gpm gstreamer gtk iconv introspection ipv6 jit jpeg lcms ldap libnotify libsecret libtirpc mad mng mp3 mp4 mpeg multilib nautilus ncurses nls nptl nvenc ogg opengl openmp pam pango pcre pdf png policykit ppds pulseaudio qt5 readline sdl seccomp spell ssl startup-notification svg systemd tcpd tiff tracker truetype udev udisks unicode upower usb vdpau vorbis webgl wxwidgets x264 x265 xattr xcb xml xv xvid zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon plan sheets stage words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6 php7-1" POSTGRES_TARGETS="postgres9_5 postgres10" PYTHON_SINGLE_TARGET="python3_6" PYTHON_TARGETS="python2_7 python3_6" RUBY_TARGETS="ruby23" USERLAND="GNU" VIDEO_CARDS="nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS

MARCO /home/marco #


Code:

MARCO /home/marco # emerge -pqv '=media-video/ffmpeg-3.3.6::localrepo'
[ebuild   R   ] media-video/ffmpeg-3.3.6 [3.3.6] USE="X alsa bzip2 encode gpl hardcoded-tables iconv mp3 network nvenc opengl postproc pulseaudio sdl threads truetype vdpau vorbis x264 x265* xcb xvid zlib (-altivec) -amr -amrenc -bluray -bs2b -cdio -chromaprint -chromium -cpudetection (-cuda) -debug -doc -fdk -flite -fontconfig -frei0r -fribidi -gcrypt -gme -gmp -gnutls -gsm -iec61883 -ieee1394 -jack -jpeg2k -kvazaar -ladspa -libass -libcaca -libilbc -librtmp -libsoxr -libv4l -lzma (-mipsdspr1) (-mipsdspr2) (-mipsfpu) (-mmal) -modplug -openal -openh264 -openssl -opus -oss -pic -rubberband -samba (-schroedinger) -snappy -sofalizer -speex -ssh -static-libs -test -theora -twolame -v4l -vaapi -vpx -wavpack -webp -zeromq -zimg -zvbi" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="mmx mmxext sse sse2 -3dnow -3dnowext -aes -avx -avx2 -fma3 -fma4 -sse3 -sse4_1 -sse4_2 -ssse3 -xop" FFTOOLS="aviocat cws2fws ffescape ffeval ffhash fourcc2pixfmt graph2dot ismindex pktdumper qt-faststart sidxindex trasher"

 * IMPORTANT: 4 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.

MARCO /home/marco #


Code:

declare -x ABI="amd64"
declare -x ABI_MIPS=""
declare -x ABI_PPC=""
declare -x ABI_S390=""
declare -x ABI_X86="64"
declare -x ALSA_CARDS=""
declare -x APACHE2_MODULES=""
declare -x APACHE2_MPMS=""
declare -x ARCH="amd64"
declare -a ARM_CPU_FEATURES=([0]="cpu_flags_arm_thumb:armv5te" [1]="cpu_flags_arm_v6:armv6" [2]="cpu_flags_arm_thumb2:armv6t2" [3]="cpu_flags_arm_neon:neon" [4]="cpu_flags_arm_vfp:vfp" [5]="cpu_flags_arm_vfpv3:vfpv3" [6]="cpu_flags_arm_v8:armv8")
declare -- ARM_CPU_REQUIRED_USE="
   arm64? ( cpu_flags_arm_v8 )
   cpu_flags_arm_v8? (  cpu_flags_arm_vfpv3 cpu_flags_arm_neon )
   cpu_flags_arm_neon? ( cpu_flags_arm_thumb2 cpu_flags_arm_vfp )
   cpu_flags_arm_vfpv3? ( cpu_flags_arm_vfp )
   cpu_flags_arm_thumb2? ( cpu_flags_arm_v6 )
   cpu_flags_arm_v6? ( cpu_flags_arm_thumb )
"
declare BDEPEND=""
declare -x BOOTSTRAP_USE="cxx unicode internal-glib split-usr python_targets_python3_6 python_targets_python2_7 multilib systemd udev"
declare -x CALLIGRA_EXPERIMENTAL_FEATURES=""
declare -x CALLIGRA_FEATURES=""
declare -x CAMERAS=""
declare -x CBUILD="x86_64-pc-linux-gnu"
declare -x CFLAGS="-O2 -pipe"
declare -x CFLAGS_amd64="-m64"
declare -x CFLAGS_default
declare -x CFLAGS_x32="-mx32"
declare -x CFLAGS_x86="-m32"
declare -x CHOST="x86_64-pc-linux-gnu"
declare -x CHOST_amd64="x86_64-pc-linux-gnu"
declare -x CHOST_default="x86_64-pc-linux-gnu"
declare -x CHOST_x32="x86_64-pc-linux-gnux32"
declare -x CHOST_x86="i686-pc-linux-gnu"
declare -x COLLECTD_PLUGINS=""
declare -x COMMON_FLAGS="-O2 -pipe"
declare -- CPU_FEATURES_MAP="
   arm:ARM
   arm64:ARM
   mips:MIPS
   ppc:PPC
   ppc64:PPC
   x86:X86
   amd64:X86
"
declare -x CPU_FLAGS_ARM=""
declare -x CPU_FLAGS_X86="mmx mmxext sse sse2"
declare -- CPU_REQUIRED_USE="
   
   arm64? ( cpu_flags_arm_v8 )
   cpu_flags_arm_v8? (  cpu_flags_arm_vfpv3 cpu_flags_arm_neon )
   cpu_flags_arm_neon? ( cpu_flags_arm_thumb2 cpu_flags_arm_vfp )
   cpu_flags_arm_vfpv3? ( cpu_flags_arm_vfp )
   cpu_flags_arm_thumb2? ( cpu_flags_arm_v6 )
   cpu_flags_arm_v6? ( cpu_flags_arm_thumb )

   
   cpu_flags_x86_avx2? ( cpu_flags_x86_avx )
   cpu_flags_x86_fma4? ( cpu_flags_x86_avx )
   cpu_flags_x86_fma3? ( cpu_flags_x86_avx )
   cpu_flags_x86_xop?  ( cpu_flags_x86_avx )
   cpu_flags_x86_avx?  ( cpu_flags_x86_sse4_2 )
   cpu_flags_x86_aes? ( cpu_flags_x86_sse4_2 )
   cpu_flags_x86_sse4_2?  ( cpu_flags_x86_sse4_1 )
   cpu_flags_x86_sse4_1?  ( cpu_flags_x86_ssse3 )
   cpu_flags_x86_ssse3?  ( cpu_flags_x86_sse3 )
   cpu_flags_x86_sse3?  ( cpu_flags_x86_sse2 )
   cpu_flags_x86_sse2?  ( cpu_flags_x86_sse )
   cpu_flags_x86_sse?  ( cpu_flags_x86_mmxext )
   cpu_flags_x86_mmxext?  ( cpu_flags_x86_mmx )
   cpu_flags_x86_3dnowext?  ( cpu_flags_x86_3dnow )
   cpu_flags_x86_3dnow?  ( cpu_flags_x86_mmx )

"
declare -x CTARGET_default="x86_64-pc-linux-gnu"
declare -x CURL_SSL=""
declare -x CXXFLAGS="-O2 -pipe"
declare -x DBUS_SESSION_BUS_ADDRESS="unix:abstract=/tmp/dbus-DrTHePGF95,guid=17485207c453ae6fdd3164715be35742"
declare -x DEFAULT_ABI="amd64"
declare -x DEFINED_PHASES=" compile configure install prepare test"
declare DEPEND="
   alsa? (
>=media-libs/alsa-lib-1.0.27.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
   amr? (
>=media-libs/opencore-amr-0.1.3-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?
,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)
?,abi_s390_32(-)?,abi_s390_64(-)?] )
   bluray? (
>=media-libs/libbluray-0.3.0-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
   bs2b? (
>=media-libs/libbs2b-3.1.0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
   bzip2? (
>=app-arch/bzip2-1.0.6-r4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
   cdio? (
>=dev-libs/libcdio-paranoia-0.90_p1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32
(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,
abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] )
   chromaprint? (
>=media-libs/chromaprint-1.2-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
   cuda? ( dev-util/nvidia-cuda-sdk )
   encode? (
      amrenc? (
>=media-libs/vo-amrwbenc-0.1.2-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
      kvazaar? (
media-libs/kvazaar[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)
?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)
?,abi_s390_64(-)?] )
      mp3? (
>=media-sound/lame-3.99.5-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
      nvenc? ( media-video/nvidia_video_sdk )
      openh264? (
>=media-libs/openh264-1.4.0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
      snappy? (
>=app-arch/snappy-1.1.2-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
      theora? (
         
>=media-libs/libtheora-1.1.1[encode,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)
?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-
)?,abi_s390_32(-)?,abi_s390_64(-)?]
         
>=media-libs/libogg-1.3.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?]
      )
      twolame? (
>=media-sound/twolame-0.3.13-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
      wavpack? (
>=media-sound/wavpack-4.60.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
      webp? (
>=media-libs/libwebp-0.3.0:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
      x264? (
>=media-libs/x264-0.0.20130506:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
      x265? (
>=media-libs/x265-1.6:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
      xvid? (
>=media-libs/xvid-1.3.2-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
   )
   fdk? (
>=media-libs/fdk-aac-0.1.3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
   flite? (
>=app-accessibility/flite-1.4-r4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
   fontconfig? (
>=media-libs/fontconfig-2.10.92[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
   frei0r? ( media-plugins/frei0r-plugins )
   fribidi? (
>=dev-libs/fribidi-0.19.6[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
   gcrypt? (
>=dev-libs/libgcrypt-1.6:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
   gme? (
>=media-libs/game-music-emu-0.6.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
   gmp? (
>=dev-libs/gmp-6:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-
)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-
)?,abi_s390_64(-)?] )
   gnutls? (
>=net-libs/gnutls-2.12.23-r6:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
   gsm? (
>=media-sound/gsm-1.0.13-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
   iconv? (
>=virtual/libiconv-0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
   iec61883? (
      
>=media-libs/libiec61883-1.2.0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?]
      
>=sys-libs/libraw1394-2.1.0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?]
      
>=sys-libs/libavc1394-0.5.4-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?]
   )
   ieee1394? (
      
>=media-libs/libdc1394-2.2.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?]
      
>=sys-libs/libraw1394-2.1.0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?]
   )
   jack? (
virtual/jack[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,
abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,
abi_s390_64(-)?] )
   jpeg2k? (
>=media-libs/openjpeg-2:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
   libass? (
>=media-libs/libass-0.10.2:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
   libcaca? (
>=media-libs/libcaca-0.99_beta18-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)
?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-
)?,abi_s390_32(-)?,abi_s390_64(-)?] )
   libilbc? (
>=media-libs/libilbc-2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
   libsoxr? (
>=media-libs/soxr-0.1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
   libv4l? (
>=media-libs/libv4l-0.9.5[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
   lzma? (
>=app-arch/xz-utils-5.0.5-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
   mmal? ( media-libs/raspberrypi-userland )
   modplug? (
>=media-libs/libmodplug-0.8.8.4-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?
,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)
?,abi_s390_32(-)?,abi_s390_64(-)?] )
   openal? (
>=media-libs/openal-1.15.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
   opengl? (
>=virtual/opengl-7.0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
   openssl? (
>=dev-libs/openssl-1.0.1h-r2:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
   opus? (
>=media-libs/opus-1.0.2-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
   pulseaudio? (
>=media-sound/pulseaudio-2.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
   librtmp? (
>=media-video/rtmpdump-2.4_p20131018[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-
)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(
-)?,abi_s390_32(-)?,abi_s390_64(-)?] )
   rubberband? (
>=media-libs/rubberband-1.8.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
   samba? (
>=net-fs/samba-3.6.23-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
   schroedinger? (
>=media-libs/schroedinger-1.0.11-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)
?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-
)?,abi_s390_32(-)?,abi_s390_64(-)?] )
   sdl? (
media-libs/libsdl2[sound,video,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
   sofalizer? (
      >=sci-libs/netcdf-4.3.2-r1[hdf5]
      >=sci-libs/hdf5-1.8.18[hl]
   )
   speex? (
>=media-libs/speex-1.2_rc1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
   ssh? (
>=net-libs/libssh-0.5.5[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
   truetype? (
>=media-libs/freetype-2.5.0.1:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
   vaapi? (
>=x11-libs/libva-1.2.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
   vdpau? (
>=x11-libs/libvdpau-0.7[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
   vorbis? (
      
>=media-libs/libvorbis-1.3.3-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?]
      
>=media-libs/libogg-1.3.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?]
   )
   vpx? (
>=media-libs/libvpx-1.4.0:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
   X? (
      
>=x11-libs/libX11-1.6.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?]
      
>=x11-libs/libXext-1.3.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?]
      
>=x11-libs/libXv-1.0.10[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?]
   )
   xcb? (
>=x11-libs/libxcb-1.4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32
(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32
(-)?,abi_s390_64(-)?] )
   zeromq? ( >=net-libs/zeromq-4.1.6 )
   zimg? (
>=media-libs/zimg-2.4:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
   zlib? (
>=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
   zvbi? (
>=media-libs/zvbi-0.2.35[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
   !media-video/qt-faststart
   postproc? ( !media-libs/libpostproc )

   >=sys-devel/make-3.81
   doc? ( sys-apps/texinfo )
   >=virtual/pkgconfig-0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?]
   ladspa? (
>=media-libs/ladspa-sdk-1.13-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,
abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?
,abi_s390_32(-)?,abi_s390_64(-)?] )
   cpu_flags_x86_mmx? ( >=dev-lang/yasm-1.2 )
   test? ( net-misc/wget sys-devel/bc )
   v4l? ( sys-kernel/linux-headers )
 "
declare DESCRIPTION="Complete solution to record, convert and stream audio and video. Includes libavcodec"
declare -x DESKTOP_SESSION="gnome"
declare -x DESTTREE="/usr"
declare -x DIROPTIONS="-m0755"
declare -x EAPI="6"
declare -x ELIBC="glibc"
declare -x ENLIGHTENMENT_MODULES=""
declare -x ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
declare -- EPATCH_COMMON_OPTS="-g0 -E --no-backup-if-mismatch"
declare -- EPATCH_EXCLUDE=""
declare -- EPATCH_FORCE="no"
declare -- EPATCH_MULTI_MSG="Applying various patches (bugfixes/updates) ..."
declare -- EPATCH_OPTS=""
declare -- EPATCH_SINGLE_MSG=""
declare -- EPATCH_SOURCE="/var/tmp/portage/media-video/ffmpeg-3.3.6/work/patch"
declare -- EPATCH_SUFFIX="patch.bz2"
declare -x EXEOPTIONS="-m0755"
declare -x FCFLAGS="-O2 -pipe"
declare -x FETCHCOMMAND_SSH="bash -c \"x=\\\${2#ssh://} ; host=\\\${x%%/*} ; port=\\\${host##*:} ; host=\\\${host%:*} ; [[ \\\${host} = \\\${port} ]] && port= ; exec rsync --rsh=\\\"ssh \\\${port:+-p\\\${port}} \\\${3}\\\" -avP \\\"\\\${host}:/\\\${x#*/}\\\" \\\"\\\$1\\\"\" rsync \"\${DISTDIR}/\${FILE}\" \"\${URI}\" \"\${PORTAGE_SSH_OPTS}\""
declare -x FFLAGS="-O2 -pipe"
declare -a FFMPEG_ENCODER_FLAG_MAP=([0]="amrenc:libvo-amrwbenc" [1]="mp3:libmp3lame" [2]="kvazaar:libkvazaar" [3]="nvenc:nvenc" [4]="openh264:libopenh264" [5]="snappy:libsnappy" [6]="theora:libtheora" [7]="twolame:libtwolame" [8]="wavpack:libwavpack" [9]="webp:libwebp" [10]="x264:libx264" [11]="x265:libx265" [12]="xvid:libxvid")
declare -a FFMPEG_FLAG_MAP=([0]="+bzip2:bzlib" [1]="cpudetection:runtime-cpudetect" [2]="debug" [3]="gcrypt" [4]="gnutls" [5]="gmp" [6]="+gpl" [7]="+hardcoded-tables" [8]="+iconv" [9]="lzma" [10]="+network" [11]="openssl" [12]="+postproc" [13]="samba:libsmbclient" [14]="sdl:ffplay" [15]="sdl:sdl2" [16]="cuda" [17]="vaapi" [18]="vdpau" [19]="X:xlib" [20]="xcb:libxcb" [21]="xcb:libxcb-shm" [22]="xcb:libxcb-xfixes" [23]="+zlib" [24]="cdio:libcdio" [25]="iec61883:libiec61883" [26]="ieee1394:libdc1394" [27]="libcaca" [28]="openal" [29]="opengl" [30]="libv4l:libv4l2" [31]="pulseaudio:libpulse" [32]="amr:libopencore-amrwb" [33]="amr:libopencore-amrnb" [34]="fdk:libfdk-aac" [35]="jpeg2k:libopenjpeg" [36]="bluray:libbluray" [37]="gme:libgme" [38]="gsm:libgsm" [39]="mmal" [40]="modplug:libmodplug" [41]="opus:libopus" [42]="libilbc" [43]="librtmp" [44]="ssh:libssh" [45]="schroedinger:libschroedinger" [46]="speex:libspeex" [47]="vorbis:libvorbis" [48]="vpx:libvpx" [49]="zvbi:libzvbi" [50]="bs2b:libbs2b" [51]="chromaprint" [52]="flite:libflite" [53]="frei0r" [54]="fribidi:libfribidi" [55]="fontconfig" [56]="ladspa" [57]="libass" [58]="truetype:libfreetype" [59]="rubberband:librubberband" [60]="sofalizer:netcdf" [61]="zeromq:libzmq" [62]="zimg:libzimg" [63]="libsoxr" [64]="+threads:pthreads")
declare -- FFMPEG_REVISION="3.3.6"
declare -- FFMPEG_SUBSLOT="55.57.57"
declare -ax FFTOOLS=([0]="aviocat" [1]="cws2fws" [2]="ffescape" [3]="ffeval" [4]="ffhash" [5]="fourcc2pixfmt" [6]="graph2dot" [7]="ismindex" [8]="pktdumper" [9]="qt-faststart" [10]="sidxindex" [11]="trasher")
declare -x GCC_SPECS=""
declare -x GDMSESSION="gnome"
declare -x GDM_LANG="nl_BE.utf8"
declare -x GJS_DEBUG_OUTPUT="stderr"
declare -x GJS_DEBUG_TOPICS="JS ERROR;JS LOG"
declare -x GNOME_DESKTOP_SESSION_ID="this-is-deprecated"
declare -- GPL_REQUIRED_USE="
   postproc? ( gpl )
   frei0r? ( gpl )
   cdio? ( gpl )
   samba? ( gpl )
   encode? (
      x264? ( gpl )
      x265? ( gpl )
      xvid? ( gpl )
      X? ( !xcb? ( gpl ) )
   )
"
declare -x GPSD_PROTOCOLS=""
declare -x GRUB_PLATFORMS=""
declare -x GSETTINGS_BACKEND="dconf"
declare -x GTK_MODULES="canberra-gtk-module"
declare HDEPEND=""
declare HOMEPAGE="http://ffmpeg.org/"
declare -x INHERITED=" desktop epatch estack toolchain-funcs multilib ltprune preserve-libs vcs-clean eutils flag-o-matic multibuild multilib-build multilib-minimal pax-utils"
declare -x INPUT_DEVICES=""
declare -x INSDESTTREE=""
declare -x INSOPTIONS="-m0644"
declare IUSE="
   alsa chromium doc +encode jack oss pic static-libs test v4l
   +bzip2 cpudetection debug gcrypt gnutls gmp +gpl +hardcoded-tables +iconv lzma +network openssl +postproc samba sdl sdl cuda vaapi vdpau X xcb xcb xcb +zlib cdio iec61883 ieee1394 libcaca openal opengl libv4l pulseaudio amr amr fdk jpeg2k bluray gme gsm mmal modplug opus libilbc librtmp ssh schroedinger speex vorbis vpx zvbi bs2b chromaprint flite frei0r fribidi fontconfig ladspa libass truetype rubberband sofalizer zeromq zimg libsoxr +threads
   amrenc mp3 kvazaar nvenc openh264 snappy theora twolame wavpack webp x264 x265 xvid

   cpu_flags_arm_thumb cpu_flags_arm_v6 cpu_flags_arm_thumb2 cpu_flags_arm_neon cpu_flags_arm_vfp cpu_flags_arm_vfpv3 cpu_flags_arm_v8
   mipsdspr1 mipsdspr2 mipsfpu
   altivec
   cpu_flags_x86_3dnow cpu_flags_x86_3dnowext cpu_flags_x86_aes cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_x86_fma3 cpu_flags_x86_fma4 cpu_flags_x86_mmx cpu_flags_x86_mmxext cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_ssse3 cpu_flags_x86_sse4_1 cpu_flags_x86_sse4_2 cpu_flags_x86_xop
 +fftools_aviocat +fftools_cws2fws +fftools_ffescape +fftools_ffeval +fftools_ffhash +fftools_fourcc2pixfmt +fftools_graph2dot +fftools_ismindex +fftools_pktdumper +fftools_qt-faststart +fftools_sidxindex +fftools_trasher abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64"
declare -x IUSE_EFFECTIVE="X abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 abi_x86_32 abi_x86_64 abi_x86_x32 alpha alsa altivec amd64 amd64-fbsd amd64-linux amr amrenc arm arm64 bluray bs2b bzip2 cdio chromaprint chromium cpu_flags_arm_neon cpu_flags_arm_thumb cpu_flags_arm_thumb2 cpu_flags_arm_v6 cpu_flags_arm_v8 cpu_flags_arm_vfp cpu_flags_arm_vfpv3 cpu_flags_x86_3dnow cpu_flags_x86_3dnowext cpu_flags_x86_aes cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_x86_fma3 cpu_flags_x86_fma4 cpu_flags_x86_mmx cpu_flags_x86_mmxext cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_sse4_1 cpu_flags_x86_sse4_2 cpu_flags_x86_ssse3 cpu_flags_x86_xop cpudetection cuda debug doc elibc_AIX elibc_Cygwin elibc_Darwin elibc_DragonFly elibc_FreeBSD elibc_HPUX elibc_Interix elibc_NetBSD elibc_OpenBSD elibc_SunOS elibc_Winnt elibc_bionic elibc_glibc elibc_mingw elibc_mintlib elibc_musl elibc_uclibc encode fdk fftools_aviocat fftools_cws2fws fftools_ffescape fftools_ffeval fftools_ffhash fftools_fourcc2pixfmt fftools_graph2dot fftools_ismindex fftools_pktdumper fftools_qt-faststart fftools_sidxindex fftools_trasher flite fontconfig frei0r fribidi gcrypt gme gmp gnutls gpl gsm hardcoded-tables hppa ia64 iconv iec61883 ieee1394 jack jpeg2k kernel_AIX kernel_Darwin kernel_FreeBSD kernel_HPUX kernel_NetBSD kernel_OpenBSD kernel_SunOS kernel_Winnt kernel_freemint kernel_linux kvazaar ladspa libass libcaca libilbc librtmp libsoxr libv4l lzma m68k m68k-mint mips mipsdspr1 mipsdspr2 mipsfpu mmal modplug mp3 network nvenc openal opengl openh264 openssl opus oss pic postproc ppc ppc-aix ppc-macos ppc64 ppc64-linux prefix prefix-chain prefix-guest pulseaudio rubberband s390 samba schroedinger sdl sh snappy sofalizer sparc sparc-solaris sparc64-solaris speex ssh static-libs test theora threads truetype twolame userland_BSD userland_GNU v4l vaapi vdpau vorbis vpx wavpack webp x264 x265 x64-cygwin x64-macos x64-solaris x86 x86-cygwin x86-fbsd x86-linux x86-macos x86-solaris x86-winnt xcb xvid zeromq zimg zlib zvbi"
declare -x IUSE_IMPLICIT="abi_x86_64 prefix prefix-chain prefix-guest"
declare -x KERNEL="linux"
declare -x KERNEL_ABI="amd64"
declare -x KEYWORDS="amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
declare -x L10N=""
declare -x LANG="nl_BE.utf8"
declare -x LCD_DEVICES=""
declare -x LC_COLLATE="C"
declare -x LC_MESSAGES="C"
declare -x LDFLAGS="-Wl,-O1 -Wl,--as-needed"
declare -x LDFLAGS_amd64="-m elf_x86_64"
declare -x LDFLAGS_default
declare -x LDFLAGS_x32="-m elf32_x86_64"
declare -x LDFLAGS_x86="-m elf_i386"
declare -x LIBDIR_amd64="lib64"
declare -x LIBDIR_default="lib"
declare -x LIBDIR_x32="libx32"
declare -x LIBDIR_x86="lib32"
declare -x LIBOPTIONS="-m0644"
declare -x LIBREOFFICE_EXTENSIONS=""
declare -x LICENSE="
   !gpl? ( LGPL-2.1 )
   gpl? ( GPL-2 )
   amr? (
      gpl? ( GPL-3 )
      !gpl? ( LGPL-3 )
   )
   gmp? (
      gpl? ( GPL-3 )
      !gpl? ( LGPL-3 )
   )
   encode? (
      amrenc? (
         gpl? ( GPL-3 )
         !gpl? ( LGPL-3 )
      )
   )
   samba? ( GPL-3 )
"
declare -x LIRC_DEVICES=""
declare -x LLVM_TARGETS=""
declare -x MAIL="/var/mail/marco"
declare -x MAKEOPTS="-j41"
declare -x MANPAGER="manpager"
declare -a MIPS_CPU_FEATURES=([0]="mipsdspr1:mipsdsp" [1]="mipsdspr2" [2]="mipsfpu")
declare -x MONKEYD_PLUGINS=""
declare -x MULTILIB_ABIS="amd64 x86"
declare -x MULTILIB_STRICT_DENY="64-bit.*shared object"
declare -x MULTILIB_STRICT_DIRS="/lib32 /lib /usr/lib32 /usr/lib /usr/kde/*/lib32 /usr/kde/*/lib /usr/qt/*/lib32 /usr/qt/*/lib /usr/X11R6/lib32 /usr/X11R6/lib"
declare -x MULTILIB_STRICT_EXEMPT="(perl5|gcc|gcc-lib|binutils|eclipse-3|debug|portage|udev|systemd|clang|python-exec|llvm)"
declare --
MULTILIB_USEDEP="abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,
abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,
abi_s390_64(-)?"
declare -a MULTILIB_WRAPPED_HEADERS=([0]="/usr/include/libavutil/avconfig.h")
declare -x NETBEANS="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb php profiler soa visualweb webcommon websvccommon xml"
declare -x NETBEANS_MODULES=""
declare -x NGINX_MODULES_HTTP=""
declare -x NGINX_MODULES_MAIL=""
declare -x NGINX_MODULES_STREAM=""

Fixed 'code' tags in the end of truncated output (too long post), and wrapped long lines to make the forum layout behave.Chiitoo
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30905
Location: here

PostPosted: Thu Nov 08, 2018 10:13 am    Post subject: Reply with quote

The problem is that cuda use flag is masked, for enable it you should unmask it on ffmpeg (use flag in round brackets means that use flag is masked)
Code:
# echo "media-video/ffmpeg -cuda" >> /etc/portage/profile/package.use.mask

_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30905
Location: here

PostPosted: Thu Nov 08, 2018 10:22 am    Post subject: Reply with quote

Anyway ebuild had a bug, now fixed with commit https://github.com/fedeliallalinea/gallifrey/commit/d72d24a8001aee8d9f00111e43284c6f2e592823 (you can replace your local ebuild with mine).
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
linux_os2
Apprentice
Apprentice


Joined: 29 Aug 2018
Posts: 221
Location: Zedelgem Belgium

PostPosted: Thu Nov 08, 2018 10:42 am    Post subject: Reply with quote

fedeliallalinea wrote:
Anyway ebuild had a bug, now fixed with commit https://github.com/fedeliallalinea/gallifrey/commit/d72d24a8001aee8d9f00111e43284c6f2e592823 (you can replace your local ebuild with mine).


Hi again,

Code:

Calculating dependencies \ * Digest verification failed:
 * /usr/local/portage/media-video/ffmpeg/ffmpeg-3.3.6.ebuild
 * Reason: Filesize does not match recorded size
 * Got: 16270
 * Expected: 16234
... done!


???

Marc.

Thx
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30905
Location: here

PostPosted: Thu Nov 08, 2018 10:44 am    Post subject: Reply with quote

You should recreate manifest in your local overlay, because ebuild is changed but not update Manifest file
Code:
# ebuild /usr/local/portage/media-video/ffmpeg/ffmpeg-3.3.6.ebuild manifest

_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
linux_os2
Apprentice
Apprentice


Joined: 29 Aug 2018
Posts: 221
Location: Zedelgem Belgium

PostPosted: Thu Nov 08, 2018 11:06 am    Post subject: Reply with quote

fedeliallalinea wrote:
You should recreate manifest in your local overlay, because ebuild is changed but not update Manifest file
Code:
# ebuild /usr/local/portage/media-video/ffmpeg/ffmpeg-3.3.6.ebuild manifest


Found that out myself already. mea culpa

now : /var/tmp/portage/media-video/ffmpeg-3.3.6/temp/build.log: ....ERROR: nvenc requested, but not all dependencies are satisfied: cuda....

Will install cuda????

thx

marc.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30905
Location: here

PostPosted: Thu Nov 08, 2018 12:04 pm    Post subject: Reply with quote

Post
Code:
$ emerge -pvq =media-video/ffmpeg-3.3.6::localrepo

_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
linux_os2
Apprentice
Apprentice


Joined: 29 Aug 2018
Posts: 221
Location: Zedelgem Belgium

PostPosted: Thu Nov 08, 2018 1:26 pm    Post subject: Reply with quote

fedeliallalinea wrote:
Post
Code:
$ emerge -pvq =media-video/ffmpeg-3.3.6::localrepo


Code:

MARCO /home/marco # emerge -pvq =media-video/ffmpeg-3.3.6::localrepo
[ebuild   R   ] media-video/ffmpeg-3.3.6 [3.3.6] USE="X alsa bzip2 encode gpl hardcoded-tables iconv mp3 network nvenc opengl postproc pulseaudio sdl threads truetype vdpau vorbis x264 x265* xcb xvid zlib (-altivec) -amr -amrenc -bluray -bs2b -cdio -chromaprint -chromium -cpudetection (-cuda) -debug -doc -fdk -flite -fontconfig -frei0r -fribidi -gcrypt -gme -gmp -gnutls -gsm -iec61883 -ieee1394 -jack -jpeg2k -kvazaar -ladspa -libass -libcaca -libilbc -librtmp -libsoxr -libv4l -lzma (-mipsdspr1) (-mipsdspr2) (-mipsfpu) (-mmal) -modplug -openal -openh264 -openssl -opus -oss -pic -rubberband -samba (-schroedinger) -snappy -sofalizer -speex -ssh -static-libs -test -theora -twolame -v4l -vaapi -vpx -wavpack -webp -zeromq -zimg -zvbi" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="mmx mmxext sse sse2 -3dnow -3dnowext -aes -avx -avx2 -fma3 -fma4 -sse3 -sse4_1 -sse4_2 -ssse3 -xop" FFTOOLS="aviocat cws2fws ffescape ffeval ffhash fourcc2pixfmt graph2dot ismindex pktdumper qt-faststart sidxindex trasher"
MARCO /home/marco #
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30905
Location: here

PostPosted: Thu Nov 08, 2018 1:38 pm    Post subject: Reply with quote

You don't have unmasked cuda use flag (in output you can see that is disabled '-' and masked because has round bracket '()').
You executed command
Code:
# echo "media-video/ffmpeg -cuda" >> /etc/portage/profile/package.use.mask
:?:
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
linux_os2
Apprentice
Apprentice


Joined: 29 Aug 2018
Posts: 221
Location: Zedelgem Belgium

PostPosted: Thu Nov 08, 2018 1:58 pm    Post subject: Reply with quote

fedeliallalinea wrote:
You don't have unmasked cuda use flag (in output you can see that is disabled '-' and masked because has round bracket '()').
You executed command
Code:
# echo "media-video/ffmpeg -cuda" >> /etc/portage/profile/package.use.mask
:?:


Hi,

emerge succesfull.

original problem still exists

Code:

marco@MARCO ~/Videos/RenderedVideos $ ffmpeg -y -ss 00:00:00 -t 00:00:30 -i Kalimera09_4-4K/%04d.png -threads 16 -preset llhp -b:v 100000k -c:v hevc_nvenc test.mp4
ffmpeg version 3.3.6 Copyright (c) 2000-2017 the FFmpeg developers
  built with gcc 7.3.0 (Gentoo 7.3.0-r3 p1.4)
  configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --docdir=/usr/share/doc/ffmpeg-3.3.6/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' --disable-static --enable-avfilter --enable-avresample --disable-stripping --disable-libcelt --enable-nonfree --enable-cuvid --extra-cflags=-I/opt/cuda/include --disable-indev=v4l2 --disable-outdev=v4l2 --disable-indev=oss --disable-indev=jack --disable-outdev=oss --enable-bzlib --disable-runtime-cpudetect --disable-debug --disable-gcrypt --disable-gnutls --disable-gmp --enable-gpl --enable-hardcoded-tables --enable-iconv --disable-lzma --enable-network --disable-openssl --enable-postproc --disable-libsmbclient --enable-ffplay --enable-sdl2 --enable-cuda --disable-vaapi --enable-vdpau --enable-xlib --enable-libxcb --enable-libxcb-shm --enable-libxcb-xfixes --enable-zlib --disable-libcdio --disable-libiec61883 --disable-libdc1394 --disable-libcaca --disable-openal --enable-opengl --disable-libv4l2 --enable-libpulse --disable-libopencore-amrwb --disable-libopencore-amrnb --disable-libfdk-aac --disable-libopenjpeg --disable-libbluray --disable-libgme --disable-libgsm --disable-mmal --disable-libmodplug --disable-libopus --disable-libilbc --disable-librtmp --disable-libssh --disable-libschroedinger --disable-libspeex --enable-libvorbis --disable-libvpx --disable-libzvbi --disable-libbs2b --disable-chromaprint --disable-libflite --disable-frei0r --disable-libfribidi --disable-fontconfig --disable-ladspa --disable-libass --enable-libfreetype --disable-librubberband --disable-netcdf --disable-libzmq --disable-libzimg --disable-libsoxr --enable-pthreads --disable-libvo-amrwbenc --enable-libmp3lame --disable-libkvazaar --enable-nvenc --disable-libopenh264 --disable-libsnappy --disable-libtheora --disable-libtwolame --disable-libwavpack --disable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --disable-amd3dnow --disable-amd3dnowext --disable-aesni --disable-avx --disable-avx2 --disable-fma3 --disable-fma4 --disable-sse3 --disable-ssse3 --disable-sse4 --disable-sse42 --disable-xop --disable-doc --disable-htmlpages --enable-manpages
  libavutil      55. 58.100 / 55. 58.100
  libavcodec     57. 89.100 / 57. 89.100
  libavformat    57. 71.100 / 57. 71.100
  libavdevice    57.  6.100 / 57.  6.100
  libavfilter     6. 82.100 /  6. 82.100
  libavresample   3.  5.  0 /  3.  5.  0
  libswscale      4.  6.100 /  4.  6.100
  libswresample   2.  7.100 /  2.  7.100
  libpostproc    54.  5.100 / 54.  5.100
Input #0, image2, from 'Kalimera09_4-4K/%04d.png':
  Duration: 00:02:29.64, start: 0.000000, bitrate: N/A
    Stream #0:0: Video: png, rgb24(pc), 3840x2160 [SAR 2835:2835 DAR 16:9], 25 tbr, 25 tbn, 25 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (png (native) -> hevc (hevc_nvenc))
Press [q] to stop, [?] for help
[hevc_nvenc @ 0x563b6c33c040] Cannot init CUDA
Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
Conversion failed!
marco@MARCO ~/Videos/RenderedVideos $


thx anyway.

What can I do next?

Marc.
Back to top
View user's profile Send private message
Anon-E-moose
Watchman
Watchman


Joined: 23 May 2008
Posts: 6098
Location: Dallas area

PostPosted: Thu Nov 08, 2018 2:10 pm    Post subject: Reply with quote

What does "emerge -pv x265" return?
_________________
PRIME x570-pro, 3700x, 6.1 zen kernel
gcc 13, profile 17.0 (custom bare multilib), openrc, wayland


Last edited by Anon-E-moose on Thu Nov 08, 2018 2:20 pm; edited 2 times in total
Back to top
View user's profile Send private message
linux_os2
Apprentice
Apprentice


Joined: 29 Aug 2018
Posts: 221
Location: Zedelgem Belgium

PostPosted: Thu Nov 08, 2018 2:17 pm    Post subject: Reply with quote

Anon-E-moose wrote:
What does "emerge -pv x265" return?


Code:

MARCO /home/marco # emerge -pv x265

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R    ] media-libs/x265-2.8:0/160::gentoo  USE="10bit 12bit -numa -pic (-power8) -test" ABI_X86="(64) -32 (-x32)" 0 KiB

Total: 1 package (1 reinstall), Size of downloads: 0 KiB
MARCO /home/marco #
Back to top
View user's profile Send private message
Anon-E-moose
Watchman
Watchman


Joined: 23 May 2008
Posts: 6098
Location: Dallas area

PostPosted: Thu Nov 08, 2018 2:29 pm    Post subject: Reply with quote

what does
Code:
grep -E "CONFIG_NUMA|CONFIG_CPUSETS /usr/src/linux/.config
return


Edit to add: hints here, especially page 3/4 https://devtalk.nvidia.com/default/topic/1037521/linux/cuda-broken-in-396-24-02-and-396-24-10-vulkan-beta-drivers-on-linux/
_________________
PRIME x570-pro, 3700x, 6.1 zen kernel
gcc 13, profile 17.0 (custom bare multilib), openrc, wayland
Back to top
View user's profile Send private message
linux_os2
Apprentice
Apprentice


Joined: 29 Aug 2018
Posts: 221
Location: Zedelgem Belgium

PostPosted: Thu Nov 08, 2018 2:49 pm    Post subject: Reply with quote

Anon-E-moose wrote:
what does
Code:
grep -E "CONFIG_NUMA|CONFIG_CPUSETS /usr/src/linux/.config
return


Edit to add: hints here, especially page 3/4 https://devtalk.nvidia.com/default/topic/1037521/linux/cuda-broken-in-396-24-02-and-396-24-10-vulkan-beta-drivers-on-linux/


Code:

MARCO /home/marco # cat /etc/kernels/kernel-config-x86_64-4.14.78-gentoo | grep -E CONFIG_NUMA
# CONFIG_NUMA is not set
MARCO /home/marco # cat /etc/kernels/kernel-config-x86_64-4.14.78-gentoo | grep -E CONFIG_NUMA
# CONFIG_NUMA is not set
MARCO /home/marco # cat /etc/kernels/kernel-config-x86_64-4.14.78-gentoo | grep -E CONFIG_CPUSETS
CONFIG_CPUSETS=y
MARCO /home/marco #
Back to top
View user's profile Send private message
linux_os2
Apprentice
Apprentice


Joined: 29 Aug 2018
Posts: 221
Location: Zedelgem Belgium

PostPosted: Thu Nov 08, 2018 5:57 pm    Post subject: Reply with quote

Anon-E-moose wrote:
what does
Code:
grep -E "CONFIG_NUMA|CONFIG_CPUSETS /usr/src/linux/.config
return


Edit to add: hints here, especially page 3/4 https://devtalk.nvidia.com/default/topic/1037521/linux/cuda-broken-in-396-24-02-and-396-24-10-vulkan-beta-drivers-on-linux/


I enabled NUMA in the kernelconfig.
did genkernel.
reemerged nvidia-drivers

and bang: IT WORKS. :P

Thx a lot for your help.

Marc
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30905
Location: here

PostPosted: Thu Nov 08, 2018 6:01 pm    Post subject: Reply with quote

Just for info, now works also without the ebuild in your local overlay?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
linux_os2
Apprentice
Apprentice


Joined: 29 Aug 2018
Posts: 221
Location: Zedelgem Belgium

PostPosted: Thu Nov 08, 2018 6:12 pm    Post subject: Reply with quote

fedeliallalinea wrote:
Just for info, now works also without the ebuild in your local overlay?


How do I disable the local overlay (sorry n00b)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum