Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 27425

Summary: Maya and (maybe) other binary apps won't run
Product: Gentoo Linux Reporter: Matteo Sasso <matteo.sasso>
Component: [OLD] Core systemAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: 1.4   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Matteo Sasso 2003-08-27 07:54:03 UTC
Maya 4.5 for Linux is built to run on a RedHat 7.2 or later. Gentoo's libstdc++ is not 
100% compatible with RedHat's (not even library-compat's!), and for this reason Maya 
aborts with the following error message: 
 
/usr/aw/maya4.5/bin/maya.bin: relocation error: /usr/aw/maya4.5/lib/libTranslators.so: 
undefined symbol: __dynamic_cast_2 
 
A quick search shows that our libstdc++'s have __dynamic_cast but not 
__dynamic_cast_2. It would be nice to have a higher compatibility and get that symbol 
in the lib just like RedHat's. 
In the mean time I'm trying to see if a quick and dirty workaround (copy the lib from a 
RH installation and load with LD_PRELOAD) solves the problem. Maybe this could 
implemented in a library-compat-rh sort of ebuild. I'll keep you informed.
Comment 1 Matteo Sasso 2003-08-27 07:54:30 UTC
The workaround works fine... 
Comment 2 SpanKY gentoo-dev 2003-08-27 17:20:11 UTC

*** This bug has been marked as a duplicate of 27413 ***