Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 539910 - media-libs/mesa-10.4.4 - missing USE=openvg
Summary: media-libs/mesa-10.4.4 - missing USE=openvg
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-12 22:00 UTC by hexum
Modified: 2015-02-13 20:22 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.