On Wed, 26 Mar 2025 11:09:53 +0100 Martin Husemann <mar...@duskware.de> wrote:
> On Wed, Mar 26, 2025 at 09:44:16AM +0000, Sad Clouds wrote: > > Can someone familiar with NetBSD OpenSSL suggest why some header > > files are empty? > > These headers are generated at build time and something went wrong in > your setup. They are not empty in my builds: > > -rw-r--r-- 1 builds builds 18479 Jan 15 17:46 > ./evbarm64-el/work/src/crypto/external/bsd/openssl/lib/libcrypto/safestack.h > > Try removing the empty ones, build again and check the build output for > failures generating them. > > Martin OK thanks for the suggestion. I removed all object files and restarted the built. This time it got past this issue. I think when one of the parallel make jobs failed, it terminated other jobs and left some files inconsistent.