pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/38392: x11/xxkb - support for different PKGMANDIR



>Number:         38392
>Category:       pkg
>Synopsis:       x11/xxkb - support for different PKGMANDIR
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Apr 09 13:20:00 +0000 2008
>Originator:     Aleksey Cheusov
>Release:        doesn't matter
>Organization:
home
>Environment:
brbrbr

>Description:
(x11/xxkb - my package)
With PKGMANDIR=share/man building x11/xxkb fails like this

=> Automatic manual page handling
=> Generating post-install file lists
pkg_create: can't stat 
`/tmp/obj-pkgsrc-destdir/x11/xxkb/work/.destdir/usr/pkg/share/man/cat1/xxkb.0'
=> Checking file-check results for xxkb-1.11
ERROR: ************************************************************
ERROR: The following files are in the PLIST but not in /usr/pkg:
ERROR:         
/tmp/obj-pkgsrc-destdir/x11/xxkb/work/.destdir/usr/pkg/share/man/cat1/xxkb.0
ERROR: ************************************************************
ERROR: The following files are in /usr/pkg but not in the PLIST:
ERROR:         
/tmp/obj-pkgsrc-destdir/x11/xxkb/work/.destdir/usr/pkg/man/cat1/xxkb.0
*** Error code 1

http://www.mova.org/~cheusov/pub/pkgsrc-pbulk/NetBSD/current-destdir/log/20080408.2010/x11/xxkb/stage_package.html

>How-To-Repeat:

>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/x11/xxkb/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile    30 Mar 2008 11:25:49 -0000      1.4
+++ Makefile    9 Apr 2008 09:58:06 -0000
@@ -19,6 +19,8 @@
 DOC_DIR=               ${PREFIX}/share/doc/${PKGBASE}
 INSTALLATION_DIRS=     ${DOC_DIR}
 
+MAKE_FLAGS+=           MANPATH=${PREFIX}/${PKGMANDIR}
+
 WRKSRC=                        ${WRKDIR}/xxkb
 
 post-install:



Home | Main Index | Thread Index | Old Index