From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id iPuQJ7JIdGJbZwEAbAwnHQ (envelope-from ) for ; Thu, 05 May 2022 23:59:14 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id uJi0J7JIdGLjPgAA9RJhRA (envelope-from ) for ; Thu, 05 May 2022 23:59:14 +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 553DB2C187 for ; Thu, 5 May 2022 23:59:14 +0200 (CEST) Received: from localhost ([::1]:45644 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nmjVB-0004pT-IL for larch@yhetil.org; Thu, 05 May 2022 17:59:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:57806) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nmjV0-0004pD-SJ for bug-guix@gnu.org; Thu, 05 May 2022 17:59:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52790) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nmjV0-0008KN-Jv for bug-guix@gnu.org; Thu, 05 May 2022 17:59:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nmjV0-0001G3-Jx for bug-guix@gnu.org; Thu, 05 May 2022 17:59:02 -0400 Subject: bug#54942: Can't run guix upgrade when a package is installed with the --with-git-url transformation Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Date: Thu, 05 May 2022 21:59:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 54942 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: SeerLite Cc: 54942-done@debbugs.gnu.org Mail-Followup-To: 54942@debbugs.gnu.org, ludo@gnu.org, seerlite@nixnet.email Received: via spool by 54942-done@debbugs.gnu.org id=D54942.16517879104790 (code D ref 54942); Thu, 05 May 2022 21:59:02 +0000 Received: (at 54942-done) by debbugs.gnu.org; 5 May 2022 21:58:30 +0000 Received: from localhost ([127.0.0.1]:46686 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nmjUU-0001FC-9O for submit@debbugs.gnu.org; Thu, 05 May 2022 17:58:30 -0400 Received: from eggs.gnu.org ([209.51.188.92]:36212) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nmjUT-0001Es-7A for 54942-done@debbugs.gnu.org; Thu, 05 May 2022 17:58:29 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:33356) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nmjUN-0008Dx-CR; Thu, 05 May 2022 17:58:23 -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=PsNomBX+Hm/bvpRVjpLRdb5i9pa9zVi2zfMk2YV/nsM=; b=j7Wx7lL/0tYpK/ieoVz0 XUKWHS26oj9w9yM9XsdN0WEjLwU7Exgg8ySiY4XPADsTdaVKum1zoGTTpYfd/tqymTmwe2T77x/Zg CSxw2EY1jCwQTztfb1kiGV+OCGyk5ogggYZE+7DI96K3SNEe5fZA+eM5M0vQYkMqeIMKXERzcb9tR FqtwMZbfFqXzWMYHCYSS+QpsWD0qWdFRnCV21Tbnr0M7gR7bCjowvub0aZkKjkwIzuqanpNq3Sfet N/aIsP5YKLNC+nBBuBl6k2KNy1CEWgr68guRHHRD4+oiCDZm14myX96+8YM5GNgGUbvdF9bPE+GgJ yyMvZU6cyV1RoA==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:64537 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nmjUM-0001Y6-Vu; Thu, 05 May 2022 17:58:23 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <55a97413-14a1-fbca-2c55-73b6e3782b47@nixnet.email> <87fslwakf2.fsf@gnu.org> Date: Thu, 05 May 2022 23:58:21 +0200 In-Reply-To: <87fslwakf2.fsf@gnu.org> ("Ludovic =?UTF-8?Q?Court=C3=A8s?="'s message of "Fri, 29 Apr 2022 00:54:25 +0200") Message-ID: <87ilqj63r6.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: , 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=1651787954; 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=PsNomBX+Hm/bvpRVjpLRdb5i9pa9zVi2zfMk2YV/nsM=; b=YQoictl/HuduMWHMJBvrVkS4S+8KL9ImKHolensY0/z2BDMQIFPd7Or093VUnyiOK4HZiP m6Ada9DAMrBMRjrkaFblaFOBQZuH/pBqln+op0mZNUP+71h0HMEL+gSk3mgR0wn1RIsgxJ yhCLgGcQ8IwsKxVbfIm2nLBsX+eoS500aepXPF8ey/DcTJ5eUIjr3hC5WE2YfbL068DVo3 w4OCjmUfRJ2x6QIiqhqYdMu36Rl41BWXWrglOHJAdafWBH9Gq5wM/AVT1jJlsbcg9bhGnK zjEO6b5IK87t25Y8W0ZmeYC7ahB+9t3icxQ26Lnl48MNF2la+nY6x6cYMbXDlA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1651787954; a=rsa-sha256; cv=none; b=qf0RPlTPHQhjIt27wmgCIywX+85K/gybwzdbJiJ55mpUmYHTTzg8RSYiWfvzJg9XK1ioX5 c+M5dOWYOanP1c/SwXNH62/t4WoYh6Zhjjfy2y1ivXVdGVGB030BF/NrAWQVNP/RgG3TwV OsqvfHyl6Ag0tJhNrhArKR4dLzXKqXNpYwznNiqYbENwEYaeVoirgc/3ArsC+m2JQ4wc8l LwnaDG05BDpc62QCKYNU0X/O4YqD5wa9lmHbPMnlOe1QtjpTl5Ig0dHSmk/Hc+1jfXnU3f Hv6130pP461KPGZ7o8R038evG6Z8wd5cZJvTKn+WumMWUHxo3Wesh6NI8fgH+A== 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="j7Wx7lL/"; 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: -4.19 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="j7Wx7lL/"; 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: 553DB2C187 X-Spam-Score: -4.19 X-Migadu-Scanner: scn0.migadu.com X-TUID: 19DnkQUtfavu Hi, Ludovic Court=C3=A8s skribis: > SeerLite skribis: > >> I installed a package with --with-git-url and --with-branch to my profil= e: >> >> guix install kakoune >> --with-git-url=3Dkakoune=3Dhttps://github.com/mawww/kakoune.git=20 >> --with-branch=3Dkakoune=3Dbreaking-cleanups >> >> However, now I can't run `guix upgrade`. I get the following error: >> >> guix upgrade: error: the source of kakoune@2021.08.28 is not a Git >> reference > > [...] > > Maxime Devos skribis: > >> I guess the problem is that 'with-branch'/'with-commit' come before >> 'with-git-url' in >> >> (untested!). > > My guess is rather than the profile records (or replays) transformations > in the wrong order: I believe this is fixed by 0f024554e63a49e20c2a7a67e928073c266bf5c5. Please let me know if anything=E2=80=99s wrong! Ludo=E2=80=99.