From unknown Fri Jun 20 07:16:06 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#47483 <47483@debbugs.gnu.org> To: bug#47483 <47483@debbugs.gnu.org> Subject: Status: Unable to build 'texlive-union's Reply-To: bug#47483 <47483@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:16:06 +0000 retitle 47483 Unable to build 'texlive-union's reassign 47483 guix submitter 47483 Xinglu Chen severity 47483 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 29 15:18:44 2021 Received: (at submit) by debbugs.gnu.org; 29 Mar 2021 19:18:44 +0000 Received: from localhost ([127.0.0.1]:49656 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lQxPP-0003ST-Nm for submit@debbugs.gnu.org; Mon, 29 Mar 2021 15:18:44 -0400 Received: from lists.gnu.org ([209.51.188.17]:45262) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lQxPO-0003SL-2D for submit@debbugs.gnu.org; Mon, 29 Mar 2021 15:18:42 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38460) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lQxPN-00050L-OQ for bug-guix@gnu.org; Mon, 29 Mar 2021 15:18:41 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:56232 helo=mail.yoctocell.xyz) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lQxPL-00038V-6p for bug-guix@gnu.org; Mon, 29 Mar 2021 15:18:41 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1617045507; bh=YfkPu14Qvb1HjZaw4npjVUkjwSjLG76FgCgZjYgK1/k=; h=From:To:Subject:Date; b=ot1lqXg36gVSXm6ZmPo5rKB0zB+gRydY+ZlsdzNQLOqzgMNAwveXyfqWQpsYuCank 23mtkMXdLgIMvjJQjV5jYMwtI2yyey/eEfQD4VIvymIr+h8EGoJj+sRYDYXmGyKPQ7 gZJqPjq5wF0gGQdW53jXatJEphWBBmOB+UMYtWvg= To: bug-guix@gnu.org Subject: Unable to build 'texlive-union's Date: Mon, 29 Mar 2021 21:18:26 +0200 Message-ID: <87a6qlixa5.fsf@yoctocell.xyz> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 14 X-Spam_score: 1.4 X-Spam_bar: + X-Spam_report: (1.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FROM_SUSPICIOUS_NTLD=0.499, FROM_SUSPICIOUS_NTLD_FP=0.001, PDS_OTHER_BAD_TLD=1.999, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.2 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: I am trying to update 'python-ipython' and 'python-ipython-documentation', when building 'python-ipython-documentation', the texlive-union fails to build because the 'updmap-sys' command fails. I also [...] Content analysis details: (1.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] 0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [209.51.188.17 listed in wl.mailspike.net] 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 0.0 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.2 (/) I am trying to update 'python-ipython' and 'python-ipython-documentation', when building 'python-ipython-documentation', the texlive-union fails to build because the 'updmap-sys' command fails. I also tried building 'python-matplotlib-documentation' which also has some texlive depencies and it fails for the same reason. --8<---------------cut here---------------start------------->8--- $ ./pre-inst-env guix build --keep-going python-ipython-documentation The following derivations will be built: /gnu/store/xrzvl0r4r53ahgh4kjbbdlggmr6f5cbd-python-ipython-documentation-7.22.0.drv /gnu/store/q8q7mrg76c741qsdhs0196pv41pdb16a-texlive-union-51265.drv building /gnu/store/q8q7mrg76c741qsdhs0196pv41pdb16a-texlive-union-51265.drv... updmap will read the following updmap.cfg files (in precedence order): /gnu/store/gcf90pp6gzkagbhfynnhc6sbmkb1sfwg-texlive-union-51265/share/texmf-config/web2c/updmap.cfg updmap may write changes to the following updmap.cfg file: /gnu/store/gcf90pp6gzkagbhfynnhc6sbmkb1sfwg-texlive-union-51265/share/texmf-config/web2c/updmap.cfg updmap [WARNING]: generated map uptex-tc-arphic.map (from uptex-tc-@tcEmbed@.map) does not exist, not activating it! updmap [WARNING]: generated map otf-up-ipaex.map (from otf-up-@jaEmbed@.map) does not exist, not activating it! updmap [WARNING]: generated map otf-ipaex.map (from otf-@jaEmbed@.map) does not exist, not activating it! updmap [WARNING]: generated map ptex-ipaex.map (from ptex-@jaEmbed@@jaVariant@.map) does not exist, not activating it! updmap [WARNING]: generated map uptex-ko-baekmuk.map (from uptex-ko-@koEmbed@.map) does not exist, not activating it! updmap [WARNING]: generated map otf-tc-arphic.map (from otf-tc-@tcEmbed@.map) does not exist, not activating it! updmap [WARNING]: generated map uptex-ipaex.map (from uptex-@jaEmbed@@jaVariant@.map) does not exist, not activating it! updmap [WARNING]: generated map uptex-sc-arphic.map (from uptex-sc-@scEmbed@.map) does not exist, not activating it! updmap [WARNING]: generated map otf-sc-arphic.map (from otf-sc-@scEmbed@.map) does not exist, not activating it! updmap [WARNING]: generated map otf-ko-baekmuk.map (from otf-ko-@koEmbed@.map) does not exist, not activating it! Missing map files found, disabling Acorn.map (in /gnu/store/gcf90pp6gzkagbhfynnhc6sbmkb1sfwg-texlive-union-51265/share/texmf-config/web2c/updmap.cfg) Alegreya.map (in /gnu/store/gcf90pp6gzkagbhfynnhc6sbmkb1sfwg-texlive-union-51265/share/texmf-config/web2c/updmap.cfg) AnnSton.map (in /gnu/store/gcf90pp6gzkagbhfynnhc6sbmkb1sfwg-texlive-union-51265/share/texmf-config/web2c/updmap.cfg) AnonymousPro.map (in /gnu/store/gcf90pp6gzkagbhfynnhc6sbmkb1sfwg-texlive-union-51265/share/texmf-config/web2c/updmap.cfg) ArrowsADF.map (in /gnu/store/gcf90pp6gzkagbhfynnhc6sbmkb1sfwg-texlive-union-51265/share/texmf-config/web2c/updmap.cfg) ArtNouv.map (in /gnu/store/gcf90pp6gzkagbhfynnhc6sbmkb1sfwg-texlive-union-51265/share/texmf-config/web2c/updmap.cfg) ArtNouvc.map (in /gnu/store/gcf90pp6gzkagbhfynnhc6sbmkb1sfwg-texlive-union-51265/share/texmf-config/web2c/updmap.cfg) BaskervilleF.map (in /gnu/store/gcf90pp6gzkagbhfynnhc6sbmkb1sfwg-texlive-union-51265/share/texmf-config/web2c/updmap.cfg) [...] zi4.map (in /gnu/store/gcf90pp6gzkagbhfynnhc6sbmkb1sfwg-texlive-union-51265/share/texmf-config/web2c/updmap.cfg) in /gnu/store/gcf90pp6gzkagbhfynnhc6sbmkb1sfwg-texlive-union-51265/share/texmf-config/web2c/updmap.cfg Do you really want to continue (y/N)? answer =Y= /gnu/store/ri7l711cx2jrcf1scywm66knc64rv28i-texlive-bin-20190410/share/texmf-dist/scripts/texlive/updmap.pl --syncwithtrees finished. Now you need to run updmap normally to recreate map files. updmap will read the following updmap.cfg files (in precedence order): /gnu/store/gcf90pp6gzkagbhfynnhc6sbmkb1sfwg-texlive-union-51265/share/texmf-config/web2c/updmap.cfg updmap may write changes to the following updmap.cfg file: /gnu/store/gcf90pp6gzkagbhfynnhc6sbmkb1sfwg-texlive-union-51265/share/texmf-config/web2c/updmap.cfg dvips output dir: "/gnu/store/gcf90pp6gzkagbhfynnhc6sbmkb1sfwg-texlive-union-51265/share/texmf-dist/fonts/map/dvips/updmap/" pdftex output dir: "/gnu/store/gcf90pp6gzkagbhfynnhc6sbmkb1sfwg-texlive-union-51265/share/texmf-dist/fonts/map/pdftex/updmap/" dvipdfmx output dir: "/gnu/store/gcf90pp6gzkagbhfynnhc6sbmkb1sfwg-texlive-union-51265/share/texmf-dist/fonts/map/dvipdfmx/updmap/" updmap [WARNING]: generated map otf-ko-baekmuk.map (from otf-ko-@koEmbed@.map) does not exist, not activating it! updmap [WARNING]: generated map otf-up-ipaex.map (from otf-up-@jaEmbed@.map) does not exist, not activating it! updmap [WARNING]: generated map otf-sc-arphic.map (from otf-sc-@scEmbed@.map) does not exist, not activating it! updmap [WARNING]: generated map uptex-ko-baekmuk.map (from uptex-ko-@koEmbed@.map) does not exist, not activating it! updmap [WARNING]: generated map ptex-ipaex.map (from ptex-@jaEmbed@@jaVariant@.map) does not exist, not activating it! updmap [WARNING]: generated map otf-ipaex.map (from otf-@jaEmbed@.map) does not exist, not activating it! updmap [WARNING]: generated map otf-tc-arphic.map (from otf-tc-@tcEmbed@.map) does not exist, not activating it! updmap [WARNING]: generated map uptex-tc-arphic.map (from uptex-tc-@tcEmbed@.map) does not exist, not activating it! updmap [WARNING]: generated map uptex-ipaex.map (from uptex-@jaEmbed@@jaVariant@.map) does not exist, not activating it! updmap [WARNING]: generated map uptex-sc-arphic.map (from uptex-sc-@scEmbed@.map) does not exist, not activating it! print() on closed filehandle FILE at /gnu/store/ri7l711cx2jrcf1scywm66knc64rv28i-texlive-bin-20190410/share/texmf-dist/scripts/texlive/updmap.pl line 1145. print() on closed filehandle FILE at /gnu/store/ri7l711cx2jrcf1scywm66knc64rv28i-texlive-bin-20190410/share/texmf-dist/scripts/texlive/updmap.pl line 1145. updmap: can't write lines to >/gnu/store/gcf90pp6gzkagbhfynnhc6sbmkb1sfwg-texlive-union-51265/share/texmf-dist/fonts/map/pdftex/updmap//pdftex_ndl14.map: Permission denied at /gnu/store/ri7l711cx2jrcf1scywm66knc64rv28i-texlive-bin-20190410/share/texmf-dist/scripts/texlive/updmap.pl line 533. updmap is creating new map files using the following configuration: LW35 font names : URWkb (/gnu/store/gcf90pp6gzkagbhfynnhc6sbmkb1sfwg-texlive-union-51265/share/texmf-config/web2c/updmap.cfg) prefer outlines : true (/gnu/store/gcf90pp6gzkagbhfynnhc6sbmkb1sfwg-texlive-union-51265/share/texmf-config/web2c/updmap.cfg) texhash enabled : true download standard fonts (dvips) : true (/gnu/store/gcf90pp6gzkagbhfynnhc6sbmkb1sfwg-texlive-union-51265/share/texmf-config/web2c/updmap.cfg) download standard fonts (pdftex) : true (/gnu/store/gcf90pp6gzkagbhfynnhc6sbmkb1sfwg-texlive-union-51265/share/texmf-config/web2c/updmap.cfg) jaEmbed replacement string : ipaex (/gnu/store/gcf90pp6gzkagbhfynnhc6sbmkb1sfwg-texlive-union-51265/share/texmf-config/web2c/updmap.cfg) jaVariant replacement string : (default) scEmbed replacement string : arphic (/gnu/store/gcf90pp6gzkagbhfynnhc6sbmkb1sfwg-texlive-union-51265/share/texmf-config/web2c/updmap.cfg) tcEmbed replacement string : arphic (/gnu/store/gcf90pp6gzkagbhfynnhc6sbmkb1sfwg-texlive-union-51265/share/texmf-config/web2c/updmap.cfg) koEmbed replacement string : baekmuk (/gnu/store/gcf90pp6gzkagbhfynnhc6sbmkb1sfwg-texlive-union-51265/share/texmf-config/web2c/updmap.cfg) create a mapfile for pxdvi : false (default) Scanning for LW35 support files [ 3 files] Scanning for MixedMap entries [ 6 files] Scanning for KanjiMap entries [ 0 files] Scanning for Map entries [ 3 files] Generating output for dvipdfmx... Generating output for ps2pk... Generating output for dvips... Generating output for pdftex... Backtrace: 4 (primitive-load "/gnu/store/vizkacqiybxrqyl1ka4s0y4qdqg?") In ice-9/eval.scm: 191:35 3 (_ _) 619:8 2 (_ #(#(# "/gn?") #)) 619:8 1 (_ #(#(#(# #) #) ?)) In guix/build/utils.scm: 654:6 0 (invoke _ . _) guix/build/utils.scm:654:6: In procedure invoke: ERROR: 1. &invoke-error: program: "updmap-sys" arguments: ("--cnffile=/gnu/store/gcf90pp6gzkagbhfynnhc6sbmkb1sfwg-texlive-union-51265/share/texmf-config/web2c/updmap.cfg" "--dvipdfmxoutputdir=/gnu/store/gcf90pp6gzkagbhfynnhc6sbmkb1sfwg-texlive-union-51265/share/texmf-dist/fonts/map/dvipdfmx/updmap/" "--dvipsoutputdir=/gnu/store/gcf90pp6gzkagbhfynnhc6sbmkb1sfwg-texlive-union-51265/share/texmf-dist/fonts/map/dvips/updmap/" "--pdftexoutputdir=/gnu/store/gcf90pp6gzkagbhfynnhc6sbmkb1sfwg-texlive-union-51265/share/texmf-dist/fonts/map/pdftex/updmap/") exit-status: 13 term-signal: #f stop-signal: #f builder for `/gnu/store/q8q7mrg76c741qsdhs0196pv41pdb16a-texlive-union-51265.drv' failed with exit code 1 build of /gnu/store/q8q7mrg76c741qsdhs0196pv41pdb16a-texlive-union-51265.drv failed View build log at '/var/log/guix/drvs/q8/q7mrg76c741qsdhs0196pv41pdb16a-texlive-union-51265.drv.bz2'. cannot build derivation `/gnu/store/xrzvl0r4r53ahgh4kjbbdlggmr6f5cbd-python-ipython-documentation-7.22.0.drv': 1 dependencies couldn't be built guix build: error: build of `/gnu/store/xrzvl0r4r53ahgh4kjbbdlggmr6f5cbd-python-ipython-documentation-7.22.0.drv' failed --8<---------------cut here---------------end--------------->8--- Any ideas? From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 12 23:34:59 2022 Received: (at 47483-done) by debbugs.gnu.org; 13 Jul 2022 03:34:59 +0000 Received: from localhost ([127.0.0.1]:44114 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oBT9O-0002ih-UO for submit@debbugs.gnu.org; Tue, 12 Jul 2022 23:34:59 -0400 Received: from mail-qk1-f171.google.com ([209.85.222.171]:44657) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oBT9N-0002iS-MX for 47483-done@debbugs.gnu.org; Tue, 12 Jul 2022 23:34:58 -0400 Received: by mail-qk1-f171.google.com with SMTP id x17so7813585qkh.11 for <47483-done@debbugs.gnu.org>; Tue, 12 Jul 2022 20:34:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=I0Wg+5R2KXu0FIbUokDPtjG2b/ABFuommAL97HUhE1Y=; b=lWttGOKW6AJ1zFgJ0dtKVot1hStBI9THD2W0N3BqpU/HV8dQ7Hur8Vjoa3P3aGEFUX Qa3T4nDnyj3fYRxIXaKUsUBr3ExyDdLSSaBnR78G3g6+B8jYA3zpACM1cR1N9k6eBFiu O71qytDM1M4mqVohfYdbgmm2RW+fyrCHmp7Wd2j3fxcXJPAjTBFZs4jcTft4nVPE9MHW vdUlik1ObD8I2y/ipMnDio1fCuKbZwk0X3H4ldA+ykPDOkD0kKLwczNmasdKwY4Yz5/i 9hYPYdW4uNBNuysF/br7lHn/UodzlyS9+0HwYIsUxGNAK1dtogKdHwoQYdZ1sZq/UqDB pQ+A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=I0Wg+5R2KXu0FIbUokDPtjG2b/ABFuommAL97HUhE1Y=; b=nUvQXO3SSnQIJ3lRC1uC9BAEXoWZEj0OXXF+bg2XKxUgVJ1nQ5OEBTXDK818IhOuKz Md588QC/muATBpNa7KgccAVhOH8jzfJBiPd7yT50UEALTnpWlQoRBpRt7O+MjiYqlLQE GPtJM4sRWKdSZQ/XYMOo+GLwDoihnljdgtJT+3pOe252+OTL7SvtWsL0rc98QhWUYsLt qyMgjUh5jeS474hf3b6CDwpPIoipl5988+zTNcSae2Bb4+aU3wDTUU+jXVvJGGYxy1P/ Uy8mLjZTAtSXpK8phLwmq7jJ4Qjb/W/zNTKJlZCjxoc7iXHlmGquAuoUb8v+1Qwal/4V +DQA== X-Gm-Message-State: AJIora8xuX+Bql4JZdIS+qFnvHExXP7T8YhnITGTrbOEncFLPkNzYSvq zgYsk8N52ehqULsueGlldXcPgB3RaKTpvT0/ X-Google-Smtp-Source: AGRyM1sslkckgETw1Wjm7/tUDCGAZpHDz21EEtnp7cgRkV4STSVAeWmLRci7EuGJ2JsOOmi6xuSh+A== X-Received: by 2002:a05:620a:3c3:b0:6af:9933:7cb3 with SMTP id r3-20020a05620a03c300b006af99337cb3mr1095973qkm.508.1657683291880; Tue, 12 Jul 2022 20:34:51 -0700 (PDT) Received: from hurd (dsl-155-226.b2b2c.ca. [66.158.155.226]) by smtp.gmail.com with ESMTPSA id z19-20020a05622a029300b00316a384447fsm8933304qtw.16.2022.07.12.20.34.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 12 Jul 2022 20:34:51 -0700 (PDT) From: Maxim Cournoyer To: Xinglu Chen Subject: Re: bug#47483: Unable to build 'texlive-union's References: <87a6qlixa5.fsf@yoctocell.xyz> Date: Tue, 12 Jul 2022 23:34:50 -0400 In-Reply-To: <87a6qlixa5.fsf@yoctocell.xyz> (Xinglu Chen's message of "Mon, 29 Mar 2021 21:18:26 +0200") Message-ID: <87v8s14rdx.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.6 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hi Xinglu, Xinglu Chen writes: > I am trying to update 'python-ipython' and 'python-ipython-documentation', > when building 'python-ipython-documentation', the texlive-union fails to > build because the 'updmap-sys' command fails. [...] Content analysis details: (1.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (maxim.cournoyer[at]gmail.com) 1.6 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.222.171 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.85.222.171 listed in wl.mailspike.net] -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 47483-done Cc: 47483-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.6 (/) Hi Xinglu, Xinglu Chen writes: > I am trying to update 'python-ipython' and 'python-ipython-documentation', > when building 'python-ipython-documentation', the texlive-union fails to > build because the 'updmap-sys' command fails. I also tried building > 'python-matplotlib-documentation' which also has some texlive depencies > and it fails for the same reason. python-ipython and python-ipython-documentation have been updated since (see: 1c8264d62e16f404786d9b526511cea29138ab9f and 2576d9ffc4c5cf84c4c6c1dfee2d2d8655fba4b4). I had some problem with the PDF doc, had to move to xelatex (and had to fix polyglossia in the process, which was an epic rabbit hole). Anyway, happy to close :-). Maxim From unknown Fri Jun 20 07:16:06 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 10 Aug 2022 11:24:17 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator