pkgsrc-Bugs archive

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

pkg/53486: net/libasr man vs cat page paths



>Number:         53486
>Category:       pkg
>Synopsis:       net/libasr man vs cat page paths
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Jul 30 23:10:00 +0000 2018
>Originator:     Dennis Lindroos
>Release:        pkgsrc-2018Q2
>Organization:
SL^C
>Environment:
NetBSD 8.0 (GENERIC) #0: Tue Jul 17 14:59:51 UTC 2018  mkrepro%mkrepro.NetBSD.org@localhost:/usr/src/sys/arch/amd64/compile/GENERIC amd64

>Description:
Hey guys,

Package net/libasr "make package" fails the file check because the manual page asr_run.3 is not in the right place, the "man" subfolder rather than "cat".

...
=> Generating post-install file lists
pkg_create: can't stat `/obj/pkgsrc/net/libasr/work/.destdir/usr/pkg/man/man3/asr_run.3'
=> Checking file-check results for libasr-1.0.2
ERROR: ************************************************************
ERROR: The following files are in the PLIST but not in /obj/pkgsrc/net/libasr/work/.destdir/usr/pkg:
ERROR:         /obj/pkgsrc/net/libasr/work/.destdir/usr/pkg/man/man3/asr_run.3
ERROR: ************************************************************
ERROR: The following files are in /obj/pkgsrc/net/libasr/work/.destdir/usr/pkg but not in the PLIST:
ERROR:         /obj/pkgsrc/net/libasr/work/.destdir/usr/pkg/man/cat3/asr_run.3
*** Error code 1

It looks like a pretty old package but it is used by OpenBSD's smtpd (the mail/opensmtpd package).

TIA,
Dennis

>How-To-Repeat:

>Fix:
It worked for me by adding CONFIGURE_ARGS+= --with-mantype=man 


Home | Main Index | Thread Index | Old Index