On 11/4/21 13:22, Adam wrote:
Anyone else seeing heimdal fail on NetBSD 9.2? Getting this while running pkg_chk -su: In file included from hxtool.c:34:0: hx_locl.h:66:10: fatal error: ocsp_asn1.h: No such file or directory #include <ocsp_asn1.h> ^~~~~~~~~~~~~ compilation terminated.This is a race condition - oscp_asn1.h should be generated before compiling hxtool.c. I just pushed patch-lib_hx509_Makefile.in to fix this. Give it a try. Kind regards, Adam
The build succeeded, thanks!