[vtkusers] VTK OsMesa with Java error

Kevin H. Hobbs hobbsk at ohiou.edu
Fri Jul 2 06:50:50 EDT 2010


On 07/01/2010 05:39 PM, Tomas Katkevicius wrote:
> java: main/renderbuffer.c:1924: _mesa_add_renderbuffer: Assertion
> `bufferName == BUFFER_DEPTH || bufferName == BUFFER_STENCIL ||
> fb->Attachment[bufferName].Renderbuffer == ((void *)0)' failed.
> Aborted
>

All of the dashboard builds that use the development mesa show a very
similar error as well. Any hints you have are certainly welcome.

> I also tried older version of mesa 7.8.1, but then i am getting error:
>
> Exception in thread "main" java.lang.UnsatisfiedLinkError:
> /export/software/VTK_TEMP/lib/vtk-5.6/libvtkRenderingJava.so.5.6.0:
> /export/software/Mesa-7.8.1/lib/libOSMesa.so.7: undefined symbol:
> _tnl_run_pipeline

Mesa before 7.8.2 linked libOSMesa.so against libGL.so but used a
compiler flag that automatically hides most symbols.

Mesa after 7.8.2 links libOSMesa.so to Mesa's internal static libraries
( the smae ones used to make libGL.so ) which douplicates those bits of
code but makes libOSMesa.so usable.

 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 261 bytes
Desc: OpenPGP digital signature
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20100702/e67dd495/attachment.pgp>


More information about the vtkusers mailing list