[Pkg-javascript-devel] Bug#1011339: Bug#1011339: [Pkg-openssl-devel] Bug#1011339: openssl: missing errors strings on mipsel
Sebastian Andrzej Siewior
sebastian at breakpoint.cc
Sat Jun 11 17:56:28 BST 2022
control: forwarded -1 https://github.com/openssl/openssl/issues/18535
On 2022-06-08 20:07:48 [+0200], Jérémy Lal wrote:
> Hi Sebastian,
Hi,
> Any hint or idea about this ? Even wild ideas that I could try,
> before I have to remove the files from mips.
Okay. So if you do
OPENSSL_init_crypto(OPENSSL_INIT_LOAD_CONFIG
OPENSSL_INIT_LOAD_CRYPTO_STRINGS |
OPENSSL_INIT_ADD_ALL_CIPHERS |
OPENSSL_INIT_ADD_ALL_DIGESTS, settings);
in src/node.cc instead just OPENSSL_INIT_LOAD_CONFIG as it is currently
done, then it will pass.
The difference on mipsel is the call chain. Due to openssl internal
locking it can't load strings. As of now I think that this is a bug in
openssl and I forwarded it to upstream.
So you have a workaround you may try if you want something asap and I
let you know what upstream thinks about this ;)
> Jérémy
Sebastian
More information about the Pkg-javascript-devel
mailing list