From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id 5ct/BW5s0WKD6gAAbAwnHQ (envelope-from ) for ; Fri, 15 Jul 2022 15:32:30 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id GF1GA25s0WJRRwEAG6o9tA (envelope-from ) for ; Fri, 15 Jul 2022 15:32:30 +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 1BDD21BC06 for ; Fri, 15 Jul 2022 15:32:29 +0200 (CEST) Received: from localhost ([::1]:49486 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oCLQh-0005wH-01 for larch@yhetil.org; Fri, 15 Jul 2022 09:32:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50098) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oCLQI-0005vl-EG for bug-guix@gnu.org; Fri, 15 Jul 2022 09:32:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42124) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oCLQI-000448-3i for bug-guix@gnu.org; Fri, 15 Jul 2022 09:32:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oCLQH-00017g-Vm for bug-guix@gnu.org; Fri, 15 Jul 2022 09:32:01 -0400 X-Loop: help-debbugs@gnu.org Subject: bug#42595: conflicts in propagated imports must be resolved manually Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Fri, 15 Jul 2022 13:32:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42595 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Maxim Cournoyer Cc: "Dr. Arne Babenhauserheide" , Efraim Flashner , 42595@debbugs.gnu.org Received: via spool by 42595-submit@debbugs.gnu.org id=B42595.16578919024287 (code B ref 42595); Fri, 15 Jul 2022 13:32:01 +0000 Received: (at 42595) by debbugs.gnu.org; 15 Jul 2022 13:31:42 +0000 Received: from localhost ([127.0.0.1]:39883 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oCLPx-000175-Vh for submit@debbugs.gnu.org; Fri, 15 Jul 2022 09:31:42 -0400 Received: from eggs.gnu.org ([209.51.188.92]:36996) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oCLPw-00016p-Ae for 42595@debbugs.gnu.org; Fri, 15 Jul 2022 09:31:40 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:33652) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oCLPq-00040J-U2; Fri, 15 Jul 2022 09:31:34 -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=fE8+APcFUIZWRLKi1MvwlieGZt93dWUUfGWygbKBJNg=; b=oVtjJDIog8xcrkv902/O ZULRv9c0U5KIUCoF9EXInGhcO20lYhkdpAZcWrvHUo+WiLJHUihWh/aU+3Pyl0WxrqcLFhNcgM1+T R62xKmnH3+WfZ1bH+m8cRXRI5/LNsXZvOUoY3vtlyDBSaCwqUO2AqKsS4jnyzxQTkLKL+u5p+Mij0 z1a3ZM8mXvEIBoicsFONXfM9om1eqQHE+RyZLXbwygHzfnPbaxhMmTOvyC4jlXlpnn+iKwmsHcii+ bh6LWPTdoYEENMdbJrc2YzcUGNm03wXw0hx/6KF4WtAFynk3BFHEHfPSiP5JBNBtCUrsy72hRKFt3 81U6qXDWx/60GQ==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:58124 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oCLPq-0008P8-HK; Fri, 15 Jul 2022 09:31:34 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87o8nylpsw.fsf@web.de> <20200729081420.GA9973@E5400> <87364c2jem.fsf@gnu.org> <878rowz8y3.fsf@gmail.com> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Septidi 27 Messidor an 230 de la =?UTF-8?Q?R=C3=A9volution, ?= jour de l'Ail X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Fri, 15 Jul 2022 15:31:32 +0200 In-Reply-To: <878rowz8y3.fsf@gmail.com> (Maxim Cournoyer's message of "Wed, 13 Jul 2022 23:09:40 -0400") Message-ID: <87h73i7b9n.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (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=1657891949; 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-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=fE8+APcFUIZWRLKi1MvwlieGZt93dWUUfGWygbKBJNg=; b=NeXFGjlKB3yOVZsgIS3eIFD0dAqcOR7QZQVPLrwIuM78wNEdoFke8k3t9OTHwKCiCH9d02 DqtYYVbyriggscP67NvqYfh2Qxv5B8Fet+2Wd9xVyLDfgXlCTwC2ZB9UlaOjbPtwFnf3PI OEG9+HMiqw2S3FCChawgJFlUJ6saa7NEBU+7hyQJJKwRhqMX+xymZq6QoWz4HhTx+lHeo1 XZU26vENxtkyyFwuCSnVMeuvkUL7E2SeZ+a1kS9KWg7xhqbVFREPedjgXdrwB1MpeRj8AV 5odp6+pWRlugiOng6DpaWnzp3WakN5CppsevXsh44rxc2gRLH9G+zurdJVocQw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1657891949; a=rsa-sha256; cv=none; b=qngERncBaCPpz7M3suU6b3kgTienJDyDlWPhOxv1D0blyfV0JJtNQM4TaV6BEr0ICeoS/v Wmpw2Vc44d9AIw0mV8uqWfZx9mCfQz7wffmRrwOEoRWvdCbL1IdDr3bobu7tgLslU6etYz Ebwd6+q5zt2jqz8zQnzcAw0KrpCyslACt/mYj6UVFnnWxRLT+Ij2+l9dTbUrLErQP7WIcY WUwGTLpPe1g+gEa6Jm1a/gPKLi9SZ8fUVTTRGXd/KofIkoX8cUlpfFog0ZOC3Bk9S9ISrW rj+W3/Y8y6MxQUoAAB2hZ8GpIiwULPeOw8KrgYxV1PMdkE/EELrS1MW4WttD7w== 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=oVtjJDIo; 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: -2.64 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=oVtjJDIo; 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: 1BDD21BC06 X-Spam-Score: -2.64 X-Migadu-Scanner: scn0.migadu.com X-TUID: goXotOq5l4Kv Hi, Maxim Cournoyer skribis: > Ludovic Court=C3=A8s writes: [...] >>>> guix package: error: profile contains conflicting entries for glib >>>> guix package: error: first entry: glib@2.62.6 >>>> /gnu/store/xr6zfqxklmr7skalljn5i071xmgqxbrm-glib-2.62.6 >>>> guix package: error: ... propagated from cairo@1.16.0 >>>> guix package: error: ... propagated from pango@1.44.7 >>>> guix package: error: second entry: glib@2.62.6 >>>> /gnu/store/q4100sjqcsdi6b232ndr93vxfzv9bzij-glib-2.62.6 >>>> guix package: error: ... propagated from libnotify@0.7.7 >>>>=20 >>>>=20 >>>> This should be automated, so there would be just one step to add all >>>> updates I need. > > [...] > >> Also, Arne, it seems to me that Guix alone cannot decide how to solve >> that conflict; it=E2=80=99s up to the user. Thoughts? > > I guess it could compute all the conflicts and then fail and show the > results, so that the user wouldn't need to slowly iterate on its > per-package findings; Yes, that=E2=80=99d be an improvement. > perhaps recommend to simply upgrade wholesale when the conflicts are > too numerous? > Perhaps it could even *already* make such a recommendation when > encountering conflicts, e.g. > > hint: To avoid conflicts, you can upgrade all of your package collection > at once with 'guix upgrade'. Yes, we could adjust the second message in =E2=80=98display-collision-resolution-hint=E2=80=99 along these lines. Thanks, Ludo=E2=80=99.