Subject: pkg/33902: x11/xsnow Solaris patch-aa man
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Gilles Dauphin <dauphin@enst.fr>
List: pkgsrc-bugs
Date: 07/03/2006 11:45:01
>Number:         33902
>Category:       pkg
>Synopsis:       x11/xsnow Solaris patch-aa man
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Jul 03 11:45:00 +0000 2006
>Originator:     Gilles Dauphin
>Release:        SunOS 5.10 i86pc
>Organization:
ENST 
>Environment:


System: SunOS bi.enst.fr 5.10 Generic_Patch_118844-30 i86pc


>Description:


=> Automatic manual page handling
=> Generating post-install file lists
pkg_create: can't stat `/usr/pkg/share/man/man6/xsnow.6'
=> Registering installation for xsnow-1.42nb2
pkg_admin: xsnow-1.42nb2: File `/usr/pkg/share/man/man6/xsnow.6' is in +CONTENTS but not on filesystem!
xsnow-1.42nb2 requires installed package xpm-3.4knb6
=> Checking for missing run-time search paths in xsnow-1.42nb2
=> Checking for work-directory references in xsnow-1.42nb2
=> Checking file-check results for xsnow-1.42nb2
ERROR: ************************************************************
ERROR: The following files are in the PLIST but not in /usr/pkg:
ERROR:         /usr/pkg/share/man/man6/xsnow.6
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/x11/xsnow
*** Error code 1



>How-To-Repeat:


bmake install


>Fix:


Set MANDIR to man6 for solaris



--- Imakefile   2001/10/25 17:32:32     1.1
+++ Imakefile   2001/10/25 17:33:19
@@ -3,5 +3,7 @@
 DEPLIBS = $(DEPXLIB)
 SRCS = xsnow.c toon_root.c xsnow.h vroot.h
 OBJS = xsnow.o toon_root.o
+MANSUFFIX = 6
+MANDIR = $(MANSOURCEPATH)6
 
 ComplexProgramTarget(xsnow)