From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#34423: gnome-shell-extensions and glib Date: Tue, 12 Feb 2019 15:22:10 +0100 Message-ID: <877ee5krxp.fsf@gnu.org> References: <878synnf13.fsf@posteo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:57693) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtYxj-0006dg-Kg for bug-guix@gnu.org; Tue, 12 Feb 2019 09:23:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gtYxi-0007lX-OX for bug-guix@gnu.org; Tue, 12 Feb 2019 09:23:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:45228) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gtYxi-0007kg-Kf for bug-guix@gnu.org; Tue, 12 Feb 2019 09:23:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gtYxi-0002lQ-B2 for bug-guix@gnu.org; Tue, 12 Feb 2019 09:23:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <878synnf13.fsf@posteo.net> (Brett Gilio's message of "Sun, 10 Feb 2019 22:08:08 -0600") 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: Brett Gilio Cc: 34423@debbugs.gnu.org Hello, Brett Gilio skribis: > 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/bfw4wp2lm68s3gdhhbic0kr2rfzca= b07-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/lly2sqknlw8h59= bfffpgh836r38ffsdc-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/qc5b998gnhb5p= 8lc9mf0knr1nyc648k9-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 r= emove > 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". The message above suggests you do have =E2=80=98guile-gnome=E2=80=99 in thi= s profile. What does =E2=80=9Cguix package -I gnome=E2=80=9D report? Thanks, Ludo=E2=80=99.