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 481EC138334 for ; Mon, 28 Jan 2019 19:31:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 370B7E1381; Mon, 28 Jan 2019 10:37:19 +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 0F8A8E1381 for ; Mon, 28 Jan 2019 10:37:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4ABE6335D40 for ; Mon, 28 Jan 2019 10:37:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C309D4FA for ; Mon, 28 Jan 2019 10:37:15 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1548671826.9ec71f06c08cd6bafeaeddb92abd57473ff1e456.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/macos/arch/ppc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/prefix/darwin/macos/arch/ppc/package.mask X-VCS-Directories: profiles/prefix/darwin/macos/arch/ppc/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 9ec71f06c08cd6bafeaeddb92abd57473ff1e456 X-VCS-Branch: master Date: Mon, 28 Jan 2019 10:37:15 +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: 79ee8e99-76f2-4d9e-8c8e-6be39b5bcc91 X-Archives-Hash: b9a417c55b1c6566611222d44905428f commit: 9ec71f06c08cd6bafeaeddb92abd57473ff1e456 Author: Fabian Groffen gentoo org> AuthorDate: Mon Jan 28 10:04:36 2019 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Mon Jan 28 10:37:06 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ec71f06 profiles/prefix/darwin/macos/arch/ppc/package.mask: clarify gcc mask Remove mentioning of Perl as problem with GCC-8, it is actually the linker that has a problem with libgcc_s' implementation of stack unwinding. Signed-off-by: Fabian Groffen gentoo.org> profiles/prefix/darwin/macos/arch/ppc/package.mask | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/profiles/prefix/darwin/macos/arch/ppc/package.mask b/profiles/prefix/darwin/macos/arch/ppc/package.mask index bdbdebe73aa..af8de618585 100644 --- a/profiles/prefix/darwin/macos/arch/ppc/package.mask +++ b/profiles/prefix/darwin/macos/arch/ppc/package.mask @@ -6,9 +6,9 @@ # Fabian Groffen (25 Dec 2018) -# GCC-8.2.0 causes a problem with Perl-5.28 where Configure wrongly -# believes every function it checks is available. Need to revisit this -# at a later point. +# GCC-8.2.0 has a faulty libgcc_s, which causes C++ exceptions not the +# caught in certain conditions. ld64 is the notable condition leading +# to configure believing every function it checks is available. >=sys-devel/gcc-8 # Fabian Groffen (22 Dec 2018)