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

Debbugs page

Brett Gilio wrote 6 years ago
(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?
Ludovic Courtès wrote 6 years ago
(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’.
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 34423@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 34423
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help