GNU bug report logs - #50857
[PATCH] scripts: Add missing modules to home importer.

Previous Next

Package: guix-patches;

Reported by: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Date: Mon, 27 Sep 2021 21:48:01 UTC

Severity: normal

Tags: patch

Done: Oleg Pykhalov <go.wigust <at> gmail.com>

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 50857 in the body.
You can then email your comments to 50857 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 guix-patches <at> gnu.org:
bug#50857; Package guix-patches. (Mon, 27 Sep 2021 21:48:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 27 Sep 2021 21:48:02 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] scripts: Add missing modules to home importer.
Date: Mon, 27 Sep 2021 23:44:10 +0200
This fixes backtraces encountered by running `guix home import'.

* guix/scripts/home/import.scm: Add use-modules clauses for
the modules (guix packages), (guix utils), (srfi srfi-26) and (gnu packages).
---
 guix/scripts/home/import.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/guix/scripts/home/import.scm b/guix/scripts/home/import.scm
index 39f45dbeac..3cd87b2c21 100644
--- a/guix/scripts/home/import.scm
+++ b/guix/scripts/home/import.scm
@@ -18,11 +18,15 @@
 ;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.
 
 (define-module (guix scripts home import)
+  #:use-module (guix packages)
   #:use-module (guix profiles)
   #:use-module (guix ui)
+  #:use-module (guix utils)
   #:use-module (ice-9 match)
   #:use-module (ice-9 pretty-print)
   #:use-module (srfi srfi-1)
+  #:use-module (srfi srfi-26)
+  #:use-module (gnu packages)
   #:export (import-manifest))
 
 ;;; Commentary:
-- 
2.33.0






Reply sent to Oleg Pykhalov <go.wigust <at> gmail.com>:
You have taken responsibility. (Tue, 28 Sep 2021 11:16:02 GMT) Full text and rfc822 format available.

Notification sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
bug acknowledged by developer. (Tue, 28 Sep 2021 11:16:02 GMT) Full text and rfc822 format available.

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

From: Oleg Pykhalov <go.wigust <at> gmail.com>
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Cc: 50857-done <at> debbugs.gnu.org
Subject: Re: [bug#50857] [PATCH] scripts: Add missing modules to home importer.
Date: Tue, 28 Sep 2021 14:15:36 +0300
[Message part 1 (text/plain, inline)]
Hi,

Thank you for the quick fix!

Liliana Marie Prikler <liliana.prikler <at> gmail.com> writes:

> This fixes backtraces encountered by running `guix home import'.
>
> * guix/scripts/home/import.scm: Add use-modules clauses for
> the modules (guix packages), (guix utils), (srfi srfi-26) and (gnu packages).
> ---
>  guix/scripts/home/import.scm | 4 ++++
>  1 file changed, 4 insertions(+)

[…]

Andrew already fixed this, and also other similar issues in
https://issues.guix.gnu.org/50856

Closing the current one.

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

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

This bug report was last modified 3 years and 288 days ago.

Previous Next


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