gnome-shell-extensions and glib

  • Open
  • quality assurance status badge
Details
2 participants
  • Brett Gilio
  • Ludovic Courtès
Owner
unassigned
Submitted by
Brett Gilio
Severity
normal
B
B
Brett Gilio wrote on 11 Feb 2019 05:08
(address . bug-guix@gnu.org)
878synnf13.fsf@posteo.net
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?
L
L
Ludovic Courtès wrote on 12 Feb 2019 15:22
(name . Brett Gilio)(address . brettg@posteo.net)(address . 34423@debbugs.gnu.org)
877ee5krxp.fsf@gnu.org
Hello,

Brett Gilio <brettg@posteo.net> skribis:

Toggle quote (25 lines)
> 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".

The message above suggests you do have ‘guile-gnome’ in this profile.
What does “guix package -I gnome” report?

Thanks,
Ludo’.
?