Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 591158 - x11-apps/mesa-progs should DEPEND on media-libs/glew virtual/glu
Summary: x11-apps/mesa-progs should DEPEND on media-libs/glew virtual/glu
Status: RESOLVED DUPLICATE of bug 559536
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2016-08-13 08:05 UTC by A. Wilcox (awilfox)
Modified: 2017-01-29 18:07 UTC (History)
0 users

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


Attachments
Move packages in mesa-progs from DEPEND to RDEPEND (mesa-progs-8.2.0-bad-depend.patch,377 bytes, patch)
2016-08-13 08:05 UTC, A. Wilcox (awilfox)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description A. Wilcox (awilfox) 2016-08-13 08:05:03 UTC
Created attachment 443188 [details, diff]
Move packages in mesa-progs from DEPEND to RDEPEND

RDEPEND="
    media-libs/mesa[egl?,gles2?]
    virtual/opengl
    x11-libs/libX11"
DEPEND="${RDEPEND}
    media-libs/glew
    virtual/glu
    x11-proto/xproto"


awilcox on ciall ~/portage [master] $ ldd /usr/bin/glxgears | grep GL
 libGLEW.so.1.10 => /usr/lib/libGLEW.so.1.10 (0x7f006ebfc000)
 libGLU.so.1 => /usr/lib/libGLU.so.1 (0x7f006e97c000)
 libGL.so.1 => /usr/lib/libGL.so.1 (0x7f006e714000)


This causes runtime failures when depclean is run, or when using binpkg on a host.

Attached patch should be applied to 8.2.0, 8.3.0, and 9999.
Comment 1 Matt Turner gentoo-dev 2017-01-29 18:07:14 UTC

*** This bug has been marked as a duplicate of bug 559536 ***