unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Roland Everaert via Bug reports for GNU Guix <bug-guix@gnu.org>
To: Holger Peters <holger.peters@posteo.de>
Cc: 53701@debbugs.gnu.org
Subject: bug#53701: Re : i18n guix module error when opening shell after guix home reconfigure
Date: Tue, 01 Feb 2022 15:32:02 +0000	[thread overview]
Message-ID: <ci8GgZQNcWNufyzzpVPmo9Hw6IIEpwppDMrrgvcZqSXenweTFw2AI-dxI48qevQnOggpTTIc2mLuekQR0NDbiG5zL20E9EsZnFIb20C48rA=@protonmail.com> (raw)
In-Reply-To: <B796F3D7-C98C-41D5-B1D8-198C87BBE781@posteo.de>

Ok, how to revert to the commit before that one, are you aware of any plan for a fix in a not so distant future?

Thanks for delving into the abyss for us ;)

Roland Everaert
---
Use the F.O.S.S., Luke

Sent with ProtonMail Secure Email.

------- Original Message -------

Le samedi 29 janvier 2022 à 14:19, Holger Peters <holger.peters@posteo.de> a écrit :

> Hi,
>
> An error message about guix i18n has appeared for a while now when using guix with guix home:
>
> Backtrace:
>
> 9 (primitive-load "/home/holger/.guix-home/on-first-login")
>
> In ice-9/eval.scm:
>
> 721:20 8 (primitive-eval (begin (use-modules (guix i18n)) (# …) …))
>
> In ice-9/psyntax.scm:
>
> 1230:36 7 (expand-top-sequence ((begin (use-modules (guix …)) …)) …)
>
> 1090:25 6 (parse _ (("placeholder" placeholder)) ((top) #(# # …)) …)
>
> 1222:19 5 (parse _ (("placeholder" placeholder)) ((top) #(# # …)) …)
>
> 259:10 4 (parse _ (("placeholder" placeholder)) (()) _ c&e (eval) …)
>
> In ice-9/boot-9.scm:
>
> 3927:20 3 (process-use-modules )
>
> 222:17 2 (map1 (((guix i18n))))
>
> 3928:31 1 ( ((guix i18n)))
>
> 3329:6 0 (resolve-interface (guix i18n) #:select _ #:hide _ # _ # …)
>
> The same error message has also appeared on other people’s machines. I think this commit is the one introducing the imports which give the error message: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=cde3376b35222f46f8a82e7668a1a6fd42c08754
>
> > Anfang der weitergeleiteten Nachricht:
> >
> > Von: Roland Everaert via help-guix@gnu.org
> >
> > Betreff: i18n guix module error when opening shell after guix home reconfigure
> >
> > Datum: 5. Januar 2022 um 11:00:38 MEZ
> >
> > An: "help-guix@gnu.org" help-guix@gnu.org
> >
> > Antwort an: Roland Everaert r.everaert@protonmail.com
> >
> > Hello,
> >
> > First, happy new year and best wishes for this year.
> >
> > I have updated my guix home configuration to use my zsh config instead of a blank bash configuration.
> >
> > Unfortunatelly, when I logout and login again, I face the following errors:
> > ---------------------------------------------------------------------------
> >
> > Backtrace:
> >
> > 9 (primitive-load "/home/roland/.guix-home/on-first-login")
> >
> > In ice-9/eval.scm:
> >
> > 721:20 8 (primitive-eval (begin (use-modules (guix i18n)) (# …) …))
> >
> > In ice-9/psyntax.scm:
> >
> > 1230:36 7 (expand-top-sequence ((begin (use-modules (guix …)) …)) …)
> >
> > 1090:25 6 (parse _ (("placeholder" placeholder)) ((top) #(# # …)) …)
> >
> > 1222:19 5 (parse _ (("placeholder" placeholder)) ((top) #(# # …)) …)
> >
> > 259:10 4 (parse _ (("placeholder" placeholder)) (()) _ c&e (eval) …)
> >
> > In ice-9/boot-9.scm:
> >
> > 3927:20 3 (process-use-modules )
> >
> > 222:17 2 (map1 (((guix i18n))))
> >
> > 3928:31 1 ( ((guix i18n)))
> >
> > 3329:6 0 (resolve-interface (guix i18n) #:select _ #:hide _ # _ # …)
> >
> > ice-9/boot-9.scm:3329:6: In procedure resolve-interface:
> >
> > no code for module (guix i18n)
> > ----------------------------------------------------------------------------------------
> >
> > However, the command guix home reconfigure home-config.scm does not generate any error, so I don't understand why guix complain about a missing module related to internationalization.
> >
> > I am using guix, the package manager, on a Fedora 34 distribution.
> >
> > Below is my home-config.scm file content:
> >
> > (use-modules (gnu home)
> >
> > (gnu home services)
> >
> > (gnu home services shells)
> >
> > (gnu services)
> >
> > (gnu packages admin)
> >
> > (gnu packages python-xyz)
> >
> > (gnu packages password-utils)
> >
> > (gnu packages dunst)
> >
> > (gnu packages disk)
> >
> > (gnu packages backup)
> >
> > (gnu packages libreoffice)
> >
> > (gnu packages guile)
> >
> > (gnu packages xdisorg)
> >
> > (gnu packages tls)
> >
> > (gnu packages vpn)
> >
> > (gnu packages terminals)
> >
> > (guix gexp))
> >
> > (home-environment
> >
> > (packages (list htop glances password-store dunst ranger restic hunspell
> >
> > ;; hunspell-dict-fr hunspell-dict-en
> >
> > ;; guile
> >
> > neofetch xdotool openssl openvpn xscreensaver alacritty))
> >
> > (services
> >
> > (list
> >
> > (service home-zsh-service-type
> >
> > (home-zsh-configuration
> >
> > (xdg-flavor? #t)
> >
> > (zshrc (list (local-file "zshrc"))))))))
> > ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> >
> > Any idea what might cause such trouble?
> >
> > Roland Everaert
> > ---------------
> >
> > Use the F.O.S.S., Luke
> >
> > Sent with ProtonMail Secure Email.




  reply	other threads:[~2022-02-02  2:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <OI6lo---V2rgY9Pxgqnjd8JVBVl3fltyMrMfuuwXEYxUidpKJsYksFRfQDXg70leMh0GdU43v_XKycR2nMtdyUZ43v41ue-S3eSdp6jjAtk=@protonmail.com>
2022-01-29 13:19 ` bug#53621: i18n guix module error when opening shell after guix home reconfigure Holger Peters
2022-02-01 15:32   ` Roland Everaert via Bug reports for GNU Guix [this message]
2022-02-05  0:01     ` Ludovic Courtès
2022-02-08 15:00       ` bug#53701: Re : " Roland Everaert via Bug reports for GNU Guix

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='ci8GgZQNcWNufyzzpVPmo9Hw6IIEpwppDMrrgvcZqSXenweTFw2AI-dxI48qevQnOggpTTIc2mLuekQR0NDbiG5zL20E9EsZnFIb20C48rA=@protonmail.com' \
    --to=bug-guix@gnu.org \
    --cc=53701@debbugs.gnu.org \
    --cc=holger.peters@posteo.de \
    --cc=r.everaert@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).