From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id oNS9HaCliV+IUgAA0tVLHw (envelope-from ) for ; Fri, 16 Oct 2020 13:52:32 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id CD98GaCliV87BAAAbx9fmQ (envelope-from ) for ; Fri, 16 Oct 2020 13:52:32 +0000 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 6A3039403CA for ; Fri, 16 Oct 2020 13:52:31 +0000 (UTC) Received: from localhost ([::1]:46150 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kTQ9m-0005Hj-9Q for larch@yhetil.org; Fri, 16 Oct 2020 09:52:30 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35912) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kTQ9J-0005BW-2F for help-guix@gnu.org; Fri, 16 Oct 2020 09:52:01 -0400 Received: from mail-wr1-x433.google.com ([2a00:1450:4864:20::433]:43520) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kTQ9H-0003yc-9D for help-guix@gnu.org; Fri, 16 Oct 2020 09:52:00 -0400 Received: by mail-wr1-x433.google.com with SMTP id g12so3001347wrp.10 for ; Fri, 16 Oct 2020 06:51:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:in-reply-to:references:date:message-id :mime-version:content-transfer-encoding; bh=1YNUNR9kEYbaQxr0gPJib16T56aBQLUKjyl47mOrEGc=; b=IWoWbKnxjRKocPlHcYoIUgQFjnZDaEesUPIpBzxe8mcwJC8AqSOmQlKJdh2dlfbADN CqEOhDeTl7GylENQ0UceLal4wJq0CclW+PGHrLubACqn6kLpwWRSGSaZHMxVrm5Jaqbg MtPF7+EDPdT2HjgGdJU0AZK0Upoqh3viBPXpqP95yEEJmZXuUuhAKtcen+72XIGhWAFV RId1S6z8qgmQsv3Wo2Th3VxpS8AHrGcwtwuqpV0msjqVOPIjrdBG9xc2rBfxP7qVXv0h 87wmq9Vkkmk/H5vUIg7d4Uk6pikgSMZJ0wDNLqpuH97+qJRDLf6eRHIpa3xTdx+rRiKJ ObVg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:in-reply-to:references:date :message-id:mime-version:content-transfer-encoding; bh=1YNUNR9kEYbaQxr0gPJib16T56aBQLUKjyl47mOrEGc=; b=o65ZnvjIbSTFY5g7qHeiDbDjyMG38sppKdQDypnl6ClXO/db1bx9LTyqNHUGUDCXD2 AJtTcby0q+HiJX//Nkjo/NZXOjuHMX0a1XZ+nmORkzg6pGPRLjo1hhzMBSrj+EMTfNgm vqFbuYhFBQd+kQsKp1VeDpWaFnPQWbFE1wLZfPQEIQKqfLOtXSFq7oGgtefv58XBmHLQ N+IOCEyM1eqSBTjIOOrNulkrT6STN6Jkt0qm1g5oIoP/JmoDUyp6j5Zaq8raUEuAvkwn 9Jh8Pt53Ljotc6CA0iz/mTJVfxiAeAWMUVJXQq2AYI3/+No1A7DiRyrUYQ89ScOTdZxL 3NXQ== X-Gm-Message-State: AOAM531oyZOlz+SyOn+VPqNUhCdZ7cALeWJnOYBaIGryNtJ6sI030Fxh zqKCDtQpxtd6lt43fW9SXremfaqLcao= X-Google-Smtp-Source: ABdhPJxNwIAqUtwbVPBg3aSaATRbhE1JIc/jUxeO9NX7heHyzF1FZUHecFefH9JrX4Nd12dhFuLdHA== X-Received: by 2002:adf:dd46:: with SMTP id u6mr4089344wrm.295.1602856317430; Fri, 16 Oct 2020 06:51:57 -0700 (PDT) Received: from lili ([2a01:e0a:59b:9120:65d2:2476:f637:db1e]) by smtp.gmail.com with ESMTPSA id a7sm2897468wmh.6.2020.10.16.06.51.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 16 Oct 2020 06:51:56 -0700 (PDT) From: zimoun To: Tobias Geerinckx-Rice , Zelphir Kaltstahl Subject: Re: guix import error In-Reply-To: <87d01ibbo3.fsf@nckx> References: <87d01ibbo3.fsf@nckx> Date: Fri, 16 Oct 2020 15:51:55 +0200 Message-ID: <86o8l2z3b8.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=2a00:1450:4864:20::433; envelope-from=zimon.toutoune@gmail.com; helo=mail-wr1-x433.google.com X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: help-guix@gnu.org Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=gmail.com header.s=20161025 header.b=IWoWbKnx; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Spam-Score: -0.21 X-TUID: VoPUFC5qk9wK On Fri, 16 Oct 2020 at 14:25, Tobias Geerinckx-Rice wrote: > Unfortunately so. It would be great(TM) if PACKAGE[@VERSION] were=20 > standard. Each importer could handle it properly (e.g., by=20 > turning it into "/") or return a friendlier =E2=80=98the foo importer doe= s=20 > not yet support versions=E2=80=99 error. > > I don't have the time, but this sounds like a good=20 > intermediate-level hack for someone who does :-) Since we are lacking =E2=80=9Ceasy=E2=80=9D bug for first contribution, I o= pened this: and tagged as =E2=80=9Ceasy=E2=80=9D. All the best, simon