pkgsrc-Bugs archive

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

pkg/58614: mail/opendmarc fails to build with pkg-config not found



>Number:         58614
>Category:       pkg
>Synopsis:       mail/opendmarc fails to build with pkg-config not found
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Aug 17 19:50:00 +0000 2024
>Originator:     Greg Oster
>Release:        NetBSD 10.0_STABLE
>Organization:
	
>Environment:
System: NetBSD pepe 10.0_STABLE NetBSD 10.0_STABLE (GENERIC) #0: Sat Jul 20 12:54:28 CST 2024 oster@gonzo:/u1/builds/build416/src/obj/amd64/u1/builds/build416/src/sys/arch/amd64/compile/GENERIC amd64
Architecture: x86_64
Machine: amd64
>Description:
mail/opendmarc fails to build with pkg-config not found:

...
checking whether to build static libraries... yes
checking pkg-config is at least version 0.9.0... no
configure: error: pkg-config not found
*** Error code 1

Stop.
make[1]: stopped in /usr/pkgsrc/mail/opendmarc
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/mail/opendmarc

Same behaviour on -current.  'which pkg-config' returns /usr/pkg/bin/pkg-config, 
and the version of that is 2.3.0.

./tools/bin/pkg-config is also there,  The .work.log indicates it's trying to run:

/usr/pkgsrc/mail/opendmarc/work.pepe/.tools/bin/pkg-config --atleast-pkgconfig-version 0.9.0
set args --atleast-pkgconfig-version 0.9.0; shift; PKG_CONFIG_LIBDIR=/usr/pkgsrc/mail/opendmarc/work.pepe/.buildlink/lib/pkgconfig:/usr/pkgsrc/mail/opendmarc/work.pepe/.buildlink/share/pkgconfig false  "$@"

and that has a return code of '1'.

Happy to provide additional debugging info if that would be useful.

>How-To-Repeat:
   cd /usr/pkgsrc/mail/opendmarc
   make install
>Fix:
   Please. Thanks.



Home | Main Index | Thread Index | Old Index