[Bug 258672] www/node: fails to build on FreeBSD 12.2/13.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Sep 2021 06:10:10 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258672
Bug ID: 258672
Summary: www/node: fails to build on FreeBSD 12.2/13.0
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Keywords: needs-patch
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: bhughes@freebsd.org
Reporter: jbeich@FreeBSD.org
Flags: maintainer-feedback?(bhughes@freebsd.org)
Assignee: bhughes@freebsd.org
Probably regressed by 54ac71cd2998.
$ poudriere testport -j 130amd64 www/node
[...]
ld: error: undefined symbol: RSA_get0_pss_params
>>> referenced by crypto_rsa.cc
>>> crypto_rsa.o:(node::crypto::GetRsaKeyDetail(node::Environment*, std::__1::shared_ptr<node::crypto::KeyObjectData>, v8::Local<v8::Object>)) in archive /wrkdirs/usr/ports/www/node/work/node-v16.9.1/out/Release/obj.target/libnode.a
c++: error: linker command failed with exit code 1 (use -v to see invocation)
$ poudriere testport -j 122amd64 www/node
[...]
ld: error: undefined symbol: RSA_get0_pss_params
>>> referenced by crypto_rsa.cc
>>> crypto_rsa.o:(node::crypto::GetRsaKeyDetail(node::Environment*, std::__1::shared_ptr<node::crypto::KeyObjectData>, v8::Local<v8::Object>)) in archive /wrkdirs/usr/ports/www/node/work/node-v16.9.1/out/Release/obj.target/libnode.a
c++: error: linker command failed with exit code 1 (use -v to see invocation)
--
You are receiving this mail because:
You are the assignee for the bug.