Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 291334 - x11-libs/gtk+-2.6.16 fails to compile with the glitz USE flag enabled
Summary: x11-libs/gtk+-2.6.16 fails to compile with the glitz USE flag enabled
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-31 17:33 UTC by Niels van Aert
Modified: 2009-11-04 21:30 UTC (History)
0 users

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


Attachments
The failing emerge (config.log,98.39 KB, text/plain)
2009-10-31 17:33 UTC, Niels van Aert
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Niels van Aert 2009-10-31 17:33:07 UTC
After enabling the glitz USE flag, gtk+ failed to compile for me. After I recompiled cairo and pango without the glitz USE flag. gtk+ compiled fine

Reproducible: Always

Steps to Reproduce:
1. Enable the glitz USE flag.
2. Recompile pango and cairo.
3. Try to compile GTK+
Actual Results:  
The compilation of GTK Fails


I also tried using the upstream ~arch versions of gtk+, pango and cairo, but the same problem occured.
Comment 1 Niels van Aert 2009-10-31 17:33:37 UTC
Created attachment 208878 [details]
The failing emerge

The failing emerge
Comment 2 Rafał Mużyło 2009-10-31 20:07:02 UTC
The error is:
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../../x86_64-pc-linux-gnu/bin/ld: warning: libGL.so.1, needed by /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../../lib64/libpangocairo-1.0.so, not found (try using -rpath or -rpath-link)

'eselect opengl' problem ?
Or perhaps you've chose wrong order ?
Does revdep-rebuild help ?
Comment 3 Niels van Aert 2009-10-31 22:53:38 UTC
Tried using both eselect opengl set xorg-x11 and eselect opengl set nvidia and it doesn't fix the problem. Running revdep-rebuild doesn't fix the problem either. It tells me all dynamic libraries are consistent.

Tried compiling it in various orders and using various versions. Doesn't help either.
Comment 4 Rafał Mużyło 2009-11-01 01:17:26 UTC
Which version(s) of gcc you've got installed ?
Comment 5 Niels van Aert 2009-11-01 09:40:21 UTC
I'm using gcc-4.3.4
Comment 6 Rafał Mużyło 2009-11-03 00:31:25 UTC
Did you try to rebuild glitz ?
Error is:
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../../x86_64-pc-linux-gnu/bin/ld: warning: libGL.so.1, needed by /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../../lib64/libpangocairo-1.0.so, not found (try using -rpath or -rpath-link)
followed by undefined references of libGL functions in
/usr/lib/libglitz-glx.so.1.
What does ldd print for that lib ?
Comment 7 Rémi Cardona (RETIRED) gentoo-dev 2009-11-04 21:07:57 UTC
Please provide the build.log.

Thanks
Comment 8 Rémi Cardona (RETIRED) gentoo-dev 2009-11-04 21:08:30 UTC
Closing until build.log is attache.