From unknown Sat Jun 21 03:29:04 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#33094 <33094@debbugs.gnu.org> To: bug#33094 <33094@debbugs.gnu.org> Subject: Status: latex-koma-script: scrlttr2: ERROR: Argument of \strip@prefix has an extra }. Reply-To: bug#33094 <33094@debbugs.gnu.org> Date: Sat, 21 Jun 2025 10:29:04 +0000 retitle 33094 latex-koma-script: scrlttr2: ERROR: Argument of \strip@prefix= has an extra }. reassign 33094 guix submitter 33094 Pierre Neidhardt severity 33094 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 19 09:36:25 2018 Received: (at submit) by debbugs.gnu.org; 19 Oct 2018 13:36:25 +0000 Received: from localhost ([127.0.0.1]:58260 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gDUwz-0001ML-0R for submit@debbugs.gnu.org; Fri, 19 Oct 2018 09:36:25 -0400 Received: from eggs.gnu.org ([208.118.235.92]:55829) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gDUwv-0001M3-15 for submit@debbugs.gnu.org; Fri, 19 Oct 2018 09:36:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gDUwn-0006oT-He for submit@debbugs.gnu.org; Fri, 19 Oct 2018 09:36:14 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:60685) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gDUwm-0006mb-Ng for submit@debbugs.gnu.org; Fri, 19 Oct 2018 09:36:12 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37187) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gDUwl-00031k-KN for bug-guix@gnu.org; Fri, 19 Oct 2018 09:36:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gDUwi-0006hg-8k for bug-guix@gnu.org; Fri, 19 Oct 2018 09:36:11 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:41653) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gDUwg-0006aY-Tz for bug-guix@gnu.org; Fri, 19 Oct 2018 09:36:08 -0400 X-Originating-IP: 88.190.253.40 Received: from mimimi (unknown [88.190.253.40]) (Authenticated sender: mail@ambrevar.xyz) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id B0B271C0026; Fri, 19 Oct 2018 13:35:58 +0000 (UTC) User-agent: mu4e 1.0; emacs 26.1 From: Pierre Neidhardt To: bug-guix@gnu.org Subject: latex-koma-script: scrlttr2: ERROR: Argument of \strip@prefix has an extra }. Date: Fri, 19 Oct 2018 15:35:58 +0200 Message-ID: <87woqeoy81.fsf@ambrevar.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit Cc: Ricardo Wurmus 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: -6.0 (------) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I've just committed texlive-latex-koma-script which only works partly, but I can't figure out the root of the issue. This linked example works: https://github.com/oliverklee/latex-examples/tree/master/simple-article-ko= ma-script The following fails: =2D-8<---------------cut here---------------start------------->8--- \documentclass[a4paper]{scrlttr2} \usepackage[utf8]{inputenc} \title{A very simple document} \author{Oliver Klee} \date{\today\ (a very good day)} \begin{document} This is an example of how to create line breaks and paragraphs: Three Rings for the Elven-kings under the sky,\\ Seven for the Dwarf-lords in their halls of stone,\\ Nine for Mortal Men doomed to die,\\ One for the Dark Lord on his dark throne \end{document} =2D-8<---------------cut here---------------end--------------->8--- with =2D-8<---------------cut here---------------start------------->8--- ERROR: Argument of \strip@prefix has an extra }. =2D-- TeX said --- =20 \par=20 l.12 \begin{document} =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =2D-- HELP --- From=20the .log file... I've run across a `}' that doesn't seem to match anything. For example, `\def\a#1{...}' and `\a}' would produce this error. If you simply proceed now, the `\par' that I've just inserted will cause me to report a runaway argument that might be the root of the problem. But if your `}' was spurious, just type `2' and it will go away. =2D-8<---------------cut here---------------end--------------->8--- I can't install the full Texlive distribution as I don't have enough space. Ricardo, if you can, could you try this out and see if it works with the full Texlive? =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAlvJ3b4ACgkQm9z0l6S7 zH/Dqgf/Violx9BUMZkjWgdJ/wNkUHS7GTel0fpDb7RU1WX1MC8wFZaU1FNtI7hD 9GhY90RR9zPW02V/jZQPh+RDX0LA96i+fnn0u7Fsvlw98jEezgl5xyzJ1pO1VdQY S0ftqELVRoCgzoS5MvkjTsozOIoiZieeXaGdfdUxLP3RisBbqcmVmwZeQacPhPWA 0LKN6ud4hPgV74v8PhceDzSNpQqVjJ+aME6Gy1m7/+QTUEChpW22fPBAh2Spach2 kPi2O82tcBBA/G/M0p+9u9Jqj5ZR3QipwaCWdbxgeaNdEpBDVs9TmkmmYKuD3zdI eMyfP5cUQBV7vPKvEmDsfNLyJRSAGg== =Kz7A -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 19 10:07:39 2018 Received: (at 33094) by debbugs.gnu.org; 19 Oct 2018 14:07:39 +0000 Received: from localhost ([127.0.0.1]:59638 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gDVRD-0002Rb-G8 for submit@debbugs.gnu.org; Fri, 19 Oct 2018 10:07:39 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:48779) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gDVRB-0002RS-7N for 33094@debbugs.gnu.org; Fri, 19 Oct 2018 10:07:37 -0400 X-Originating-IP: 88.190.253.40 Received: from mimimi (unknown [88.190.253.40]) (Authenticated sender: mail@ambrevar.xyz) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id BFE1B240015 for <33094@debbugs.gnu.org>; Fri, 19 Oct 2018 14:07:35 +0000 (UTC) References: <87woqeoy81.fsf@ambrevar.xyz> User-agent: mu4e 1.0; emacs 26.1 From: Pierre Neidhardt To: 33094@debbugs.gnu.org Subject: Re: bug#33094: Acknowledgement (latex-koma-script: scrlttr2: ERROR: Argument of \strip@prefix has an extra }.) In-reply-to: Date: Fri, 19 Oct 2018 16:07:34 +0200 Message-ID: <87tvliowrd.fsf@ambrevar.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 33094 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: -1.7 (-) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I've also reported the issue upstream: https://komascript.de/node/2201 =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAlvJ5SYACgkQm9z0l6S7 zH/o2ggAr2PQOa6GK0UEjDxVhpBDo4ATvHVpwGQPOZyIZHIIVMz7yhjNnVZvTqLI 06Na/Ez/BJXV+nUhTlioCrKX6PuQvoXL5wbIHpgpTNmgHigB4u3UTKIJmNDsirQr Bc/NXl0qzL+K7ZqZVeO7DJGEEAqAvfws7GjuIktjHr+4rfF6FtBgSZBI1HfUkVST gh2AqbswzaPwdaW5SpHa3PycpMrKQT51T28FxTdiz6c8IaqUMKoSmxm43raXKDVm UrmpKIjBVR9d2FbNV79vEKEz6hMjwdCMyFQI5D6dYDRuZwkUhFw/WBDI2VJBj9yF ycwNRkWSeKy9fkilZ/drYWTYKqLn5Q== =Dd3H -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 19 03:43:21 2022 Received: (at 33094) by debbugs.gnu.org; 19 Jan 2022 08:43:21 +0000 Received: from localhost ([127.0.0.1]:52305 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nA6Yr-0003Mi-4t for submit@debbugs.gnu.org; Wed, 19 Jan 2022 03:43:21 -0500 Received: from sender4-of-o51.zoho.com ([136.143.188.51]:21105) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nA6Ym-0003MT-KL for 33094@debbugs.gnu.org; Wed, 19 Jan 2022 03:43:20 -0500 ARC-Seal: i=1; a=rsa-sha256; t=1642581792; cv=none; d=zohomail.com; s=zohoarc; b=hxs/ES6+juWdeUBgaI79FcLZUeDTT8aKi5mXCdt3T3vpI6UZwzroRtTxfq2m0LPLOikKcnYsKZPCX+tDff8lYWWo9a2x1G/6Kr+su4QE7Vh3nrsdv8H5KDIx5nO8QpO8H9GL7X+HlH3x8nEhGNAaS/Mr/WsbZhcjUj7VHaivTp4= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1642581792; h=Content-Type:Content-Transfer-Encoding:Date:From:MIME-Version:Message-ID:Subject:To; bh=8Teyq3dAHAtJPHzU6VIstzurXZXFiQCbRdAWlRkeTTc=; b=HK1uiQ0fc28XPtfxBfU/u4Ff6J6CgriOS051It+tXdXbO63X9sI7ctM+hQjP0ApAVjJgBpW5kASv3dpAtx9NH0kxlWSVOB7QTfJASatc8MT9Awrcnbh1uGhJZCpjfnj1atibUpUjqT7hPiczBD8haLfGHOaQcdsCqAolkk5xpCg= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1642581792; s=zoho; d=elephly.net; i=rekado@elephly.net; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding; bh=8Teyq3dAHAtJPHzU6VIstzurXZXFiQCbRdAWlRkeTTc=; b=KK6ll1G9VMbHNBAcfkTpaq5khpZYVClnRt3/dSSDFomPwtXwuSnrwYEobcd73llJ 5YZjb5iuhA3SX/D9GIN+0+2wryYdnxPiSjzgU6Ecs9TcJyfByF+OjgqXWhCR/l6qyCH EwOa9Q55gx2awpSuE/DBlifvOxAbAYERoUJXslws= Received: from localhost (p54ad4eb5.dip0.t-ipconnect.de [84.173.78.181]) by mx.zohomail.com with SMTPS id 1642581788524112.54403354457486; Wed, 19 Jan 2022 00:43:08 -0800 (PST) User-agent: mu4e 1.6.10; emacs 27.2 From: Ricardo Wurmus To: 33094@debbugs.gnu.org Subject: latex-koma-script: scrlttr2: ERROR: Argument of \strip@prefix has an extra }. Date: Wed, 19 Jan 2022 09:38:19 +0100 X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Message-ID: <87mtjst8tk.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 33094 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: -1.0 (-) I can reproduce this with xelatex, lualatex, and pdflatex. This does not happen with the monolithic texlive package. Interestingly, the files that are directly involved are all the same. All the koma-script files are identical to their counterparts in the monolithic texlive. The monolithic texlive prints this: --8<---------------cut here---------------start------------->8--- (/gnu/store/pllzpxmvcldqq89x6w36w77xnr1p4lav-texlive-texmf-20210325/share/t= exmf -dist/tex/latex/l3backend/l3backend-pdftex.def) (./komatest.aux) [1{/gnu/st= ore/ pllzpxmvcldqq89x6w36w77xnr1p4lav-texlive-texmf-20210325/share/texmf-dist/fo= nts/ map/pdftex/updmap/pdftex.map}] (./komatest.aux) ) Output written on komatest.pdf (1 page, 15553 bytes). --8<---------------cut here---------------end--------------->8--- My guess: the argument is the absolute file name of pdftex.map. It doesn=E2=80=99t belong to any real package in the tlpdb, and I=E2=80=99m pr= etty sure we generate it. However, in this case it must be missing, so that there is no argument to \strip@prefix. --=20 Ricardo From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 15 18:23:14 2022 Received: (at 33094) by debbugs.gnu.org; 15 Feb 2022 23:23:14 +0000 Received: from localhost ([127.0.0.1]:46750 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nK7A9-0002Ji-V7 for submit@debbugs.gnu.org; Tue, 15 Feb 2022 18:23:14 -0500 Received: from sender4-of-o51.zoho.com ([136.143.188.51]:21124) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nK7A7-0002JX-KE for 33094@debbugs.gnu.org; Tue, 15 Feb 2022 18:23:12 -0500 ARC-Seal: i=1; a=rsa-sha256; t=1644967369; cv=none; d=zohomail.com; s=zohoarc; b=P3XUJK5QA3C56uCcqqm4izHSs5Cd/ZbR2nMn+R0xfl4E6sN0tZ+UQEwdjtaumr5pL7L5ieC0JurIAchWZ/6vWVbvn0GFiYaQe0FddD8CVORdyOPmCqDB/aSkIbhEabCitrNZFIHDE99lmUnrGqQXdviJs/o/NiZS4AtBUDOcjck= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1644967369; h=Content-Type:Content-Transfer-Encoding:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=JSi8Y/knMbaMrY4DMNhCJeM9Iuk6NKAC5bX2B4gvnms=; b=MWLIdvPeTLEdouA+hUQYN1wtYCj5WkffFgAQ2mz4WYjsYnDuxLzHbP2INVwoCBFFcC5ORf1q33Yd8jeGNy1MDqC6I0+oaYL/BPt1o1AGBTxjcFPEWKh1CaxnGLWOiWL1oab/kseLu+C+HvGwQwcDGHk63pzn5Hjk5Zl/xEvDHMk= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1644967369; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Subject:Date:In-reply-to:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding; bh=JSi8Y/knMbaMrY4DMNhCJeM9Iuk6NKAC5bX2B4gvnms=; b=ACIJQB9Nm+jeZSEglQxiQ0aLls8iBjO568AWR62qNWfoYb4CLY23ntpbINTtMjOu O5o77C8jqsHhOKt3gnRMbyYEyDxKnxEYaZyMH6lDAJQ6tQ5t4Kb3IWuP8up9+ReVBfP Z1Hg1roeOqIeYFQqHtN2oh7OT8KFnl4mfCU2hY5M= Received: from localhost (p54ad4f78.dip0.t-ipconnect.de [84.173.79.120]) by mx.zohomail.com with SMTPS id 1644967368128411.06054260741075; Tue, 15 Feb 2022 15:22:48 -0800 (PST) References: <87mtjst8tk.fsf@elephly.net> User-agent: mu4e 1.6.10; emacs 28.0.91 From: Ricardo Wurmus To: 33094@debbugs.gnu.org Subject: Re: latex-koma-script: scrlttr2: ERROR: Argument of \strip@prefix has an extra }. Date: Wed, 16 Feb 2022 00:15:58 +0100 In-reply-to: <87mtjst8tk.fsf@elephly.net> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Message-ID: <87fsoj67gb.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 33094 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: -1.0 (-) Ricardo Wurmus writes: > My guess: the argument is the absolute file name of pdftex.map. It > doesn=E2=80=99t belong to any real package in the tlpdb, and I=E2=80=99m = pretty sure we > generate it. However, in this case it must be missing, so that there is > no argument to \strip@prefix. This was wrong, but I can=E2=80=99t blame myself: the LaTeX errors are incredibly useless and misleading. I added \setcounter{errorcontextlines}{999} to the document to see some context, but it served little more than to confuse me. (It didn=E2=80=99t = print 999 context lines but only 4 lines with elisions.) It did however indicate that the error might be related to languages. So I changed the document to this: --8<---------------cut here---------------start------------->8--- \documentclass[a4paper]{scrlttr2} \usepackage[utf8]{inputenc} % This line is new. Set the language! \usepackage[british]{babel} %\setcounter{errorcontextlines}{999} \title{A very simple document} \author{Oliver Klee} \date{\today\ (a very good day)} \begin{document} This is an example of how to create line breaks and paragraphs: Three Rings for the Elven-kings under the sky,\\ Seven for the Dwarf-lords in their halls of stone,\\ Nine for Mortal Men doomed to die,\\ One for the Dark Lord on his dark throne \end{document} --8<---------------cut here---------------end--------------->8--- It worked. I don=E2=80=99t know why the monolithic TeX Live package doesn=E2=80=99t ha= ve this problem, but at least we=E2=80=99ve got a workaround now: load babel and se= t a default language. I=E2=80=99ll also add that the texlive-latex-koma-script package in Guix is= not up to our standards. It=E2=80=99s not built from source (=3D not generated= from dtx/ins files) and it doesn=E2=80=99t include all files such as documentati= on and source files. We should fix that too. --=20 Ricardo From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 16 06:01:31 2022 Received: (at 33094) by debbugs.gnu.org; 16 Feb 2022 11:01:31 +0000 Received: from localhost ([127.0.0.1]:47460 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nKI3u-00014I-S2 for submit@debbugs.gnu.org; Wed, 16 Feb 2022 06:01:31 -0500 Received: from sender4-of-o51.zoho.com ([136.143.188.51]:21122) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nKI3s-000146-36 for 33094@debbugs.gnu.org; Wed, 16 Feb 2022 06:01:29 -0500 ARC-Seal: i=1; a=rsa-sha256; t=1645009285; cv=none; d=zohomail.com; s=zohoarc; b=AzsU4K1zKQkJoJxf74mwE0zADCxMqBxmOEw7o9bqJtMWT39BrXD1v5NW58yH9UpymDqzDzeaMo0Vt3GtedLaU8sFm+OtUqeYMuJdv/2LV5GXbnE9zI8KXryb8TAV5GmrGS3FaMtQtfUoziDYxiNdXGS9gjOW0bgDjWcQvkhIjYw= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1645009285; h=Content-Type:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=mYapv6QSMc9TkY0H08Z0+pUJe8spm/5D1CEhs7tcQe8=; b=cl2NgcwoiKym5xR7NiQWmHJYyePJpY2croP4k5QdafIWDF3wp6R8mCLgW345fiV9wNRpvt2QXKY8vu7TDlRyhj0IDkjXlxv7F5S9cDRbvmRkMbpTv8IAAHRY4opzX6VtJ550isfTB9PL8L2GWTDyOS9IEtXVi9fCiEcHDjVY4EA= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1645009285; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Subject:Date:In-reply-to:Message-ID:MIME-Version:Content-Type; bh=mYapv6QSMc9TkY0H08Z0+pUJe8spm/5D1CEhs7tcQe8=; b=ZHyn6GbOzjX0YoKeQ/ZYV8jGhaiEvQ3ie19zAO8ey8ulwIQb5sfXnxA3Os9Gj3+L rw0emFaAnouZpJ4aOPFLkefDm8/uYmgTdxTRhjYgOHR2tn1MSWKtD5eH3CabxSQuGxJ Pc19PDqrum8Qb9pfAV1T2dVLBiU+CACGaHuxA+4E= Received: from localhost (p54ad4f34.dip0.t-ipconnect.de [84.173.79.52]) by mx.zohomail.com with SMTPS id 1645009284177554.2210451149466; Wed, 16 Feb 2022 03:01:24 -0800 (PST) References: <87mtjst8tk.fsf@elephly.net> <87fsoj67gb.fsf@elephly.net> User-agent: mu4e 1.6.10; emacs 28.0.91 From: Ricardo Wurmus To: 33094@debbugs.gnu.org Subject: Re: latex-koma-script: scrlttr2: ERROR: Argument of \strip@prefix has an extra }. Date: Wed, 16 Feb 2022 12:00:30 +0100 In-reply-to: <87fsoj67gb.fsf@elephly.net> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Message-ID: <877d9v5b40.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain X-ZohoMailClient: External X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 33094 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: -1.0 (-) Ricardo Wurmus writes: > % This line is new. Set the language! > \usepackage[british]{babel} It is in fact sufficient to add only this line \def\languagename{english} The only problem is that languagename is undefined. -- Ricardo From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 17 06:30:26 2022 Received: (at 33094) by debbugs.gnu.org; 17 Feb 2022 11:30:26 +0000 Received: from localhost ([127.0.0.1]:50306 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nKezS-00053O-5j for submit@debbugs.gnu.org; Thu, 17 Feb 2022 06:30:26 -0500 Received: from sender4-of-o51.zoho.com ([136.143.188.51]:21174) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nKezP-00053F-GB for 33094@debbugs.gnu.org; Thu, 17 Feb 2022 06:30:24 -0500 ARC-Seal: i=1; a=rsa-sha256; t=1645097408; cv=none; d=zohomail.com; s=zohoarc; b=ZVZZRoj29vB3gb0JZIZ8amoWenh/nZVdh2fUamTeY4krCQje3MCEUodTkgc2OUrup9vwYN1TZ/esKW8P0tSha0CxrWab0WfyfzUv0gB+tuAsT0cx7CyQFIBcXhF7Mr6Q4W6skgNvUTg34EiXsA6myzW3edzy9JHIlrBdn7mpOPI= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1645097408; h=Content-Type:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=uuUME+T3TtrpQif9MnBXcSLODfJ0izUOrrIzkDDP0EQ=; b=cgY21Z5VQqG+xVatZQKQug1voEqA2qumZnKozni2aVKjSgZvlhdvmhXB5voLGjA+fucyqCTVKqlu0gcwIMkg5bVcam8dbVFgg4MuuXrkH9TMznp5rLD/c5GW2be6EzjT1TUu3MQQwFTdZyGCu7d9dZ6IopXIjv0q1jGkLVdX28s= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1645097408; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Subject:Date:In-reply-to:Message-ID:MIME-Version:Content-Type; bh=uuUME+T3TtrpQif9MnBXcSLODfJ0izUOrrIzkDDP0EQ=; b=hS6/jAGbpGZjXySDd0alXmzOivv63HqWe31fp4+zCiIgsLypKCaH3kQKqt4y6DlC G+aq6BSY7jyla8Yrpr1F0COOJnH7iaabSPno5Jjm+1ALxSUVAswTpSALnJmvWeoiVyO A/SVdQE74DTtCLD70gN/UVrYnB1ivjUXXIm67ffI= Received: from localhost (p54ad4f3c.dip0.t-ipconnect.de [84.173.79.60]) by mx.zohomail.com with SMTPS id 1645097404868438.6471999404382; Thu, 17 Feb 2022 03:30:04 -0800 (PST) References: <87mtjst8tk.fsf@elephly.net> <87fsoj67gb.fsf@elephly.net> <877d9v5b40.fsf@elephly.net> User-agent: mu4e 1.6.10; emacs 28.0.91 From: Ricardo Wurmus To: 33094@debbugs.gnu.org Subject: Re: latex-koma-script: scrlttr2: ERROR: Argument of \strip@prefix has an extra }. Date: Wed, 16 Feb 2022 13:14:12 +0100 In-reply-to: <877d9v5b40.fsf@elephly.net> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Message-ID: <87v8xd3f46.fsf@mdc-berlin.de> MIME-Version: 1.0 Content-Type: text/plain X-ZohoMailClient: External X-Spam-Score: 0.8 (/) X-Debbugs-Envelope-To: 33094 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 (/) Ricardo Wurmus writes: > Ricardo Wurmus writes: > >> % This line is new. Set the language! >> \usepackage[british]{babel} > > It is in fact sufficient to add only this line > > \def\languagename{english} > > The only problem is that languagename is undefined. pdflatex.fmt is a gzipped file. Unzipping it we see differences in the file from the working monolithic texlive package and the texlive-latex-base package. The former retains references to babel files while the one from texlive-latex-base does not. -- Ricardo From debbugs-submit-bounces@debbugs.gnu.org Thu May 26 08:05:49 2022 Received: (at 33094) by debbugs.gnu.org; 26 May 2022 12:05:49 +0000 Received: from localhost ([127.0.0.1]:57185 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nuCFQ-0003xy-Tm for submit@debbugs.gnu.org; Thu, 26 May 2022 08:05:49 -0400 Received: from mout-p-101.mailbox.org ([80.241.56.151]:40806) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nuCFM-0003xg-7P for 33094@debbugs.gnu.org; Thu, 26 May 2022 08:05:47 -0400 Received: from smtp102.mailbox.org (smtp102.mailbox.org [IPv6:2001:67c:2050:b231:465::102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4L868H1YHpz9sQw; Thu, 26 May 2022 14:05:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6xq.net; s=MBO0001; t=1653566735; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ZAbmITM9LJlILUzIxmcb9YTs5VPit/yQZagf70jNDSg=; b=NH2pUN8p2GmcQHBj14jXF3k30vq56tYuQ2iP2zLeVyU2n3CXlk5VlUUdZQl4l3uefUa2cP U26vPnz3ST3022AGUgElFjoeIgiTuOFOK3gyWX+S88T0YipPSHWxnpt5vUN02aMjiD4reR kdZE3q+25digR/Z74qUIUBf3AR4csESMTjMcbq5oBzoEJGA9sgeRqwevrD0J+8bvxWfji2 vz5VGDMqMVMq6SPJywv/LP/+/OYOgiRo0T3Gj3yFagfCClQIKJQ3wg1i1MCZAbqDLbO5Ji aHV2Pk8oGG7obAahCDcGA2KkU4iMQiShqtfdYaZETAvalURBpQPjXbe/1zGr6w== Date: Thu, 26 May 2022 14:05:30 +0200 From: Lars-Dominik Braun To: Ricardo Wurmus Subject: Re: latex-koma-script: scrlttr2: ERROR: Argument of \strip@prefix has an extra }. Message-ID: References: <87mtjst8tk.fsf@elephly.net> <87fsoj67gb.fsf@elephly.net> <877d9v5b40.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <877d9v5b40.fsf@elephly.net> X-Rspamd-Queue-Id: 4L868H1YHpz9sQw X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 33094 Cc: 33094@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: -1.7 (-) Hi Ricardo, this problem is biting me too now. > > % This line is new. Set the language! > > \usepackage[british]{babel} > > It is in fact sufficient to add only this line > > \def\languagename{english} > This workaround only works fine for scrlttr2, but unfortunately not for scrbook, scrartcl, … Any idea? Cheers, Lars From debbugs-submit-bounces@debbugs.gnu.org Tue May 31 06:36:32 2022 Received: (at 33094) by debbugs.gnu.org; 31 May 2022 10:36:32 +0000 Received: from localhost ([127.0.0.1]:46732 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nvzEm-0000o3-7l for submit@debbugs.gnu.org; Tue, 31 May 2022 06:36:32 -0400 Received: from sender4-of-o50.zoho.com ([136.143.188.50]:21071) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nvzEh-0000nr-AE for 33094@debbugs.gnu.org; Tue, 31 May 2022 06:36:30 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1653993384; cv=none; d=zohomail.com; s=zohoarc; b=K/dWeAgJSVC7TAwRpVMpk3UYA1Wua1BZb0hjL0POovwi9vlsHLgBpYGH4xDzR+jxphetY2myUAzWISgyDTFZ1VWW6/wNAdvw5A6ZFT6xwsXRC0+LL2e9LcdJlNsaStDCtzK3ZdkL3KqRR6DOwkh8w1X9asZA+5kLHuNXV3Q3C5c= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1653993384; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=U1po9cBF/JLtsxjvPm7wTqRGENWC9mngRL0F1tJ3HXc=; b=ZNlfKFoCX+SRd0ISj/dMNoaMiVI6tosDwKtiNJmMCbKq+hnowU5aPm51TtIMQU6zPR0HMVtNoe3OyqEdkWy8vARiKRjpTw02+JQTdco0O7KBpjhdIYXf20UDZYxuey4eW/u5RfWlY6yMz15ZTdvYJD2G/bHa9eEbqk0HBHLYpkQ= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1653993384; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:In-reply-to:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-Id:Reply-To; bh=U1po9cBF/JLtsxjvPm7wTqRGENWC9mngRL0F1tJ3HXc=; b=gYbsY6jqmUV2NX0a+2YtzpSy3bCgaksQi1Z+06+l5ppl6G5MMyDjSj36fHj+Lya7 raXS+OOvTJxqdZK/EXKVQdqDy0no7jkfCNZ0VO6Ewje58NKOaWjrcnYCE9NzJg3MKSC Ob/9wZ2OOKDj2D64T1zKdYDf30xosaO2RDR+a3hQ= Received: from localhost (46-108-142-46.pool.kielnet.net [46.142.108.46]) by mx.zohomail.com with SMTPS id 1653993382742183.34438408803373; Tue, 31 May 2022 03:36:22 -0700 (PDT) References: <87mtjst8tk.fsf@elephly.net> <87fsoj67gb.fsf@elephly.net> <877d9v5b40.fsf@elephly.net> User-agent: mu4e 1.6.10; emacs 28.1 From: Ricardo Wurmus To: Lars-Dominik Braun Subject: Re: latex-koma-script: scrlttr2: ERROR: Argument of \strip@prefix has an extra }. Date: Tue, 31 May 2022 12:32:44 +0200 In-reply-to: X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Message-ID: <874k160z18.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 33094 Cc: 33094@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: -1.0 (-) Lars-Dominik Braun writes: > Hi Ricardo, > > this problem is biting me too now. > >> > % This line is new. Set the language! >> > \usepackage[british]{babel} >>=20 >> It is in fact sufficient to add only this line >>=20 >> \def\languagename{english} >>=20 > This workaround only works fine for scrlttr2, but unfortunately not for > scrbook, scrartcl, =E2=80=A6 Any idea? The correct solution to this problem would be to add a little build cycle: build a bootstrap version of pdflatex (and the other formats) so that we can build babel; then rebuild pdflatex (and all the other formats, and everything that goes into texlive-latex-base) in an environment where babel exists. The resulting pdflatex.fmt would then likely be aware of babel and behave like the file from the monolithic texlive package. --=20 Ricardo From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 05 06:25:52 2022 Received: (at 33094) by debbugs.gnu.org; 5 Jun 2022 10:25:52 +0000 Received: from localhost ([127.0.0.1]:60132 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nxnSB-0000H4-OH for submit@debbugs.gnu.org; Sun, 05 Jun 2022 06:25:52 -0400 Received: from mout-p-102.mailbox.org ([80.241.56.152]:43850) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nxnS9-0000Gn-8i for 33094@debbugs.gnu.org; Sun, 05 Jun 2022 06:25:50 -0400 Received: from smtp102.mailbox.org (smtp102.mailbox.org [IPv6:2001:67c:2050:b231:465::102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4LGCSP0VZ2z9sdG; Sun, 5 Jun 2022 12:25:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6xq.net; s=MBO0001; t=1654424741; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=QoVOtjOLA00xqIDHx35kMBbo07W6MjTXReyyDegwx9Y=; b=uYwB/HCif6BegCm/LvZo2EriPEaKnFDWo8jyqQeIuJqWigFYE2kX7i4qD/F/QkeA/nU0X9 oGY4wggRaPzfI+UU0I2zyQyxO72DRRdDMDcmSx5f2sN57PS+gmAthjWGaFnsPdtKQRVEw9 A61yM1w4m4If4PdYTzp1uupWPH52FF1f17khS+w7EJ7icA7kMvZP5Tggw4l4RprxJfwMWH n03RUJsYCMYdBNc56I1Gg8MIKVlgWn6aR6OhRe3j3U790YzxS8t6KW8mRiFnZxQtSrWVLM 3haQRv241a5wGedcIAbSBG6O0+facoX1P7vEopzEC3iR3vv2rhiaDXdmE3HVrw== Date: Sun, 5 Jun 2022 12:25:36 +0200 From: Lars-Dominik Braun To: Ricardo Wurmus Subject: Re: latex-koma-script: scrlttr2: ERROR: Argument of \strip@prefix has an extra }. Message-ID: References: <87mtjst8tk.fsf@elephly.net> <87fsoj67gb.fsf@elephly.net> <877d9v5b40.fsf@elephly.net> <874k160z18.fsf@elephly.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="ebPNN6lsS8W3Oeoq" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <874k160z18.fsf@elephly.net> X-Rspamd-Queue-Id: 4LGCSP0VZ2z9sdG X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 33094 Cc: 33094@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: -1.7 (-) --ebPNN6lsS8W3Oeoq Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Hi Ricardo, > The correct solution to this problem would be to add a little build > cycle: build a bootstrap version of pdflatex (and the other formats) so > that we can build babel; then rebuild pdflatex (and all the other > formats, and everything that goes into texlive-latex-base) in an > environment where babel exists. indeed, adding this package variation to the manifest fixed the issue for me: ---snip--- (define-public texlive-latex-base-fixed (package (inherit texlive-latex-base) (name "texlive-latex-base-fixed") (propagated-inputs (modify-inputs (package-propagated-inputs texlive-latex-base) (append texlive-babel))))) ---snap--- Looking at `guix refresh -l texlive-latex-base` a change like that would be a world rebuild though. I tried adding something similar to Guix’ tree, but there’s a loop somewhere I can’t figure out (see attached patch). I’m guessing through texlive-build-system’s #:texlive-latex-base. Cheers, Lars --ebPNN6lsS8W3Oeoq Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="texlive-latex-base-bootstrap.diff" diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 4831cf0933..703846a1ad 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -2943,9 +2943,9 @@ (define-public texlive-latexconfig formats.") (license license:lppl))) -(define-public texlive-latex-base +(define-public texlive-latex-base-bootstrap (let ((template (simple-texlive-package - "texlive-latex-base" + "texlive-latex-base-bootstrap" (list "/doc/latex/base/" "/source/latex/base/" ;; Almost all files in /tex/latex/base are generated, but @@ -3174,6 +3174,18 @@ (define-public texlive-latex-base contain.") (license license:lppl1.3c+)))) +(define-public texlive-latex-base + (let ((base texlive-latex-base-bootstrap)) + (package + (inherit base) + (name "texlive-latex-base") + (arguments + `(#:texlive-latex-base texlive-latex-base-bootstrap + ,@(package-arguments base))) + (propagated-inputs + (modify-inputs (package-propagated-inputs base) + (append texlive-babel)))))) + (define-public texlive-latex-atveryend (package (inherit (simple-texlive-package --ebPNN6lsS8W3Oeoq-- From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 05 07:00:27 2022 Received: (at 33094) by debbugs.gnu.org; 5 Jun 2022 11:00:27 +0000 Received: from localhost ([127.0.0.1]:60166 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nxnze-0001Bp-Pu for submit@debbugs.gnu.org; Sun, 05 Jun 2022 07:00:26 -0400 Received: from mail-ed1-f66.google.com ([209.85.208.66]:41811) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nxnzc-0001Ba-Ov for 33094@debbugs.gnu.org; Sun, 05 Jun 2022 07:00:25 -0400 Received: by mail-ed1-f66.google.com with SMTP id 25so15042682edw.8 for <33094@debbugs.gnu.org>; Sun, 05 Jun 2022 04:00:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:subject:from:to:cc:date:in-reply-to:references :user-agent:mime-version:content-transfer-encoding; bh=kUtKxBiiIQzbGMbP5CpjImOxFhAkGpXxvsfTblwByMI=; b=lv3U4KBtdU27kW77D3FJB9Q8cMP2TWsGwhKcO+J8Ekrr/8QUg0VJKY8uYGJepuNKVc 7bWSPzN1pqNv8WJ9fppg4s0Q2sfD3vlOr09TL3aedrmevftAZPF4sO8zxSZD1l4sbO7M 9I5cyuWxFkPlhpdbHqJkwhAZfEqfGKxjb1fHgtpm+uzS4Q3Uex+bGjWcBvfrTtdNkfEk /OWbxE9fi/T/VQg1l7TWRZvxlHr1qXXkeN0M7bT4TxTHs33DtW8+rCFQkhgrMig5QuQw H4CPoc/wwrjvCH27kMaiWRGVRclty6kNzrMMYXSqDAW736F035wXncqqBDdYeGxUkd7x 7kxw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:user-agent:mime-version:content-transfer-encoding; bh=kUtKxBiiIQzbGMbP5CpjImOxFhAkGpXxvsfTblwByMI=; b=NCY0fd0JMi5SQDh6yxsooQPnYvIo2YGLjQh5Jxc3hR5Bmq9mYS3ExhxapTZnGs3PbO OF7DvGNyCzad64fhMH8h7IObVD1ewBocho/f+aAQ0XlgsKxuXCPNO3ulEs6339Tcma9k xBhCvUCo4V13D5Kbyk3jjxjRQae1WqesUPitzCqWVRb8DjHQghnOQLS5PUx7K6z8GDEM vjwGypjOnwQFEbQm6zkU/GQxb09RKGPYbvKXv6RPRtND/ADzAez1cSP9ZQL3I3hvoxtC NO9rzWpSZwNVDdCkA1ufYWPH0KAlUWMLHhZnong5UzCo9aPf+POvVnZY58zTfpaupwz/ acDg== X-Gm-Message-State: AOAM531HOW5WYtQzOdkH878bO+zu7PORz+5PE/qvQ//SbENDQpRNfQ94 qm36AGfIe+WJPi84hfyzQqw= X-Google-Smtp-Source: ABdhPJzhzhZ2AG+Ia4McufPnXpLZIblddGCXYW6HldQLyEYpmEUsHLU0ZxvsDCEEZqBcWVqTktjJsQ== X-Received: by 2002:a05:6402:368a:b0:42d:ef42:f727 with SMTP id ej10-20020a056402368a00b0042def42f727mr20756132edb.204.1654426818835; Sun, 05 Jun 2022 04:00:18 -0700 (PDT) Received: from nijino.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id n23-20020a170906b31700b006f3ef214dfesm2767189ejz.100.2022.06.05.04.00.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 05 Jun 2022 04:00:18 -0700 (PDT) Message-ID: <45656b84bad4faa2ea6295b46a476284a30dbca3.camel@gmail.com> Subject: Re: latex-koma-script: scrlttr2: ERROR: Argument of \strip@prefix has an extra }. From: Liliana Marie Prikler To: Lars-Dominik Braun , Ricardo Wurmus Date: Sun, 05 Jun 2022 13:00:17 +0200 In-Reply-To: References: <87mtjst8tk.fsf@elephly.net> <87fsoj67gb.fsf@elephly.net> <877d9v5b40.fsf@elephly.net> <874k160z18.fsf@elephly.net> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.42.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 33094 Cc: 33094@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: -1.0 (-) Am Sonntag, dem 05.06.2022 um 12:25 +0200 schrieb Lars-Dominik Braun: > Looking at `guix refresh -l texlive-latex-base` a change like that > would be a world rebuild though. I tried adding something similar to > Guix’ tree, but there’s a loop somewhere I can’t figure out > (see attached patch). I’m guessing through texlive-build-system’s > #:texlive-latex-base. I think grafts would fix your problem, no? That is instead of defining a "bootstrap" variant, you'd simply add texlive-latex-base/fixed as a replacement to texlive-latex-base. Cheers From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 05 13:48:31 2022 Received: (at 33094) by debbugs.gnu.org; 5 Jun 2022 17:48:31 +0000 Received: from localhost ([127.0.0.1]:33409 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nxuMY-0008Ez-P0 for submit@debbugs.gnu.org; Sun, 05 Jun 2022 13:48:31 -0400 Received: from mout-p-101.mailbox.org ([80.241.56.151]:60426) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nxuMT-0008Ei-UO for 33094@debbugs.gnu.org; Sun, 05 Jun 2022 13:48:30 -0400 Received: from smtp102.mailbox.org (smtp102.mailbox.org [10.196.197.102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4LGPH56JJTz9sQZ; Sun, 5 Jun 2022 19:48:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6xq.net; s=MBO0001; t=1654451297; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=QEvuPWui+nCJe00ZdN8HHwSYwUz6KqS5iJN0aSA8CmU=; b=kuVkLFn0/RQX7ZYNRzFyTFpNtxqwVeXne7wl5Z8CKLFQTB/AVnjHXEIuYNLS7napiTVTMZ hFOB9wxAuTruiM90uXQsJohFTsfTbMMbM8UeQb3UkV6N55klekxuwtnhuF1gSvXPusHmnB 76n0BeC5+RUwpAK3rNnpFTpbSV5VKFhHztT8rMro1PmFZ2WaRHRdF6QXAb3PZu1R3o2G3Q OlAosQuHVTIV7rmBgGGnm4wKcoPlk6us+M8tLVxbH712ju4KPI74w0Y0Qksxl6UXx6tkGY jOA/BOjsb6qeXVRSQ/1F+7bXvK0ch5/7Q7y9lnHkY/wOp7znc27njfwa1yCNMQ== Date: Sun, 5 Jun 2022 19:48:15 +0200 From: Lars-Dominik Braun To: Liliana Marie Prikler Subject: Re: latex-koma-script: scrlttr2: ERROR: Argument of \strip@prefix has an extra }. Message-ID: References: <87mtjst8tk.fsf@elephly.net> <87fsoj67gb.fsf@elephly.net> <877d9v5b40.fsf@elephly.net> <874k160z18.fsf@elephly.net> <45656b84bad4faa2ea6295b46a476284a30dbca3.camel@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45656b84bad4faa2ea6295b46a476284a30dbca3.camel@gmail.com> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 33094 Cc: Ricardo Wurmus , 33094@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: -1.7 (-) Hi Liliana, > I think grafts would fix your problem, no? That is instead of defining > a "bootstrap" variant, you'd simply add texlive-latex-base/fixed as a > replacement to texlive-latex-base. from my understanding no, because latex-babel indirectly depends on texlive-latex-base. (Through texlive-build-system, since trivial? is false and thus gnu-build-system is *not* used.) Cheers, Lars From debbugs-submit-bounces@debbugs.gnu.org Sat Aug 26 05:06:16 2023 Received: (at 33094-done) by debbugs.gnu.org; 26 Aug 2023 09:06:16 +0000 Received: from localhost ([127.0.0.1]:41741 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qZpFI-0005wC-5o for submit@debbugs.gnu.org; Sat, 26 Aug 2023 05:06:16 -0400 Received: from sender4-of-o50.zoho.com ([136.143.188.50]:21049) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qZpFB-0005vr-UT for 33094-done@debbugs.gnu.org; Sat, 26 Aug 2023 05:06:14 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1693040762; cv=none; d=zohomail.com; s=zohoarc; b=dVr4FeeK1Jy8YA786XisxrHMyO39vdbA+fAfkWz69YEIngOEdYbNeIqmcQl3pItmAxsnMcGNvAIy4RUZco7L6GzM1Ihp61xKg9qrDVlBFIthPND+wv3sTqc9O21Ms7ijHw8/co2E0nhnWiVXksPim4xE9wivWpU4CIpI5CBj5/U= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1693040762; h=Content-Type:Cc:Cc:Date:Date:From:From:MIME-Version:Message-ID:Subject:Subject:To:To:Message-Id:Reply-To; bh=uMwu6pvspY2JXOuF4BPwgXFVbSWuyTbJ4R0Tv4SfquU=; b=SfLvGdyg70KGADx8mttdvCL+l5j0hu4xre2u4GJFuY8pdQcWKUr50S9xXZTWlmnn7pUaTX+VFxRwHs4/Q5MQ1Yjnrphy4h4ZQ0acv6IPuHjV87lCGpmPWpnaTE99qik8Rz0/vSzMtawyCNMnUMP/8VbrN1fTj7BDWOZ+HCVtWLE= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1693040762; s=zoho; d=elephly.net; i=rekado@elephly.net; h=From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:Message-ID:MIME-Version:Content-Type:Message-Id:Reply-To; bh=uMwu6pvspY2JXOuF4BPwgXFVbSWuyTbJ4R0Tv4SfquU=; b=SBG1pHgg5otdwIYge16SwbF5l9rfBfSDP7xg7LU5T5r/e0lXc3VZFlXzIAHfXNbc Dgr7je5PqigNfcwKQi6YQsTSCp3Hiqo4CPUYNe4YGuKows8xVDDf4JPH7KWHyEytsTt y5eReKs5W/zlaGE2dq7ZGFbjzMNWRIAQ9CHVD4VQ= Received: from localhost (113-111-142-46.pool.kielnet.net [46.142.111.113]) by mx.zohomail.com with SMTPS id 1693040761160751.9505374426643; Sat, 26 Aug 2023 02:06:01 -0700 (PDT) User-agent: mu4e 1.10.5; emacs 28.2 From: Ricardo Wurmus To: 33094-done@debbugs.gnu.org Subject: latex-koma-script: scrlttr2: ERROR: Argument of \strip@prefix has an extra }. Date: Sat, 26 Aug 2023 11:04:40 +0200 Message-ID: <87ttsm18cq.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 33094-done Cc: Pierre Neidhardt 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: -1.0 (-) This is now fixed: --8<---------------cut here---------------start------------->8--- $ guix shell texlive-collection-latexrecommended -- pdflatex latex.tex pdflatex latex.tex This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023/GNU Guix) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./latex.tex LaTeX2e <2022-11-01> patch level 1 L3 programming layer <2023-02-22> (/gnu/store/k6d1433yxpb1g3whfdh1h5pmf4bnmlzg-profile/share/texmf-dist/tex/latex/koma-script/scrlttr2.cls Document Class: scrlttr2 2022/10/12 v3.38 KOMA-Script document class (letter) (/gnu/store/k6d1433yxpb1g3whfdh1h5pmf4bnmlzg-profile/share/texmf-dist/tex/latex/koma-script/scrkbase.sty (/gnu/store/k6d1433yxpb1g3whfdh1h5pmf4bnmlzg-profile/share/texmf-dist/tex/latex/koma-script/scrbase.sty (/gnu/store/k6d1433yxpb1g3whfdh1h5pmf4bnmlzg-profile/share/texmf-dist/tex/latex/koma-script/scrlfile.sty (/gnu/store/k6d1433yxpb1g3whfdh1h5pmf4bnmlzg-profile/share/texmf-dist/tex/latex/koma-script/scrlfile-hook.sty (/gnu/store/k6d1433yxpb1g3whfdh1h5pmf4bnmlzg-profile/share/texmf-dist/tex/latex/koma-script/scrlogo.sty))) (/gnu/store/k6d1433yxpb1g3whfdh1h5pmf4bnmlzg-profile/share/texmf-dist/tex/latex/graphics/keyval.sty))) (/gnu/store/k6d1433yxpb1g3whfdh1h5pmf4bnmlzg-profile/share/texmf-dist/tex/latex/koma-script/scrsize12pt.clo) (/gnu/store/k6d1433yxpb1g3whfdh1h5pmf4bnmlzg-profile/share/texmf-dist/tex/latex/koma-script/typearea.sty)) (/gnu/store/k6d1433yxpb1g3whfdh1h5pmf4bnmlzg-profile/share/texmf-dist/tex/latex/koma-script/DIN.lco) (/gnu/store/k6d1433yxpb1g3whfdh1h5pmf4bnmlzg-profile/share/texmf-dist/tex/latex/base/inputenc.sty) Class scrlttr2 Warning: \date changes the internal \LaTeX date only. (scrlttr2) You should note that this changes the default (scrlttr2) value of variable `date' only as long as nobody (scrlttr2) uses `\setkomavar` to change the content of (scrlttr2) variable `date'. (scrlttr2) Therefore, usage of `\setkomavar' is recommended (scrlttr2) to change the letter's date on input line 6. (/gnu/store/k6d1433yxpb1g3whfdh1h5pmf4bnmlzg-profile/share/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def) No file latex.aux. [1{/gnu/store/k6d1433yxpb1g3whfdh1h5pmf4bnmlzg-profile/share/texmf-dist/fonts/map/pdftex/updmap/pdftex.map}] (./latex.aux) ) Output written on latex.pdf (1 page, 16397 bytes). Transcript written on latex.log. --8<---------------cut here---------------end--------------->8--- The resulting document looks fine to me. -- Ricardo From unknown Sat Jun 21 03:29:04 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 23 Sep 2023 11:24:15 +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