Summary: | net-libs/libnftnl-1.1.1-r1: SIGBUS in test ./nft-expr_quota-test build build still succeeds | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Rolf Eike Beer <eike> |
Component: | Current packages | Assignee: | Matt Turner <mattst88> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | base-system, sparc |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | Sparc64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 371525, 569254 | ||
Attachments: |
build.log
patch to fix the test issue |
Description
Rolf Eike Beer
![]() Created attachment 547312 [details, diff]
patch to fix the test issue
The issue with the tests is that there is a script that calls all the tests in a row. However it does not save the return codes, so if the last test succeeds all tests are considered green. I sent 4 patches upstream to resolve both the unaligned accesses (I found at least one more on Alpha) and the test suite execution problems. All patches are now upstream. I've asked upstream to make a new 1.1.2 release containing these fixes and also some big endian fixes that we pulled into 1.1.1-r1. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8c81328515acbadaab189f48a9aab4a9fbb26bf commit d8c81328515acbadaab189f48a9aab4a9fbb26bf Author: Matt Turner <mattst88@gentoo.org> AuthorDate: 2018-11-13 22:24:34 +0000 Commit: Matt Turner <mattst88@gentoo.org> CommitDate: 2018-11-13 22:26:11 +0000 net-libs/libnftnl: Version bump to 1.1.2 Closes: https://bugs.gentoo.org/666448 Signed-off-by: Matt Turner <mattst88@gentoo.org> net-libs/libnftnl/Manifest | 1 + net-libs/libnftnl/libnftnl-1.1.2.ebuild | 55 +++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) |