GNU bug report logs -
#73751
[cuirass] channel-update-service fails trying to find key with accent in the name
Previous Next
Reported by: Noé Lopez <noe <at> xn--no-cja.eu>
Date: Fri, 11 Oct 2024 20:23:02 UTC
Severity: normal
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#73751: [cuirass] channel-update-service fails trying to find key with accent in the name
which was filed against the guix package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 73751 <at> debbugs.gnu.org.
--
73751: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73751
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Ludovic Courtès <ludo <at> gnu.org> skribis:
> Noé Lopez <noe <at> noé.eu> skribis:
>
>> I was able to reproduce this from the cuirass checkout when unsetting
>> LANG and that indeed seems to be issue,
>
> OK, I’m pushing the proposed C.UTF-8 patch, then.
That was done as 33bed951079e11bc89bfaf9e9e4af3eb059a2951.
[Message part 3 (message/rfc822, inline)]
Hi,
I’ve been trying to make my own channel and run cuirass on it for fun
and to learn more about how guix works.
Cuirass is failing to fetch the channel, because of something with the
key file: « 2024-10-11 21:34:11 error: Git error while fetching channels
from https://framagit.org/nll/bloup.git
https://git.savannah.gnu.org/git/guix.git: the path 'No?? Lopez.key'
does not exist in the given tree »
Indeed, it seems the accent in my name has been replaced with two
question marks…
The specification I’m using is the following:
(specification
(name 'bloup)
(build '(channels bloup))
(channels
(cons (channel
(name 'bloup)
(url "https://framagit.org/nll/bloup.git")
(introduction
(make-channel-introduction
"f627568549edd28c97dded5e5ec985cd11e95f58"
(openpgp-fingerprint
"5D54 CF25 57B2 38E8 8DC1 80A2 2D22 3241 0AB7 4043"))))
%default-channels)))
The unicode signing key doesn’t seem to cause a problem for guix pull,
only cuirass is complaining.
I can try to make a patch, tips and advice for finding the issue
would be greatly appreciated.
Good evening,
Noé « No?? » Lopez
This bug report was last modified 181 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.