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 8ED81158086 for ; Fri, 15 Oct 2021 22:01:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D157EE0826; Fri, 15 Oct 2021 22:01:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B3EEBE0826 for ; Fri, 15 Oct 2021 22:01:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 978B7342F0B for ; Fri, 15 Oct 2021 22:01:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6B3314C for ; Fri, 15 Oct 2021 22:01:41 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1634335280.2772ce712ccef6d9ae6196d5a84615d9c56b7811.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/mpich/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/mpich/mpich-3.0.4-r1.ebuild X-VCS-Directories: sys-cluster/mpich/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2772ce712ccef6d9ae6196d5a84615d9c56b7811 X-VCS-Branch: master Date: Fri, 15 Oct 2021 22:01:41 +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: f1ae4f34-fc3a-41a2-a321-d5a6e44e9a53 X-Archives-Hash: 17e853611aab9818e91136b33da2fec2 commit: 2772ce712ccef6d9ae6196d5a84615d9c56b7811 Author: Sam James gentoo org> AuthorDate: Fri Oct 15 22:01:20 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 15 22:01:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2772ce71 sys-cluster/mpich: add -fcommon for 3.0.4-r1 I can't reproduce this but it builds with this anyway. Closes: https://bugs.gentoo.org/818280 Signed-off-by: Sam James gentoo.org> sys-cluster/mpich/mpich-3.0.4-r1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys-cluster/mpich/mpich-3.0.4-r1.ebuild b/sys-cluster/mpich/mpich-3.0.4-r1.ebuild index 08d63fd1943..8d5657d5993 100644 --- a/sys-cluster/mpich/mpich-3.0.4-r1.ebuild +++ b/sys-cluster/mpich/mpich-3.0.4-r1.ebuild @@ -85,6 +85,9 @@ src_configure() { # dropped w/ bug #725842 fix #unset CFLAGS CPPFLAGS CXXFLAGS FFLAGS FCFLAGS LDFLAGS + # Possible workaround for bug #818280 + append-flags -fcommon + # Forcing Bash as there's quite a few bashisms in the build system CONFIG_SHELL="${BROOT}/bin/bash" econf ${c} \ --with-pm=hydra \