Bug 246753 - security/gnutls: make fails in 3.6.13
Summary: security/gnutls: make fails in 3.6.13
Status: Closed Not A Bug
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Tijl Coosemans
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-26 14:10 UTC by theis
Modified: 2020-05-26 15:45 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (tijl)


Attachments
output of make (11.85 KB, text/plain)
2020-05-26 14:10 UTC, theis
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description theis 2020-05-26 14:10:45 UTC
Created attachment 214879 [details]
output of make

Default options are set, that includes P11KIT.
make fails with
./../pkcs11_int.h:27:10: fatal error: 'p11-kit/pkcs11.h' file not found
#include <p11-kit/pkcs11.h>

There is a file gnutls/pkcs11.h though, as if 

Output of make is attached.
Comment 1 Tijl Coosemans freebsd_committer freebsd_triage 2020-05-26 15:11:18 UTC
Try reinstalling p11-kit.  That p11-kit/pkcs11.h file should exist in /usr/local/include/p11-kit-1.
Comment 2 theis 2020-05-26 15:29:32 UTC
Thanks, that helped!