bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#29431: gjs error


From: Ludovic Courtès
Subject: bug#29431: gjs error
Date: Fri, 24 Nov 2017 22:01:38 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Hi Caleb,

Caleb Herbert <address@hidden> skribis:

>         guix package: error: profile contains conflicting entries for
>         glib:out
>         guix package: error:   first entry:
>         address@hidden:out 
> /gnu/store/jky83bjp4isw256lvj60h0d7i1bjy7lx-glib-2.52.3
>         guix package: error:    ... propagated from address@hidden
>         guix package: error:    ... propagated from address@hidden
>         guix package: error:   second entry:
>         address@hidden:out 
> /gnu/store/f3dsqngjg4d9z5fprxlzp9d648gaivcf-glib-2.52.3
>         guix package: error:    ... propagated from
>         address@hidden
>         guix package: error:    ... propagated from address@hidden

This means that you’re trying to install two different versions of
‘glib’ in the same profile, which is not permitted.

One of these ‘glib’ versions is propagated from ‘gjs’, and the other
is propagated from ‘mps-youtube’.

The solution is to arrange so that they refer to the same ‘gjs’:

  guix package -i gjs -u mps-youtube

HTH,
Ludo’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]