Subject: pkg problems on a Sparcstation LX
To: None <current-users@netbsd.org>
From: Jon Buller <jonb@metronet.com>
List: current-users
Date: 06/02/1999 23:49:36
I'm trying to install GIMP on NetBSD-1.4/sparc... The following happens:
install -c -o root -g wheel -m 444 ./gtkrc.forest2 /usr/X11R6/share/gimp/gtkrc.forest2
/bin/sh ./mkinstalldirs /usr/X11R6/share/aclocal
install -c -o root -g wheel -m 444 ./gimp.m4 /usr/X11R6/share/aclocal/gimp.m4
gmake[2]: Leaving directory `/mnt/pkgsrc/graphics/gimp/work/gimp-1.0.4'
gmake[1]: Leaving directory `/mnt/pkgsrc/graphics/gimp/work/gimp-1.0.4'
../app/gimp --no-interface --batch '(gimp-procedural-db-dump "pdb_dump.tmp")' '(gimp-quit 0)'
Gtk-WARNING **: cannot open display:
gmake: *** [pdb_dump] Error 1
*** Error code 2
Also, after building and installing mozilla just fine, the app
seg-faults shortly after startup. ktrace available on request.
One note about the build, if you don't have /usr/pkg/bin in your
path, it can't find gmake, even if it is properly installed and
working.
Finally, Mosaic (fallback when mozilla dumped core) wants it's proxy
config file in /usr/local/lib/mosaic/proxy, shouldn't that be /usr/pkg/...?
Comments, suggestions? (I'm willing to poke around and dig, but
if someone knows what's going on, and has the 2 minute fix, I don't
want to waste a lot of my time on it...) Please CC: me on any
replies, as I'm not on current users any more due to the volume of
all the other lists I'm on 8-(
Jon