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 D5631138334 for ; Sun, 8 Jul 2018 07:02:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F882E095A; Sun, 8 Jul 2018 07:01:59 +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 D6FA3E095A for ; Sun, 8 Jul 2018 07:01:58 +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 9E3E3335C7D for ; Sun, 8 Jul 2018 07:01:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C06C361 for ; Sun, 8 Jul 2018 07:01:54 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1531033245.f8f7c133033918b061a2745e0ec79c25f7e04df5.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/perl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/perl/perl-5.28.9999.ebuild X-VCS-Directories: dev-lang/perl/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: f8f7c133033918b061a2745e0ec79c25f7e04df5 X-VCS-Branch: master Date: Sun, 8 Jul 2018 07:01:54 +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-Archives-Salt: 8889b83b-2586-4373-957a-a951b041a4c0 X-Archives-Hash: 6c15a7ce63ca10de8205864e1b0e3317 commit: f8f7c133033918b061a2745e0ec79c25f7e04df5 Author: Kent Fredric gentoo org> AuthorDate: Sun Jul 8 06:59:34 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sun Jul 8 07:00:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8f7c133 dev-lang/perl: filter -flto as upstream is pretty shoddy Changes in EUMM's test suite breaks -flto in ways beyond my ability to fix. Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-lang/perl/perl-5.28.9999.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-lang/perl/perl-5.28.9999.ebuild b/dev-lang/perl/perl-5.28.9999.ebuild index 97c307bd8be..3fee6ac8677 100644 --- a/dev-lang/perl/perl-5.28.9999.ebuild +++ b/dev-lang/perl/perl-5.28.9999.ebuild @@ -370,6 +370,9 @@ src_configure() { # Fixes bug #143895 on gcc-4.1.1 filter-flags "-fsched2-use-superblocks" + # Generic LTO broken since 5.28, triggers EUMM failures + filter-flags "-flto" + use sparc && myconf -Ud_longdbl export BUILD_BZIP2=0