From unknown Sat Sep 20 01:11:43 2025 X-Loop: help-debbugs@gnu.org Subject: bug#53320: Configure error on package mpich Resent-From: Clement Barthelemy Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Mon, 17 Jan 2022 16:37:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 53320 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 53320@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.164243741619306 (code B ref -1); Mon, 17 Jan 2022 16:37:01 +0000 Received: (at submit) by debbugs.gnu.org; 17 Jan 2022 16:36:56 +0000 Received: from localhost ([127.0.0.1]:47722 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n9V01-00051E-OA for submit@debbugs.gnu.org; Mon, 17 Jan 2022 11:36:56 -0500 Received: from lists.gnu.org ([209.51.188.17]:52904) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n9SvH-0006oI-BH for submit@debbugs.gnu.org; Mon, 17 Jan 2022 09:23:52 -0500 Received: from eggs.gnu.org ([209.51.188.92]:55374) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n9SvG-00059X-UP for bug-guix@gnu.org; Mon, 17 Jan 2022 09:23:51 -0500 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:18209) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n9SvE-0003pB-FK for bug-guix@gnu.org; Mon, 17 Jan 2022 09:23:50 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=date:from:to:message-id:subject:mime-version: content-transfer-encoding; bh=weCm65D36nyQumMV9WDw5Qbsug/PpiTtRK0BgQNaxVc=; b=e8dxANBilRbslLhMuMRgX+GWmRQiI5XN+ir5x2QirB+0LzUmK1l+e3bh c3OH8dVUx7QgZBGxvayJvUrqhyEVUYyNoqEIawGY8hxe/iWMDkUrkQnCs hpWbqlhGcP5jtIljdpuZTQm1tHaaZKme85mKostW7GeJ5rKWXhFylh4+b 4=; X-IronPort-AV: E=Sophos;i="5.88,295,1635199200"; d="scan'208";a="16347380" X-MGA-submission: MDEKECT5xG60521OCld8sdnkew4k/D3Z/qL9tXjvONZd6x7jrMvPl/d1zwwpDVcg1J1z9/Wh8EwIda1AbrqddXvp5uAmYuNzzRnccI8CGPwTqQTLhd7711bNK3foVb82iVoLv4YLM0jh514fYtNl95upzBkM29tmmoAAvbf0e9vE4g== Received: from zcs-store5.inria.fr ([128.93.142.32]) by mail2-relais-roc.national.inria.fr with ESMTP; 17 Jan 2022 15:23:45 +0100 Date: Mon, 17 Jan 2022 15:23:44 +0100 (CET) From: Clement Barthelemy Message-ID: <1489154900.5958609.1642429424562.JavaMail.zimbra@inria.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Originating-IP: [80.67.177.99] X-Mailer: Zimbra 8.8.15_GA_4180 (ZimbraWebClient - FF91 (Linux)/8.8.15_GA_4177) Thread-Index: 0tK1mbTfVCA3knNG/Jw0+1y+7sORgA== Thread-Topic: Configure error on package mpich Received-SPF: pass client-ip=192.134.164.83; envelope-from=clement.barthelemy@inria.fr; helo=mail2-relais-roc.national.inria.fr X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Mailman-Approved-At: Mon, 17 Jan 2022 11:36:52 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) Hi, The package mpich@3.3.2 does not build using=20 guix build mpich It fails with an error during the configure phase : configure: error: The Fortran compiler gfortran will not compile files that= call the same routine with arguments of different types. I believe this is due to a change in gfortran10 : https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D91731 Cl=E9ment From unknown Sat Sep 20 01:11:43 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Clement Barthelemy Subject: bug#53320: closed (Re: bug#53320: Configure error on package mpich) Message-ID: References: <87k0eykzcw.fsf@gnu.org> <1489154900.5958609.1642429424562.JavaMail.zimbra@inria.fr> X-Gnu-PR-Message: they-closed 53320 X-Gnu-PR-Package: guix Reply-To: 53320@debbugs.gnu.org Date: Mon, 17 Jan 2022 18:11:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1642443062-5668-1" This is a multi-part message in MIME format... ------------=_1642443062-5668-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #53320: Configure error on package mpich which was filed against the guix package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 53320@debbugs.gnu.org. --=20 53320: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D53320 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1642443062-5668-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 53320-done) by debbugs.gnu.org; 17 Jan 2022 18:10:17 +0000 Received: from localhost ([127.0.0.1]:47928 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n9WSP-0001SJ-9e for submit@debbugs.gnu.org; Mon, 17 Jan 2022 13:10:17 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:50628) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n9WSN-0001Rv-77 for 53320-done@debbugs.gnu.org; Mon, 17 Jan 2022 13:10:15 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id AEC8C335; Mon, 17 Jan 2022 19:10:08 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id htyVapfzYL6q; Mon, 17 Jan 2022 19:10:07 +0100 (CET) Received: from ribbon (91-160-117-201.subs.proxad.net [91.160.117.201]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 866831D2; Mon, 17 Jan 2022 19:10:07 +0100 (CET) From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Clement Barthelemy Subject: Re: bug#53320: Configure error on package mpich References: <1489154900.5958609.1642429424562.JavaMail.zimbra@inria.fr> Date: Mon, 17 Jan 2022 19:10:07 +0100 In-Reply-To: <1489154900.5958609.1642429424562.JavaMail.zimbra@inria.fr> (Clement Barthelemy's message of "Mon, 17 Jan 2022 15:23:44 +0100 (CET)") Message-ID: <87k0eykzcw.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: / Authentication-Results: hera.aquilenet.fr; none X-Rspamd-Server: hera X-Rspamd-Queue-Id: AEC8C335 X-Spamd-Result: default: False [-0.10 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DBL_PROHIBIT(0.00)[3.3.0.2:email]; RCPT_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 53320-done Cc: 53320-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) Hello, Clement Barthelemy skribis: > The package mpich@3.3.2 does not build using=20 > > guix build mpich > > It fails with an error during the configure phase : > > configure: error: The Fortran compiler gfortran will not compile files th= at call the same routine with arguments of different types. > > > I believe this is due to a change in gfortran10 : > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D91731 Indeed. Fixed in 7bf85e63c180e5ee235a8b0596096e1df34fd5d2. Thanks! Ludo=E2=80=99. ------------=_1642443062-5668-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 17 Jan 2022 16:36:56 +0000 Received: from localhost ([127.0.0.1]:47722 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n9V01-00051E-OA for submit@debbugs.gnu.org; Mon, 17 Jan 2022 11:36:56 -0500 Received: from lists.gnu.org ([209.51.188.17]:52904) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n9SvH-0006oI-BH for submit@debbugs.gnu.org; Mon, 17 Jan 2022 09:23:52 -0500 Received: from eggs.gnu.org ([209.51.188.92]:55374) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n9SvG-00059X-UP for bug-guix@gnu.org; Mon, 17 Jan 2022 09:23:51 -0500 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:18209) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n9SvE-0003pB-FK for bug-guix@gnu.org; Mon, 17 Jan 2022 09:23:50 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=date:from:to:message-id:subject:mime-version: content-transfer-encoding; bh=weCm65D36nyQumMV9WDw5Qbsug/PpiTtRK0BgQNaxVc=; b=e8dxANBilRbslLhMuMRgX+GWmRQiI5XN+ir5x2QirB+0LzUmK1l+e3bh c3OH8dVUx7QgZBGxvayJvUrqhyEVUYyNoqEIawGY8hxe/iWMDkUrkQnCs hpWbqlhGcP5jtIljdpuZTQm1tHaaZKme85mKostW7GeJ5rKWXhFylh4+b 4=; X-IronPort-AV: E=Sophos;i="5.88,295,1635199200"; d="scan'208";a="16347380" X-MGA-submission: =?us-ascii?q?MDEKECT5xG60521OCld8sdnkew4k/D3Z/qL9tX?= =?us-ascii?q?jvONZd6x7jrMvPl/d1zwwpDVcg1J1z9/Wh8EwIda1AbrqddXvp5uAmYu?= =?us-ascii?q?NzzRnccI8CGPwTqQTLhd7711bNK3foVb82iVoLv4YLM0jh514fYtNl95?= =?us-ascii?q?upzBkM29tmmoAAvbf0e9vE4g=3D=3D?= Received: from zcs-store5.inria.fr ([128.93.142.32]) by mail2-relais-roc.national.inria.fr with ESMTP; 17 Jan 2022 15:23:45 +0100 Date: Mon, 17 Jan 2022 15:23:44 +0100 (CET) From: Clement Barthelemy To: bug-guix@gnu.org Message-ID: <1489154900.5958609.1642429424562.JavaMail.zimbra@inria.fr> Subject: Configure error on package mpich MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Originating-IP: [80.67.177.99] X-Mailer: Zimbra 8.8.15_GA_4180 (ZimbraWebClient - FF91 (Linux)/8.8.15_GA_4177) Thread-Index: 0tK1mbTfVCA3knNG/Jw0+1y+7sORgA== Thread-Topic: Configure error on package mpich Received-SPF: pass client-ip=192.134.164.83; envelope-from=clement.barthelemy@inria.fr; helo=mail2-relais-roc.national.inria.fr X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Mon, 17 Jan 2022 11:36:52 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) Hi, The package mpich@3.3.2 does not build using=20 guix build mpich It fails with an error during the configure phase : configure: error: The Fortran compiler gfortran will not compile files that= call the same routine with arguments of different types. I believe this is due to a change in gfortran10 : https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D91731 Cl=E9ment ------------=_1642443062-5668-1--