=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Installing for R-git2r-0.35.0 => Generating pre-install file lists => Creating installation directories * installing *source* package 'git2r' ... ** package 'git2r' successfully unpacked and MD5 sums checked ** using staged installation Warning in system2(file.path(R.home("bin"), "R"), c("CMD", "config", x), : running command ''/usr/pkg/lib/R/bin/R' CMD config FCFLAGS' had status 1 checking build system type... i386-unknown-netbsdelf9.0 checking host system type... i386-unknown-netbsdelf9.0 checking pkg-config is at least version 0.9.0... no checking whether the libgit2 version will work in git2r... no ----------------------------------------------------------------------- Configuration failed to find libgit2 library. Try installing: * brew: libgit2 (MacOS) * deb: libgit2-dev (Debian, Ubuntu, etc) * rpm: libgit2-devel (Fedora, CentOS, RHEL) and try again. If the libgit2 library is installed on your system but the git2r configuration is unable to find it, you can specify the include and lib path to libgit2 with: given you downloaded a tar-gz archive: R CMD INSTALL git2r-.tar.gz --configure-vars='INCLUDE_DIR=/path/to/include LIB_DIR=/path/to/lib' or cloned the GitHub git2r repository into a directory: R CMD INSTALL git2r/ --configure-vars='INCLUDE_DIR=/path/to/include LIB_DIR=/path/to/lib' or download and install git2r in R using install.packages('git2r', type='source', configure.vars='LIB_DIR=-L/path/to/libs INCLUDE_DIR=-I/path/to/headers') ----------------------------------------------------------------------- configure: error: in '/pbulk/work/devel/R-git2r/work/git2r': configure: error: package dependency requirement 'libgit2 >= 1.0' could not be satisfied. See 'config.log' for more details ERROR: configuration failed for package 'git2r' * removing '/pbulk/work/devel/R-git2r/work/.destdir/usr/pkg/lib/R/library/git2r' *** Error code 1 Stop. make[1]: stopped in /usr/pkgsrc/devel/R-git2r *** Error code 1 Stop. make: stopped in /usr/pkgsrc/devel/R-git2r