From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id 0GMMM1WZOGK1EgAAgWs5BA (envelope-from ) for ; Mon, 21 Mar 2022 16:27:17 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id iDYBLFWZOGIGDwAAG6o9tA (envelope-from ) for ; Mon, 21 Mar 2022 16:27:17 +0100 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 61A97121DC for ; Mon, 21 Mar 2022 16:27:17 +0100 (CET) Received: from localhost ([::1]:59290 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nWJw9-0002B0-7y for larch@yhetil.org; Mon, 21 Mar 2022 11:27:16 -0400 Received: from eggs.gnu.org ([209.51.188.92]:39784) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nWJpD-0004MN-La for bug-guix@gnu.org; Mon, 21 Mar 2022 11:20:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:43989) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nWJpD-0004Y4-CD for bug-guix@gnu.org; Mon, 21 Mar 2022 11:20:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nWJpD-0002Fc-7g for bug-guix@gnu.org; Mon, 21 Mar 2022 11:20:03 -0400 Subject: bug#53496: guix pull from 1.1.0 --> 29091731a0c6cb649cdfd72297575fe2bb2a9591 fails Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Date: Mon, 21 Mar 2022 15:20:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 53496 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Maxime Devos Mail-Followup-To: 53496@debbugs.gnu.org, ludo@gnu.org, kangus@gmail.com Received: via spool by 53496-done@debbugs.gnu.org id=D53496.16478759968621 (code D ref 53496); Mon, 21 Mar 2022 15:20:02 +0000 Received: (at 53496-done) by debbugs.gnu.org; 21 Mar 2022 15:19:56 +0000 Received: from localhost ([127.0.0.1]:37884 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nWJp6-0002Ez-1y for submit@debbugs.gnu.org; Mon, 21 Mar 2022 11:19:56 -0400 Received: from eggs.gnu.org ([209.51.188.92]:34006) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nWJp4-0002Em-Ek for 53496-done@debbugs.gnu.org; Mon, 21 Mar 2022 11:19:54 -0400 Received: from [2001:470:142:3::e] (port=44126 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nWJoz-0004SM-8t; Mon, 21 Mar 2022 11:19:49 -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=F4zIb3IcwqjxNG7WhYkTVjCQRBrK21AEjPg+KObZL8I=; b=jAJtAR1G9wL9VxSccQZ1 wKUIXM4D3VmOGTd/plv5ckRVCk/2HvJxcDFacRrlmgX0LG7AX11R+RbEhs4wXqKVkkMTeLHjbw3qh mYzcJhvzGeUPuUIEbOQQeevAMzXd2orzVhn40kumb41y+YrQV7fY+eO4qCq+uYVl+aYUlPVgiuo/y 5EMkzVA6wlimk/gsTXVNfUvGSgXYi+z07IE66aTQIwBdkDD848SVOxzuFZ3acDreqCztej/ACJPF8 ek/naFCs8YaFGzm5AlhL7PHj6/HuM6buSRT+p3lyr0n8rlZ+ch9YwDALixu3M4BCQXc1gm8HWIUy5 2XpEUiSO15+dww==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:64416 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nWJoy-00067x-Nx; Mon, 21 Mar 2022 11:19:49 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <861ffd27bf4ada1dd6c1d37208d818b3df83e0cd.camel@telenet.be> <0d089b384be80e404ade7f9cf1647432aa1877f1.camel@telenet.be> <63a594ce58660df56b8a9437f4be00e438ceb295.camel@telenet.be> <8a7f6754a266ee4f1c91cac87b96a877de0fb2af.camel@telenet.be> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 1 Germinal an 230 de la =?UTF-8?Q?R=C3=A9volution?= 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: Mon, 21 Mar 2022 16:19:46 +0100 In-Reply-To: <8a7f6754a266ee4f1c91cac87b96a877de0fb2af.camel@telenet.be> (Maxime Devos's message of "Sat, 19 Mar 2022 23:58:13 +0100") Message-ID: <878rt3jpt9.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-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: , Cc: 53496-done@debbugs.gnu.org, Peter Kois Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1647876437; 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-to: 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=F4zIb3IcwqjxNG7WhYkTVjCQRBrK21AEjPg+KObZL8I=; b=JMQyJlVCVcHA8erCGiUNLP0/1pJpdbeal1MANDeyRYfWj4ltAqGWV25hqws3Ym3cjJNZ4c rtPh724PoOc0BG9+2pvZ1nOHddFM6OfBP/y+Du2/WdFbtlTXsC9B91Q07ECiZkyBSnQGSP y+YQBNT6Pupvwyb/ylXU6kH+nkHlU0JZJYyS+oojhx2ayU1lOtm2ORdB6UC8AYsOuIWxrz 6N2yIS8pW/d6a3cyr8kHJzWfN0oPiBefBVqM+7LclGZFKvQXgkuXUeojqXL0/nKddOoub9 IG00gwHyRiUPejsaj5IRw0B2E3BGubRUjt6AUmhEeV/CwVH+Nk9I+dqgMeXLeg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1647876437; a=rsa-sha256; cv=none; b=Bcyo2nNnpGDh831Cgvpgy7+Tw7aLuBfEONTkCBHs5f5HhquBogQFQZBPtP1Ghd8tLxaYxy RQDcClf1K/oErj4f0wRCM+lZk9TsaNcwR9xtRudY/LJRK3ckh1uDGr7sezTYk25XKS5+XP swI3CfTMMTrtFZDhtYKsOZfmckfzIvbS1fleZ9aSG/yLa5BXmmcjtCXGtq0iQPFNn1iuv4 f/GgfbfLyxj2kVSgjB1NJc0PdXZdPqubBgvhA8lEKeM1dO7GfF6ASZFXUbFkffGQBsAaEK V7QPZuK9E3hVP959OMz/5KIS0R6WcYn/5HFp07Enby1m2t+Ij5p1axGLb5ppgg== 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=jAJtAR1G; 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: -3.82 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=jAJtAR1G; 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: 61A97121DC X-Spam-Score: -3.82 X-Migadu-Scanner: scn1.migadu.com X-TUID: +PX/l40sRZQB Hi, Maxime Devos skribis: > From f9a53bb4bccb55bb6d0f55daed778ee86eb50f5e Mon Sep 17 00:00:00 2001 > From: Maxime Devos > Date: Sat, 19 Mar 2022 22:39:33 +0000 > Subject: [PATCH] packages: Fix time-travel from Guix 1.1.0 / Guile < 2.2.= 7. > > * guix/packages.scm: Only set #:replace? #true when Guile is >=3D 2.2.7. > > Fixes: > Reported-By: Peter Kois Woow, great investigative work! I=E2=80=99ve applied the patch now. I=E2=80=99d really like to have that tested in continuous integration=E2=80= =A6 Thanks! Ludo=E2=80=99.