Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 482980 - media-libs/mesa - USE=openvg change leaves broken symlinks in /usr/include/VG
Summary: media-libs/mesa - USE=openvg change leaves broken symlinks in /usr/include/VG
Status: RESOLVED OBSOLETE
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: 2013-08-30 06:22 UTC by Oleh
Modified: 2017-01-26 06:22 UTC (History)
2 users (show)

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 Oleh 2013-08-30 06:22:53 UTC
mesa, when built with openvg USE flag creates /usr/lib64/opengl/xorg-x11/include/VG/ /usr/include/VG* symlinks, which not removed after rebuilding without openvg USE flag.

Reproducible: Always

Steps to Reproduce:
1. USE=openvg emerge media-libs/mesa
2. /usr/include/VG/* symlniks created
3. USE=-openvg emerge media-libs/mesa
4. /usr/include/VG/* broken symlinks remains
Comment 1 Nikoli 2013-12-31 10:46:33 UTC
Most likely it is app-admin/eselect-mesa bug:
'eselect opengl set xorg-x11' does not remove broken symlinks or does it?
Comment 2 Oleh 2013-12-31 18:16:34 UTC
it's hardly related to eselect, it simply ebuild that installs symlink if openvg USE used, and broken symlinks remains if mesa re-emerged with -openvg USE flag. IS this a eselect case? If so, it's misdesigned, imo
Comment 3 Nikoli 2014-01-05 03:35:11 UTC
> it simply ebuild that installs symlink if openvg USE used, and broken symlinks remains if mesa re-emerged with -openvg USE flag.

No, mesa ebuild does not install these symlinks (read /var/db/pkg/media-libs/mesa-*/CONTENTS), it only runs eselect 'eselect opengl set xorg-x11'

> IS this a eselect case? If so, it's misdesigned, imo

Patches are welcome.
Comment 4 Matt Turner gentoo-dev 2017-01-26 06:22:31 UTC
No OpenVG support in Mesa anymore.