The SGI GLU code uses 'dprintf', which happens to be a function available in glibc 2.4. The patch below renames dprintf to __mesa_dprintf. Discovered and solved by SpanKY <vapier AT gentoo DOT org >.
Created attachment 4915 [details] [review] mesa-glibc-2.4-compat.patch Patch is against current CVS HEAD, but that code hasn't changed in 2-4 years or so.
(In reply to comment #0) > Discovered and solved by SpanKY <vapier AT gentoo DOT org >. His real name is Mike Frysinger.
Fixed in CVS. Though I used _glu_dprintf() instead of __mesa_printf() since, strictly speaking, this isn't Mesa code.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.