GNU bug report logs - #71951
guix home reconfigure, no such file or directory

Previous Next

Package: guix;

Reported by: chris <chris <at> bumblehead.com>

Date: Fri, 5 Jul 2024 18:15:02 UTC

Severity: normal

Done: Juliana Sims <juli <at> incana.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 71951 in the body.
You can then email your comments to 71951 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#71951; Package guix. (Fri, 05 Jul 2024 18:15:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to chris <chris <at> bumblehead.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Fri, 05 Jul 2024 18:15:02 GMT) Full text and rfc822 format available.

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

From: chris <chris <at> bumblehead.com>
To: bug-guix <at> gnu.org
Cc: chris <at> bumblehead.com
Subject: guix home reconfigure, no such file or directory
Date: Fri, 5 Jul 2024 11:12:31 -0700
Today guix home reconfigure is not working on this system. Not sure how to troubleshoot or fix the issue.

```bash
guix home reconfigure guix.home.scm 
guix home: error: failed to load 'guix.home.scm': そのようなファイルやディレクトリはありません÷
guix home reconfigure -L /home/bumble/software/guix-home/ guix.home.scm 
guix home: error: failed to load 'guix.home.scm': そのようなファイルやディレクトリはありません
```

I have tried rolling back system and home configurations to previous (known working) versions, but home reconfigure never loads guix.home.scm and always shows the same "no such file or directory" message.

Yesterday guix home reconfigure was working normally and, when it was used, there were many GC object size warnings, however such messages have been a common part of the normal guix home reconfigure output for the last 6 to 12 months and so they are not a new development for me but sharing anyway in case they could be related.

Thanks in advance for any help




Merged 71951 71963. Request was from Juliana Sims <juli <at> incana.org> to control <at> debbugs.gnu.org. (Sat, 06 Jul 2024 01:45:01 GMT) Full text and rfc822 format available.

Disconnected #71963 from all other report(s). Request was from Juliana Sims <juli <at> incana.org> to control <at> debbugs.gnu.org. (Sat, 06 Jul 2024 01:56:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-guix <at> gnu.org:
bug#71951; Package guix. (Sat, 06 Jul 2024 01:59:01 GMT) Full text and rfc822 format available.

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

From: Juliana Sims <juli <at> incana.org>
To: chris <at> bumblehead.com
Cc: 71951 <at> debbugs.gnu.org
Subject: Re: guix home reconfigure, no such file or directory
Date: Fri, 05 Jul 2024 21:57:41 -0400
Hello,

Sorry for sending you two emails; I forgot I was supposed to CC the 
specific bug address...

For posterity, here is the content of my original message:

Do you inherit any other configurations in your home configuration 
which are defined in a different file? If so, have you made changes in 
any of the files where those inherited configurations are defined? I 
just had a similarly mysterious failure to load a (system) 
configuration file, and it was because I hadn't properly imported a 
module exposing a package I added. It seems these kinds of errors 
aren't properly propagated.

If that isn't the issue, I'm of no further help ;)

Best,
Juli






Information forwarded to bug-guix <at> gnu.org:
bug#71951; Package guix. (Wed, 10 Jul 2024 20:16:02 GMT) Full text and rfc822 format available.

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

From: chris <chris <at> bumblehead.com>
To: Juliana Sims <juli <at> incana.org>
Cc: 71951 <at> debbugs.gnu.org
Subject: Re: guix home reconfigure, no such file or directory
Date: Wed, 10 Jul 2024 12:48:44 -0700
On  7月05日 金, Juliana Sims wrote:
> Do you inherit any other configurations in your home configuration which are
> defined in a different file? If so, have you made changes in any of the
> files where those inherited configurations are defined? I just had a
> similarly mysterious failure to load a (system) configuration file, and it
> was because I hadn't properly imported a module exposing a package I added.
> It seems these kinds of errors aren't properly propagated.
> 
> If that isn't the issue, I'm of no further help ;)
> 
> Best,
> Juli

Juli,

Your suggestion is apt. Commenting-out a 'primitive-load' call from guix.home.scm, guix home recognizes and processes the file.

I tried using 'guile -the-primitive-loaded-file.scm' and, no errors appeared. I'm not sure how to troubleshoot the issue, but with your suggestion it may become possible to fix guix home here,

Thank you,

Chris




Information forwarded to bug-guix <at> gnu.org:
bug#71951; Package guix. (Wed, 10 Jul 2024 23:20:01 GMT) Full text and rfc822 format available.

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

From: chris <chris <at> bumblehead.com>
To: Juliana Sims <juli <at> incana.org>
Cc: 71951 <at> debbugs.gnu.org
Subject: Re: guix home reconfigure, no such file or directory
Date: Wed, 10 Jul 2024 16:17:53 -0700
On  7月05日 金, Juliana Sims wrote:
> Hello,
> 
> [...]
>
> If that isn't the issue, I'm of no further help ;)
> 
> Best,
> Juli

The issue is resolved and guix home reconfigure is again working. A runtime error occurs in the imported file and the reconfigure process fails in the strange way that it does.




Information forwarded to bug-guix <at> gnu.org:
bug#71951; Package guix. (Thu, 11 Jul 2024 13:58:02 GMT) Full text and rfc822 format available.

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

From: Juliana Sims <juli <at> incana.org>
To: chris <chris <at> bumblehead.com>
Cc: 71951 <at> debbugs.gnu.org
Subject: Re: guix home reconfigure, no such file or directory
Date: Thu, 11 Jul 2024 09:56:31 -0400
Glad to hear it! Happy hacking :D







Reply sent to Juliana Sims <juli <at> incana.org>:
You have taken responsibility. (Thu, 11 Jul 2024 14:32:02 GMT) Full text and rfc822 format available.

Notification sent to chris <chris <at> bumblehead.com>:
bug acknowledged by developer. (Thu, 11 Jul 2024 14:32:02 GMT) Full text and rfc822 format available.

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

From: Juliana Sims <juli <at> incana.org>
To: 71951-done <at> debbugs.gnu.org
Subject: Re: guix home reconfigure, no such file or directory
Date: Thu, 11 Jul 2024 10:00:03 -0400
Bug resolved






bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 09 Aug 2024 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 213 days ago.

Previous Next


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