Subject: Re: COMPAT_FREEBSD / FreeBSD GIMP binary problem
To: None <port-i386@NetBSD.ORG>
From: Guenther Grau <s_grau@ira.uka.de>
List: port-i386
Date: 09/07/1996 23:22:56
Hi,

> 622 {fox@ferratti} [/scratch/pkgs/FreeBSD/gimp-0.54-2.1/gimp] ./gimp
> ./gimp fatal error: could not allocate 1874840296 bytes
> 
>   I don't have that much memory :)
>   Here's the output from the FreeBSD ldd:
> 
> 623 {fox@ferratti} [/scratch/pkgs/FreeBSD/gimp-0.54-2.1/gimp] ldd-freebsd ./gimp 
> ./gimp:
>         -lXt.6 => /usr/X11R6/lib/libXt.so.6.0 (0x10165000)
>         -lSM.6 => /usr/X11R6/lib/libSM.so.6.0 (0x101b3000)
>         -lICE.6 => /usr/X11R6/lib/libICE.so.6.0 (0x101bb000)
>         -lXext.6 => /usr/X11R6/lib/libXext.so.6.0 (0x101cd000)
>         -lX11.6 => /usr/X11R6/lib/libX11.so.6.0 (0x101d5000)
>         -lm.2 => /usr/lib/libm.so.2.0 (0x10250000)
>         -lc.2 => /usr/lib/libc.so.2.2 (0x10268000)

Hmm, have you set up the emul directory properly? Do other FreeBSD programs,
esp. X programs work? Maybe you didn't set up the /emul/FreeBSD directory
properly or maybe you didn't chroot /emul/FreeBSD before you started gimp.
I think there should be a manpage out there that describes how to setup the
emulation for FreeBSD (and Linux). I don't know if it's in NetBSD-1.2Beta, or if
it is still locked in the unreleased NetBSD-1.3Alpha (aka NetBSD-current after
the NetBSD-1.2 release has finally been made) tree.

  Guenther