Summary: | dev-libs/apr with FEATURES=usersandbox: test failure: testlfs: Segmentation fault | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Thomas Deutschmann (RETIRED) <whissi> |
Component: | Current packages | Assignee: | Lars Wendler (Polynomial-C) (RETIRED) <polynomial-c> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | alexey+gentoo, eike |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
URL: | https://bz.apache.org/bugzilla/show_bug.cgi?id=54214 | ||
See Also: | https://github.com/gentoo/gentoo/pull/28348 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Thomas Deutschmann (RETIRED)
![]() same on ppc Same on sparc, where it is SIGBUS, but otherwise the same. *** Bug 663132 has been marked as a duplicate of this bug. *** This is a sandbox issue. Passing with FEATURES=-usersandbox. Note that this test will be skipped on 64-bit builds (https://svn.apache.org/viewvc?view=revision&revision=1789850). The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b3a23b766b2ee1c19712e8a5c4925b9eb1ba0dd commit 6b3a23b766b2ee1c19712e8a5c4925b9eb1ba0dd Author: Thomas Deutschmann <whissi@gentoo.org> AuthorDate: 2018-09-01 15:19:27 +0000 Commit: Thomas Deutschmann <whissi@gentoo.org> CommitDate: 2018-09-01 15:19:52 +0000 dev-libs/apr: skip testlfs test Test only runs on non 64-bit systems and fails due to a Gentoo sandbox issue. To avoid requiring FEATURES=-usersandbox for this package, we are now skipping this test. Closes: https://bugs.gentoo.org/603244 Package-Manager: Portage-2.3.48, Repoman-2.3.10 dev-libs/apr/apr-1.6.3-r2.ebuild | 1 + .../apr/files/apr-1.6.3-skip-known-failing-tests.patch | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) *** Bug 665138 has been marked as a duplicate of this bug. *** The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b53422e8c5e1d2426b89dd23004d3935d0e7f2f8 commit b53422e8c5e1d2426b89dd23004d3935d0e7f2f8 Author: Peter Levine <plevine457@gmail.com> AuthorDate: 2022-11-20 09:05:55 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-11-23 01:43:39 +0000 dev-cpp/gtest: exclude tests that fail due to usersandbox Patching internal code to overcome test failure due to the usersandbox feature flag seems misguided. Other packages opt to skip such tests rather than patching compiled code or turning off usersandbox (bug# 413621, 603244). Let's do that. Bug: https://bugs.gentoo.org/413621 Bug: https://bugs.gentoo.org/603244 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> dev-cpp/gtest/gtest-9999.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) |