compile error when chromium: " configure: error: cannot find glpng (image loader) " but I had glpng build.log and output of emerge --info attached
Created attachment 228401 [details] build.log
Created attachment 228403 [details] emerge --info
!!! 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
Created attachment 228409 [details] config.log sorry, I just think that something less thank you
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 :]
Created attachment 228461 [details] compile glpng I hvae recompiled several times, glpng and chromium
# 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)
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
thanks but it is not work I did not use ccache
(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]
# 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
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
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
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.
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?..