View previous topic :: View next topic |
Author |
Message |
lhw828 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 05 Sep 2013 Posts: 67
|
Posted: Tue Oct 11, 2022 2:07 am Post subject: media-libs/opencv:has unmet requirements |
|
|
emerge -avuDN world
Code: |
* IMPORTANT: 10 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 /
!!! Problem resolving dependencies for media-libs/opencv from @selected
... done!
!!! The ebuild selected to satisfy "media-libs/opencv" has unmet requirements.
- media-libs/opencv-4.6.0-r2::gentoo USE="contribdnn eigen features2d jpeg opengl openmp png python qt5 tiff -contrib (-contribcvv) -contribfreetype (-contribhdf) (-contribovis) (-contribsfm) (-contribxfeatures2d) (-cuda) -debug -dnnsamples -download -examples -ffmpeg -gdal (-gflags) (-glog) -gphoto2 -gstreamer -gtk3 -ieee1394 -java -jpeg2k -lapack -lto -opencl -opencvapps -openexr (-tesseract) -testprograms -threads -v4l -vaapi (-vtk) -webp -xine" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="avx avx2 f16c fma3 popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3 -avx512f" PYTHON_TARGETS="python3_10 (-python3_11) -python3_8 -python3_9"
The following REQUIRED_USE flag constraints are unsatisfied:
contribdnn? ( contrib )
The above constraints are a subset of the following complete expression:
cpu_flags_x86_avx2? ( cpu_flags_x86_f16c ) cpu_flags_x86_f16c? ( cpu_flags_x86_avx ) cuda? ( contrib tesseract? ( opencl ) ) dnnsamples? ( examples ) gflags? ( contrib ) glog? ( contrib ) contribcvv? ( contrib qt5 ) contribdnn? ( contrib ) contribfreetype? ( contrib ) contribhdf? ( contrib ) contribovis? ( contrib ) contribsfm? ( contrib eigen gflags glog ) contribxfeatures2d? ( contrib download ) examples? ( contribdnn ) java? ( python ) opengl? ( qt5 ) python? ( any-of ( python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 ) ) tesseract? ( contrib ) at-most-one-of ( gtk3 qt5 )
(dependency required by "@selected" [set])
(dependency required by "@world" [argument]) |
[Moderator edit: added [code] tags to preserve output layout. -Hu] |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
fedeliallalinea Administrator
![Administrator Administrator](/images/ranks/rank-admin.gif)
![](images/avatars/161653968057192eb39329f.jpg)
Joined: 08 Mar 2003 Posts: 31478 Location: here
|
Posted: Tue Oct 11, 2022 5:15 am Post subject: |
|
|
Code: | The following REQUIRED_USE flag constraints are unsatisfied:
contribdnn? ( contrib ) |
This mean that if you enable contribdnn use flag you must enable also contrib use flag.
You can do it with /etc/portage/package.use _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|