[7276] in testers

home help back first fref pref prev next nref lref last post

Re: gimp still broken

daemon@ATHENA.MIT.EDU (John Hawkinson)
Mon Jul 18 12:00:22 2005

Date: Mon, 18 Jul 2005 11:59:38 -0400
From: John Hawkinson <jhawk@MIT.EDU>
To: Laura Baldwin <boojum@MIT.EDU>, bugs@MIT.EDU
Cc: graphics@MIT.EDU, testers@MIT.EDU
Message-ID: <20050718155938.GZ5158@multics.mit.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <200507122009.j6CK99sv003112@geskekelud.mit.edu>

Laura Baldwin <boojum@MIT.EDU> wrote on Tue, 12 Jul 2005
at 16:09:08 -0400 in <200507122009.j6CK99sv003112@geskekelud.mit.edu>:


> Trying to run "gimp" under 9.4 gives:
> 
> ld.so.1: gimp: fatal: libintl.so.3: open failed: No such file or directory
> Killed
> 
> Is this a library that could be installed in the release?

I'm still confused about why it's ok for the 9.4 release to break
9.3 binaries. Could someone address that?

As a stopgap, mostly in order to prevent Laura from learning how to
build the gimp (!), I've set LD_LIBRARY_PATH for the gimp for 9.4.

--jhawk

[prowler!jhawk] /afs/sipb.mit.edu/project/gimp-1.2/arch/sun4x_510/bin> ls -l
total 14
lrwxr-xr-x   1 jhawk    mit           27 Jul 18 11:56 escputil -> ../../sun4x_57/bin/escputil
-rwxr-xr-x   1 jhawk    mit          189 Jul 18 11:57 gimp
lrwxr-xr-x   1 jhawk    mit           30 Jul 18 11:56 gimp-config -> ../../sun4x_57/bin/gimp-config
lrwxr-xr-x   1 jhawk    mit           30 Jul 18 11:56 gimp-remote -> ../../sun4x_57/bin/gimp-remote
lrwxr-xr-x   1 jhawk    mit           23 Jul 18 11:56 gimp.old -> ../../sun4x_57/bin/gimp
lrwxr-xr-x   1 jhawk    mit           28 Jul 18 11:56 gimp.real -> ../../sun4x_57/bin/gimp.real
lrwxr-xr-x   1 jhawk    mit           27 Jul 18 11:56 gimptool -> ../../sun4x_57/bin/gimptool
[prowler!jhawk] /afs/sipb.mit.edu/project/gimp-1.2/arch/sun4x_510/bin> cat gimp
#!/bin/sh

ulimit -n 200

# Kludge for 9.4
LD_LIBRARY_PATH=/afs/athena/system/sun4x_59/srvd/usr/athena/lib
export LD_LIBRARY_PATH
exec /bin/athena/attachandrun gimp-1.2 gimp.real gimp "$@"
[prowler!jhawk] /afs/sipb.mit.edu/project/gimp-1.2/arch/sun4x_510/bin> diff -u gimp.old gimp
--- gimp.old    Thu May  3 22:03:51 2001
+++ gimp        Mon Jul 18 11:57:11 2005
@@ -2,4 +2,7 @@
 
 ulimit -n 200
 
+# Kludge for 9.4
+LD_LIBRARY_PATH=/afs/athena/system/sun4x_59/srvd/usr/athena/lib
+export LD_LIBRARY_PATH
 exec /bin/athena/attachandrun gimp-1.2 gimp.real gimp "$@"

home help back first fref pref prev next nref lref last post