pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/58614: mail/opendmarc fails to build with pkg-config not found
The following reply was made to PR pkg/58614; it has been noted by GNATS.
From: Thomas Klausner <wiz%NetBSD.org@localhost>
To: NetBSD bugtracking <gnats-bugs%NetBSD.org@localhost>
Cc:
Subject: Re: pkg/58614: mail/opendmarc fails to build with pkg-config not
found
Date: Sun, 18 Aug 2024 06:46:34 +0200
On Sat, Aug 17, 2024 at 11:50:02PM +0000, gnats-admin%netbsd.org@localhost wrote:
> I had tried a sandbox with no packages installed, and just installing
> opendmarc ("cd /usr/pkgsrc/mail/opendmarc && make install") on a test
> box, but that didn't work for me...
Probably you didn't have binary packages for all dependencies of
opendmarc yet, and building one of those did pull in pkgconf.
In that case, 'pkg_delete -r \*' (in the sandbox!) until nothing's
left and
make clean
make DEPENDS_TARGET=bin-install install-depends
will install just the listed requirements for the package.
> "pkg_delete pkgconf" does work as a work-around.
Great!
Thomas
Home |
Main Index |
Thread Index |
Old Index