Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 539910

Summary: media-libs/mesa-10.4.4 - missing USE=openvg
Product: Gentoo Linux Reporter: hexum <hexumg>
Component: [OLD] LibraryAssignee: Gentoo X packagers <x11>
Status: RESOLVED CANTFIX    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description hexum 2015-02-12 22:00:08 UTC
I get a warning while openvg flag is set globally.

  (media-libs/mesa-10.4.4:0/0::gentoo, ebuild scheduled for merge) conflicts with
    >=media-libs/mesa-9.1.6[openvg,abi_x86_32(-),abi_x86_64(-)] required by (x11-libs/cairo-1.12.18:0/0::gentoo, installed)

Reproducible: Always

Steps to Reproduce:
1. set openvg use flag globally
2. emerge mesa cairo
Actual Results:  
Can't install latest mesa

Expected Results:  
No errors and warnings

Does this issue exist because of mesa openvg state tracker drop?
http://www.phoronix.com/scan.php?page=news_item&px=MTgzMjk
Comment 1 Matt Turner gentoo-dev 2015-02-13 20:22:54 UTC
(In reply to hexum from comment #0)
> Does this issue exist because of mesa openvg state tracker drop?
> http://www.phoronix.com/scan.php?page=news_item&px=MTgzMjk

Yes.

I think we should remove the openvg flag from Cairo as well (as well as a lot of the other experimental cairo backends). It's not a plugin system. The application using cairo has to select a backend, so I highly doubt anything on your system actually executed that code.