From unknown Mon Aug 18 09:03:54 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#54609] Resent-From: Philippe SWARTVAGHER Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 28 Mar 2022 12:50:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 54609 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 54609@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16484717801954 (code B ref -1); Mon, 28 Mar 2022 12:50:01 +0000 Received: (at submit) by debbugs.gnu.org; 28 Mar 2022 12:49:40 +0000 Received: from localhost ([127.0.0.1]:57490 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nYooW-0000VS-77 for submit@debbugs.gnu.org; Mon, 28 Mar 2022 08:49:40 -0400 Received: from lists.gnu.org ([209.51.188.17]:50992) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nYooU-0000VK-Ij for submit@debbugs.gnu.org; Mon, 28 Mar 2022 08:49:38 -0400 Received: from eggs.gnu.org ([209.51.188.92]:44338) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nYooT-0002WZ-SZ for guix-patches@gnu.org; Mon, 28 Mar 2022 08:49:38 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:54718) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nYooR-0007b0-Im for guix-patches@gnu.org; Mon, 28 Mar 2022 08:49:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=from:to:subject:date:message-id:mime-version: content-transfer-encoding; bh=lUd6FofKDac8qNGWMsdO3djTqbOcdadBfDK9IgQwNsI=; b=nkvI0wcp6I067xd0LVF6tq+UG5aGWNl4xyT5ZgArevB85AKBWg6b2C8y mM1Rfe9gk39RPQ4UomV+GWXiFCizRiXRYgfiQW3z51Fdn38j2sCcBFrz2 bhZxWL+nrHOqn/0XvKyJyk3D4kMMpoBcEkKkENpxh7M/MdCGmqw4Pn8TG c=; Authentication-Results: mail2-relais-roc.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail smtp.mailfrom=philippe.swartvagher@inria.fr; dmarc=fail (p=none dis=none) d=inria.fr X-IronPort-AV: E=Sophos;i="5.90,217,1643670000"; d="scan'208";a="28668905" Received: from unknown (HELO PHSW.bordeaux.inria.fr) ([193.50.110.193]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Mar 2022 14:49:32 +0200 From: Philippe SWARTVAGHER Date: Mon, 28 Mar 2022 14:49:24 +0200 Message-Id: <20220328124925.805650-1-philippe.swartvagher@inria.fr> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=192.134.164.83; envelope-from=philippe.swartvagher@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_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.7 (/) 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.3 (/) `git refresh openmpi` seems to be broken for this package: ./pre-inst-env guix refresh openmpi following redirection to `https://www-lb.open-mpi.org/software/ompi/current/'... gnu/packages/mpi.scm:194:2: warning: 'generic-html' updater failed to determine available releases for openmpi The URL in ``` `((release-monitoring-url . "https://www.open-mpi.org/software/ompi/current"))) ``` redirects to a URL containing only the major and minor version, the patch number has to be found in the content of the page. I don't know if something has to be fixed and where (in the openmpi package, or is it a bug from `guix refresh`?). Regarding the update, I looked very quickly at the changelog (https://raw.githubusercontent.com/open-mpi/ompi/v4.1.x/NEWS), and nothing caught my attention regarding the packaging. Tested by building intel-mpi-benchmarks against this new version of OpenMPI, succefuly built. Philippe. From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 29 05:24:13 2022 Received: (at control) by debbugs.gnu.org; 29 Mar 2022 09:24:13 +0000 Received: from localhost ([127.0.0.1]:59824 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nZ85E-0007Bu-UP for submit@debbugs.gnu.org; Tue, 29 Mar 2022 05:24:13 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:64040) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nZ85D-0007BY-5A for control@debbugs.gnu.org; Tue, 29 Mar 2022 05:24:11 -0400 Authentication-Results: mail2-relais-roc.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail smtp.mailfrom=ludo@gnu.org; dmarc=fail (p=none dis=none) d=gnu.org X-IronPort-AV: E=Sophos;i="5.90,219,1643670000"; d="scan'208";a="28851250" Received: from unknown (HELO ribbon) ([193.50.110.177]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Mar 2022 11:24:04 +0200 Date: Tue, 29 Mar 2022 11:24:03 +0200 Message-Id: <87lewt3ydo.fsf@gnu.org> To: control@debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: control message for bug #54609 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: control 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 (--) retitle 54609 'guix refresh openmpi' no longer works quit From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 29 05:24:16 2022 Received: (at control) by debbugs.gnu.org; 29 Mar 2022 09:24:16 +0000 Received: from localhost ([127.0.0.1]:59826 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nZ85I-0007C4-2j for submit@debbugs.gnu.org; Tue, 29 Mar 2022 05:24:16 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:64040) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nZ85E-0007BY-1B for control@debbugs.gnu.org; Tue, 29 Mar 2022 05:24:12 -0400 Authentication-Results: mail2-relais-roc.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail smtp.mailfrom=ludo@gnu.org; dmarc=fail (p=none dis=none) d=gnu.org X-IronPort-AV: E=Sophos;i="5.90,219,1643670000"; d="scan'208";a="28851275" Received: from unknown (HELO ribbon) ([193.50.110.177]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Mar 2022 11:24:11 +0200 Date: Tue, 29 Mar 2022 11:24:10 +0200 Message-Id: <87k0cd3ydh.fsf@gnu.org> To: control@debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: control message for bug #54609 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: control 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 (--) reassign 54609 guix quit From unknown Mon Aug 18 09:03:54 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: Philippe SWARTVAGHER Subject: bug#54609: closed (Re: bug#54609: 'guix refresh openmpi' no longer works) Message-ID: References: <87wnfvfja1.fsf@gnu.org> <20220328124925.805650-1-philippe.swartvagher@inria.fr> X-Gnu-PR-Message: they-closed 54609 X-Gnu-PR-Package: guix Reply-To: 54609@debbugs.gnu.org Date: Mon, 11 Apr 2022 20:39:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1649709542-8087-1" This is a multi-part message in MIME format... ------------=_1649709542-8087-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #54609: 'guix refresh openmpi' no longer works 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 54609@debbugs.gnu.org. --=20 54609: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D54609 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1649709542-8087-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 54609-done) by debbugs.gnu.org; 11 Apr 2022 20:38:08 +0000 Received: from localhost ([127.0.0.1]:45860 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ne0nY-00025H-9n for submit@debbugs.gnu.org; Mon, 11 Apr 2022 16:38:08 -0400 Received: from eggs.gnu.org ([209.51.188.92]:41748) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ne0nW-00024Z-Jt for 54609-done@debbugs.gnu.org; Mon, 11 Apr 2022 16:38:06 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:49676) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ne0nQ-0005te-Q3; Mon, 11 Apr 2022 16:38:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=POYTukfitigoDrBiDcP7/qLO4kdjmdWnMJB2cBqG/48=; b=pjiig95PTGqUrCKGhjIg nul7pz8tPxjb+q8FPBToW0WpRqF0P3zhe0m6R9B+30dFs1Kd84jwY7DHOIvs8YnBLA8Thc1hoesV4 ovZgYR7uGpzo8JWTOoxwIspMtomy6wIMAGiXIhVE+yJ2CFDYHkuQcTSUkAVFt0IiIxT7JItcbm8do 08f8lHaJs0scsznwtJm6Pr9IAuv8eDEn/f8xnY62tS9VVix+f2+iUNOjcwUz2gV9+flsI2jvIqDaa 9EasS3nDif8jF09whMcW0LWrl7DYmlNV+fZEhYfYc+OVycv06Z2IOjuj3vX1njWfSJ3jg8u3XeXPb 4ma2bathhbo6Yg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:64072 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ne0nQ-0005LS-Db; Mon, 11 Apr 2022 16:38:00 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Philippe SWARTVAGHER Subject: Re: bug#54609: 'guix refresh openmpi' no longer works References: <20220328124925.805650-1-philippe.swartvagher@inria.fr> Date: Mon, 11 Apr 2022 22:37:58 +0200 In-Reply-To: <20220328124925.805650-1-philippe.swartvagher@inria.fr> (Philippe SWARTVAGHER's message of "Mon, 28 Mar 2022 14:49:24 +0200") Message-ID: <87wnfvfja1.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-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 54609-done Cc: 54609-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: -3.3 (---) Hi, Philippe SWARTVAGHER skribis: > `git refresh openmpi` seems to be broken for this package: > ./pre-inst-env guix refresh openmpi > following redirection to `https://www-lb.open-mpi.org/software/ompi/curre= nt/'... > gnu/packages/mpi.scm:194:2: warning: 'generic-html' updater failed to > determine available releases for openmpi Fixed in 2c73e654fe1b39f8cec6082a068a435ca2b7cfd1 by Attila, from . Ludo=E2=80=99. ------------=_1649709542-8087-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 28 Mar 2022 12:49:40 +0000 Received: from localhost ([127.0.0.1]:57490 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nYooW-0000VS-77 for submit@debbugs.gnu.org; Mon, 28 Mar 2022 08:49:40 -0400 Received: from lists.gnu.org ([209.51.188.17]:50992) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nYooU-0000VK-Ij for submit@debbugs.gnu.org; Mon, 28 Mar 2022 08:49:38 -0400 Received: from eggs.gnu.org ([209.51.188.92]:44338) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nYooT-0002WZ-SZ for guix-patches@gnu.org; Mon, 28 Mar 2022 08:49:38 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:54718) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nYooR-0007b0-Im for guix-patches@gnu.org; Mon, 28 Mar 2022 08:49:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=from:to:subject:date:message-id:mime-version: content-transfer-encoding; bh=lUd6FofKDac8qNGWMsdO3djTqbOcdadBfDK9IgQwNsI=; b=nkvI0wcp6I067xd0LVF6tq+UG5aGWNl4xyT5ZgArevB85AKBWg6b2C8y mM1Rfe9gk39RPQ4UomV+GWXiFCizRiXRYgfiQW3z51Fdn38j2sCcBFrz2 bhZxWL+nrHOqn/0XvKyJyk3D4kMMpoBcEkKkENpxh7M/MdCGmqw4Pn8TG c=; Authentication-Results: mail2-relais-roc.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail smtp.mailfrom=philippe.swartvagher@inria.fr; dmarc=fail (p=none dis=none) d=inria.fr X-IronPort-AV: E=Sophos;i="5.90,217,1643670000"; d="scan'208";a="28668905" Received: from unknown (HELO PHSW.bordeaux.inria.fr) ([193.50.110.193]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Mar 2022 14:49:32 +0200 From: Philippe SWARTVAGHER To: guix-patches@gnu.org Subject: Date: Mon, 28 Mar 2022 14:49:24 +0200 Message-Id: <20220328124925.805650-1-philippe.swartvagher@inria.fr> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=192.134.164.83; envelope-from=philippe.swartvagher@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_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: submit 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.3 (/) `git refresh openmpi` seems to be broken for this package: ./pre-inst-env guix refresh openmpi following redirection to `https://www-lb.open-mpi.org/software/ompi/current/'... gnu/packages/mpi.scm:194:2: warning: 'generic-html' updater failed to determine available releases for openmpi The URL in ``` `((release-monitoring-url . "https://www.open-mpi.org/software/ompi/current"))) ``` redirects to a URL containing only the major and minor version, the patch number has to be found in the content of the page. I don't know if something has to be fixed and where (in the openmpi package, or is it a bug from `guix refresh`?). Regarding the update, I looked very quickly at the changelog (https://raw.githubusercontent.com/open-mpi/ompi/v4.1.x/NEWS), and nothing caught my attention regarding the packaging. Tested by building intel-mpi-benchmarks against this new version of OpenMPI, succefuly built. Philippe. ------------=_1649709542-8087-1--