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 4C2F3138334 for ; Sat, 22 Dec 2018 09:35:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2C67E0900; Sat, 22 Dec 2018 09:35:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C5B12E0900 for ; Sat, 22 Dec 2018 09:35:32 +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 E2CF1335C31 for ; Sat, 22 Dec 2018 09:35:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D841F4D7 for ; Sat, 22 Dec 2018 09:35:28 +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: <1545471276.21806ae0e6199de70ce9586a07cd54db5fdd2e0c.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: 21806ae0e6199de70ce9586a07cd54db5fdd2e0c X-VCS-Branch: master Date: Sat, 22 Dec 2018 09:35:28 +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: eb32df9c-b29e-46f0-abf1-a8aab4cdff27 X-Archives-Hash: e92fb44f79d3de856f9bb2446c67ed68 commit: 21806ae0e6199de70ce9586a07cd54db5fdd2e0c Author: Fabian Groffen gentoo org> AuthorDate: Sat Dec 22 09:34:36 2018 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sat Dec 22 09:34:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21806ae0 profiles/prefix/darwin/macos/arch/ppc/package.mask: mask libffi-3.3_rc0 We observe bus errors with GCC when using this version, so hold it back for now. Signed-off-by: Fabian Groffen gentoo.org> profiles/prefix/darwin/macos/arch/ppc/package.mask | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/profiles/prefix/darwin/macos/arch/ppc/package.mask b/profiles/prefix/darwin/macos/arch/ppc/package.mask index 19fd3907bd1..49904ab58f0 100644 --- a/profiles/prefix/darwin/macos/arch/ppc/package.mask +++ b/profiles/prefix/darwin/macos/arch/ppc/package.mask @@ -1,10 +1,14 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # The 32-bits profile is inherited by the 64-bits one! # All the Mac OS X profiles inherit from their matching arch profile here. +# Fabian Gtoffen (22 Dec 2018) +# this version of libffi causes gcc to buserror +=dev-libs/libffi-3.3_rc0 + # Fabian Groffen (5 Mar 2012) # 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