GNU bug report logs - #53204
[patch] font-cns11643: Open_Data hash changed

Previous Next

Package: guix;

Reported by: "Dr. Arne Babenhauserheide" <arne_bab <at> web.de>

Date: Wed, 12 Jan 2022 08:56:02 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 53204 AT debbugs.gnu.org.

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#53204; Package guix. (Wed, 12 Jan 2022 08:56:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Dr. Arne Babenhauserheide" <arne_bab <at> web.de>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Wed, 12 Jan 2022 08:56:02 GMT) Full text and rfc822 format available.

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

From: "Dr. Arne Babenhauserheide" <arne_bab <at> web.de>
To: bug-guix <at> gnu.org
Subject: [patch] font-cns11643: Open_Data hash changed
Date: Wed, 12 Jan 2022 09:54:32 +0100
[Message part 1 (text/plain, inline)]
Hi,

the archive Open_Data.zip changed and the fonts were updated. The
attached patch should fix it:

[0001-Update-hash-of-Open_Data.zip.patch (text/x-patch, inline)]
From c70a046791ffa1fc3cf28f770a2edba5db0d0560 Mon Sep 17 00:00:00 2001
From: Arne Babenhauserheide <arne_bab <at> web.de>
Date: Wed, 12 Jan 2022 09:39:08 +0100
Subject: [PATCH] Update hash of Open_Data.zip

---
 gnu/packages/fonts.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 63d1240d5c..ed13e01194 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -532,13 +532,13 @@ (define-public font-cns11643
   ;; it elsewhere to avoid suddenly losing the current source file.
   (package
     (name "font-cns11643")
-    (version "98.1.20180605")
+    (version "98.1.20220107")
     (source (origin
               (method url-fetch)
               (uri "http://www.cns11643.gov.tw/AIDB/Open_Data.zip")
               (sha256
                (base32
-                "000a9whrjr1cd4pjc23pbl60zwkq3wcb5g61p9qi7fn3hwkp0kyw"))))
+                "0ygq7a0gb0nah74wlvf84kss68k514dml1wkcihv2s5v5j9rys0y"))))
     (build-system font-build-system)
     (home-page "http://www.cns11643.gov.tw/AIDB/welcome.do")
     (synopsis "CJK TrueType fonts, TW-Kai and TW-Sung")
-- 
2.34.0

[Message part 3 (text/plain, inline)]
Best wishes,
Arne
-- 
Unpolitisch sein
heißt politisch sein,
ohne es zu merken.
draketo.de
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#53204; Package guix. (Wed, 12 Jan 2022 10:46:02 GMT) Full text and rfc822 format available.

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

From: Maxime Devos <maximedevos <at> telenet.be>
To: "Dr. Arne Babenhauserheide" <arne_bab <at> web.de>, 53204 <at> debbugs.gnu.org
Subject: Re: bug#53204: [patch] font-cns11643: Open_Data hash changed
Date: Wed, 12 Jan 2022 10:45:07 +0000
[Message part 1 (text/plain, inline)]
Dr. Arne Babenhauserheide schreef op wo 12-01-2022 om 09:54 [+0100]:
> Hi,
> 
> the archive Open_Data.zip changed and the fonts were updated. The
> attached patch should fix it: [...]

