From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id 4DJAEe5exWTBJwEASxT56A (envelope-from ) for ; Sat, 29 Jul 2023 20:48:14 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id YLhJEe5exWQF6QAA9RJhRA (envelope-from ) for ; Sat, 29 Jul 2023 20:48: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 BA182492EF for ; Sat, 29 Jul 2023 20:48:13 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20221208 header.b=VDWD7AXt; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1690656493; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to: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=8F4XEVfJc++4ZguROKxblyvXLlt1LO4uebAj6Dw5CzU=; b=BYctr2IDQSapz/YX0yTs6aoljOCv79Wa/IGsN+FwsR3SKr16j6PWxikka7HEOZQksX6nIa cLzMqfPsO8BlcLiFnFt8xwff+6mPYz+8wQHjB5rqMEDz36odhn8lQJmEk8kKjmaiTALYNk anzn+ShNBMGBZSebU5CPVEQq+OB6hoLefVdxu+sJyfmxJArGTC9wRNId05DwMFjCJoFsUS XnNfeXdXy6XvvyBRQo0gWNg1yMxNHRin1OwZzfdDN2vOrNLZjR+tm9oD58jPlXmFbVvUtG 2xuNEk1CT0USKJCqtb55Yj9j80HGJrhaOKlQ7OHGu06aZVnctlsP57L+Pxb3NQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1690656493; a=rsa-sha256; cv=none; b=sg0Pu9XO7VSzNLvl332Mw9dmesdUaoXKPPOqBk2oFY2tsq+bap/Sl3lbuTGng9VZiWYS1H UZcinoyGFeZni/o6Pem9uaZVr9xf344qj+PVZwX19PAijAu3215s5DOpzNkCaowOSfhSqS 4jparssbIPCEJOWB/j5yEhtTf/hGGkkMj4ofU+5nqn7h2XKwc7Yu7oXJA//lym0w1IlkKf NgF9i8l6Qb0dCxwCN+Ig65DEpJzG6Tj27aWcHQYrP6/1q4oQE228vgYIa5UepXPhlTZQFy xxMJVE+4NpLvPsUxYWPr8mAcaWvtGIW2S4o15kCmc5Re7NOMXlRCQNswO7MteA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20221208 header.b=VDWD7AXt; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qPowI-0005xW-A1; Sat, 29 Jul 2023 14:45:18 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qPow4-0005wf-0v for guix-patches@gnu.org; Sat, 29 Jul 2023 14:45:04 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qPow2-00052U-LP for guix-patches@gnu.org; Sat, 29 Jul 2023 14:45:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qPow2-0008B9-Hu for guix-patches@gnu.org; Sat, 29 Jul 2023 14:45:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#64720] [PATCH] gnu: rust-analyzer: Fix build of rust-analyzer. Resent-From: Liliana Marie Prikler Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 29 Jul 2023 18:45:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64720 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Distopico , 64720@debbugs.gnu.org Received: via spool by 64720-submit@debbugs.gnu.org id=B64720.169065628931393 (code B ref 64720); Sat, 29 Jul 2023 18:45:02 +0000 Received: (at 64720) by debbugs.gnu.org; 29 Jul 2023 18:44:49 +0000 Received: from localhost ([127.0.0.1]:49004 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qPovp-0008AH-7o for submit@debbugs.gnu.org; Sat, 29 Jul 2023 14:44:49 -0400 Received: from mail-ed1-x544.google.com ([2a00:1450:4864:20::544]:54486) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qPovn-0008A2-BV for 64720@debbugs.gnu.org; Sat, 29 Jul 2023 14:44:47 -0400 Received: by mail-ed1-x544.google.com with SMTP id 4fb4d7f45d1cf-5221b90f763so4394768a12.0 for <64720@debbugs.gnu.org>; Sat, 29 Jul 2023 11:44:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1690656281; x=1691261081; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:to:from:subject:message-id:from:to:cc:subject:date :message-id:reply-to; bh=8F4XEVfJc++4ZguROKxblyvXLlt1LO4uebAj6Dw5CzU=; b=VDWD7AXtc9kp7z1rTtbaij8mH0aoHW+cOJ50nKnIXZBiDij+2SJzfzIQ8vFc0rT9mF XiE2YCyEVOUCFLmc43l7+eiYX6+5bK7m7TOTgJMJlTrzvv38I97fF/yPjFlSnOc+3wxN w4Svxki2glsbTmYNhy+9HkoghJm5ktoDxOfKDYd/oLF7rsUXCLfGqSStFXNyvj9R69qd 8DjSxkGRz5DSJfbIEqn6RAStghhgV2veqMbioGhbmdbrRrdpcyYEKSi5ePhW4ERsJETl gsvdMdLgonB99oWhIsJGsEtEenGa79WvbvZoFjXWbw/68q8lDcvfZefwD40efEHOdWwP 2oUQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1690656281; x=1691261081; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:to:from:subject:message-id:x-gm-message-state:from :to:cc:subject:date:message-id:reply-to; bh=8F4XEVfJc++4ZguROKxblyvXLlt1LO4uebAj6Dw5CzU=; b=epV9crNg3qbLvaT5M6l4tSkVzgpzRLj1IMBgBLiZbV/GFWUEg6OzFxJJm+x9GIN7Y2 1SJ7I5aJX62GcS7XZ1lDK5QxD4x9AhBN5ymm4H8sCGHhhZpS+WKw6Z6fQ3cfNOSBMjkU yrlPE+6yvRyVqaDSg99QSXnOHP3E2C8yK4HF32zBgim9vqLZTZFmgICdy8aGqMfNvPau o/Bp0pY2pwGz3DPT0Tbyf10EvasJOsSQaGAX5WWHIBU0pi2FqsAehHQ2Z+buP3P2XWei racGEo2/g+IBJbuiq0T7rCUf1JDsKZGbL/cU5A7r4a9OUkVM/q7Jc6GFigLqRr5IaV2j RWEQ== X-Gm-Message-State: ABy/qLZ6Hr/zNwJWaTuoCElZifFlV+JT6bwMW8XsiE7PpcG2NT1rvGpB oHunOiHvJNbZHVk/FzyGcbs= X-Google-Smtp-Source: APBJJlETTsJPlM1DzXw3YiNT1tM/eis9W7om0kL7nCkIjd9WlCuDLZsriEL4PMZbJJ0vxJPtvrXMOg== X-Received: by 2002:a17:906:18:b0:99b:504d:d9c7 with SMTP id 24-20020a170906001800b0099b504dd9c7mr2981485eja.67.1690656281261; Sat, 29 Jul 2023 11:44:41 -0700 (PDT) Received: from lumine.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id mf25-20020a170906cb9900b0099251a40184sm3593038ejb.99.2023.07.29.11.44.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 29 Jul 2023 11:44:40 -0700 (PDT) Message-ID: <712b78e8a1d4ca99fa1aa2efc5d0220907f19b96.camel@gmail.com> From: Liliana Marie Prikler Date: Sat, 29 Jul 2023 20:44:39 +0200 In-Reply-To: <20230719022804.19613-1-distopico@riseup.net> References: <20230719022804.19613-1-distopico@riseup.net> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Scanner: mx2.migadu.com X-Migadu-Spam-Score: 4.36 X-Spam-Score: 4.36 X-Migadu-Queue-Id: BA182492EF X-TUID: TwRCK19XgpCJ Am Dienstag, dem 18.07.2023 um 21:26 -0500 schrieb Distopico: > Fixes build of rust-analyzer version 2022-01-10 that requires pined pinned > version of rust-notify which is `rust-notify-pre.13`. >=20 > I'm working to update `rust-analizer` to 2023-07-17 but it require > add more Please stick to one spelling of rust-analyzer. Also, comments that shouldn't end up in the commit messages go below the "---" line. > packages and update other, it's a WIP but for now this is just to fix > the build. >=20 > * gnu/packages/crates-io.scm (rust-notify-5-pre.13): New variable. > * gnu/packages/rust-apps.scm The ChangeLog here is incomplete. Also, I'm pretty sure this would be a two-patch series. > --- > =C2=A0gnu/packages/crates-io.scm | 13 +++++++++++++ > =C2=A0gnu/packages/rust-apps.scm |=C2=A0 2 +- > =C2=A02 files changed, 14 insertions(+), 1 deletion(-) >=20 > diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm > index f9574e2797..5dd9e0d349 100644 > --- a/gnu/packages/crates-io.scm > +++ b/gnu/packages/crates-io.scm > @@ -38927,6 +38927,19 @@ (define-public rust-notify-5 > =C2=A0notification library.") > =C2=A0=C2=A0=C2=A0=C2=A0 (license (list license:cc0 license:artistic2.0))= )) > =C2=A0 > +(define-public rust-notify-5-pre.13 > +=C2=A0 (package > +=C2=A0=C2=A0=C2=A0 (inherit rust-notify-5) > +=C2=A0=C2=A0=C2=A0 (name "rust-notify") > +=C2=A0=C2=A0=C2=A0 (version "5.0.0-pre.13") > +=C2=A0=C2=A0=C2=A0 (source (origin > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 (method url-fetch) > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 (uri (crate-uri "notify" version)) > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 (file-name (string-append name "-" version ".tar.gz")) > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 (sha256 > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 (base32 > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0 > "0za8mpacxkr62fii5h7ny4h396y0m8myd3hf08njqdg2h21kap94")))))) > + LGTM, but idk anything about rust. > =C2=A0(define-public rust-notify-4 > =C2=A0=C2=A0 (package > =C2=A0=C2=A0=C2=A0=C2=A0 (inherit rust-notify-5) > diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm > index 8c29969712..0571af498c 100644 > --- a/gnu/packages/rust-apps.scm > +++ b/gnu/packages/rust-apps.scm > @@ -1775,7 +1775,7 @@ (define-public rust-analyzer > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ("rust-memmap2" ,rust-me= mmap2-0.5) > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ("rust-mimalloc" ,rust-m= imalloc-0.1) > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ("rust-miow" ,rust-miow-= 0.4) > -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ("rust-notify" ,rust-notify-5= ) > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ("rust-notify" ,rust-notify-5= -pre.13) > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ("rust-object" ,rust-obj= ect-0.28) > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ("rust-once-cell" ,rust-= once-cell-1) > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ("rust-parking-lot" ,rus= t-parking-lot-0.11) Same here. Cheers