bug#34423: gnome-shell-extensions and glib

2019-02-12 Thread Ludovic Courtès
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/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’.





bug#34423: gnome-shell-extensions and glib

2019-02-10 Thread Brett Gilio
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?