Summary: | dev-haskell/x509-validation-1.6.11 fails tests: too many pending signals | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Gentoo's Haskell Language team <haskell> |
Status: | CONFIRMED --- | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 653830 [details]
build.log
build log and emerge --info
Probably an API change in 'memory' package: """ [;1mData/X509/Validation/Fingerprint.hs:24:10: [;1m[35mwarning:[0m[0m[;1m [[;1m[35m-Wmissing-methods[0m[0m[;1m][0m[0m[;1m • No explicit implementation for ‘memory-0.15.0:Data.ByteArray.Types.length’ and ‘memory-0.15.0:Data.ByteArray.Types.withByteArray’ • In the instance declaration for ‘ByteArrayAccess Fingerprint’[0m[0m [;1m[34m |[0m[0m [;1m[34m24 |[0m[0m instance [;1m[35mByteArrayAccess Fingerprint[0m[0m [;1m[34m |[0m[0m[;1m[35m ^^^^^^^^^^^^^^^^^^^^^^^^^^^[0m[0m """ Ah, no it was a warning. Thee error is the: """ Ed448 signature valid: test-x509-validation: too many pending signals """ Internets say it's a disguised SIGSEGV. Did no try to reproduce locally yet. |