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 ms0.migadu.com with LMTPS id qNiZOvmM4GFdpgAAgWs5BA (envelope-from ) for ; Thu, 13 Jan 2022 21:35:05 +0100 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 cO1LM/mM4GHXAgAAG6o9tA (envelope-from ) for ; Thu, 13 Jan 2022 21:35:05 +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 65B0A31867 for ; Thu, 13 Jan 2022 21:35:05 +0100 (CET) Received: from localhost ([::1]:51816 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n86oK-0000Tk-J1 for larch@yhetil.org; Thu, 13 Jan 2022 15:35:04 -0500 Received: from eggs.gnu.org ([209.51.188.92]:47690) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n86kD-0006Ik-Ob for help-guix@gnu.org; Thu, 13 Jan 2022 15:30:50 -0500 Received: from [2607:f8b0:4864:20::d2f] (port=34359 helo=mail-io1-xd2f.google.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1n86kC-0005rU-Cq for help-guix@gnu.org; Thu, 13 Jan 2022 15:30:49 -0500 Received: by mail-io1-xd2f.google.com with SMTP id z19so4334616ioj.1 for ; Thu, 13 Jan 2022 12:30:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=4JXa0cWsdq+6HfpgEAbXTctUGF4IVBA5Xz+X6R8cZbQ=; b=QBycmkL+GEWjS4xlb97UHkpyu9ML6ma979bMj36kpbOnWBEJIeGBkOEUCWGx7IR+Hn 7GpC0KgPwh7wWSlxqJaOgoyNHUt0TXs4GqsfCyu4VCAlUnfVkyOF24SZ9Nas6lXic0Jt sNDBAuKcWYGj1yauMkF9YYDM+bGerdg8wPDmiWPWJIcHZ8fKz3crK0KOaFdK4Klwvmbu KtR4DKBGCskM636i5qNmu6TdFnUIOe9qPGziGRUyORVTwimreT07UmN6+F7+2vuXKbOm fYDAlvIg8gRE+o+agbvUXf+eWHRul2PWh78AkC3KWNQLw3+JvaKnHzibq+d4OPAP8ivX guYQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=4JXa0cWsdq+6HfpgEAbXTctUGF4IVBA5Xz+X6R8cZbQ=; b=6VfXVYy3Vguvu/w9P0E0hgaunQfOsyH/2jFsmH5XYjMczrXsOKQKJcD55MVvlBionD 7sJnlZi8B5/7dAcHYky6RXFpYS9uXS1puSG8gw6qRfkOUsEoU34uTWbib1MxNgOkZJpr aBYU08nujvFFZ08S1aKceD2Kb6Z4CRc7CQ2w7wkAkU46fuuKZ0twyBlIDw1thLFKVmF3 zT3+/p60xqp2gOUz+8jlLitwdFoBuus7y/kIkrvHZVNzM+7UPJ5GpjYlgtUTk7Y7HeWw AzHhVrg3x4QGp8DAM17jwwXm3tVOgUXo9e1buxkWukzICz5GH8PlH1h8x8KItA+hVKsl EPZA== X-Gm-Message-State: AOAM530Et6EguKA5uG6XZ3LuXwMjG+MtW2lSw8MtGBTs2HDY+ne1TFR+ 5EtToeP1AGddFyks28Yf8JSF5sMhNfZ0kg== X-Google-Smtp-Source: ABdhPJxPFE40o++QkNhN3RohWR3pes2q52S1zknFrdLUZekhU9yBm5dAGwxaE7zTSS7s0GN4SueXzQ== X-Received: by 2002:a05:6602:2d44:: with SMTP id d4mr2961369iow.84.1642105846377; Thu, 13 Jan 2022 12:30:46 -0800 (PST) Received: from hurd (dsl-152-155.b2b2c.ca. [66.158.152.155]) by smtp.gmail.com with ESMTPSA id x15sm3616611iow.7.2022.01.13.12.30.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 13 Jan 2022 12:30:45 -0800 (PST) From: Maxim Cournoyer To: Gary Johnson Subject: Re: emacs-shroud package appears to be out of date References: <87ee5kq05e.fsf@disroot.org> Date: Thu, 13 Jan 2022 15:30:44 -0500 In-Reply-To: <87ee5kq05e.fsf@disroot.org> (Gary Johnson's message of "Thu, 06 Jan 2022 11:46:02 -0500") Message-ID: <87bl0fz8cr.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Host-Lookup-Failed: Reverse DNS lookup failed for 2607:f8b0:4864:20::d2f (failed) Received-SPF: pass client-ip=2607:f8b0:4864:20::d2f; envelope-from=maxim.cournoyer@gmail.com; helo=mail-io1-xd2f.google.com X-Spam_score_int: -12 X-Spam_score: -1.3 X-Spam_bar: - X-Spam_report: (-1.3 / 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, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.29 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-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=1642106105; 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:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=4JXa0cWsdq+6HfpgEAbXTctUGF4IVBA5Xz+X6R8cZbQ=; b=aJluwU6HXSDH7vvuvHOnCeM/lyIHVLe2Wdz26RUtxsYWBraMCx3rINeQ5gfLUJtFOc9RwV +CyPf6W1lrWQFXcR0WApggV9AlzybdaU2ursr8gBfpg+X0zNzOhusAg+ukWCy+Q9ZQ498J U9Fm9t9ZvPt3okOAisQuAlImjZSq+O5WjsbZ7uNOIrDXFjikXtNelaMA5eMMTTVLkAF4de Te26do4BIvSHObkULiokXRcLPnRCjteRpiBp37ojB1+Wa5wHcsmynZlyvVLEqPFiW8FS4d xkSypKJIHraFaqBAbRWncCg2lyDvSGQiSA70WsXYg3K7tkSw+UAwNteyOTwr/g== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1642106105; a=rsa-sha256; cv=none; b=VaaAtt+BsxHzkqD2+zrPYTzhM8oH1XpTG5XeJG9FmKwJjnmPmvEPUrxFJ5BDoQ2rTzCSgW 654TW5lhEnu5chV8uUbQCdw/vlQy3RjZZCv4daY3kir2IoXwVj9x4ShMxXt+x7Q/ORbtkf AHex/QZq+96DzY2+4iR6SKqQAvV/M/UBJBwSpude5Izt0egsUiluAIDUi1ZJ2J7K3eHfjF vCMrsyEvhRZFbLRzWVyX+xWkc42mDcLPH283mAvZmZ1xttUSrH6nYNPzwHutafoCYYcaAg 90XnXhYWRJnGRtzFZGS4iXQrNj1jncQ0buTk0XA8I4uJMeTpDUey6Wyjf3h9JA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=pass header.d=gmail.com header.s=20210112 header.b=QBycmkL+; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (aspmx1.migadu.com: domain of "help-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="help-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -6.62 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=gmail.com header.s=20210112 header.b=QBycmkL+; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (aspmx1.migadu.com: domain of "help-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="help-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 65B0A31867 X-Spam-Score: -6.62 X-Migadu-Scanner: scn0.migadu.com X-TUID: iw36XmK50jYq Hello Gary, Gary Johnson writes: > Hi Guix, > > During my recent `guix pull` + `guix package -u` adventure, the > emacs-shroud package barfed due to what looks like a hard-coded > reference to an older version of gnupg. I uninstalled it in order to > complete my upgrade. Of course, when I try to reinstall it now, I > continue to get the same version conflict error due to gnupg. > > ``` > gjohnson@euclid ~ $ guix package -i emacs-shroud > The following package will be installed: > emacs-shroud 1.105 > > guix package: error: profile contains conflicting entries for gnupg > guix package: error: first entry: gnupg@2.2.30 /gnu/store/0snfzd41n430ddpq316j9v2z5fn2y62m-gnupg-2.2.30 > guix package: error: ... propagated from emacs-shroud@1.105 > guix package: error: second entry: gnupg@2.2.32 /gnu/store/75122spwjdkxxgd32gkkil3n7ifax8i5-gnupg-2.2.32 > guix package: error: ... propagated from emacs-pinentry@0.1-1.dcc9ba0 > hint: Try upgrading both `emacs-shroud' and `emacs-pinentry', or remove one of them from the profile. > ``` > > Note, that while the above error message is complaining about > emacs-pinentry, it still barfs even if I remove emacs-pinentry and just > install gnupg directly since the current gnupg is 2.2.32. > > Can whoever is maintaining the emacs-shroud package please update it to > gnupg@2.2.32, so it can be installed again? This will be fixed shortly when version-1.4.0 gets merged to master in a few days, where gnupg == 2.2.32. Thanks for the report, and thank you for your patience. Maxim