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

Bug 591158

Summary: x11-apps/mesa-progs should DEPEND on media-libs/glew virtual/glu
Product: Gentoo Linux Reporter: A. Wilcox (awilfox) <awilfox.gentoo>
Component: Current packagesAssignee: Gentoo X packagers <x11>
Status: RESOLVED DUPLICATE    
Severity: normal Keywords: PATCH
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Move packages in mesa-progs from DEPEND to RDEPEND

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 ***