Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 316117 (chromiumgame) - games-action/chromium: "configure: error: cannot find glpng (image loader) ", but I had glpng
Summary: games-action/chromium: "configure: error: cannot find glpng (image loader) ",...
Status: RESOLVED INVALID
Alias: chromiumgame
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-19 15:13 UTC by vvgloo
Modified: 2017-06-02 12:23 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,8.46 KB, text/plain)
2010-04-19 15:19 UTC, vvgloo
Details
emerge --info (emerge--info,3.62 KB, text/plain)
2010-04-19 15:22 UTC, vvgloo
Details
config.log (config.log,83.79 KB, text/plain)
2010-04-19 15:51 UTC, vvgloo
Details
compile glpng (glpng.log,6.02 KB, text/plain)
2010-04-19 23:57 UTC, vvgloo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vvgloo 2010-04-19 15:13:01 UTC
compile error when chromium: " configure: error: cannot find glpng (image loader) "
but I had glpng
build.log and output of emerge --info attached
Comment 1 vvgloo 2010-04-19 15:19:31 UTC
Created attachment 228401 [details]
build.log
Comment 2 vvgloo 2010-04-19 15:22:03 UTC
Created attachment 228403 [details]
emerge --info
Comment 3 Tomáš Chvátal (RETIRED) gentoo-dev 2010-04-19 15:32:48 UTC
!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/games-action/chromium-0.9.14/work/chromium-bsu-0.9.14/config.log
Comment 4 vvgloo 2010-04-19 15:51:10 UTC
Created attachment 228409 [details]
config.log

sorry, I just think that something less
thank you
Comment 5 Tomáš Chvátal (RETIRED) gentoo-dev 2010-04-19 16:06:51 UTC
configure:9182: checking for pngBind in -lglpng
configure:9207: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe  -Wl,-O1 conftest.c -lglpng -lGL  -lm  >&5
/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../lib64/libglpng.so: undefined reference to `glColorTableEXT'

Try to recompile your glpng :]
Comment 6 vvgloo 2010-04-19 23:57:34 UTC
Created attachment 228461 [details]
compile glpng

I hvae recompiled several times, glpng and chromium
Comment 7 vvgloo 2010-04-20 00:09:09 UTC
# cd lib64
localhost lib64 # pwd
/usr/lib64
localhost lib64 # ls libglpng*
libglpng.a  libglpng.so  libglpng.so.1  libglpng.so.1.45
localhost lib64 # equery b libglpng.a
 * Searching for libglpng.a ... 
media-libs/glpng-1.45-r1 (/usr/lib64/libglpng.a)
localhost lib64 # equery b libglpng.so
 * Searching for libglpng.so ... 
media-libs/glpng-1.45-r1 (/usr/lib64/libglpng.so -> libglpng.so.1)
media-libs/glpng-1.45-r1 (/usr/lib64/libglpng.so.1.45)
localhost lib64 # equery b libglpng.so.1
 * Searching for libglpng.so.1 ... 
media-libs/glpng-1.45-r1 (/usr/lib64/libglpng.so.1.45)
media-libs/glpng-1.45-r1 (/usr/lib64/libglpng.so.1 -> libglpng.so.1.45)
localhost lib64 # equery b libglpng.so.1.45
 * Searching for libglpng.so.1.45 ... 
media-libs/glpng-1.45-r1 (/usr/lib64/libglpng.so.1.45)
Comment 8 Tupone Alfredo gentoo-dev 2010-05-12 11:51:36 UTC
Can you try to run the following command and see the result

readelf -s /usr/lib/libGL.so | grep glColorTableEXT

and please disable ccache for the test
Comment 9 vvgloo 2010-05-14 04:37:24 UTC
thanks
but it is not work
I did not use ccache
Comment 10 Tupone Alfredo gentoo-dev 2010-05-14 06:56:47 UTC
(In reply to comment #9)
> thanks
> but it is not work
What does it means "do not work?"
"readelf -s /usr/lib/libGL.so | grep glColorTableEXT" does not report anything?
can you report the output of 
ls -l /usr/lib/libGL.so

> I did not use ccache
your emerge --info says:
ccache version 2.4 [enabled]



Comment 11 vvgloo 2010-05-14 13:30:12 UTC
# ls -l /usr/lib/libGL.so 
lrwxrwxrwx 1 root root 27  4月 13 12:27 /usr/lib/libGL.so -> opengl/ati/lib/libGL.so.1.2
"readelf -s /usr/lib/libGL.so | grep glColorTableEXT" does not report anything,
then I re-compile the chromium and glpng
error is same,nothing changed
what information can I provide

> I did not use ccache
I want to say sorry, my English is not good, It is wrong expression, I would like to say I did not use ccache when I use your method, sorry, My English sucks

Comment 12 Tupone Alfredo gentoo-dev 2010-05-15 17:36:24 UTC
The ati drivers do not support that glColorTableEXT.

My only guess is that you have messed the things with the eselect opengl during the various build. 

you could test trying building glpng after setting the Mesa opengl

you could try even rebuilding the ati-drivers, run eselect opengl setting the use of the ati opengl, reinstall glpng and then emerge chromium
Comment 13 vvgloo 2010-05-16 13:58:47 UTC
you are very powerful, I just change opengl to xorg-x11, then re-compile the game, it is ok, thank you
Just a little bad, this game is not so fun
Comment 14 Gerardo Gonzalez Cruz 2010-06-13 14:43:32 UTC
This works for me:

you are very powerful, I just change opengl to xorg-x11, then re-compile the
game, it is ok, thank you ...

I have a ATI Radeon Card on AMD Turion X2 64. I just switch to xorg-11 with eselect tool, emerge chromium, all is ok and the with eselect swith to ati again.

Greetings.
Comment 15 Vadim A. Misbakh-Soloviov (mva) gentoo-dev 2017-06-02 12:23:12 UTC
I've the same bug (with the same sympthoms, where libGL.so have no such function), and I have mesa 17.1.0. And I've 'eselect opengl' set to xorg (and I also using intel videocard).
So... Is it no way to fix it in my situation?..