pkgsrc-Bugs archive

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

pkg/56845: nodejs fails to build on netbsd 9.0 due to use of private openssl symbols



>Number:         56845
>Category:       pkg
>Synopsis:       nodejs fails to build on netbsd 9.0 due to use of private openssl symbols
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed May 18 14:50:00 +0000 2022
>Originator:     nia
>Release:        9.0 / pkgsrc-current
>Organization:
>Environment:
>Description:
Fails with: crypto_rsa.cc:(.text+0x1b99): undefined reference to `RSA_get0_pss_params'

Due to a mistake in OpenSSL, this symbol is not exported with the correct
visibility.  Unfortunately, it's necessary to support this version of
the OpenSSL library with NetBSD since it's the version we build packages
using.

This is a serious regression that needs to be fixed before we branch.
>How-To-Repeat:
Attempt to build lang/nodejs on NetBSD 9.0.
>Fix:
Aside from the obvious fix of downgrading nodejs, it does seem to include
its own internal copy of OpenSSL. However, it's not immediately obvious
to me how we get nodejs to use that...



Home | Main Index | Thread Index | Old Index