From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id ZXLVLBkArWEg9wAAgWs5BA (envelope-from ) for ; Sun, 05 Dec 2021 19:08:25 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id iPuQJxkArWFaTwAAbx9fmQ (envelope-from ) for ; Sun, 05 Dec 2021 18:08:25 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 596D82D082 for ; Sun, 5 Dec 2021 19:08:25 +0100 (CET) Received: from localhost ([::1]:35818 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mtvw0-0000UJ-HY for larch@yhetil.org; Sun, 05 Dec 2021 13:08:24 -0500 Received: from eggs.gnu.org ([209.51.188.92]:39286) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mtvvg-00006L-AP for guix-patches@gnu.org; Sun, 05 Dec 2021 13:08:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:47701) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mtvvf-0005n1-3I for guix-patches@gnu.org; Sun, 05 Dec 2021 13:08:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mtvve-0000Rm-U9 for guix-patches@gnu.org; Sun, 05 Dec 2021 13:08:02 -0500 Subject: bug#52268: [PATCH core-updates-frozen] gnu: Add texlive-latex-luatex. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sun, 05 Dec 2021 18:08:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 52268 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Thiago Jung Bauermann Cc: Ricardo Wurmus , John Kehayias , 51252-done@debbugs.gnu.org, Robin Templeton , 52268-done@debbugs.gnu.org Mail-Followup-To: 52268@debbugs.gnu.org, ludo@gnu.org, bauermann@kolabnow.com Received: via spool by 52268-done@debbugs.gnu.org id=D52268.16387276791670 (code D ref 52268); Sun, 05 Dec 2021 18:08:02 +0000 Received: (at 52268-done) by debbugs.gnu.org; 5 Dec 2021 18:07:59 +0000 Received: from localhost ([127.0.0.1]:59235 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mtvvb-0000Qs-7N for submit@debbugs.gnu.org; Sun, 05 Dec 2021 13:07:59 -0500 Received: from eggs.gnu.org ([209.51.188.92]:40406) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mttd6-0005KB-9e; Sun, 05 Dec 2021 10:40:44 -0500 Received: from [2001:470:142:3::e] (port=41968 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mttd0-0007h5-Q3; Sun, 05 Dec 2021 10:40:38 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=sGJ1Uu33kLITLHqtlewNRi1Hqv0VfCRLwjF+LMyOmM0=; b=clIFiM68cfJxpQCYcPcS av5Vctbf2tJ5Nyiy61J6xVNxswXpc2O0MJrlfdU9NlMKq3mHhgmLS56Bp8uxyMqsZU0fqbmbjQw/v h0RcLjiKrSZjfc8ePOrmFhKHnRoNL87vGtGO3jde/7v7jAw1Gb45ieNjmuYhEcWRK6rSNL/IGe0Fk RTqINwmLI2or/CFMofsWf9n4xbElaKrqgHWyz1tMwfl7sDeZGe7Y9sODN9qu7B6vXcBu6Jqnrfidz R+m0juRsF/xg84dibOy0rbgWzJsjBMNoF4D6zuooVGDXOA25ZX1wM4wFpjlqg4R5EoxHLhJ1VnyDL wC6phH5szIqbxw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:49421 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mttd0-0001Nc-K4; Sun, 05 Dec 2021 10:40:38 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20211204021611.80688-1-bauermann@kolabnow.com> Date: Sun, 05 Dec 2021 16:40:33 +0100 In-Reply-To: <20211204021611.80688-1-bauermann@kolabnow.com> (Thiago Jung Bauermann's message of "Fri, 3 Dec 2021 23:16:11 -0300") Message-ID: <871r2rukjy.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1638727705; h=from:from:sender:sender: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:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=sGJ1Uu33kLITLHqtlewNRi1Hqv0VfCRLwjF+LMyOmM0=; b=NQNgMxqSDcNmNUmET5c7CFBgGqv8fhtMivYTAS2npbih9rVCFmksvtGH9mqUQBfu8netPn /So43qQ7YZxI8hOD7RNta5Qs3gmmt7AwHZOnfpFqkU8VwcNsAxDDjrATzeo0wJWm1kbyUb mNe44Hu+jYSxdfWYPPX5f8Es3jiDTWye8oPYqj2V7VHW0v7+ByngGuV5xYrfu1DCu9del1 lAuZVpyOmfC6Xaib0/NshB8oGfzImQZpNcF0/cY97miByAUimMB8mcrv2KPt9nSZRSEikm ULTECShl+7kDd4PkUmojEqGbOWoZrUkadNV4xl+BAm1r1D0XFLYGA91R0yi37A== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1638727705; a=rsa-sha256; cv=none; b=VF3n4PVPTKqJlmKoK4h+O/GUlWP7rMOtfJDl4DzXm7lkVsqliyYd1wVO1zkDbjN49rgxQL dDU3dkhRsQ06E3bcofpo0wtRO/Y0nntK3SQZp+hm6QNgQm+Q4M2iLkmJRFkKzHGlb38QWF amDLPAKtrjE27VO4mhInAsTC0xrNbLHu6/JGEjHbukvc+Yt6CqNn+mSgcPdJ52zdz2LjRJ lqMu/W6onQDQgwVGbCdzK5SjY3si/q2wZMX94vkga4Tfckss/UTVLxqSXGL+BPKsCc/RmE o+mObwFuzWSEaW2A7scSiSYsNV7QLmFx1bZIcYrdbaqI8rl3N/He+E4OE0UPoA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=clIFiM68; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.64 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=clIFiM68; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 596D82D082 X-Spam-Score: -3.64 X-Migadu-Scanner: scn0.migadu.com X-TUID: rMpjfnEP1H/R Hello, Thiago Jung Bauermann skribis: > When TeX Live was updated to version 2021 the =E2=80=98lualatex=E2=80=99 = format started > being generated with the LuaHBTeX engine, but the =E2=80=98lualatex=E2=80= =99 command still > uses the LuaTeX engine. This causes the command to fail: > > user@popigai:~$ lualatex hello.tex > This is LuaTeX, Version 1.13.0 (TeX Live 2021/GNU Guix) > restricted system commands enabled. > > ---! lualatex.fmt was written by luahbtex > (Fatal format file error; I'm stymied)user@popigai:~$ > > The correct way to fix this problem would be either to change texlive-bin > to make =E2=80=98lualatex=E2=80=99 use the LuaHBTeX engine, or to change = texlive-latex-base > to generate =E2=80=98lualatex.fmt=E2=80=99 with LuaTeX. Both options woul= d rebuild large > parts of the world. > > Ricardo Wurmus suggested creating a new package to provide =E2=80=98luala= tex.fmt=E2=80=99 > for LuaTeX as a workaround. This is what this package does. > > Fixes https://issues.guix.gnu.org/51252. > > * gnu/packages/tex.scm (texlive-latex-luatex): New variable. Applied, thanks! I don=E2=80=99t fully understand the issue but it looks like a reasonable a= nd non-intrusive fix. Ludo=E2=80=99.