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 6D1B1138334 for ; Tue, 25 Dec 2018 12:56:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3EEF1E08F9; Tue, 25 Dec 2018 12:56:39 +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 16B60E08F9 for ; Tue, 25 Dec 2018 12:56:39 +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 B0158335C5A for ; Tue, 25 Dec 2018 12:56:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C695A2A7 for ; Tue, 25 Dec 2018 12:56:35 +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: <1545742590.85ec000bd5125ac2f179ae92304c0c35bff16630.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: 85ec000bd5125ac2f179ae92304c0c35bff16630 X-VCS-Branch: master Date: Tue, 25 Dec 2018 12:56:35 +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: f1cb63a7-aa3e-4e3e-847d-54e0a36d6409 X-Archives-Hash: 1d9d6f6f39e306154eb67a6ad4637be3 commit: 85ec000bd5125ac2f179ae92304c0c35bff16630 Author: Fabian Groffen gentoo org> AuthorDate: Tue Dec 25 12:53:35 2018 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Tue Dec 25 12:56:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85ec000b profiles/prefix/darwin/macos/arch/ppc: mask gcc and binutils-apple versions gcc-8.2.0 compiles and runs, but seems to cause issues with Perl's Configure -- since it's still out there kind of experimentally, mask it for now. binutils-apple-6.3 looked like a viable path to use a more recent compiler, but causes bus errors during gcc compilations, so avoid it for now, to be revisited once we have a more stable environment. Signed-off-by: Fabian Groffen gentoo.org> profiles/prefix/darwin/macos/arch/ppc/package.mask | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/profiles/prefix/darwin/macos/arch/ppc/package.mask b/profiles/prefix/darwin/macos/arch/ppc/package.mask index 49904ab58f0..bdbdebe73aa 100644 --- a/profiles/prefix/darwin/macos/arch/ppc/package.mask +++ b/profiles/prefix/darwin/macos/arch/ppc/package.mask @@ -5,7 +5,13 @@ # All the Mac OS X profiles inherit from their matching arch profile here. -# Fabian Gtoffen (22 Dec 2018) +# 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. +>=sys-devel/gcc-8 + +# Fabian Groffen (22 Dec 2018) # this version of libffi causes gcc to buserror =dev-libs/libffi-3.3_rc0 @@ -13,8 +19,10 @@ # Apple removed entire PowerPC support from ld in ld64-128.2 (4.3) # a backport of PPC support was kept until compilation with gcc-apple # was no longer possible since 7.0. -# The only working/supported versions are 3.2 and 6.3 +# The only working versions are 3.2 and (patched) 6.3, however the +# latter causes bus errors whilst compiling e.g. GCC =sys-devel/binutils-apple-4.3-r2 =sys-devel/binutils-apple-5.1-r1 =sys-devel/binutils-apple-6.1-r1 +=sys-devel/binutils-apple-6.3-r2 >sys-devel/binutils-apple-6.99999