Summary: | libOSMesa completely broken - undefined references (Mesa 7.8.1) | ||
---|---|---|---|
Product: | Mesa | Reporter: | Stefan Dirsch <sndirsch> |
Component: | Other | Assignee: | mesa-dev |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | mat |
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
URL: | https://bugzilla.novell.com/show_bug.cgi?id=599970 | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Stefan Dirsch
2010-04-27 03:43:47 UTC
Looks like these symbols are not added to libGL, although they are part of the static libs (e.g. _mesa_create_visual is defined in libmesa.a, i.e. src/mesa/main/context.o). Mesa-7.8.1/src/mesa/drivers/x11> make /bin/sh ../../../../bin/mklib -o GL -linker 'gcc' -ldflags '' \ -major 1 -minor 5 -patch 070801 \ -install ../../../../lib64 \ -id /usr/lib64/libGL.1.dylib \ -lX11 -lXext -lm -lpthread fakeglx.o glxapi.o xfonts.o xm_api.o xm_buffer.o xm_dd.o xm_glide.o xm_image.o xm_line.o xm_span.o xm_tri.o ../../../../src/mesa/libmesa.a ../../../../src/mesa/libglapi.a mklib: Making Linux shared library: libGL.so.1.5.070801 mklib: Installing libGL.so.1.5.070801 libGL.so.1 libGL.so in ../../../../lib64 Duplicate of Bug #28305? Need to verify that ... (In reply to comment #2) > Duplicate of Bug #28305? Need to verify that ... Yes, please try again with 7.8.2. We now always link OSMesa directly against the internal static libs instead of GL. This prevents symbol resolution issues since we build with -fvisibility=hidden by default on gcc. I'm going to close this assuming it's fixed, but please reopen if not. Thanks. Looks like this fixes the build of tlprender in tulip. |
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.