MantisBT - VTK
View Issue Details
0011314VTK(No Category)public2010-10-14 14:592013-04-05 19:59
Kevin H. Hobbs 
David Partyka 
normalminoralways
closedfixed 
 
 
0011314: RenderingCxxTests and TestFBOImplementation fail to build with OSMesa
When the graphics library is OSMesa RenderingCxxTests and TestFBOImplementation fail to build. VTK/Rendering/Testing/Cxx/CMakeLists.txt adds ${OPENGL_gl_LIBRARY} to the TARGET_LINK_LIBRARIES but OSMesa builds need ${OSMESA_LIBRARY}
No tags attached.
patch tests_link_osmesa.patch (1,247) 2010-10-18 10:00
https://www.vtk.org/Bug/file/8456/tests_link_osmesa.patch
Issue History
2010-10-14 14:59Kevin H. HobbsNew Issue
2010-10-14 21:58David PartykaStatusbacklog => tabled
2010-10-14 21:58David PartykaAssigned To => David Partyka
2010-10-18 10:00Kevin H. HobbsFile Added: tests_link_osmesa.patch
2010-10-18 10:01Kevin H. HobbsNote Added: 0022521
2010-11-02 06:22Kevin H. HobbsNote Added: 0022769
2010-11-17 09:35David PartykaNote Added: 0023330
2010-11-17 09:35David PartykaStatustabled => @80@
2010-11-17 09:35David PartykaResolutionopen => fixed
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2013-04-05 19:59Berk GeveciStatuscustomer review => closed

Notes
(0022521)
Kevin H. Hobbs   
2010-10-18 10:01   
The file tests_link_osmesa.patch allows allows the tests to build on my OSMesa builds and does not interfere with my Xlib builds.
(0022769)
Kevin H. Hobbs   
2010-11-02 06:22   
I think these two links about a change in the way the linker works explain what's going wrong in Fedora 13:

http://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking [^]
http://fedoraproject.org/wiki/UnderstandingDSOLinkChange [^]
(0023330)
David Partyka   
2010-11-17 09:35   
This should be fixed as of this morning with the commits I made to also get vtk to build with osmesa on mac osx.