Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 947031 - media-libs/opencv[mkl, -lapack] should not be allowed and crashes build
Summary: media-libs/opencv[mkl, -lapack] should not be allowed and crashes build
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Paul Zander
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-12-27 17:07 UTC by Reva Denis
Modified: 2024-12-28 18:19 UTC (History)
2 users (show)

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


Attachments
Complete build log (build.log,684.71 KB, text/x-log)
2024-12-27 17:08 UTC, Reva Denis
Details
emerge --info (info.txt,9.34 KB, text/plain)
2024-12-27 17:09 UTC, Reva Denis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Reva Denis 2024-12-27 17:07:08 UTC
At this moment it is possible to install media-libs/opencv[mkl,-lapack], which is completely wrong because:
	lapack? (
		atlas? ( sci-libs/atlas )
		mkl? ( sci-libs/mkl )
		!atlas? (
			!mkl? (
				virtual/cblas
				>=virtual/lapack-3.10
				virtual/lapacke
			)
		)
	)
So mkl dep weirdly is not installed if lapack is not enabled :)


Reproducible: Always



Expected Results:  
There must be REQUIRED_USE
Comment 1 Reva Denis 2024-12-27 17:08:04 UTC
Created attachment 915295 [details]
Complete build log
Comment 2 Reva Denis 2024-12-27 17:09:26 UTC
Created attachment 915297 [details]
emerge --info