[20239] in Athena Bugs
sawfish-capplet fails on IRIX
daemon@ATHENA.MIT.EDU (Robert A Basch)
Fri Mar 15 19:51:24 2002
Message-Id: <200203160051.TAA29516@anhedonia.mit.edu>
To: bugs@MIT.EDU
Date: Fri, 15 Mar 2002 19:51:22 -0500
From: Robert A Basch <rbasch@MIT.EDU>
On IRIX, sawfish-capplet is failing to start due to a run-time link
problem; the following error is syslogged:
Mar 15 18:51:22 5B:aupair rld[279306]: 279306:sawfish-capplet: rld: Fatal Error: attempted access to unresolvable symbol in /usr/athena/lib/libgnorba.so.28: gettext
We hacked a workaround into the build for this problem back when we
were testing 9.0 (see [8047] in source-reviewers), and I cannot
reproduce the problem after building the program from the 9.0 source
tree, so perhaps we just need to rebuild it for the IRIX 9.0 srvd.
Note that gettext is present in my newly built binary, but not in
/usr/athena/bin/sawfish-capplet:
aupair> nm ./sawfish-capplet |grep gettext
[274] | 268917248| 80|FUNC |GLOB |DEFAULT |MIPS_TEXT|dcgettext
[275] | 268917328| 72|FUNC |GLOB |DEFAULT |MIPS_TEXT|dgettext
[276] | 268917408| 64|FUNC |GLOB |DEFAULT |MIPS_TEXT|gettext
[800] | 268917824| 1648|FUNC |GLOB |DEFAULT |MIPS_TEXT|dcgettext__
[804] | 268927600| 68|FUNC |GLOB |DEFAULT |MIPS_TEXT|gettext__
[805] | 268927680| 76|FUNC |GLOB |DEFAULT |MIPS_TEXT|dgettext__
aupair> nm /usr/athena/bin/sawfish-capplet | grep gettext
aupair> ls -Ll /usr/athena/bin/sawfish-capplet
-rwxr-xr-x 1 root sys 1311364 Jul 25 2001 /usr/athena/bin/sawfish-capplet
Bob