Conversation
test_errstr fails, seems to expect specific glibc messages ../../util/wrap.pl ../../apps/openssl errstr 80000005 => 0 not ok 1 - match 'I/O error' (80000005) with one of ( 'Input/output error', 'reason(5)' ) ../../util/wrap.pl ../../apps/openssl errstr 8000007a => 0 not ok 2 - match 'Quota exceeded' (8000007a) with one of ( 'Disk quota exceeded', 'reason(122)' )
|
All these test failures seem to stem from the fact that the So then when the test script compares the error as reported by openssl (statically linked with musl) and strerror as returned by Perl for the same errno (dynamically linked with glibc), these don't match. I think we could try to make use of Naively, I tried to replace |
|
#451291 seems like a less invasive fix. |
test_errstr fails, seems to expect specific glibc messages.
pkgsStatic.opensslonaarch64-linuxThings done
passthru.tests.nixpkgs-reviewon this PR. See nixpkgs-review usage../result/bin/.Add a 👍 reaction to pull requests you find important.