Subject: Re: Problem with pkg_add adding GIMP, xpm
To: None <hubert.feyrer@rz.uni-regensburg.de, netbsd-help@netbsd.org>
From: Brad Colbert <bcolbert@clark.net>
List: netbsd-help
Date: 10/11/1998 19:10:44
I found out what the problem was.  My X11R6 directory was a
   symbolic link to another location.  For some reason pkg_add
   doesn't like that.  Strange.  I fixed it all by mounting
   the directory as a union.

   However, I am still unable to unstall Gimp since it is
   looking for the gtk+1.0.4 and all I am able to find is
   the gtk+1.1.2 package.  Any ideas?

   Thanks,

   Brad


Hubert Feyrer wrote:
> 
> Try to install the pkgtools/pkg_install pkg, there should be some fixes
> in there.
> 
>  - Hubert
> 
> In article <361D6CD9.F9F18F15@clark.net> you wrote:
> > Hey folks,
> >
> >    I'm trying to install GIMP using pkg_add on a 1.3.2 i386 machine.
> >    It seams to just die without any warning.  The same thing appears
> >    to happen to the xpm install.  The following is the verbose
> >    printout:
> >
> >    P.S.
> >       I have applied no patches to the system at all.  It's an
> >       original 1.3.2 distribution.
> >
> > camelot# pkg_add -vf gimp-1.0.0.tgz
> > Requested space: 30534480 bytes, free space: 42382336 bytes in /var/tmp/instmp.0
> > 0674a
> > Package `gimp-1.0.0' depends on `gtexinfo-3.12'.
> >  - already installed.
> > Package `gimp-1.0.0' depends on `gtk+-1.0.4'.
> > Package `gimp-1.0.0' depends on `jpeg-6b'.
> >  - already installed.
> > Package `gimp-1.0.0' depends on `mpeg-1.2.1'.
> >  - already installed.
> > Package `gimp-1.0.0' depends on `png-1.0.2'.
> >  - already installed.
> > Package `gimp-1.0.0' depends on `tiff-3.4'.
> >  - already installed.
> > Package `gimp-1.0.0' depends on `xpm-3.4k'.
> > Loading it from /mnt/disk2a/data/xpm-3.4k.tgz.
> > Requested space: 288108 bytes, free space: 26122240 bytes in
> > /var/tmp/instmp.00696a
> > extract: Package name is xpm-3.4k
> > extract: CWD to /usr/X11R6
> > pkg_add: autoload of dependency `/mnt/disk2a/data/xpm-3.4k.tgz' failed
> > (proceeding anyway)
> > extract: Package name is gimp-1.0.0
> > extract: CWD to /usr/X11R6
> > camelot#
> >
> 
> Hubert Feyrer <hubert.feyrer@rz.uni-regensburg.de>