Subject: graphics/gimp-base dependent on x11/xpm?
To: None <tech-pkg@netbsd.org>
From: Jon Buller <jon@bullers.net>
List: tech-pkg
Date: 12/22/2002 23:23:00
Is there a missing dependency in graphics/gimp-base on x11/xpm?

The reason I ask is that I just got this while building GIMP:

     test /usr/pkg = /usr/pkg ||                              /bin/ln -fs /usr/pkg/share/aclocal/gimp.m4              /usr/pkg/share/aclocal/gimp.m4
     ===> [Automatic ELF shared object handling]
     ls: /usr/pkg/lib/gimp/1.2/plug-ins/xpm: No such file or directory
     ===> Registering installation for gimp-base-1.2.3nb2
     pkg_create: can't stat `/usr/pkg/lib/gimp/1.2/plug-ins/xpm'
     gimp-base-1.2.3nb2 requires installed package glib-1.2.10nb3
     gimp-base-1.2.3nb2 requires installed package gtk+-1.2.10nb3
     gimp-base-1.2.3nb2 requires installed package jpeg-6b
     gimp-base-1.2.3nb2 requires installed package mpeg-1.3.1
     gimp-base-1.2.3nb2 requires installed package png-1.2.4
     gimp-base-1.2.3nb2 requires installed package pth-1.4.1nb5
     gimp-base-1.2.3nb2 requires installed package tiff-3.5.7
     ===> Packaging gimp-base-1.2.3nb2
     ===> Becoming root@ra.bullers.net to package gimp-base-1.2.3nb2.
     /usr/bin/su Password:
     ===> Building binary package for gimp-base-1.2.3nb2
     Creating package /usr/pkgsrc/packages/All/gimp-base-1.2.3nb2.tgz
     Using SrcDir value of /usr/pkg
     Registering depends: glib>=1.2.8 gtk+>=1.2.8 jpeg-6b mpeg>=1.3.1 png>=1.2.4 pth>=1.4.1nb5 tiff>=3.5.4.
     Registering conflicts: gimp<=1.2.3.
     pkg_create: can't stat `/usr/pkg/lib/gimp/1.2/plug-ins/xpm'
     Creating gzip'd tar ball in '/usr/pkgsrc/packages/All/gimp-base-1.2.3nb2.tgz'
     tar: Unable to access lib/gimp/1.2/plug-ins/xpm <No such file or directory>
     tar: WARNING! These file names were not selected:
     lib/gimp/1.2/plug-ins/xpm
     pkg_create: tar command failed with code 256
     *** Error code 1
     
     Stop.
     make: stopped in /usr/pkgsrc/graphics/gimp-base
     *** Error code 1
     
     Stop.
     make: stopped in /usr/pkgsrc/graphics/gimp-base
     *** Error code 1
     
I build xpm, and am going to clear out the gimp-base work directory,
and retry building that.  Any other guesses?

Jon