Hola~
I'm also trying to get Maya 6.0 to work. I used alien to conver the rpms, and then installed them. I also installed the openmotif rpm that ships with Maya 6.0.
Maya's spash screen starts, but Maya cores before the main window appears with:
Maya ®, Version 6.0, 2004 04 12 12 41
Copyright 1997-2004 Alias Systems, a division of Silicon Graphics Limited.
All rights reserved.
Graph Layout Toolkit
Copyright 1992-1997 Tom Sawyer Software, Berkeley, California
All rights reserved.
Mozilla Open Source Project
Copyright © 1998-2004 by Contributors to the Mozilla codebase under the Mozilla Public License.
Source code may be found at www.mozilla.org/source.html
The Mozilla Public License may be found at www.mozilla.org/MPL/
All Rights Reserved.
maya encountered a fatal error
Signal: 6 (Unknown Signal)
Stack trace:
/lib/libpthread.so.0 [0x45496825]
/lib/libc.so.6 [0x4537b658]
raise
gsignal
abort
/usr/aw/maya6.0/lib/libExtensionLayer.so [0x4215d2cd]
XtAppError
/usr/aw/maya6.0/lib/lib3dGraphics.so [0x42b2ee59]
/usr/aw/maya6.0/lib/lib3dGraphics.so [0x42b2e337]
/usr/X11R6/lib/libXt.so.6 [0x45154a3a]
/usr/X11R6/lib/libXt.so.6 [0x45154fe7]
_XtCreateWidget
XtCreateWidget
_ZN7T3dPort18constructOSControlEP10_WidgetRecPKc
_ZN8Tcontrol16constructControlEPKc
_ZN7T3dPort13constructPortEPKc
_ZN7T3dPortC2ER14TcontrolLayoutPKc
_ZN9TtimePortC2ER14TcontrolLayoutPKcbb
_ZN12TtimeControlC1ER14TcontrolLayoutPKc7Tstringb
_ZN15TtimeControlCmd11makeControlEv
_ZN18TiceControlBaseCmd7makeObjEv
_ZN11TiceBaseCmd8doCreateEv
_ZN11TiceBaseCmd9doCommandER8TargList
_Z20Mel_Command_DispatchP7SphNode
f_assign
node_exec
node_exec
sophia_call_executable
_ZN16SophiaExecutable8evaluateEPv
_ZN14TcommandEngine14executeCommandEP16SophiaExecutablePv
so.6(_XtCreateWidget+0xdf) [0x4515542f]Attempting to save in
/usr/tmp/mobrien.20040525.0942.ma
Writing crash report in /usr/tmp/mobrien.20040525.0942.crash
which makes me think it's a problem with Xt. If I look at the version of Xt that I have installed:
% dpkg --search /usr/X11R6/lib/libXt.so.6
libxt6: /usr/X11R6/lib/libXt.so.6
% dpkg -l libxt6 | tail -1
ii libxt6 4.3.0.dfsg.1-1 X Toolkit Intrinsics
If I go to a RH system where Maya 6.0 works I get:
% rpm --query --file /usr/X11R6/lib/libXt.so.6.0
XFree86-libs-4.1.0-15
Anyone tried installing or have an older version of libXt installed on a Debian system?
MO