From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#39161: TeX Live issues Date: Fri, 17 Jan 2020 13:05:28 +0100 Message-ID: <8736cexp87.fsf@elephly.net> References: <87a76mxqmo.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:39111) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1isQO6-0005Ig-0x for bug-guix@gnu.org; Fri, 17 Jan 2020 07:06:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1isQO2-00009u-EE for bug-guix@gnu.org; Fri, 17 Jan 2020 07:06:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:32948) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1isQO2-00009d-Ak for bug-guix@gnu.org; Fri, 17 Jan 2020 07:06:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1isQO2-0006gq-50 for bug-guix@gnu.org; Fri, 17 Jan 2020 07:06:02 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-reply-to: <87a76mxqmo.fsf@elephly.net> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: 39161-done@debbugs.gnu.org Cc: Marco van Hulten Ricardo Wurmus writes: > texlive-latex-base provides ltluatex.lua. This file is generated from > ltluatex.dtx. > > ltluatex.dtx contains literal tabs in the embedded Lua sources. Upon > unpacking the dtx file to generate the file ltluatex.lua these tabs are > erroneously converted to the string =E2=80=9C^^I=E2=80=9D, which breaks t= he lualatex > tool and all other tools that derive from it. > > It is easy to patch ltluatex.dtx, but this will lead to rebuilding 3480 > dependent packages. Done on core-updates in commit 201015b10e. --=20 Ricardo