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

Bug 594080

Summary: media-video/bino with media-libs/glew-2.0.0 - configure: WARNING: required library libglewmx >= 1.6.0 not found
Product: Gentoo Linux Reporter: Sławomir Nizio <slawomir.nizio>
Component: Current packagesAssignee: Jožka Kejzlar (cuchac) <cuchac>
Status: RESOLVED DUPLICATE    
Severity: normal CC: proxy-maint, robbat2
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://github.com/nigels-com/glew/commit/2563b1c36a42127470581a53e59ee09a3d980ce1
Whiteboard:
Package list:
Runtime testing required: ---

Description Sławomir Nizio 2016-09-17 11:15:55 UTC
And indeed, it seems that glew 2.0.0 doesn't install libGLEWmx, which might be this.



# pkg-config --exists --print-errors "glewmx >= 1.6.0"
Package glewmx was not found in the pkg-config search path.
Perhaps you should add the directory containing `glewmx.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glewmx' found


with media-libs/glew-1.13.0:
# pkg-config --exists --print-errors "glewmx >= 1.6.0"
# echo $?
0


More packages can be affected.
Comment 1 Sławomir Nizio 2016-09-17 11:18:46 UTC
checking for libX11... yes
checking for libglewmx... no
configure: WARNING: required library libglewmx >= 1.6.0 not found:
configure: WARNING: No package 'glewmx' found
configure: WARNING: libglewmx is provided by glew; Debian package: libglewmx-dev
checking for libgl... yes
checking for gtk-update-icon-cache... gtk-update-icon-cache
checking for update-desktop-database... update-dchecking for libX11... yes
checking for libglewmx... no
configure: WARNING: required library libglewmx >= 1.6.0 not found:
configure: WARNING: No package 'glewmx' found
configure: WARNING: libglewmx is provided by glew; Debian package: libglewmx-dev
checking for libgl... yes
checking for gtk-update-icon-cache... gtk-update-icon-cache
checking for update-desktop-database... update-desktop-database  
configure: error: One or more libraries were not found. See messages above.

esktop-database  
configure: error: One or more libraries were not found. See messages above.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2016-10-11 08:30:36 UTC

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