GNU bug report logs - #50978
"guix home describe" backtraces if "guix home" hasn't been used

Previous Next

Package: guix;

Reported by: Maxime Devos <maximedevos <at> telenet.be>

Date: Sat, 2 Oct 2021 19:52:02 UTC

Severity: normal

Done: Ludovic Courtès <ludo <at> gnu.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 50978 in the body.
You can then email your comments to 50978 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#50978; Package guix. (Sat, 02 Oct 2021 19:52:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Maxime Devos <maximedevos <at> telenet.be>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Sat, 02 Oct 2021 19:52:02 GMT) Full text and rfc822 format available.

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

From: Maxime Devos <maximedevos <at> telenet.be>
To: bug-guix <at> gnu.org
Subject: "guix home describe" backtraces if "guix home" hasn't been used
Date: Sat, 02 Oct 2021 21:51:13 +0200
[Message part 1 (text/plain, inline)]
Hi,

When running "guix home describe" before "guix home import"
and before "guix build":

$ guix home  describe
Backtrace:
           7 (primitive-load "/home/[...]/.config/guix/current/b…")
In guix/ui.scm:
   2185:7  6 (run-guix . _)
  2148:10  5 (run-guix-command _ . _)
In ice-9/boot-9.scm:
  1752:10  4 (with-exception-handler _ _ #:unwind? _ # _)
In guix/status.scm:
    820:3  3 (_)
    800:4  2 (call-with-status-report _ _)
In guix/scripts/home.scm:
    263:8  1 (_)
In ice-9/boot-9.scm:
  1685:16  0 (raise-exception _ #:continuable? _)

ice-9/boot-9.scm:1685:16: In procedure raise-exception:
no home environment generation, nothing to describe~%

I don't think a backtrace is needed here.

Greetings,
Maxime
[signature.asc (application/pgp-signature, inline)]

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

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

From: Xinglu Chen <public <at> yoctocell.xyz>
To: Maxime Devos <maximedevos <at> telenet.be>, 50978 <at> debbugs.gnu.org
Subject: Re: bug#50978: "guix home describe" backtraces if "guix home"
 hasn't been used
Date: Sat, 02 Oct 2021 22:48:50 +0200
[Message part 1 (text/plain, inline)]
On Sat, Oct 02 2021, Maxime Devos wrote:

> Hi,
>
> When running "guix home describe" before "guix home import"
> and before "guix build":
>
> $ guix home  describe
> Backtrace:
>            7 (primitive-load "/home/[...]/.config/guix/current/b…")
> In guix/ui.scm:
>    2185:7  6 (run-guix . _)
>   2148:10  5 (run-guix-command _ . _)
> In ice-9/boot-9.scm:
>   1752:10  4 (with-exception-handler _ _ #:unwind? _ # _)
> In guix/status.scm:
>     820:3  3 (_)
>     800:4  2 (call-with-status-report _ _)
> In guix/scripts/home.scm:
>     263:8  1 (_)
> In ice-9/boot-9.scm:
>   1685:16  0 (raise-exception _ #:continuable? _)
>
> ice-9/boot-9.scm:1685:16: In procedure raise-exception:
> no home environment generation, nothing to describe~%
>
> I don't think a backtrace is needed here.

This seems to be the case for ‘guix system describe’ too

--8<---------------cut here---------------start------------->8---
$ guix system describe
Backtrace:
           7 (primitive-load "/home/yoctocell/.config/guix/current/bin/guix")
In guix/ui.scm:
   2185:7  6 (run-guix . _)
  2148:10  5 (run-guix-command _ . _)
In ice-9/boot-9.scm:
  1752:10  4 (with-exception-handler _ _ #:unwind? _ #:unwind-for-type _)
In guix/status.scm:
    820:3  3 (_)
    800:4  2 (call-with-status-report _ _)
In guix/scripts/system.scm:
   1310:8  1 (_)
In ice-9/boot-9.scm:
  1685:16  0 (raise-exception _ #:continuable? _)

ice-9/boot-9.scm:1685:16: In procedure raise-exception:
no system generation, nothing to describe~%
--8<---------------cut here---------------end--------------->8---

[signature.asc (application/pgp-signature, inline)]

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Tue, 11 Jan 2022 10:39:01 GMT) Full text and rfc822 format available.

Notification sent to Maxime Devos <maximedevos <at> telenet.be>:
bug acknowledged by developer. (Tue, 11 Jan 2022 10:39:01 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Xinglu Chen <public <at> yoctocell.xyz>
Cc: Maxime Devos <maximedevos <at> telenet.be>, 50978-done <at> debbugs.gnu.org
Subject: Re: bug#50978: "guix home describe" backtraces if "guix home"
 hasn't been used
Date: Tue, 11 Jan 2022 11:37:57 +0100
Hi,

Xinglu Chen <public <at> yoctocell.xyz> skribis:

> On Sat, Oct 02 2021, Maxime Devos wrote:
>
>> Hi,
>>
>> When running "guix home describe" before "guix home import"
>> and before "guix build":
>>
>> $ guix home  describe
>> Backtrace:
>>            7 (primitive-load "/home/[...]/.config/guix/current/b…")
>> In guix/ui.scm:
>>    2185:7  6 (run-guix . _)
>>   2148:10  5 (run-guix-command _ . _)
>> In ice-9/boot-9.scm:
>>   1752:10  4 (with-exception-handler _ _ #:unwind? _ # _)
>> In guix/status.scm:
>>     820:3  3 (_)
>>     800:4  2 (call-with-status-report _ _)
>> In guix/scripts/home.scm:
>>     263:8  1 (_)
>> In ice-9/boot-9.scm:
>>   1685:16  0 (raise-exception _ #:continuable? _)
>>
>> ice-9/boot-9.scm:1685:16: In procedure raise-exception:
>> no home environment generation, nothing to describe~%
>>
>> I don't think a backtrace is needed here.
>
> This seems to be the case for ‘guix system describe’ too
>
> $ guix system describe
> Backtrace:
>            7 (primitive-load "/home/yoctocell/.config/guix/current/bin/guix")
> In guix/ui.scm:
>    2185:7  6 (run-guix . _)
>   2148:10  5 (run-guix-command _ . _)
> In ice-9/boot-9.scm:
>   1752:10  4 (with-exception-handler _ _ #:unwind? _ #:unwind-for-type _)
> In guix/status.scm:
>     820:3  3 (_)
>     800:4  2 (call-with-status-report _ _)
> In guix/scripts/system.scm:
>    1310:8  1 (_)
> In ice-9/boot-9.scm:
>   1685:16  0 (raise-exception _ #:continuable? _)
>
> ice-9/boot-9.scm:1685:16: In procedure raise-exception:
> no system generation, nothing to describe~%

Fixed in a9268216e4f38189d7948cf2ecb51ad2eac7e586, thanks!

Ludo'.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 08 Feb 2022 12:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 49 days ago.

Previous Next


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