Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 594080 - media-video/bino with media-libs/glew-2.0.0 - configure: WARNING: required library libglewmx >= 1.6.0 not found
Summary: media-video/bino with media-libs/glew-2.0.0 - configure: WARNING: required li...
Status: RESOLVED DUPLICATE of bug 591064
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jožka Kejzlar (cuchac)
URL: https://github.com/nigels-com/glew/co...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-17 11:15 UTC by Sławomir Nizio
Modified: 2016-10-11 08:30 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 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 ***