On 11/4/21 20:10, Jason Bacon wrote:
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!
Actually, the patch didn't work.
Restarting the build without doing a clean first results in a
successful build. If I do make clean first, I consistently see the
failure.
MAKE_JOBS_SAFE=no fixes the issue.