bug#61965: Commands like "guix system search KEYWORD" don't work with locale it_IT.utf8

2023-03-12 Thread Luigi Salamone
Hi Ludo! Hi Julien! Now "guix system search KEYWORD" works! But... guix install hello: hint: Backtrace: 16 (primitive-load "/home/anonymous/.config/guix/current/b…") In guix/ui.scm: 2300:7 15 (run-guix . _) 2263:10 14 (run-guix-command _ . _) In ice-9/boot-9.scm: 1752:10 13

bug#61965: Commands like "guix system search KEYWORD" don't work with locale it_IT.utf8

2023-03-12 Thread Luigi Salamone
Hi! I'm unable to use guix commands like "guix system search KEYWORD". No problem if I run the commend with LANG=LC_ALL. [anonymous@guix ~]$ guix system search cups Backtrace: In ice-9/boot-9.scm: 1752:10 19 (with-exception-handler _ _ #:unwind? _ # _) In guix/status.scm: 851:3 18 (_)

bug#61965: Commands like "guix system search KEYWORD" don't work with locale it_IT.utf8

2023-03-10 Thread Julien Lepiller
Gettext already checks issues with format strings, and for the manual, I always try to build it, so I can catch most issues. Unfortunately, we don't have good tools to check texinfo markup in our strings, so this kind of error can stell slip in, I hadn't realized. I'll try to contact the

bug#61965: Commands like "guix system search KEYWORD" don't work with locale it_IT.utf8

2023-03-10 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
> I believe Tobias (Cc’d) fixed this and related issues > a couple of days ago Yep. I also fixed a worrying number of @comando, @opzione, etc. on Weblate (both in the 'guix' and 'packages' sets). Weblate is pretty unfriendly, so this was tedious and I'm positive there are some I missed.

bug#61965: Commands like "guix system search KEYWORD" don't work with locale it_IT.utf8

2023-03-10 Thread Julien Lepiller
OK, fixed on master and on weblate. Hope it works now! Had to change @esempio to @example (it's Texinfo markup that's not supposed to be cranslated) and even found a typo'd @sempio. Also, if you want to help with translations andqproof-reading, you're very welcome to edit on

bug#61965: Commands like "guix system search KEYWORD" don't work with locale it_IT.utf8

2023-03-06 Thread Julien Lepiller
Le Mon, 06 Mar 2023 23:46:57 +0100, Ludovic Courtès a écrit : > Hi Luigi, > > Luigi Salamone skribis: > > > I'm unable to use guix commands like "guix system search KEYWORD". > > No problem if I run the commend with LANG=LC_ALL. > > [...] > > > ice-9/boot-9.scm:1685:16: In procedure

bug#61965: Commands like "guix system search KEYWORD" don't work with locale it_IT.utf8

2023-03-06 Thread Ludovic Courtès
Hi Luigi, Luigi Salamone skribis: > I'm unable to use guix commands like "guix system search KEYWORD". > No problem if I run the commend with LANG=LC_ALL. [...] > ice-9/boot-9.scm:1685:16: In procedure raise-exception: > Throw to key `parser-error' with args `(#f "Unknown command" dnf)'. I