From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brett Gilio Subject: bug#34423: gnome-shell-extensions and glib Date: Sun, 10 Feb 2019 22:08:08 -0600 Message-ID: <878synnf13.fsf@posteo.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:34833) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gt2tz-0000Q4-BZ for bug-guix@gnu.org; Sun, 10 Feb 2019 23:09:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gt2ty-0001j2-Mw for bug-guix@gnu.org; Sun, 10 Feb 2019 23:09:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:43740) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gt2ty-0001iw-HR for bug-guix@gnu.org; Sun, 10 Feb 2019 23:09:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gt2ty-0000yi-C5 for bug-guix@gnu.org; Sun, 10 Feb 2019 23:09:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:34671) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gt2tC-0000FQ-Ue for bug-guix@gnu.org; Sun, 10 Feb 2019 23:08:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gt2tC-0001IA-38 for bug-guix@gnu.org; Sun, 10 Feb 2019 23:08:14 -0500 Received: from mout01.posteo.de ([185.67.36.65]:58650) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gt2tB-0001Gy-BP for bug-guix@gnu.org; Sun, 10 Feb 2019 23:08:14 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id D97BB16005D for ; Mon, 11 Feb 2019 05:08:10 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 43yXMF6qLsz6tm9 for ; Mon, 11 Feb 2019 05:08:09 +0100 (CET) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 34423@debbugs.gnu.org Hi all, when I try to install gnome-shell-extensions it is throwing this issue brettg@guixsd ~$ guix package -i gnome-shell-extensions The following package will be installed: gnome-shell-extensions 3.24.3 /gnu/store/bfw4wp2lm68s3gdhhbic0kr2rfzcab07-gnome-shell-extensions-3.24.3 guix package: error: profile contains conflicting entries for glib guix package: error: first entry: glib@2.56.3 /gnu/store/lly2sqknlw8h59bfffpgh836r38ffsdc-glib-2.56.3 guix package: error: ... propagated from gnome-shell-extensions@3.24.3 guix package: error: second entry: glib@2.56.2 /gnu/store/qc5b998gnhb5p8lc9mf0knr1nyc648k9-glib-2.56.2 guix package: error: ... propagated from cairo@1.14.12 guix package: error: ... propagated from guile-cairo@1.10.0 guix package: error: ... propagated from guile-gnome@2.16.5 hint: Try upgrading both `gnome-shell-extensions' and `guile-gnome', or remove one of them from the profile. The strangeness of the issue is not only that glib seems to be referencing two different versions, but I don't even have guile-gnome installed for there to be a "conflict". Thoughts?