Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils/
Date: Fri, 29 Mar 2019 21:59:41
Message-Id: 1553896760.1b193ef47df52c45f63b70388fcc2ae74413eb9f.dilfridge@gentoo
1 commit: 1b193ef47df52c45f63b70388fcc2ae74413eb9f
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 29 21:58:47 2019 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 29 21:59:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b193ef4
7
8 sys-devel/binutils: Disable gold testsuite in stable candidate.
9
10 The testsuite always fails. The failures are most likely Gentoo-specific
11 and still need a fix sometime. Meanwhile, let's give the entire testsuite
12 a chance to succeed (as in previous stabilizations).
13
14 Bug: https://bugs.gentoo.org/681682
15 Bug: https://bugs.gentoo.org/662362
16 Bug: https://bugs.gentoo.org/667894
17 Bug: https://bugs.gentoo.org/677914
18 Package-Manager: Portage-2.3.62, Repoman-2.3.12
19 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
20
21 sys-devel/binutils/binutils-2.31.1-r4.ebuild | 3 +++
22 1 file changed, 3 insertions(+)
23
24 diff --git a/sys-devel/binutils/binutils-2.31.1-r4.ebuild b/sys-devel/binutils/binutils-2.31.1-r4.ebuild
25 index 367c124577d..89cac2cbcbb 100644
26 --- a/sys-devel/binutils/binutils-2.31.1-r4.ebuild
27 +++ b/sys-devel/binutils/binutils-2.31.1-r4.ebuild
28 @@ -58,6 +58,9 @@ PATCH_DEV=${PATCH_DEV:-slyfox}
29 [[ -z ${PATCH_VER} ]] || SRC_URI="${SRC_URI}
30 https://dev.gentoo.org/~${PATCH_DEV}/distfiles/binutils-${PATCH_BINUTILS_VER}-patches-${PATCH_VER}.tar.xz"
31
32 +# Disable gold testsuite since it always fails.
33 +PATCHES=( "${FILESDIR}/${PN}-2.29.1-nogoldtest.patch" )
34 +
35 #
36 # The cross-compile logic
37 #