GNU bug report logs - #29862
list-runtime-root is broken

Previous Next

Package: guix;

Reported by: Danny Milosavljevic <dannym <at> scratchpost.org>

Date: Wed, 27 Dec 2017 09:09:01 UTC

Severity: normal

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 29862 in the body.
You can then email your comments to 29862 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#29862; Package guix. (Wed, 27 Dec 2017 09:09:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Danny Milosavljevic <dannym <at> scratchpost.org>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Wed, 27 Dec 2017 09:09:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: <bug-guix <at> gnu.org>
Subject: list-runtime-root is broken
Date: Wed, 27 Dec 2017 10:07:43 +0100
/gnu/store/mwvmdfksm9iwj1symfiinlikiz56s2nl-guix-0.13.0-9.ff23b47/libexec/guix/list-runtime-roots
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /gnu/store/mwvmdfksm9iwj1symfiinlikiz56s2nl-guix-0.13.0-9.ff23b47/libexec/guix/list-runtime-roots
;;; compiled /home/dannym/.cache/guile/ccache/2.2-LE-8-3.A/gnu/store/mwvmdfksm9iwj1symfiinlikiz56s2nl-guix-0.13.0-9.ff23b47/libexec/guix/list-runtime-roots.go
Backtrace:
           8 (apply-smob/1 #<catch-closure c8d780>)
In ice-9/boot-9.scm:
    713:2  7 (call-with-prompt _ _ #<procedure default-prompt-handle…>)
In ice-9/eval.scm:
    619:8  6 (_ #(#(#<directory (guile-user) d10140>)))
In ice-9/boot-9.scm:
   2316:4  5 (save-module-excursion _)
  3823:12  4 (_)
In /gnu/store/mwvmdfksm9iwj1symfiinlikiz56s2nl-guix-0.13.0-9.ff23b47/libexec/guix/list-runtime-roots:
   145:11  3 (_)
In srfi/srfi-1.scm:
   697:23  2 (filter-map #<procedure 12ec540 at /gnu/store/mwvmdf…> . #)
In /gnu/store/mwvmdfksm9iwj1symfiinlikiz56s2nl-guix-0.13.0-9.ff23b47/libexec/guix/list-runtime-roots:
   138:38  1 (_ "/gnu/store")
In unknown file:
           0 (string-drop "/gnu/store" 11)

ERROR: In procedure string-drop:
ERROR: Value out of range 0 to 10: 11




Reply sent to ludo <at> gnu.org (Ludovic Courtès):
You have taken responsibility. (Sun, 31 Dec 2017 10:20:02 GMT) Full text and rfc822 format available.

Notification sent to Danny Milosavljevic <dannym <at> scratchpost.org>:
bug acknowledged by developer. (Sun, 31 Dec 2017 10:20:02 GMT) Full text and rfc822 format available.

Message #10 received at 29862-done <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Danny Milosavljevic <dannym <at> scratchpost.org>
Cc: 29862-done <at> debbugs.gnu.org
Subject: Re: bug#29862: list-runtime-root is broken
Date: Sun, 31 Dec 2017 11:19:13 +0100
Hi,

Danny Milosavljevic <dannym <at> scratchpost.org> skribis:

> /gnu/store/mwvmdfksm9iwj1symfiinlikiz56s2nl-guix-0.13.0-9.ff23b47/libexec/guix/list-runtime-roots
> ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
> ;;;       or pass the --no-auto-compile argument to disable.
> ;;; compiling /gnu/store/mwvmdfksm9iwj1symfiinlikiz56s2nl-guix-0.13.0-9.ff23b47/libexec/guix/list-runtime-roots
> ;;; compiled /home/dannym/.cache/guile/ccache/2.2-LE-8-3.A/gnu/store/mwvmdfksm9iwj1symfiinlikiz56s2nl-guix-0.13.0-9.ff23b47/libexec/guix/list-runtime-roots.go
> Backtrace:
>            8 (apply-smob/1 #<catch-closure c8d780>)
> In ice-9/boot-9.scm:
>     713:2  7 (call-with-prompt _ _ #<procedure default-prompt-handle…>)
> In ice-9/eval.scm:
>     619:8  6 (_ #(#(#<directory (guile-user) d10140>)))
> In ice-9/boot-9.scm:
>    2316:4  5 (save-module-excursion _)
>   3823:12  4 (_)
> In /gnu/store/mwvmdfksm9iwj1symfiinlikiz56s2nl-guix-0.13.0-9.ff23b47/libexec/guix/list-runtime-roots:
>    145:11  3 (_)
> In srfi/srfi-1.scm:
>    697:23  2 (filter-map #<procedure 12ec540 at /gnu/store/mwvmdf…> . #)
> In /gnu/store/mwvmdfksm9iwj1symfiinlikiz56s2nl-guix-0.13.0-9.ff23b47/libexec/guix/list-runtime-roots:
>    138:38  1 (_ "/gnu/store")
> In unknown file:
>            0 (string-drop "/gnu/store" 11)
>
> ERROR: In procedure string-drop:
> ERROR: Value out of range 0 to 10: 11

Good catch!  I believe this is fixed by
091191c3dcbfb9f01070d26bf15cb2c4dd07b1b5.

Thanks,
Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 28 Jan 2018 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 6 years and 83 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.