Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Dec 2020 09:02:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 248007] sysutils/nss_ndb fails to install , pkg-static: Unable to access file /usr/ports/sysutils/nss_ndb/work/stage/usr/local/etc/nss_ndb.conf:No such file or directory
Message-ID:  <bug-248007-7788-LWCKMQLuZN@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-248007-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-248007-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248007

--- Comment #5 from Ulas SAYGIN <ulassayginim@gmail.com> ---
I applied the patch now.
but i couldnt install it. it seems port is patched.

What is changed?

[root@vm /usr/ports/sysutils/nss_ndb]# make install
=3D=3D=3D>  Installing for nss_ndb-1.0.23_1
=3D=3D=3D>  Checking if nss_ndb is already installed
=3D=3D=3D>   Registering installation for nss_ndb-1.0.23_1
pkg-static: Unable to access file
/usr/ports/sysutils/nss_ndb/work/stage/usr/local/etc/nss_ndb.conf:No such f=
ile
or directory
*** Error code 74

Stop.
make[1]: stopped in /usr/ports/sysutils/nss_ndb
*** Error code 1

Stop.
make: stopped in /usr/ports/sysutils/nss_ndb


MakeFile

# $FreeBSD: head/sysutils/nss_ndb/Makefile 556922 2020-12-03 20:41:49Z rene=
 $

PORTNAME=3D               nss_ndb
DISTVERSIONPREFIX=3D      v
DISTVERSION=3D            1.0.23
PORTREVISION=3D           1
CATEGORIES=3D             sysutils security

MAINTAINER=3D             pen@lysator.liu.se
COMMENT=3D                BerkeleyDB-based nsswitch backend for passwd & gr=
oups

LICENSE=3D                BSD3CLAUSE
LICENSE_FILE=3D           ${WRKSRC}/LICENSE

OPTIONS_DEFINE=3D         CFG VAR REALM WRKGRP

CFG_DESC=3D               Enable configuration file
CFG_CONFIGURE_ON=3D       --with-config-file
CFG_PLIST_FILES+=3D       "@sample etc/nss_ndb.conf.sample"

VAR_DESC=3D               Enable configuration variable
VAR_CONFIGURE_ON=3D       --with-config-var

REALM_DESC=3D             Enable realm stripping
REALM_CONFIGURE_ON=3D     --with-realm

WRKGRP_DESC=3D            Enable workgroup stripping
WRKGRP_CONFIGURE_ON=3D    --with-workgroup

OPTIONS_SINGLE=3D         BDB
OPTIONS_SINGLE_BDB=3D     DB0 DB5 DB4
OPTIONS_DEFAULT=3D        DB0

DB0_DESC=3D               Use old libc version of Berkeley DB
DB0_CONFIGURE_ON=3D       --without-db

DB5_DESC=3D               Build with Berkeley DB v5 library
DB5_USES+=3D              localbase
DB5_USE_LDCONFIG+=3D      yes
DB5_LIB_DEPENDS=3D        libdb-5.so:databases/db5
DB5_CONFIGURE_ON=3D       --with-db=3D5

DB4_DESC=3D               Build with Berkeley DB v4.8 library
DB4_USES+=3D              localbase
DB4_USE_LDCONFIG+=3D      yes
DB4_LIB_DEPENDS=3D        libdb-4.8.so:databases/db48
DB4_CONFIGURE_ON=3D       --with-db=3D4

USES=3D                   compiler:c11
USE_GITHUB=3D             yes
GH_ACCOUNT=3D             ptrrkssn

GNU_CONFIGURE=3D          yes

PLIST_FILES=3D            lib/nss_ndb.so.1 \
                        lib/nss_ndb.so.1.0.23 \
                        sbin/makendb sbin/nsstest \
                        man/man5/nss_ndb.conf.5.gz \
                        man/man8/makendb.8.gz \
                        man/man8/nsstest.8.gz \
                        man/man8/nss_ndb.8.gz \
                        share/examples/nss_ndb/ndbsync \
                        share/examples/nss_ndb/nss_ndb.conf \

do-install-CFG-on:
        ${INSTALL_DATA} ${WRKSRC}/nss_ndb.conf
${STAGEDIR}${PREFIX}/etc/nss_ndb.conf.sample

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-248007-7788-LWCKMQLuZN>