all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#29431: gjs error
@ 2017-11-24 20:04 Caleb Herbert
  2017-11-24 21:01 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Caleb Herbert @ 2017-11-24 20:04 UTC (permalink / raw)
  To: 29431

[-- Attachment #1: Type: text/plain, Size: 2700 bytes --]

Guix package: gjs
Foreign distro: Trisquel 7

        cal@leela:~/Documents/programming/gnometutorial$ guix package -i
        gjs
        substitute: updating list of substitutes from
        'https://mirror.hydra.gnu.org'... 100.0%
        substitute: updating list of substitutes from
        'https://mirror.hydra.gnu.org'... 100.0%
        guix package: warning: Your Guix installation is 11 days old.
        guix package: warning: Consider running 'guix pull' followed by
        'guix package -u' to get up-to-date packages and security
        updates.
        
        substitute: updating list of substitutes from
        'https://mirror.hydra.gnu.org'... 100.0%
        substitute: updating list of substitutes from
        'https://mirror.hydra.gnu.org'... 100.0%
        substitute: updating list of substitutes from
        'https://mirror.hydra.gnu.org'... 100.0%
        substitute: updating list of substitutes from
        'https://mirror.hydra.gnu.org'... 100.0%
        substitute: updating list of substitutes from
        'https://mirror.hydra.gnu.org'... 100.0%
        substitute: updating list of substitutes from
        'https://mirror.hydra.gnu.org'... 100.0%
        substitute: updating list of substitutes from
        'https://mirror.hydra.gnu.org'... 100.0%
        substitute: updating list of substitutes from
        'https://mirror.hydra.gnu.org'... 100.0%
        substitute: updating list of substitutes from
        'https://mirror.hydra.gnu.org'... 100.0%
        substitute: updating list of substitutes from
        'https://mirror.hydra.gnu.org'... 100.0%
        substitute: updating list of substitutes from
        'https://mirror.hydra.gnu.org'... 100.0%
        The following package will be installed:
           gjs
        1.48.6	/gnu/store/b7drnasyhc747zldsrm5zi0icapd2c7v-gjs-1.48.6
        
        substitute: updating list of substitutes from
        'https://mirror.hydra.gnu.org'... 100.0%
        guix package: error: profile contains conflicting entries for
        glib:out
        guix package: error:   first entry:
        glib@2.52.3:out /gnu/store/jky83bjp4isw256lvj60h0d7i1bjy7lx-glib-2.52.3
        guix package: error:    ... propagated from cairo@1.14.10
        guix package: error:    ... propagated from gjs@1.48.6
        guix package: error:   second entry:
        glib@2.52.3:out /gnu/store/f3dsqngjg4d9z5fprxlzp9d648gaivcf-glib-2.52.3
        guix package: error:    ... propagated from
        python-pygobject@3.24.1
        guix package: error:    ... propagated from mps-youtube@0.2.7.1


-- 
Caleb Herbert
OpenPGP public key: http://bluehome.net/csh/pubkey

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#29431: gjs error
  2017-11-24 20:04 bug#29431: gjs error Caleb Herbert
@ 2017-11-24 21:01 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-11-24 21:01 UTC (permalink / raw)
  To: Caleb Herbert; +Cc: 29431

Hi Caleb,

Caleb Herbert <csh@bluehome.net> skribis:

>         guix package: error: profile contains conflicting entries for
>         glib:out
>         guix package: error:   first entry:
>         glib@2.52.3:out /gnu/store/jky83bjp4isw256lvj60h0d7i1bjy7lx-glib-2.52.3
>         guix package: error:    ... propagated from cairo@1.14.10
>         guix package: error:    ... propagated from gjs@1.48.6
>         guix package: error:   second entry:
>         glib@2.52.3:out /gnu/store/f3dsqngjg4d9z5fprxlzp9d648gaivcf-glib-2.52.3
>         guix package: error:    ... propagated from
>         python-pygobject@3.24.1
>         guix package: error:    ... propagated from mps-youtube@0.2.7.1

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’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-11-24 21:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-24 20:04 bug#29431: gjs error Caleb Herbert
2017-11-24 21:01 ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.