Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 612454 - www-client/chromium-57.0.2987.98 installs own version of OpenGL ES libraries
Summary: www-client/chromium-57.0.2987.98 installs own version of OpenGL ES libraries
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Chromium Project
URL: https://groups.google.com/a/chromium....
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-12 22:58 UTC by Ostashevskyi Viktor
Modified: 2017-03-13 19:44 UTC (History)
0 users

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 Ostashevskyi Viktor 2017-03-12 22:58:31 UTC
# ls -la /usr/lib64/chromium-browser/*.so
-rw-r--r-- 1 root root   17928 бер 12 19:58 libEGL.so
-rw-r--r-- 1 root root 2165120 бер 12 19:58 libGLESv2.so
-rw-r--r-- 1 root root 3796976 бер 12 19:58 libosmesa.so

Most probably this is side-effect of https://gitweb.gentoo.org/repo/gentoo.git/commit/www-client/chromium?id=e7b214d802b93e71f715298bcaffc1590541bca6

However, I wonder why this libraries are built with chromium at all. Should chromium depends on mesa[osmesa] instead?

BTW, libEGL and libGLESv2 comes not from third_party/mesa but from third_party/angle. Can we disable building angle and require mesa[egl,gles] instead?