Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Portage & Programming
  • Search

Stumped on dependency conflict

Problems with emerge or ebuilds? Have a basic programming question about C, PHP, Perl, BASH or something else?
Post Reply
Advanced search
2 posts • Page 1 of 1
Author
Message
rivera151
n00b
n00b
User avatar
Posts: 13
Joined: Wed Dec 10, 2025 12:13 pm

Stumped on dependency conflict

  • Quote

Post by rivera151 » Sat Mar 07, 2026 10:32 pm

Hi folks!

I'm stuck resolving this dependency conflict and I thought you guys would be helpful. I'm getting this output from emerge -avuDN @world

Code: Select all

WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict:

media-video/ffmpeg:0

  (media-video/ffmpeg-8.0.1:0/60.62.62::gentoo, ebuild scheduled for merge) USE="X alsa bzip2 dav1d drm dvd fontconfig gnutls gpl jpegxl lame lcms libass opengl opus pulseaudio sdl sndio svg theora truetype v4l vaapi vorbis vpx vulkan webp x264 xml xvid zlib -amf -amr -amrenc (-appkit) -bluray -bs2b -cdio -chromaprint -chromium -codec2 -cuda -doc -fdk -flite -frei0r -fribidi -gcrypt -gme -gmp -gsm -iec61883 -ieee1394 -jack -jpeg2k -kvazaar -ladspa -libaom -libaribb24 -libcaca -libilbc -liblc3 -libplacebo -librtmp -libsoxr -lv2 -lzma -modplug -nvenc -ocr -openal -opencl -openh264 -openmpt -openssl -qrcode -qsv -quirc -rabbitmq -rav1e -rist -rubberband -samba -shaderc -snappy -soc -speex -srt -ssh -svt-av1 -twolame -vdpau -verify-sig -vidstab -vmaf -x265 -zeromq -zimg -zvbi" ABI_X86="(64) -32 (-x32)" conflicts with
    >=media-video/ffmpeg-6.1:0/59.61.61= required by (kde-plasma/kpipewire-6.5.5-1:6/6::gentoo, installed) USE="-debug -test" ABI_X86="(64)"
                            ^^^^^^^^^^^^
    <media-video/ffmpeg-8:0/59.61.61=[encode(+),lame(-),opus,theora,vorbis,vpx,x264,xvid] required by (media-gfx/blender-4.4.3:4.4/4.4::gentoo, installed) USE="X bullet color-management cycles cycles-bin-kernels embree ffmpeg fftw fluid gmp nanovdb nls oidn openexr opengl openmp openpgl opensubdiv openvdb pdf pipewire potrace pugixml pulseaudio sdl sndfile tbb tiff truetype vulkan wayland webp -alembic -collada (-cuda) -debug -doc -gnome (-hip) (-hiprt) -jack -jemalloc -jpeg2k -man -ndof -openal -optix -osl -renderdoc -test -valgrind" ABI_X86="(64)" LLVM_SLOT="19 -18" PYTHON_SINGLE_TARGET="python3_13 -python3_11 -python3_12"
    ^                   ^^^^^^^^^^^^^                                                    
    media-video/ffmpeg:0/59.61.61=[abi_x86_64(-)] required by (media-libs/opencv-4.12.0-r1:0/4.12.0::gentoo, installed) USE="avif contrib contribdnn eigen features2d ffmpeg gif gstreamer jpeg opengl openmp png qt6 tiff truetype v4l vaapi vulkan wayland webp -atlas (-contribcvv) -contribfreetype (-contribhdf) (-contribovis) (-contribsfm) (-contribxfeatures2d) (-cuda) (-cudnn) -debug -doc -examples -gdal (-gflags) (-glog) -gphoto2 -gtk3 -ieee1394 -jasper -java -jpeg2k -lapack (-mkl) -non-free -opencl -opencvapps -openexr -openni -openni2 -python -quirc -spng -tbb (-tesseract) -test -testprograms (-vtk) -wechat-qrcode -xine" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="avx avx2 f16c fma3 popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3 -avx512_4fmaps -avx512_4vnniw -avx512_bitalg -avx512_vbmi2 -avx512_vnni -avx512_vpopcntdq -avx512bw -avx512cd -avx512dq -avx512er -avx512f -avx512ifma -avx512pf -avx512vbmi -avx512vl" PYTHON_TARGETS="python3_13 -python3_11 -python3_12" VIDEO_CARDS="-intel"
                      ^^^^^^^^^^^^               
    media-video/ffmpeg:0/59.61.61= required by (dev-qt/qtmultimedia-6.10.2:6/6.10.2::gentoo, installed) USE="X alsa dbus ffmpeg gstreamer opengl pipewire pulseaudio qml v4l vulkan wayland -custom-cflags -eglfs -test -vaapi" ABI_X86="(64)"
                      ^^^^^^^^^^^^
    <media-video/ffmpeg-8:=[encode(+),lame(-),opus,theora,vorbis,vpx,x264,xvid] required by (media-gfx/blender-4.4.3:4.4/4.4::gentoo, installed) USE="X bullet color-management cycles cycles-bin-kernels embree ffmpeg fftw fluid gmp nanovdb nls oidn openexr opengl openmp openpgl opensubdiv openvdb pdf pipewire potrace pugixml pulseaudio sdl sndfile tbb tiff truetype vulkan wayland webp -alembic -collada (-cuda) -debug -doc -gnome (-hip) (-hiprt) -jack -jemalloc -jpeg2k -man -ndof -openal -optix -osl -renderdoc -test -valgrind" ABI_X86="(64)" LLVM_SLOT="19 -18" PYTHON_SINGLE_TARGET="python3_13 -python3_11 -python3_12"
Any help is appreciated. Thank you very much.
Top
GDH-gentoo
Advocate
Advocate
User avatar
Posts: 2111
Joined: Sat Jul 20, 2019 7:02 pm
Location: South America

  • Quote

Post by GDH-gentoo » Sat Mar 07, 2026 11:52 pm

This is not a problem. Portage is telling you that media-video/ffmpeg-8.0.1 is available for upgrade, but won't upgrade it because media-gfx/blender only supports versions earlier that 8. So it will keep the currently installed version.

You can safely ignore that, it won't prevent the rest of the @world update.
Ionen wrote:As a packager I just don't want things to get messier with weird build systems and multiple toolchains requirements though :)
Top
Post Reply

2 posts • Page 1 of 1

Return to “Portage & Programming”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic