From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DE86C138350 for ; Mon, 9 Mar 2020 20:07:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1536BE0960; Mon, 9 Mar 2020 20:07:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E98DAE0960 for ; Mon, 9 Mar 2020 20:07:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B196734F330 for ; Mon, 9 Mar 2020 20:07:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF15F102 for ; Mon, 9 Mar 2020 20:07:48 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1583784464.31ea5c5ef16889c000670d48d769294823fa1cd4.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils/files/, sys-devel/binutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/binutils/binutils-2.32-r2.ebuild sys-devel/binutils/files/binutils-2.32-gcc-10.patch X-VCS-Directories: sys-devel/binutils/ sys-devel/binutils/files/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 31ea5c5ef16889c000670d48d769294823fa1cd4 X-VCS-Branch: master Date: Mon, 9 Mar 2020 20:07:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cb6342ac-b8a0-4a67-b394-400763d1de8d X-Archives-Hash: f4d09a3ec9cb86a821be4e78600e3a28 commit: 31ea5c5ef16889c000670d48d769294823fa1cd4 Author: Sergei Trofimovich gentoo org> AuthorDate: Mon Mar 9 20:07:11 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Mon Mar 9 20:07:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31ea5c5e sys-devel/binutils: tweak 2.32 for gcc-10 Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich gentoo.org> sys-devel/binutils/binutils-2.32-r2.ebuild | 9 +++++++-- sys-devel/binutils/files/binutils-2.32-gcc-10.patch | 16 ++++++++++++++++ 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/sys-devel/binutils/binutils-2.32-r2.ebuild b/sys-devel/binutils/binutils-2.32-r2.ebuild index 3e54336e168..0242f709569 100644 --- a/sys-devel/binutils/binutils-2.32-r2.ebuild +++ b/sys-devel/binutils/binutils-2.32-r2.ebuild @@ -55,8 +55,13 @@ PATCH_DEV=${PATCH_DEV:-slyfox} [[ -z ${PATCH_VER} ]] || SRC_URI="${SRC_URI} https://dev.gentoo.org/~${PATCH_DEV}/distfiles/binutils-${PATCH_BINUTILS_VER}-patches-${PATCH_VER}.tar.xz" -# Disable gold testsuite since it always fails. -PATCHES=( "${FILESDIR}/${PN}-2.29.1-nogoldtest.patch" ) +PATCHES=( + # Disable gold testsuite since it always fails. + "${FILESDIR}/${PN}-2.29.1-nogoldtest.patch" + + "${FILESDIR}"/${PN}-2.32-gcc-10.patch + "${FILESDIR}"/${PN}-2.33-gcc-10.patch +) # # The cross-compile logic diff --git a/sys-devel/binutils/files/binutils-2.32-gcc-10.patch b/sys-devel/binutils/files/binutils-2.32-gcc-10.patch new file mode 100644 index 00000000000..fa7069456cd --- /dev/null +++ b/sys-devel/binutils/files/binutils-2.32-gcc-10.patch @@ -0,0 +1,16 @@ +commit a3972330f49f81b3bea64af0970d22f42ae56ec3 +Author: Martin Liska +Date: Fri Jun 7 07:36:52 2019 +0200 + + Fix a missing include of + +--- a/gold/errors.h ++++ b/gold/errors.h +@@ -24,6 +24,7 @@ + #define GOLD_ERRORS_H + + #include ++#include + + #include "gold-threads.h" +