* bug#23973: 'guix environment guix' fails with "Argument 1 out of range: 10"
@ 2016-07-13 17:03 myglc2
2016-07-13 18:38 ` myglc2
0 siblings, 1 reply; 3+ messages in thread
From: myglc2 @ 2016-07-13 17:03 UTC (permalink / raw)
To: 23973
Somewhere between
'7a7d6b2 gnu: linux-libre: Update to 4.6.4.'
and
'7a7d6b2 gnu: linux-libre: Update to 4.6.4.'
'guix environment guix' stopped working for me.
g1@g1 ~/src/guix$ guix environment guix
;;; note: source file /home/g1/.config/guix/latest/guix/packages.scm
;;; newer than compiled /home/g1/.config/guix/latest/guix/packages.go
;;; note: source file /home/g1/.config/guix/latest/guix/packages.scm
;;; newer than compiled /home/g1/.cache/guile/ccache/2.0-LE-8-2.0/home/g1/src/guix/guix/packages.scm.go
;;; note: source file /home/g1/.config/guix/latest/guix/gexp.scm
;;; newer than compiled /home/g1/.config/guix/latest/guix/gexp.go
;;; note: source file /home/g1/.config/guix/latest/guix/gexp.scm
;;; newer than compiled /home/g1/.cache/guile/ccache/2.0-LE-8-2.0/home/g1/src/guix/guix/gexp.scm.go
;;; note: source file /home/g1/.config/guix/latest/guix/profiles.scm
;;; newer than compiled /home/g1/.config/guix/latest/guix/profiles.go
;;; note: source file /home/g1/.config/guix/latest/guix/profiles.scm
;;; newer than compiled /home/g1/.cache/guile/ccache/2.0-LE-8-2.0/home/g1/src/guix/guix/profiles.scm.go
;;; note: source file /home/g1/.config/guix/latest/gnu/system/linux-container.scm
;;; newer than compiled /home/g1/.config/guix/latest/gnu/system/linux-container.go
;;; note: source file /home/g1/.config/guix/latest/gnu/services.scm
;;; newer than compiled /home/g1/.config/guix/latest/gnu/services.go
;;; note: source file /home/g1/.config/guix/latest/gnu/services.scm
;;; newer than compiled /home/g1/.cache/guile/ccache/2.0-LE-8-2.0/home/g1/src/guix/gnu/services.scm.go
;;; note: source file /home/g1/.config/guix/latest/guix/download.scm
;;; newer than compiled /home/g1/.config/guix/latest/guix/download.go
;;; note: source file /home/g1/.config/guix/latest/guix/download.scm
;;; newer than compiled /home/g1/.cache/guile/ccache/2.0-LE-8-2.0/home/g1/src/guix/guix/download.scm.go
;;; note: source file /home/g1/.config/guix/latest/guix/git-download.scm
;;; newer than compiled /home/g1/.config/guix/latest/guix/git-download.go
;;; note: source file /home/g1/.config/guix/latest/guix/git-download.scm
;;; newer than compiled /home/g1/.cache/guile/ccache/2.0-LE-8-2.0/home/g1/src/guix/guix/git-download.scm.go
Backtrace:
In unknown file:
?: 19 [primitive-load-path "gnu/packages/autotools" ...]
In gnu/packages/autotools.scm:
24: 18 [#<procedure 3205d00 ()>]
In ice-9/boot-9.scm:
2951: 17 [define-module* (gnu packages autotools) #:filename ...]
2926: 16 [resolve-imports ((#) (#) (#) (#) ...)]
2864: 15 [resolve-interface (gnu packages bash) #:select ...]
2789: 14 [#<procedure 1484960 at ice-9/boot-9.scm:2777:4 (name #:optional autoload version #:key ensure)> # ...]
3065: 13 [try-module-autoload (gnu packages bash) #f]
2401: 12 [save-module-excursion #<procedure 1bf0c00 at ice-9/boot-9.scm:3066:17 ()>]
3085: 11 [#<procedure 1bf0c00 at ice-9/boot-9.scm:3066:17 ()>]
In unknown file:
?: 10 [primitive-load-path "gnu/packages/bash" ...]
In gnu/packages/bash.scm:
21: 9 [#<procedure 32190c0 ()>]
In ice-9/boot-9.scm:
2951: 8 [define-module* (gnu packages bash) #:filename ...]
2926: 7 [resolve-imports ((#) (#) (#) (#) ...)]
2864: 6 [resolve-interface (gnu packages readline) #:select ...]
2789: 5 [#<procedure 1484960 at ice-9/boot-9.scm:2777:4 (name #:optional autoload version #:key ensure)> # ...]
3065: 4 [try-module-autoload (gnu packages readline) #f]
2401: 3 [save-module-excursion #<procedure 1bf2b70 at ice-9/boot-9.scm:3066:17 ()>]
3085: 2 [#<procedure 1bf2b70 at ice-9/boot-9.scm:3066:17 ()>]
In unknown file:
?: 1 [primitive-load-path "gnu/packages/readline" ...]
In gnu/packages/readline.scm:
81: 0 [#<procedure 322e6e0 ()>]
gnu/packages/readline.scm:81:12: In procedure #<procedure 322e6e0 ()>:
gnu/packages/readline.scm:81:12: In procedure struct-ref: Argument 1 out of range: 10
g1@g1 ~/src/guix$
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#23973: 'guix environment guix' fails with "Argument 1 out of range: 10"
2016-07-13 17:03 bug#23973: 'guix environment guix' fails with "Argument 1 out of range: 10" myglc2
@ 2016-07-13 18:38 ` myglc2
2016-07-14 16:00 ` Andreas Enge
0 siblings, 1 reply; 3+ messages in thread
From: myglc2 @ 2016-07-13 18:38 UTC (permalink / raw)
To: 23973
A fix for this was helpfully provided in #guix irc by ...
<davexunit> myglc2: ludovic noted that recent commits have caused the ABI to
change which requires rebuilding from scratch. have you done so?
[13:07]
<davexunit> make clean-go && make
Thank you!
myglc2 <myglc2@gmail.com> writes:
> Somewhere between
>
> '7a7d6b2 gnu: linux-libre: Update to 4.6.4.'
>
> and
>
> '7a7d6b2 gnu: linux-libre: Update to 4.6.4.'
>
> 'guix environment guix' stopped working for me.
>
> g1@g1 ~/src/guix$ guix environment guix
> ;;; note: source file /home/g1/.config/guix/latest/guix/packages.scm
> ;;; newer than compiled /home/g1/.config/guix/latest/guix/packages.go
> ;;; note: source file /home/g1/.config/guix/latest/guix/packages.scm
> ;;; newer than compiled /home/g1/.cache/guile/ccache/2.0-LE-8-2.0/home/g1/src/guix/guix/packages.scm.go
> ;;; note: source file /home/g1/.config/guix/latest/guix/gexp.scm
> ;;; newer than compiled /home/g1/.config/guix/latest/guix/gexp.go
> ;;; note: source file /home/g1/.config/guix/latest/guix/gexp.scm
> ;;; newer than compiled /home/g1/.cache/guile/ccache/2.0-LE-8-2.0/home/g1/src/guix/guix/gexp.scm.go
> ;;; note: source file /home/g1/.config/guix/latest/guix/profiles.scm
> ;;; newer than compiled /home/g1/.config/guix/latest/guix/profiles.go
> ;;; note: source file /home/g1/.config/guix/latest/guix/profiles.scm
> ;;; newer than compiled /home/g1/.cache/guile/ccache/2.0-LE-8-2.0/home/g1/src/guix/guix/profiles.scm.go
> ;;; note: source file /home/g1/.config/guix/latest/gnu/system/linux-container.scm
> ;;; newer than compiled /home/g1/.config/guix/latest/gnu/system/linux-container.go
> ;;; note: source file /home/g1/.config/guix/latest/gnu/services.scm
> ;;; newer than compiled /home/g1/.config/guix/latest/gnu/services.go
> ;;; note: source file /home/g1/.config/guix/latest/gnu/services.scm
> ;;; newer than compiled /home/g1/.cache/guile/ccache/2.0-LE-8-2.0/home/g1/src/guix/gnu/services.scm.go
> ;;; note: source file /home/g1/.config/guix/latest/guix/download.scm
> ;;; newer than compiled /home/g1/.config/guix/latest/guix/download.go
> ;;; note: source file /home/g1/.config/guix/latest/guix/download.scm
> ;;; newer than compiled /home/g1/.cache/guile/ccache/2.0-LE-8-2.0/home/g1/src/guix/guix/download.scm.go
> ;;; note: source file /home/g1/.config/guix/latest/guix/git-download.scm
> ;;; newer than compiled /home/g1/.config/guix/latest/guix/git-download.go
> ;;; note: source file /home/g1/.config/guix/latest/guix/git-download.scm
> ;;; newer than compiled /home/g1/.cache/guile/ccache/2.0-LE-8-2.0/home/g1/src/guix/guix/git-download.scm.go
> Backtrace:
> In unknown file:
> ?: 19 [primitive-load-path "gnu/packages/autotools" ...]
> In gnu/packages/autotools.scm:
> 24: 18 [#<procedure 3205d00 ()>]
> In ice-9/boot-9.scm:
> 2951: 17 [define-module* (gnu packages autotools) #:filename ...]
> 2926: 16 [resolve-imports ((#) (#) (#) (#) ...)]
> 2864: 15 [resolve-interface (gnu packages bash) #:select ...]
> 2789: 14 [#<procedure 1484960 at ice-9/boot-9.scm:2777:4 (name #:optional autoload version #:key ensure)> # ...]
> 3065: 13 [try-module-autoload (gnu packages bash) #f]
> 2401: 12 [save-module-excursion #<procedure 1bf0c00 at ice-9/boot-9.scm:3066:17 ()>]
> 3085: 11 [#<procedure 1bf0c00 at ice-9/boot-9.scm:3066:17 ()>]
> In unknown file:
> ?: 10 [primitive-load-path "gnu/packages/bash" ...]
> In gnu/packages/bash.scm:
> 21: 9 [#<procedure 32190c0 ()>]
> In ice-9/boot-9.scm:
> 2951: 8 [define-module* (gnu packages bash) #:filename ...]
> 2926: 7 [resolve-imports ((#) (#) (#) (#) ...)]
> 2864: 6 [resolve-interface (gnu packages readline) #:select ...]
> 2789: 5 [#<procedure 1484960 at ice-9/boot-9.scm:2777:4 (name #:optional autoload version #:key ensure)> # ...]
> 3065: 4 [try-module-autoload (gnu packages readline) #f]
> 2401: 3 [save-module-excursion #<procedure 1bf2b70 at ice-9/boot-9.scm:3066:17 ()>]
> 3085: 2 [#<procedure 1bf2b70 at ice-9/boot-9.scm:3066:17 ()>]
> In unknown file:
> ?: 1 [primitive-load-path "gnu/packages/readline" ...]
> In gnu/packages/readline.scm:
> 81: 0 [#<procedure 322e6e0 ()>]
>
> gnu/packages/readline.scm:81:12: In procedure #<procedure 322e6e0 ()>:
> gnu/packages/readline.scm:81:12: In procedure struct-ref: Argument 1 out of range: 10
> g1@g1 ~/src/guix$
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-07-14 16:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-13 17:03 bug#23973: 'guix environment guix' fails with "Argument 1 out of range: 10" myglc2
2016-07-13 18:38 ` myglc2
2016-07-14 16:00 ` Andreas Enge
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.