tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: nodejs-24.7 build fail on netbsd-11 - missing openssl/thread.h



On Fri, 5 Sept 2025 at 14:43, Martin Husemann <martin%duskware.de@localhost> wrote:
>
> On Fri, Sep 05, 2025 at 01:27:05PM +0100, David Brownlee wrote:
> > lang/nodejs fails to build for me on netbsd-11/amd64
> >
> > The last successful build I had was for nodejs-24.6.0
> >
> > The build fails on a missing include for openssl/thread.h - which the
> > base system does not appear to install?
> >
> > #if OPENSSL_VERSION_NUMBER >= 0x30200000L
> > #include <openssl/thread.h>
> > #endif
> >
> > Should base be installing openssl/thread.h
>
> Christos fixed that, the header is installed now.

Ah great - just need a rebuild when a netbsd-11 pullup makes it through :)

Thanks

David


Home | Main Index | Thread Index | Old Index