From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 08 16:08:57 2021 Received: (at 51415) by debbugs.gnu.org; 8 Nov 2021 21:08:57 +0000 Received: from localhost ([127.0.0.1]:59736 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mkBsv-0008Oe-9D for submit@debbugs.gnu.org; Mon, 08 Nov 2021 16:08:57 -0500 Received: from eggs.gnu.org ([209.51.188.92]:33574) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mkBss-0008OM-4h for 51415@debbugs.gnu.org; Mon, 08 Nov 2021 16:08:55 -0500 Received: from [2001:470:142:3::e] (port=43028 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 1mkBsm-0008KB-84; Mon, 08 Nov 2021 16:08:48 -0500 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=3EiCwfLzesesUQbALSb2Y192Yjy5hd6GTDKUpEdBj4A=; b=B/dVAjRRMoG01gznqaAS OWuw4uiCqyuyvWf0dCVms+5rFegrIb7K/2qjwdiPjxUQqtRnuqFzwHXiY3apRpU3kPMsrNk2/Sd6V L9amoZ7fwpJW+t688MgJpxaV9fsMV5XJZwggUv1v7scD+WjOCZfSPoB196LjVGpD3vKtB0R1PqC9g 2YxczYj7Liv7hiilxGO8mPVxVy+WKVgIAYYCCgUuSa0SR+WH1TEQlx1ufhfCQBEDRzdTb3uc06fAg B0d7x0dMFzTk7ygI5QcTreXovhA+N6vAQI/QLre8m88n5KsxcpuYywaqkk0T1yF09ODHTkySiEGNG xo3VfLxMX/P29A==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:55575 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mkBsl-0000Xe-Ur; Mon, 08 Nov 2021 16:08:48 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Leo Famulari Subject: Re: bug#51415: [PATCH] In the Artanis package the propagated input of guile-json is conflicting with guix, and no series of guix upgrades or guix installs seems to fix this. Therefore, I moved guile-json from a propagated input to an input, which solves the issue, but may not be ideal for people who don't wish to keep multiple copies of guile-json References: <20211026124602.28283-1-blake@nonconstructivism.com> Date: Mon, 08 Nov 2021 22:08:45 +0100 In-Reply-To: (Leo Famulari's message of "Tue, 26 Oct 2021 13:46:35 -0400") Message-ID: <87sfw6nyn6.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-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 51415 Cc: 51415@debbugs.gnu.org, Blake Shaw X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, Leo Famulari skribis: > On Tue, Oct 26, 2021 at 07:46:02PM +0700, Blake Shaw via Guix-patches via= wrote: >> In the Artanis package the propagated input of guile-json is >> conflicting with guix, and no series of guix upgrades or guix installs >> seems to fix this. Therefore, I moved guile-json from a propagated >> input to an input, which solves the issue, but may not be ideal for >> people who don't wish to keep multiple copies of guile-json > > Thanks for the report... can you share the warnings or error messages > that you are seeing? I think the problem Blake describes is this: --8<---------------cut here---------------start------------->8--- $ guix install artanis guix -p /tmp/test La jenaj pakoj estos instalataj: artanis 0.5 guix 1.3.0-11.014f1b6 guix install: error: profile contains conflicting entries for guile-json guix install: error: first entry: guile-json@4.5.2 /gnu/store/lxbvzmdcv82= ik37z4np3c45p11iic7qx-guile-json-4.5.2 guix install: error: ... propagated from guix@1.3.0-11.014f1b6 guix install: error: second entry: guile-json@3.5.0 /gnu/store/6s765nvcy7= 7cla92wxzwhakglzlpv362-guile-json-3.5.0 guix install: error: ... propagated from artanis@0.5 hint: Try upgrading both `guix' and `artanis', or remove one of them from t= he profile. --8<---------------cut here---------------end--------------->8--- Removing Guix from that profile solves the problem: --8<---------------cut here---------------start------------->8--- $ guix install artanis -p /tmp/test La jena pako estos instalata: artanis 0.5 La jena deriva=C4=B5o estos konstruata: /gnu/store/jgd870rpvgxjqnlbsnlqya0libg1107v-profile.drv building profile with 1 package... [...] --8<---------------cut here---------------end--------------->8--- > It's likely that guile-json is propagated for a good reason, and that > not propagating it would cause problems for artanis users. Maybe there > is another way to solve the problem that you're experiencing. Yeah, though it seems that the =E2=80=98wrap-art=E2=80=99 phase already doe= s the right thing. Blake, could you confirm that Artanis is still usable after this change, even when guile-json is not around in GUILE_LOAD_PATH? Thanks, Ludo=E2=80=99.