ptrrkssn / nss_ndb

FreeBSD NSS module for BerkeleyDB access to passwd & groups databases
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

sysutils/nss_ndb Port fails to install #4

Closed UlasSAYGINIM closed 4 years ago

UlasSAYGINIM commented 4 years ago

Freebsd Version : 12.1-RELEASE-p7 I selected CFG option only.

i am sending screenshoots and for reference i am writing last section of installation messages.

I am wondering to select other DB versions like DB6 , is it tested and performed well?

nss_ndb_port_fail

nss_ndb_port_fail2

nss_ndb_port_fail3

usr/local/share/examples/nss_ndb ====> Compressing man pages (compress-man) ===> Installing for nss_ndb-1.0.23 ===> Checking if nss_ndb is already installed ===> Registering installation for nss_ndb-1.0.23 pkg-static: Unable to access file /usr/ports/sysutils/nss_ndb/work/stage/usr/loc al/etc/nss_ndb.conf:No such file 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

UlasSAYGINIM commented 4 years ago

Second Try,

now I selected only DB6 version and i also configured dependency port DB6 but it gives error again.

nss_ndb_port_fail4

nss_ndb_port_fail5

root@s:/usr/ports/sysutils/nss_ndb # make install clean ===> Installing for nss_ndb-1.0.23 ===> Checking if nss_ndb is already installed ===> Registering installation for nss_ndb-1.0.23 pkg-static: Unable to access file /usr/ports/sysutils/nss_ndb/work/stage/usr/local/etc/nss_ndb.conf:No such file 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

UlasSAYGINIM commented 4 years ago

I selected CFG and VAR and DB6 but gives error.

nss_ndb_port_fail6

root@s:/usr/ports/sysutils/nss_ndb # make install clean ===> Installing for nss_ndb-1.0.23 ===> Checking if nss_ndb is already installed ===> Registering installation for nss_ndb-1.0.23 pkg-static: Unable to access file /usr/ports/sysutils/nss_ndb/work/stage/usr/local/etc/nss_ndb.conf:No such file 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

frenchie commented 4 years ago

This isn't really the right place for this as it's a FreeBSD port bug rather than one specific to this project. I've submitted a patch on your FreeBSD bug that should address your build issue.

ptrrkssn commented 4 years ago

Thanks for the reports and the patch (I wonder how that one could have slipped through my testing). Ah well. The patch seems to fix it so hopefully it'll be merged into the FreeBSD port soon (I've updated the ports/Makefile.port.in file in this repo too now).