From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id KLkVIlWrPGPNXAAAbAwnHQ (envelope-from ) for ; Tue, 04 Oct 2022 23:53:25 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id 2C87IVWrPGNAZwEAG6o9tA (envelope-from ) for ; Tue, 04 Oct 2022 23:53:25 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D375F416EA for ; Tue, 4 Oct 2022 23:53:24 +0200 (CEST) Received: from localhost ([::1]:40462 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ofpqs-0004sb-HY for larch@yhetil.org; Tue, 04 Oct 2022 17:53:22 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43844) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ofpRP-0007kQ-1F for bug-guix@gnu.org; Tue, 04 Oct 2022 17:27:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56278) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ofpRO-0006oz-OV for bug-guix@gnu.org; Tue, 04 Oct 2022 17:27:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ofpRO-0000J0-Jl for bug-guix@gnu.org; Tue, 04 Oct 2022 17:27:02 -0400 X-Loop: help-debbugs@gnu.org Subject: bug#42162: gforge.inria.fr to be taken off-line in Dec. 2020 Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Tue, 04 Oct 2022 21:27:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42162 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Maxim Cournoyer Cc: 42162-done@debbugs.gnu.org, Timothy Sample , zimoun Received: via spool by 42162-done@debbugs.gnu.org id=D42162.16649187981130 (code D ref 42162); Tue, 04 Oct 2022 21:27:02 +0000 Received: (at 42162-done) by debbugs.gnu.org; 4 Oct 2022 21:26:38 +0000 Received: from localhost ([127.0.0.1]:55354 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ofpR0-0000IA-Gi for submit@debbugs.gnu.org; Tue, 04 Oct 2022 17:26:38 -0400 Received: from eggs.gnu.org ([209.51.188.92]:35604) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ofpQy-0000Hw-9x for 42162-done@debbugs.gnu.org; Tue, 04 Oct 2022 17:26:37 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:44348) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ofpQs-0005MG-R7; Tue, 04 Oct 2022 17:26:30 -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=jSG3YgacjVKCFUTKPR1uOGLgKqLV0qVlJlcn5XcGRO8=; b=muSGTuYM1eTeSWSJj8JV Ua3/OGLgM4ANK1ZcCC7cbYbdrABY3KRsZ5/OXLDqs0nDsnyE7eINRqYcrSd8U2Cc5uPBHRKkJhQzE L6IMdNGx9ZWKUt/qhLJxlXe0PyK7eCb1TcNqeBi9liPx6nazQ9jTt/hMWCfYCNHkPOEfMX49Zl5oU 61IVQO8JqoxFj+K5+yRMcm2uRftkD/S9MfSfdWbh8CvTKEI8pwAP4VZLLSE8sRbiWlNGa7bQ6zpgL NJu7b1/R0HGBlCH6FS3b+fcYbUhgPRnoaaHnSAspYXCSmANfC077ZdhoCpnmYLqzihtM9jWnEa/2p 4Vg9swvmVVn7qA==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:56068 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ofpQr-0001Uv-9H; Tue, 04 Oct 2022 17:26:30 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87mu4iv0gc.fsf@inria.fr> <86h7uq8fmk.fsf@gmail.com> <87d05etero.fsf@gnu.org> <87r1tit5j6.fsf_-_@gnu.org> <875za4ykej.fsf@ngyro.com> <87bljvu4p4.fsf@gnu.org> <87d047u0l3.fsf@ngyro.com> <87wo2dnhgb.fsf@gnu.org> <874kpgudic.fsf@ngyro.com> <87pn4ucy94.fsf@gnu.org> <87y2jint6k.fsf@ngyro.com> <87eel983u0.fsf@gnu.org> <87o7uzow93.fsf_-_@gmail.com> <87edvu30vo.fsf@gmail.com> <87leq29qej.fsf@gnu.org> <87edvtmuav.fsf@gmail.com> <871qrt2h80.fsf@gmail.com> <878rlxj5ml.fsf@gmail.com> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Tridi 13 =?UTF-8?Q?Vend=C3=A9miaire?= an 231 de la =?UTF-8?Q?R=C3=A9volution,?= jour du Potiron X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Tue, 04 Oct 2022 23:26:25 +0200 In-Reply-To: <878rlxj5ml.fsf@gmail.com> (Maxim Cournoyer's message of "Mon, 03 Oct 2022 11:20:34 -0400") Message-ID: <87fsg3th4u.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1664920405; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=jSG3YgacjVKCFUTKPR1uOGLgKqLV0qVlJlcn5XcGRO8=; b=AmrM2PCjUvdD1HxuNXcP8D39a2E2RVBJFURQ1umc4NXyhIeZTr4lDpJebd7FVQNWrTMCFv ocEmtL91ShyU53gGrqqRkkq5jMeYdUoLvvCPOMcGHccuzWOWeZ5YTl/1lOl5KIlKjYPT/b 6vAvXqOS6UgB73AWre2jBlIwOl2QNzT40hCGKc7RpNQlrU5xHC4EuMMvNz31QtXkzTS42f CM0WROipJIoqlQnfaDrrTVPJLsd8lPQaYctkzKsfqINfRPsrROAKayE+C5OPyjEzT6grMO TLe0Zkb6Qc58CTUUoxxpUguVUCvzQC2HEVYr/H+f9ZBxE2hlEH0V8tTmkK9Wag== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1664920405; a=rsa-sha256; cv=none; b=YNKIsr8Wc4w6z+ETyOtAjzq6JLT3plVdQ0hq2pzjeGFYDI45xrhZrN3ivtgEMWhe38ZMeW hK0bcOh81DZznaDbqQ/zTD60qipiDe9B9RjYOMQNZ1qlO3LNb8TTSHUPiIwHr7zRNDca1f k5UR3tQuTo777lfyWyzfPJON3Ts3EDeC9bcG8LNfDDUY5o5tZHeyAs6nEOpKyIzA5TR69s rx+MM5KvnGCsFqC/P4QEpnUn0RAzn2wAgGWsf/Zyl9WWlLOToEyzGgcAj8t7SJ+OA3YDPN WiP2ozB6ZQaNI6yUiCWB221LQ3V0gNg1T6Y0gYMui2KwHHZkZ0jqOTaZodV5Eg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=muSGTuYM; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -2.16 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=muSGTuYM; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: D375F416EA X-Spam-Score: -2.16 X-Migadu-Scanner: scn0.migadu.com X-TUID: Cq7o5jUyqfv7 Hello, Maxim Cournoyer skribis: > zimoun writes: > >> Hi, >> >> On Thu, 29 Sep 2022 at 23:10, Maxim Cournoyer wrote: >> >>> Wholly agreed, this thread is already too long and the original problem >>> was fixed. Closing. >> >> I disagree, the original problem is not fixed; as I explained. Well, >> since you consider it is, please also close the related patch#43442. > > Oh, from Ludovic's answer, I thought that the original issue had drifted > to tangential problems; apologies for drawing the wrong conclusion. Sorry for the misleading comment. > I've now migrated the remaining packages off gforge.inria.fr; see the > commits ending with 06201b76e5ef811245d627706c90117a0e9813d4. Woow, you rock!! (Would be nice to check Disarchive coverage of the previously-used tarballs, to see how good we=E2=80=99re doing.) > I tried to update ocaml-dose3, but aborted that effort, since it'd > require packaging ocaml-parmap: Something for the OCaml team! :-) Thanks, Ludo=E2=80=99.