From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 8EnqA6ilAV/bZAAA0tVLHw (envelope-from ) for ; Sun, 05 Jul 2020 10:04:24 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id 6AtnO6elAV88ZgAA1q6Kng (envelope-from ) for ; Sun, 05 Jul 2020 10:04:23 +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 3F3F49404D7 for ; Sun, 5 Jul 2020 10:04:23 +0000 (UTC) Received: from localhost ([::1]:34064 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1js1VV-0007CT-TN for larch@yhetil.org; Sun, 05 Jul 2020 06:04:21 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45878) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1js1VL-00078C-Qp for help-guix@gnu.org; Sun, 05 Jul 2020 06:04:12 -0400 Received: from mail-40131.protonmail.ch ([185.70.40.131]:28876) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1js1VJ-00051X-47 for help-guix@gnu.org; Sun, 05 Jul 2020 06:04:11 -0400 Date: Sun, 05 Jul 2020 09:57:28 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1593943059; bh=0+cG7NnDoHTTi/SwiGejimj5PLc+PsR6RRSg1yV56cQ=; h=Date:To:From:Reply-To:Subject:From; b=KUTq5uhoJRIG2oMPamAhQgH+YAfVxw29JBJUlf9HnUoorAaIdYScEvcBoemF0ffSw nrEPFnpVKucq4cWyHWm0phv7uVC5iZUvr5W5VTSrv+3tlS6fKTPtg3UlHwAbQxmwoc KQhcWq7GR5UZmyAb7tn3wNSVC6JlY/SVF1c+8s8g= To: "help-guix\\@gnu.org" From: =?utf-8?Q?Todor_Kondi=C4=87?= Subject: Conflict with duplicate dependencies after removing and attempting to reinstall gnucash package Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.40.131; envelope-from=tk.code@protonmail.com; helo=mail-40131.protonmail.ch X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/05 06:04:05 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN 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: , Reply-To: =?utf-8?Q?Todor_Kondi=C4=87?= 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=protonmail.com header.s=protonmail header.b=KUTq5uho; dmarc=pass (policy=quarantine) header.from=protonmail.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: -1.71 X-TUID: kRm+AdDPeRUT Hi, So, I installed gnucash package, then removed it. Now I tried to install it= again (after a pull and upgrade) and I have this: The following package will be installed: gnucash 3.8 guix package: error: profile contains conflicting entries for dconf guix package: error: first entry: dconf@0.34.0 /gnu/store/y0m48gd4hasgbjg= wwy4q1c7jn7j7db4z-dconf-0.34.0 guix package: error: ... propagated from gnucash@3.8 guix package: error: second entry: dconf@0.34.0 /gnu/store/sb4f1xyfzlk189= lnr56sv6mj1mwcclb9-dconf-0.34.0 guix package: error: ... propagated from gnucash@3.8 hint: You cannot have two different versions or variants of `gnucash' in th= e same profile. I wonder what went wrong and how to fix this?