[libgnutls_dev 0005201]: Missing dependency on CSWlibp11kit-dev

Mantis Bug Tracker via bug-notifications bug-notifications at lists.opencsw.org
Sun Sep 28 13:14:21 CEST 2014


A NOTE has been added to this issue. 
====================================================================== 
https://www.opencsw.org/mantis/view.php?id=5201 
====================================================================== 
Reported By:                laurent
Assigned To:                yann
====================================================================== 
Project:                    libgnutls_dev
Issue ID:                   5201
Category:                   packaging
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     feedback
====================================================================== 
Date Submitted:             2014-08-20 10:24 CEST
Last Modified:              2014-09-28 13:14 CEST
====================================================================== 
Summary:                    Missing dependency on CSWlibp11kit-dev
Description: 
Title says it all :-)

when trying to build a package that uses CSWgnutls-dev, configure does not
find it, because:

configure:17306: $PKG_CONFIG --exists --print-errors "gnutls >= 3.1.10 "
configure:17309: $? = 0
configure:17323: result: no
sh: gnome-config: not found
Package p11-kit-1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `p11-kit-1.pc'
to the PKG_CONFIG_PATH environment variable
Package 'p11-kit-1', required by 'GnuTLS', not found

So the dependency should be added.
====================================================================== 

---------------------------------------------------------------------- 
 (0010928) laurent (developer) - 2014-09-28 13:14
 https://www.opencsw.org/mantis/view.php?id=5201#c10928 
---------------------------------------------------------------------- 
I think the test failing is this one:

$ /opt/csw/bin/pkg-config --print-requires-private  --print-errors  gnutls 
    sh: gnome-config: introuvable
Package p11-kit-1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `p11-kit-1.pc'
to the PKG_CONFIG_PATH environment variable
Package 'p11-kit-1', required by 'GnuTLS', not found

Then:
# pkgutil -i  CSWlibp11kit-dev
<...>

$ /opt/csw/bin/pkg-config --print-requires-private  --print-errors  gnutls
p11-kit-1
zlib

Don't ask me if it's a legit test ;-) I only noticed the failure in a
./configure.



More information about the bug-notifications mailing list