From (gnu packages fonts):

  ;; Since upstream doesn't provide any version numbers, the date of the last
  ;; edit is used, taken from https://data.gov.tw/dataset/5961
  ;; XXX: The source is also updated in-place, so it may be desirable to mirror
  ;; it elsewhere to avoid suddenly losing the current source file.
  (package
    (name "font-cns11643")
    (version "98.1.20180605")
    (source (origin
              (method url-fetch)
              (uri "http://www.cns11643.gov.tw/AIDB/Open_Data.zip")


Given that Open_Data.zip has a history of being modified in-place,
maybe it would be a good idea to use the Internet Archive Machine instead?

Latest version current in the archive: 
https://web.archive.org/web/20211004150815/http://www.cns11643.gov.tw/AIDB/Open_Data.zip

On <https://web.archive.org/save/http://www.cns11643.gov.tw/AIDB/Open_Data.zip>,
I requested a fresh archival, but it will take some time to complete.

Greetings,
Maxime.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#53204; Package guix. (Wed, 12 Jan 2022 11:14:01 GMT) Full text and rfc822 format available.

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

From: Maxime Devos <maximedevos <at> telenet.be>
To: "Dr. Arne Babenhauserheide" <arne_bab <at> web.de>, 53204 <at> debbugs.gnu.org
Subject: Re: bug#53204: [patch] font-cns11643: Open_Data hash changed
Date: Wed, 12 Jan 2022 11:13:12 +0000
[Message part 1 (text/plain, inline)]
Maxime Devos schreef op wo 12-01-2022 om 10:45 [+0000]:
> [...]
> On <https://web.archive.org/save/http://www.cns11643.gov.tw/AIDB/Open_Data.zip>,
> I requested a fresh archival, but it will take some time to complete.

It has finished:

https://web.archive.org/web/20220112104233/http://www.cns11643.gov.tw/AIDB/Open_Data.zip

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

Information forwarded to bug-guix <at> gnu.org:
bug#53204; Package guix. (Wed, 12 Jan 2022 11:46:02 GMT) Full text and rfc822 format available.

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

From: "Dr. Arne Babenhauserheide" <arne_bab <at> web.de>
To: Maxime Devos <maximedevos <at> telenet.be>
Cc: 53204 <at> debbugs.gnu.org
Subject: Re: bug#53204: [patch] font-cns11643: Open_Data hash changed
Date: Wed, 12 Jan 2022 12:41:42 +0100
[Message part 1 (text/plain, inline)]
Maxime Devos <maximedevos <at> telenet.be> writes:

> Given that Open_Data.zip has a history of being modified in-place,
> maybe it would be a good idea to use the Internet Archive Machine instead?

That sounds good, yes.

> Latest version current in the archive: 
> https://web.archive.org/web/20211004150815/http://www.cns11643.gov.tw/AIDB/Open_Data.zip
>
> On <https://web.archive.org/save/http://www.cns11643.gov.tw/AIDB/Open_Data.zip>,
> I requested a fresh archival, but it will take some time to complete.

Thank you! 

Will you get an info when it’s done?

Best wishes,
Arne
-- 
Unpolitisch sein
heißt politisch sein,
ohne es zu merken.
draketo.de
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#53204; Package guix. (Wed, 12 Jan 2022 12:19:02 GMT) Full text and rfc822 format available.

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

From: Maxime Devos <maximedevos <at> telenet.be>
To: "Dr. Arne Babenhauserheide" <arne_bab <at> web.de>
Cc: 53204 <at> debbugs.gnu.org
Subject: Re: bug#53204: [patch] font-cns11643: Open_Data hash changed
Date: Wed, 12 Jan 2022 12:18:14 +0000
[Message part 1 (text/plain, inline)]
Dr. Arne Babenhauserheide schreef op wo 12-01-2022 om 12:41 [+0100]:
> Maxime Devos <maximedevos <at> telenet.be> writes:
> 
> > Given that Open_Data.zip has a history of being modified in-place,
> > maybe it would be a good idea to use the Internet Archive Machine instead?
> 
> That sounds good, yes.
> 
> > Latest version current in the archive: 
> > https://web.archive.org/web/20211004150815/http://www.cns11643.gov.tw/AIDB/Open_Data.zip
> > 
> > On <https://web.archive.org/save/http://www.cns11643.gov.tw/AIDB/Open_Data.zip>,
> > I requested a fresh archival, but it will take some time to complete.
> 
> Thank you! 
> 
> Will you get an info when it’s done?

<https://web.archive.org/web/20220112104233/http://www.cns11643.gov.tw/AIDB/Open_Data.zip>
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#53204; Package guix. (Mon, 31 Jan 2022 02:00:02 GMT) Full text and rfc822 format available.

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

From: Brendan Tildesley <mail <at> brendan.scot>
To: "53204 <at> debbugs.gnu.org" <53204 <at> debbugs.gnu.org>,
 Arne Babenhauserheide <arne_bab <at> web.de>,
 Maxime Devos <maximedevos <at> telenet.be>
Subject: Re: [patch] font-cns11643: ... unzip error
Date: Mon, 31 Jan 2022 02:59:29 +0100 (CET)
[Message part 1 (text/plain, inline)]
I tried updating it but came across an unzip error, maybe unicode related. I've also noticed in my Icecat there are all these icons that are showing as random korean characters, so I wonder if my configuration is wrong somehow??:
 

starting phase `unpack'
Archive:  /gnu/store/lcnarbk2vd6l1qj77i2s4ny92chzpbzg-Open_Data.zip
   creating: Open_Data/
   creating: Open_Data/Fonts/
  inflating: Open_Data/Fonts/png_24x24.zip  
  inflating: Open_Data/Fonts/TW-Kai-98_1.ttf  
  inflating: Open_Data/Fonts/TW-Kai-Ext-B-98_1.ttf  
  inflating: Open_Data/Fonts/TW-Kai-Plus-98_1.ttf  
  inflating: Open_Data/Fonts/TW-Sung-98_1.ttf  
  inflating: Open_Data/Fonts/TW-Sung-Ext-B-98_1.ttf  
  inflating: Open_Data/Fonts/TW-Sung-Plus-98_1.ttf  
Open_Data/Fonts/#U5168#U5b57#U5eab#U5b57#U578b#U8aaa#U660e#U6587#U4ef6.txt:  mismatching "local" filename (Open_Data/Fonts/???????????????????????????.txt),
         continuing with "central" filename version
  inflating: Open_Data/Fonts/#U5168#U5b57#U5eab#U5b57#U578b#U8aaa#U660e#U6587#U4ef6.txt  
   creating: Open_Data/MapingTables/
   creating: Open_Data/MapingTables/Big5/
  inflating: Open_Data/MapingTables/Big5/CNS2BIG5.txt  
  inflating: Open_Data/MapingTables/Big5/CNS2BIG5_Big5E.txt  
Open_Data/MapingTables/Big5/CNS2BIG5_#U4e03#U500b#U501a#U5929#U5916#U5b57.txt:  mismatching "local" filename (Open_Data/MapingTables/Big5/CNS2BIG5_??????????????????.txt),
         continuing with "central" filename version
  inflating: Open_Data/MapingTables/Big5/CNS2BIG5_#U4e03#U500b#U501a#U5929#U5916#U5b57.txt  
Open_Data/MapingTables/Big5/CNS2BIG5_#U7b26#U865f.txt:  mismatching "local" filename (Open_Data/MapingTables/Big5/CNS2BIG5_??????.txt),
         continuing with "central" filename version
  inflating: Open_Data/MapingTables/Big5/CNS2BIG5_#U7b26#U865f.txt  
  inflating: Open_Data/MapingTables/CNS2DCI.txt  
  inflating: Open_Data/MapingTables/CNS2FIN.txt  
  inflating: Open_Data/MapingTables/CNS2INC.txt  
  inflating: Open_Data/MapingTables/CNS2TAX.txt  
   creating: Open_Data/MapingTables/Unicode/
  inflating: Open_Data/MapingTables/Unicode/CNS2UNICODE_Unicode 15.txt  
  inflating: Open_Data/MapingTables/Unicode/CNS2UNICODE_Unicode 2.txt  
  inflating: Open_Data/MapingTables/Unicode/CNS2UNICODE_Unicode BMP.txt  
Open_Data/MapingTables/#U5168#U5b57#U5eab#U4e2d#U6587#U5c0d#U7167#U8868#U8aaa#U660e#U6587#U4ef6.txt:  mismatching "local" filename (Open_Data/MapingTables/????????????????????????????????????.txt),
         continuing with "central" filename version
  inflating: Open_Data/MapingTables/#U5168#U5b57#U5eab#U4e2d#U6587#U5c0d#U7167#U8868#U8aaa#U660e#U6587#U4ef6.txt  
Open_Data/MapingTables/#U5730#U653f/:  mismatching "local" filename (Open_Data/MapingTables/??????/),
         continuing with "central" filename version
   creating: Open_Data/MapingTables/#U5730#U653f/
Open_Data/MapingTables/#U5730#U653f/#U5357#U6295#U7e23.txt:  mismatching "local" filename (Open_Data/MapingTables/??????/?????????.txt),
         continuing with "central" filename version
  inflating: Open_Data/MapingTables/#U5730#U653f/#U5357#U6295#U7e23.txt  
Open_Data/MapingTables/#U5730#U653f/#U53f0#U4e2d#U5e02.txt:  mismatching "local" filename (Open_Data/MapingTables/??????/?????????.txt),
         continuing with "central" filename version
  inflating: Open_Data/MapingTables/#U5730#U653f/#U53f0#U4e2d#U5e02.txt  
Open_Data/MapingTables/#U5730#U653f/#U53f0#U4e2d#U7e23.txt:  mismatching "local" filename (Open_Data/MapingTables/??????/?????????.txt),
         continuing with "central" filename version
  inflating: Open_Data/MapingTables/#U5730#U653f/#U53f0#U4e2d#U7e23.txt  
Open_Data/MapingTables/#U5730#U653f/#U53f0#U5317#U5e02.txt:  mismatching "local" filename (Open_Data/MapingTables/??????/?????????.txt),
         continuing with "central" filename version
  inflating: Open_Data/MapingTables/#U5730#U653f/#U53f0#U5317#U5e02.txt  
Open_Data/MapingTables/#U5730#U653f/#U53f0#U5317#U7e23.txt:  mismatching "local" filename (Open_Data/MapingTables/??????/?????????.txt),
         continuing with "central" filename version
  inflating: Open_Data/MapingTables/#U5730#U653f/#U53f0#U5317#U7e23.txt  
Open_Data/MapingTables/#U5730#U653f/#U53f0#U5357#U5e02.txt:  mismatching "local" filename (Open_Data/MapingTables/??????/?????????.txt),
         continuing with "central" filename version
  inflating: Open_Data/MapingTables/#U5730#U653f/#U53f0#U5357#U5e02.txt  
Open_Data/MapingTables/#U5730#U653f/#U53f0#U5357#U7e23.txt:  mismatching "local" filename (Open_Data/MapingTables/??????/?????????.txt),
         continuing with "central" filename version
  inflating: Open_Data/MapingTables/#U5730#U653f/#U53f0#U5357#U7e23.txt  
Open_Data/MapingTables/#U5730#U653f/#U53f0#U6771#U7e23.txt:  mismatching "local" filename (Open_Data/MapingTables/??????/?????????.txt),
         continuing with "central" filename version
  inflating: Open_Data/MapingTables/#U5730#U653f/#U53f0#U6771#U7e23.txt  
Open_Data/MapingTables/#U5730#U653f/#U5609#U7fa9#U5e02.txt:  mismatching "local" filename (Open_Data/MapingTables/??????/?????????.txt),
         continuing with "central" filename version
  inflating: Open_Data/MapingTables/#U5730#U653f/#U5609#U7fa9#U5e02.txt  
Open_Data/MapingTables/#U5730#U653f/#U5609#U7fa9#U7e23.txt:  mismatching "local" filename (Open_Data/MapingTables/??????/?????????.txt),
         continuing with "central" filename version
  inflating: Open_Data/MapingTables/#U5730#U653f/#U5609#U7fa9#U7e23.txt  
Open_Data/MapingTables/#U5730#U653f/#U57fa#U9686#U5e02.txt:  mismatching "local" filename (Open_Data/MapingTables/??????/?????????.txt),
         continuing with "central" filename version
  inflating: Open_Data/MapingTables/#U5730#U653f/#U57fa#U9686#U5e02.txt  
Open_Data/MapingTables/#U5730#U653f/#U5b9c#U862d#U7e23.txt:  mismatching "local" filename (Open_Data/MapingTables/??????/?????????.txt),
         continuing with "central" filename version
  inflating: Open_Data/MapingTables/#U5730#U653f/#U5b9c#U862d#U7e23.txt  
Open_Data/MapingTables/#U5730#U653f/#U5c4f#U6771#U7e23.txt:  mismatching "local" filename (Open_Data/MapingTables/??????/?????????.txt),
         continuing with "central" filename version
  inflating: Open_Data/MapingTables/#U5730#U653f/#U5c4f#U6771#U7e23.txt  
Open_Data/MapingTables/#U5730#U653f/#U5f70#U5316#U7e23.txt:  mismatching "local" filename (Open_Data/MapingTables/??????/?????????.txt),
         continuing with "central" filename version
  inflating: Open_Data/MapingTables/#U5730#U653f/#U5f70#U5316#U7e23.txt  
Open_Data/MapingTables/#U5730#U653f/#U65b0#U7af9#U5e02.txt:  mismatching "local" filename (Open_Data/MapingTables/??????/?????????.txt),
         continuing with "central" filename version
  inflating: Open_Data/MapingTables/#U5730#U653f/#U65b0#U7af9#U5e02.txt  
Open_Data/MapingTables/#U5730#U653f/#U65b0#U7af9#U7e23.txt:  mismatching "local" filename (Open_Data/MapingTables/??????/?????????.txt),
         continuing with "central" filename version
  inflating: Open_Data/MapingTables/#U5730#U653f/#U65b0#U7af9#U7e23.txt  
Open_Data/MapingTables/#U5730#U653f/#U6843#U5712#U7e23.txt:  mismatching "local" filename (Open_Data/MapingTables/??????/?????????.txt),
         continuing with "central" filename version
  inflating: Open_Data/MapingTables/#U5730#U653f/#U6843#U5712#U7e23.txt  
Open_Data/MapingTables/#U5730#U653f/#U6f8e#U6e56#U7e23.txt:  mismatching "local" filename (Open_Data/MapingTables/??????/?????????.txt),
         continuing with "central" filename version
  inflating: Open_Data/MapingTables/#U5730#U653f/#U6f8e#U6e56#U7e23.txt  
Open_Data/MapingTables/#U5730#U653f/#U82b1#U84ee#U7e23.txt:  mismatching "local" filename (Open_Data/MapingTables/??????/?????????.txt),
         continuing with "central" filename version
  inflating: Open_Data/MapingTables/#U5730#U653f/#U82b1#U84ee#U7e23.txt  
Open_Data/MapingTables/#U5730#U653f/#U82d7#U6817#U7e23.txt:  mismatching "local" filename (Open_Data/MapingTables/??????/?????????.txt),
         continuing with "central" filename version
  inflating: Open_Data/MapingTables/#U5730#U653f/#U82d7#U6817#U7e23.txt  
Open_Data/MapingTables/#U5730#U653f/#U9023#U6c5f#U7e23.txt:  mismatching "local" filename (Open_Data/MapingTables/??????/?????????.txt),
         continuing with "central" filename version
  inflating: Open_Data/MapingTables/#U5730#U653f/#U9023#U6c5f#U7e23.txt  
Open_Data/MapingTables/#U5730#U653f/#U91d1#U9580#U7e23.txt:  mismatching "local" filename (Open_Data/MapingTables/??????/?????????.txt),
         continuing with "central" filename version
  inflating: Open_Data/MapingTables/#U5730#U653f/#U91d1#U9580#U7e23.txt  
Open_Data/MapingTables/#U5730#U653f/#U96f2#U6797#U7e23.txt:  mismatching "local" filename (Open_Data/MapingTables/??????/?????????.txt),
         continuing with "central" filename version
  inflating: Open_Data/MapingTables/#U5730#U653f/#U96f2#U6797#U7e23.txt  
Open_Data/MapingTables/#U5730#U653f/#U9ad8#U96c4#U5e02.txt:  mismatching "local" filename (Open_Data/MapingTables/??????/?????????.txt),
         continuing with "central" filename version
  inflating: Open_Data/MapingTables/#U5730#U653f/#U9ad8#U96c4#U5e02.txt  
Open_Data/MapingTables/#U5730#U653f/#U9ad8#U96c4#U7e23.txt:  mismatching "local" filename (Open_Data/MapingTables/??????/?????????.txt),
         continuing with "central" filename version
  inflating: Open_Data/MapingTables/#U5730#U653f/#U9ad8#U96c4#U7e23.txt  
   creating: Open_Data/Properties/
  inflating: Open_Data/Properties/CNS_cangjie.txt  
  inflating: Open_Data/Properties/CNS_component.txt  
  inflating: Open_Data/Properties/CNS_component_word.txt  
  inflating: Open_Data/Properties/CNS_component_word.zip  
  inflating: Open_Data/Properties/CNS_phonetic.txt  
  inflating: Open_Data/Properties/CNS_pinyin_1.txt  
  inflating: Open_Data/Properties/CNS_pinyin_2.txt  
  inflating: Open_Data/Properties/CNS_radical.txt  
  inflating: Open_Data/Properties/CNS_radical_word.txt  
  inflating: Open_Data/Properties/CNS_source.txt  
  inflating: Open_Data/Properties/CNS_stroke.txt  
  inflating: Open_Data/Properties/CNS_strokes_sequence.txt  
Open_Data/Properties/#U5168#U5b57#U5eab#U5c6c#U6027#U8cc7#U6599#U8aaa#U660e#U6587#U4ef6.txt:  mismatching "local" filename (Open_Data/Properties/?????????????????????????????????.txt),
         continuing with "central" filename version
  inflating: Open_Data/Properties/#U5168#U5b57#U5eab#U5c6c#U6027#U8cc7#U6599#U8aaa#U660e#U6587#U4ef6.txt  
   creating: Open_Data/Voice/
  inflating: Open_Data/Voice/CNS_pinyin_voice.zip  
Open_Data/Voice/#U5168#U5b57#U5eab#U97f3#U6a94#U8aaa#U660e#U6587#U4ef6.txt:  mismatching "local" filename (Open_Data/Voice/???????????????????????????.txt),
         continuing with "central" filename version
  inflating: Open_Data/Voice/#U5168#U5b57#U5eab#U97f3#U6a94#U8aaa#U660e#U6587#U4ef6.txt  
Open_Data/#U8cc7#U6599#U66f4#U65b0#U8aaa#U660e.txt:  mismatching "local" filename (Open_Data/??????????????????.txt),
         continuing with "central" filename version
  inflating: Open_Data/#U8cc7#U6599#U66f4#U65b0#U8aaa#U660e.txt  
error: in phase 'unpack': uncaught exception:
%exception #<&invoke-error program: "unzip" arguments: ("/gnu/store/lcnarbk2vd6l1qj77i2s4ny92chzpbzg-Open_Data.zip") exit-status: 1 term-signal: #f stop-signal: #f>
[0001-gnu-font-cns11643-Update-to-98.1.20220104.patch (text/x-patch, attachment)]

Information forwarded to bug-guix <at> gnu.org:
bug#53204; Package guix. (Mon, 31 Jan 2022 09:20:02 GMT) Full text and rfc822 format available.

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

From: Maxime Devos <maximedevos <at> telenet.be>
To: Brendan Tildesley <mail <at> brendan.scot>, "53204 <at> debbugs.gnu.org"
 <53204 <at> debbugs.gnu.org>, Arne Babenhauserheide <arne_bab <at> web.de>
Subject: Re: [patch] font-cns11643: ... unzip error
Date: Mon, 31 Jan 2022 10:18:55 +0100
[Message part 1 (text/plain, inline)]
Brendan Tildesley schreef op ma 31-01-2022 om 02:59 [+0100]:
> I tried updating it but came across an unzip error, maybe unicode related. I've also noticed in my Icecat there are all these icons that are showing as random korean characters, so I wonder if my configuration is wrong somehow??:

Maybe add glibc-utf8-locales to the native-inputs of the package
definition, such that an UTF-8 locale can be installed?

Greetings,
Maxime.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#53204; Package guix. (Mon, 31 Jan 2022 11:24:02 GMT) Full text and rfc822 format available.

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

From: Brendan Tildesley <mail <at> brendan.scot>
To: "53204 <at> debbugs.gnu.org" <53204 <at> debbugs.gnu.org>
Cc: Arne Babenhauserheide <arne_bab <at> web.de>,
 Maxime Devos <maximedevos <at> telenet.be>
Subject: Re: [patch] font-cns11643: ... unzip error
Date: Mon, 31 Jan 2022 12:23:02 +0100 (CET)
> On 01/31/2022 10:18 AM Maxime Devos <maximedevos <at> telenet.be> wrote:
> 
>  
> Brendan Tildesley schreef op ma 31-01-2022 om 02:59 [+0100]:
> > I tried updating it but came across an unzip error, maybe unicode related. I've also noticed in my Icecat there are all these icons that are showing as random korean characters, so I wonder if my configuration is wrong somehow??:
> 
> Maybe add glibc-utf8-locales to the native-inputs of the package
> definition, such that an UTF-8 locale can be installed?
> 
> Greetings,
> Maxime.

I just noticed there is also this:

starting phase `install-locale'
warning: failed to install 'en_US.utf8' locale: Invalid argument


It occurs for other font-build-system fonts too. Adding glibc-utf8-locales or glibc-locales didn't fix it.
I don't understand it because its just based off gnu-build-system which doesn't have that issue.

It doesn't GUIX_LOCPATH either




Information forwarded to bug-guix <at> gnu.org:
bug#53204; Package guix. (Mon, 31 Jan 2022 12:36:01 GMT) Full text and rfc822 format available.

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

From: Maxime Devos <maximedevos <at> telenet.be>
To: Brendan Tildesley <mail <at> brendan.scot>, "53204 <at> debbugs.gnu.org"
 <53204 <at> debbugs.gnu.org>
Cc: Arne Babenhauserheide <arne_bab <at> web.de>
Subject: Re: [patch] font-cns11643: ... unzip error
Date: Mon, 31 Jan 2022 13:35:00 +0100
[Message part 1 (text/plain, inline)]
Brendan Tildesley schreef op ma 31-01-2022 om 12:23 [+0100]:
> I just noticed there is also this:
> 
> starting phase `install-locale'
> warning: failed to install 'en_US.utf8' locale: Invalid argument
> 
> 
> It occurs for other font-build-system fonts too. Adding glibc-utf8-locales or glibc-locales didn't fix it.
> I don't understand it because its just based off gnu-build-system which doesn't have that issue.
> 
> It doesn't GUIX_LOCPATH either

Perhaps the cause is that font-build-system doesn't have glibc among
its (implicit) native-inputs, and hence there's no GUIX_LOCPATH search
path (see <https://issues.guix.gnu.org/22138>)?

Adding glibc to the native-inputs might work.

Greetings,
Maxime.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#53204; Package guix. (Tue, 01 Feb 2022 01:25:02 GMT) Full text and rfc822 format available.

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

From: Brendan Tildesley <mail <at> brendan.scot>
To: Maxime Devos <maximedevos <at> telenet.be>,
 "53204 <at> debbugs.gnu.org" <53204 <at> debbugs.gnu.org>
Cc: Arne Babenhauserheide <arne_bab <at> web.de>
Subject: Re: [patch] font-cns11643: ... unzip error
Date: Tue, 1 Feb 2022 02:23:50 +0100 (CET)
[Message part 1 (text/plain, inline)]
> On 01/31/2022 1:35 PM Maxime Devos <maximedevos <at> telenet.be> wrote:
> 
>  
> Brendan Tildesley schreef op ma 31-01-2022 om 12:23 [+0100]:
> > I just noticed there is also this:
> > 
> > starting phase `install-locale'
> > warning: failed to install 'en_US.utf8' locale: Invalid argument
> > 
> > 
> > It occurs for other font-build-system fonts too. Adding glibc-utf8-locales or glibc-locales didn't fix it.
> > I don't understand it because its just based off gnu-build-system which doesn't have that issue.
> > 
> > It doesn't GUIX_LOCPATH either
> 
> Perhaps the cause is that font-build-system doesn't have glibc among
> its (implicit) native-inputs, and hence there's no GUIX_LOCPATH search
> path (see <https://issues.guix.gnu.org/22138>)?
> 
> Adding glibc to the native-inputs might work.
> 
> Greetings,
> Maxime. 

Fixed it (attached).
[0001-gnu-font-cns11643-Update-to-98.1.20220104.patch (text/x-patch, attachment)]

Information forwarded to bug-guix <at> gnu.org:
bug#53204; Package guix. (Sun, 09 Oct 2022 06:39:02 GMT) Full text and rfc822 format available.

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

From: Brendan Tildesley <mail <at> brendan.scot>
To: Maxime Devos <maximedevos <at> telenet.be>, 53204 <at> debbugs.gnu.org,
 Arne Babenhauserheide <arne_bab <at> web.de>
Subject: Re: bug#53204: [patch] font-cns11643: Open_Data hash changed
Date: Sun, 9 Oct 2022 17:38:10 +1100
PING... Is the previous patch I sent OK?>





This bug report was last modified 2 years and 248 days ago.

Previous Next


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