commit: 6f33ded2f108cf12b45913056af20b8abb88c97d Author: Philipp Rösner <rndxelement <AT> protonmail <DOT> com> AuthorDate: Tue Feb 14 15:39:27 2023 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sun Feb 26 07:04:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f33ded2
media-sound/flacon: disable sandbox for tests on 9.4.0 The tests don't work at all with FEATURES=-usersandbox. Most of the tests pass if the sandbox is disabled, so disable sandbox for tests. So far the reason for the sandbox inhibiting the tests is unknown and subject to future investigation. Bug: https://bugs.gentoo.org/831592 Signed-off-by: Philipp Rösner <rndxelement <AT> protonmail.com> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> media-sound/flacon/flacon-9.4.0.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/media-sound/flacon/flacon-9.4.0.ebuild b/media-sound/flacon/flacon-9.4.0.ebuild index 6de27bcb88a1..74f7a97e458b 100644 --- a/media-sound/flacon/flacon-9.4.0.ebuild +++ b/media-sound/flacon/flacon-9.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -62,6 +62,11 @@ src_configure() { } src_test() { + # All tests fail with enabled sandbox + # TODO: Get all tests to pass + # See bug: #831592 + local -x SANDBOX_ON=0 + virtx "${BUILD_DIR}/tests/${PN}_test" || die }
