all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#39297: guix repl loads Guild 3.0.0 despite dependency is guile@2.2.6
@ 2020-01-26 16:56 Moritz Lell
  2020-01-27 13:07 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Moritz Lell @ 2020-01-26 16:56 UTC (permalink / raw)
  To: 39297

When I invoke `guix repl`, I get:

--8<---------------cut here---------------start------------->8---
GNU Guile 3.0.0
Copyright (C) 1995-2020 Free Software Foundation, Inc.

Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
This program is free software, and you are welcome to redistribute it
under certain conditions; type `,show c' for details.

Enter `,help' for help.
scheme@(guix-user)>
--8<---------------cut here---------------end--------------->8---

despite `guix show guix` shows a dependency of `guile@2.2.6`

--8<---------------cut here---------------start------------->8---
name: guix
version: 1.0.1-13.50299ad
outputs: out
systems: x86_64-linux i686-linux
dependencies: autoconf-wrapper@2.69 automake@1.16.1 bzip2@1.0.6
+ gettext-minimal@0.20.1 glibc-utf8-locales@2.29 gnutls@3.6.9
+ graphviz@2.40.1 guile-gcrypt@0.2.1 guile-git@0.3.0 guile-json@3.2.0
+ guile-sqlite3@0.1.0 guile-ssh@0.11.3 guile@2.2.6 gzip@1.10
+ help2man@1.47.10 libgcrypt@1.8.4 lzlib@1.11 pkg-config@0.29.2
+ po4a@0.57 sqlite@3.28.0 texinfo@6.6 util-linux@2.34 zlib@1.2.11
...
--8<---------------cut here---------------end--------------->8---

This is incorrect, is it?

--8<---------------cut here---------------start------------->8---
guix c17fb65
    Repository-URL: https://git.savannah.gnu.org/git/guix.git
    Branch: master
    Commit: c17fb659070765acba1b8f568f2639adf48ccd1e
--8<---------------cut here---------------end--------------->8---

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

* bug#39297: guix repl loads Guild 3.0.0 despite dependency is guile@2.2.6
  2020-01-26 16:56 bug#39297: guix repl loads Guild 3.0.0 despite dependency is guile@2.2.6 Moritz Lell
@ 2020-01-27 13:07 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2020-01-27 13:07 UTC (permalink / raw)
  To: Moritz Lell; +Cc: 39297

Hi,

Moritz Lell <mlell@posteo.de> skribis:

> When I invoke `guix repl`, I get:
>
> GNU Guile 3.0.0
> Copyright (C) 1995-2020 Free Software Foundation, Inc.
>
> Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
> This program is free software, and you are welcome to redistribute it
> under certain conditions; type `,show c' for details.
>
> Enter `,help' for help.
> scheme@(guix-user)>
>
>
> despite `guix show guix` shows a dependency of `guile@2.2.6`

That’s perfectly correct: the ‘guix repl’ command comes from the ‘guix’
that you obtained via ‘guix pull’, and which just switched to Guile 3.0
(‘guix pull --news’ should contain an entry about it, but see also
<https://guix.gnu.org/blog/2020/guile-3-and-guix/>.)

Conversely, the ‘guix’ package is still using Guile 2.2, as you saw with
“guix show guix”.  It will switch to 3.0 soonish.

The transition should be mostly complete within a few days so the
situation should be clearer.

HTH!

Ludo’.

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

end of thread, other threads:[~2020-01-27 13:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-26 16:56 bug#39297: guix repl loads Guild 3.0.0 despite dependency is guile@2.2.6 Moritz Lell
2020-01-27 13:07 ` 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.