GNU bug report logs - #47271
guix graph --path results in backtrace

Previous Next

Package: guix;

Reported by: Mark H Weaver <mhw <at> netris.org>

Date: Sat, 20 Mar 2021 00:04:01 UTC

Severity: normal

Done: Mark H Weaver <mhw <at> netris.org>

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 47271 in the body.
You can then email your comments to 47271 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#47271; Package guix. (Sat, 20 Mar 2021 00:04:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Mark H Weaver <mhw <at> netris.org>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Sat, 20 Mar 2021 00:04:02 GMT) Full text and rfc822 format available.

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

From: Mark H Weaver <mhw <at> netris.org>
To: bug-guix <at> gnu.org
Subject: guix graph --path results in backtrace
Date: Fri, 19 Mar 2021 20:01:44 -0400
This is at commit 1955ef93b76e51cab5bed4c90f7eb9df7035355a on the master
branch, plus some local patches on my private branch which I suspect are
irrelevant to this:

--8<---------------cut here---------------start------------->8---
mhw <at> jojen ~$ guix graph --path gtk+ imagemagick
Backtrace:
In ice-9/boot-9.scm:
  1736:10 13 (with-exception-handler _ _ #:unwind? _ #:unwind-for-type _)
In unknown file:
          12 (apply-smob/0 #<thunk 7fc164214520>)
In ice-9/boot-9.scm:
    718:2 11 (call-with-prompt _ _ #<procedure default-prompt-handler (k proc)>)
In ice-9/eval.scm:
    619:8 10 (_ #(#(#<directory (guile-user) 7fc164217c80>)))
In guix/ui.scm:
  2164:12  9 (run-guix-command _ . _)
In guix/scripts/graph.scm:
    573:2  8 (guix-graph . _)
In ice-9/boot-9.scm:
  1736:10  7 (with-exception-handler _ _ #:unwind? _ #:unwind-for-type _)
  1731:15  6 (with-exception-handler #<procedure 7fc1619c88d0 at ice-9/boot-9.scm:1815:7 (exn)> _ #:unwind? _ #:unwind-for-type _)
  1736:10  5 (with-exception-handler _ _ #:unwind? _ #:unwind-for-type _)
In guix/store.scm:
   636:37  4 (thunk)
In guix/scripts/graph.scm:
   598:37  3 (_ #<store-connection 256.99 7fc1619d4780>)
   598:37  2 (_ #f)
In ice-9/boot-9.scm:
  1669:16  1 (raise-exception _ #:continuable? _)
  1669:16  0 (raise-exception _ #:continuable? _)

ice-9/boot-9.scm:1669:16: In procedure raise-exception:
Wrong type to apply: #<syntax-transformer set-grafting>
mhw <at> jojen ~$
--8<---------------cut here---------------end--------------->8---




Information forwarded to bug-guix <at> gnu.org:
bug#47271; Package guix. (Sat, 20 Mar 2021 02:43:01 GMT) Full text and rfc822 format available.

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

From: Julien Lepiller <julien <at> lepiller.eu>
To: bug-guix <at> gnu.org,Mark H Weaver <mhw <at> netris.org>,47271 <at> debbugs.gnu.org
Subject: Re: bug#47271: guix graph --path results in backtrace
Date: Fri, 19 Mar 2021 22:41:54 -0400
[Message part 1 (text/plain, inline)]
Sounds like you might have stale .go files somewhere maybe?

Le 19 mars 2021 20:01:44 GMT-04:00, Mark H Weaver <mhw <at> netris.org> a écrit :
>This is at commit 1955ef93b76e51cab5bed4c90f7eb9df7035355a on the
>master
>branch, plus some local patches on my private branch which I suspect
>are
>irrelevant to this:
>
>--8<---------------cut here---------------start------------->8---
>mhw <at> jojen ~$ guix graph --path gtk+ imagemagick
>Backtrace:
>In ice-9/boot-9.scm:
>1736:10 13 (with-exception-handler _ _ #:unwind? _ #:unwind-for-type _)
>In unknown file:
>          12 (apply-smob/0 #<thunk 7fc164214520>)
>In ice-9/boot-9.scm:
>718:2 11 (call-with-prompt _ _ #<procedure default-prompt-handler (k
>proc)>)
>In ice-9/eval.scm:
>    619:8 10 (_ #(#(#<directory (guile-user) 7fc164217c80>)))
>In guix/ui.scm:
>  2164:12  9 (run-guix-command _ . _)
>In guix/scripts/graph.scm:
>    573:2  8 (guix-graph . _)
>In ice-9/boot-9.scm:
>1736:10  7 (with-exception-handler _ _ #:unwind? _ #:unwind-for-type _)
>1731:15  6 (with-exception-handler #<procedure 7fc1619c88d0 at
>ice-9/boot-9.scm:1815:7 (exn)> _ #:unwind? _ #:unwind-for-type _)
>1736:10  5 (with-exception-handler _ _ #:unwind? _ #:unwind-for-type _)
>In guix/store.scm:
>   636:37  4 (thunk)
>In guix/scripts/graph.scm:
>   598:37  3 (_ #<store-connection 256.99 7fc1619d4780>)
>   598:37  2 (_ #f)
>In ice-9/boot-9.scm:
>  1669:16  1 (raise-exception _ #:continuable? _)
>  1669:16  0 (raise-exception _ #:continuable? _)
>
>ice-9/boot-9.scm:1669:16: In procedure raise-exception:
>Wrong type to apply: #<syntax-transformer set-grafting>
>mhw <at> jojen ~$
>--8<---------------cut here---------------end--------------->8---
[Message part 2 (text/html, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#47271; Package guix. (Sat, 20 Mar 2021 02:43:02 GMT) Full text and rfc822 format available.

Reply sent to Mark H Weaver <mhw <at> netris.org>:
You have taken responsibility. (Sat, 20 Mar 2021 14:05:01 GMT) Full text and rfc822 format available.

Notification sent to Mark H Weaver <mhw <at> netris.org>:
bug acknowledged by developer. (Sat, 20 Mar 2021 14:05:01 GMT) Full text and rfc822 format available.

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

From: Mark H Weaver <mhw <at> netris.org>
To: Julien Lepiller <julien <at> lepiller.eu>, 47271-done <at> debbugs.gnu.org
Subject: Re: bug#47271: guix graph --path results in backtrace
Date: Sat, 20 Mar 2021 10:03:02 -0400
Julien Lepiller <julien <at> lepiller.eu> writes:
> Sounds like you might have stale .go files somewhere maybe?

Indeed, make clean-go fixed it.

    Thanks,
      Mark




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 18 Apr 2021 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 65 days ago.

Previous Next


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