From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 06 09:56:23 2023 Received: (at submit) by debbugs.gnu.org; 6 Dec 2023 14:56:23 +0000 Received: from localhost ([127.0.0.1]:40155 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rAtJz-0005vI-MJ for submit@debbugs.gnu.org; Wed, 06 Dec 2023 09:56:22 -0500 Received: from lists.gnu.org ([2001:470:142::17]:53724) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rAsn3-0004OJ-Ri for submit@debbugs.gnu.org; Wed, 06 Dec 2023 09:22:21 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rAsmm-00025T-HC for guix-patches@gnu.org; Wed, 06 Dec 2023 09:22:00 -0500 Received: from mailg110.ethz.ch ([2001:67c:10ec:5605::21]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rAsmj-0002rv-Au for guix-patches@gnu.org; Wed, 06 Dec 2023 09:22:00 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inf.ethz.ch; s=key1-q2-2022; t=1701871283; h=From:Subject:Date:Message-ID:To:Cc :MIME-Version:Content-Type:Content-Transfer-Encoding; bh=B4TSeKio9Wt5A2Wj o7YS2kCMA4/qJCCbjBnDLDUB0Q0=; b=iIsFhdJJMivr302u7tJpiQvOiDHrS8NJgSmMStnjm jIPfRSw61sOxyWoeyGJLuMQFxdivxxJB72pzvNn4t/wPwExbkkUlPmOk2XBIy7phqM9FubT2r 9x0whvzGBgwBKN+xMkCpGkoiypB3gIONuFjd6oraywUeNaFVkWfM443Z9E4n6+iz9DyDTdM8R 8RzcbFYBLAD7ZNxkXH7USoI9Ri6T5aO1Lohhb8fg2ZDuURLYbAl0pBa5HKAT78cqYLvSHl/tK tqkz4OBVJANyjqrxLvpXg7yjQrTsdzrfKKqvyI1I0gk6ZEnhF5q8vIHi7AIf1Ibfrr9K8d/S2 9/kBVIkEw==; Received: from mailm115.d.ethz.ch (2001:67c:10ec:5602::27) by mailg110.ethz.ch (2001:67c:10ec:5605::21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.35; Wed, 6 Dec 2023 15:01:23 +0100 Received: from vvgogh.inf.ethz.ch (129.132.31.115) by mailm115.d.ethz.ch (2001:67c:10ec:5602::27) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.35; Wed, 6 Dec 2023 15:01:40 +0100 From: Isaac van Bakel To: Subject: [PATCH] gnu: texlive-xiften: Readd need input propagation Date: Wed, 6 Dec 2023 15:01:01 +0100 Message-ID: <9af482bdc36dfc17d767d7c1cc282e71bf529b68.1701871261.git.isaac.vanbakel@inf.ethz.ch> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 X-Debbugs-Cc: Andreas Enge , Ricardo Wurmus Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Originating-IP: [129.132.31.115] X-ClientProxiedBy: mailm215.d.ethz.ch (2001:67c:10ec:5603::29) To mailm115.d.ethz.ch (2001:67c:10ec:5602::27) X-DKIM-Signer: DkimX (v3.20.320) Received-SPF: pass client-ip=2001:67c:10ec:5605::21; envelope-from=isaac.vanbakel@inf.ethz.ch; helo=mailg110.ethz.ch X-Spam_score_int: -42 X-Spam_score: -4.3 X-Spam_bar: ---- X-Spam_report: (-4.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Wed, 06 Dec 2023 09:56:17 -0500 Cc: Isaac van Bakel 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.0 (/) * gnu/packages/tex.scm (texlive-xfithen)[propagated-inputs]: Readd propagation of `texlive-ifmtarg` to fix usage of package. Change-Id: I9e5e3cfa0fad3dc9fd3b4950eedf7443b254d2f1 --- This was removed as a "spurious" propagated input by the texlive-team-next changes, but in my usage it was not spurious and the package propagation is needed to use `xifthen` correctly. gnu/packages/tex.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 0d76710daa..934cdb2a80 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -70883,6 +70883,7 @@ (define-public texlive-xifthen "0b33mlmnxsj5mi06v2w2zgamk51mgv1lxdr1cax8nkpn9g7n9axw"))) (outputs '("out" "doc")) (build-system texlive-build-system) + (propagated-inputs (list texlive-ifmtarg)) (home-page "https://ctan.org/pkg/xifthen") (synopsis "Extended conditional commands") (description base-commit: 8c294e43eb0b0ea61da7c0570872e0908f64c8ed -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 06 16:39:43 2023 Received: (at 67660) by debbugs.gnu.org; 6 Dec 2023 21:39:43 +0000 Received: from localhost ([127.0.0.1]:40561 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rAzcM-0002m4-Sd for submit@debbugs.gnu.org; Wed, 06 Dec 2023 16:39:43 -0500 Received: from msg-2.mailo.com ([213.182.54.12]:49934 helo=mailo.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rAzcH-0002lh-QY for 67660@debbugs.gnu.org; Wed, 06 Dec 2023 16:39:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nicolasgoaziou.fr; s=mailo; t=1701898758; bh=0rV8TabBieQtrH0R2NhL2rlG57H0DLuJqCVeJI/uxLs=; h=X-EA-Auth:From:To:Cc:Subject:In-Reply-To:References:Date: Message-ID:MIME-Version:Content-Type; b=cJDWXw6xgC8RBnTZiGbSeC7nwtQKgZRXXbf7GTkjQPhflskQ8J1mAhpvtNi/c+Duv Il6+j74d2FFPRjV/P2tXNPFHqsbVlnK4FojXD84UuHm/MxLi0+vLhU7LU/TMW38QK/ oRVvk9xLSnByXcLSICPkQMu3F9CjWmOWTy/7rviM= Received: by b221-1.in.mailobj.net [192.168.90.21] with ESMTP via ip-20.mailobj.net [213.182.54.20] Wed, 6 Dec 2023 22:39:18 +0100 (CET) X-EA-Auth: WvhVEFsL5lG2pLDZXzroSTCJtP1e6zQsoJpnUGtcQ/gpyzkahQHX181Ga9sv61tsFAha3t+JhNmD36zxy+v2ZdWnFSwVjApOBnecG530tGk= From: Nicolas Goaziou To: Isaac van Bakel Subject: Re: [bug#67660] [PATCH] gnu: texlive-xiften: Readd need input propagation In-Reply-To: <9af482bdc36dfc17d767d7c1cc282e71bf529b68.1701871261.git.isaac.vanbakel@inf.ethz.ch> (Isaac van Bakel's message of "Wed, 6 Dec 2023 15:01:01 +0100") References: <9af482bdc36dfc17d767d7c1cc282e71bf529b68.1701871261.git.isaac.vanbakel@inf.ethz.ch> Date: Wed, 06 Dec 2023 22:39:02 +0100 Message-ID: <87sf4fm2o9.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 67660 Cc: 67660@debbugs.gnu.org, Ricardo Wurmus , Andreas Enge 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 (-) Hello, Isaac van Bakel writes: > * gnu/packages/tex.scm (texlive-xfithen)[propagated-inputs]: > Readd propagation of `texlive-ifmtarg` to fix usage of package. > > Change-Id: I9e5e3cfa0fad3dc9fd3b4950eedf7443b254d2f1 > --- > This was removed as a "spurious" propagated input by the > texlive-team-next changes, but in my usage it was not spurious and the > package propagation is needed to use `xifthen` correctly. > > gnu/packages/tex.scm | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm > index 0d76710daa..934cdb2a80 100644 > --- a/gnu/packages/tex.scm > +++ b/gnu/packages/tex.scm > @@ -70883,6 +70883,7 @@ (define-public texlive-xifthen > "0b33mlmnxsj5mi06v2w2zgamk51mgv1lxdr1cax8nkpn9g7n9axw"))) > (outputs '("out" "doc")) > (build-system texlive-build-system) > + (propagated-inputs (list texlive-ifmtarg)) This is a limitation in TeX Live, not Guix's, package definitions. The dependency is not reported in their "texlive.tlpdb" file. Note there are hundreds of such issues. We cannot realistically fix them manually ; for example this change would need to be tested every time Guix TeX packages are updated. I suggest to use collections of packages to avoid messing too much with individual dependencies, and possibly report those missing dependencies to the TeX Live project. Regards, -- Nicolas Goaziou From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 07 06:53:30 2023 Received: (at 67660) by debbugs.gnu.org; 7 Dec 2023 11:53:30 +0000 Received: from localhost ([127.0.0.1]:41294 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rBCwb-0008DQ-WC for submit@debbugs.gnu.org; Thu, 07 Dec 2023 06:53:30 -0500 Received: from msg-2.mailo.com ([213.182.54.12]:33432 helo=mailo.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rBCwa-0008DC-5X for 67660@debbugs.gnu.org; Thu, 07 Dec 2023 06:53:29 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nicolasgoaziou.fr; s=mailo; t=1701949989; bh=06IcK799KwCiMm0WUQxLBhzVK5R5qcvG5MseZ/jlIlU=; h=X-EA-Auth:From:To:Cc:Subject:In-Reply-To:References:Date: Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding; b=I7U2hiPbboy4sm+53Cg7fE/kEiCeR8MdIxxbE0WbUCyqe7QIBpUds8M46G8HUb1wN JUe+hzet9u+1xw+s5SWI0Qfo8E4Cq+0QPwy7+0HqovaKJ0tC7yNHfZrFIf/otz4iCh qToq5SBSd81SUO0wNZqXFqjDZhgnbDz8ZF6zRXDk= Received: by b221-3.in.mailobj.net [192.168.90.23] with ESMTP via ip-20.mailobj.net [213.182.54.20] Thu, 7 Dec 2023 12:53:09 +0100 (CET) X-EA-Auth: 11RzSQ3U0ZdOl048QWIRUHiBJ/Ur6yTF01Fd1pR5SgnjUAVDE/8nuLHBxa9x2q13nhj5F4+HVTUstf4hAOtE3EUagkiO3aMzMyzF1QooNy0= From: Nicolas Goaziou To: Isaac van Bakel Subject: Re: [bug#67660] [PATCH] gnu: texlive-xiften: Readd need input propagation In-Reply-To: <4ab29d4c-2876-9bdd-d880-a1f909cd8956@inf.ethz.ch> (Isaac van Bakel's message of "Thu, 7 Dec 2023 12:06:09 +0100") References: <9af482bdc36dfc17d767d7c1cc282e71bf529b68.1701871261.git.isaac.vanbakel@inf.ethz.ch> <87sf4fm2o9.fsf@nicolasgoaziou.fr> <4ab29d4c-2876-9bdd-d880-a1f909cd8956@inf.ethz.ch> Date: Thu, 07 Dec 2023 12:52:53 +0100 Message-ID: <87o7f2mdpm.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 67660 Cc: 67660@debbugs.gnu.org, Ricardo Wurmus , Andreas Enge 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 (-) Hello, Isaac van Bakel writes: > On 2023/12/06 22:39, Nicolas Goaziou wrote: >> This is a limitation in TeX Live, not Guix's, package definitions. The >> dependency is not reported in their "texlive.tlpdb" file. >> >> Note there are hundreds of such issues. We cannot realistically fix them >> manually ; for example this change would need to be tested every time >> Guix TeX packages are updated. > > Is there no way to declare that a package auto-generated from TeX Live > should be "patched" in some way (in this case, to include the > dependency)? I'm aware that Nix does something like this for their > various package sets. Perhaps this would be more sustainable than > a fully-manual process. I don't know what Nix does. However, considering the sheer number of packages involved, I don't believe in the sustainability of anything even remotely manual. Now let's suppose we solve this. E.g., the importer greps through ".ins" or ".dtx" files to identify and declare a list of dependencies. Then we'll face another, greater, issue: it will be no longer possible to build TeX Live packages because of the dependencies loops we will have just introduced. Let me insist of the fact that I'm not talking about an hypothetical problem: I encountered it when I started to package the missing TeX Live bits a few months ago. If there's no solution, then there's no problem. ;) >> I suggest to use collections of packages to avoid messing too much with >> individual dependencies, and possibly report those missing dependencies >> to the TeX Live project. > > Unfortunately this particular package only appears in an unopinionated > collection in latexextra, which is very heavy for something that > I have to put in my manifest just to fix a dependency issue. > > I'll look into getting the dependency registered on TL, but it's worth > noting that they also don't want the responsibility of dependency > tracking. They also don't recommend that package authors bother to put > dependency information in their packages.[0] I'm conscious that this > is a complex burden, but ideally *someone* would take it on so that > the software works. The software works; the burden in on the user who wants to optimize their TeX Live installation. I think this is a reasonable, and common, expectation. I don't think the TeX Live installer takes a different approach. On a different context, compare a user installing a full blown DE, such as Gnome, to another one who picks a window manager, a file manager, etc., and needs to glue these parts together to make them behave as a coherent environment. As a data point, I have a 20-ish TeX Live packages from latexetra collection explicitly installed from my manifest as required dependencies. This list hardly ever increases or changes, so this is acceptable, at least for me. Sorry for being pessimistic. Maybe Someone=E2=84=A2 will find an unexpected solution. Meanwhile, adding manually dependencies is, IMO, a no go. Regards, --=20 Nicolas Goaziou From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 07 09:10:27 2023 Received: (at 67660) by debbugs.gnu.org; 7 Dec 2023 14:10:27 +0000 Received: from localhost ([127.0.0.1]:41369 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rBF57-0006Zc-JB for submit@debbugs.gnu.org; Thu, 07 Dec 2023 09:10:27 -0500 Received: from mailg110.ethz.ch ([2001:67c:10ec:5605::21]:46282) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rBCD8-0006gQ-7k for 67660@debbugs.gnu.org; Thu, 07 Dec 2023 06:06:32 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inf.ethz.ch; s=key1-q2-2022; t=1701947152; h=From:Subject:Date:Message-ID:To:Cc :MIME-Version:Content-Type:Content-Transfer-Encoding:In-Reply-To :References; bh=LtOE3P1Vu3ZpGYokyxN8GBH5/t7FSmVjKG6Qa9bzXuk=; b=pL3iqjeqS qW4RTxF/MWWi9zCff6AavLMyuzIaKmvpkjcEzCfJ2azgll7AF26cyj/WDnI4mxtRkFor/hQiq j+GYNshf0Q/Am56XjGd7Tdrzq4AIkUofwYyIg5Ioke7GWa0pJnuAyy0M9P2LzIojlDAqJHGo9 Jb0TDo/Gngxs/l8ZKeoCQMhNwoFEMyC/lOw1wVF65Rdk47C5NIrMK5PilJBnTgG9vXLglKTE6 c/hC7EeagRn09+RVB8FELSX4YLGXNWtrsRWX5b5CIlWctExcj2BF12WV77HVBo9l2OGCLvxca aWGk7zTAkBnmC2E30z0ZyS+VucOfoYti0uRD94xiQ==; Received: from mailm115.d.ethz.ch (2001:67c:10ec:5602::27) by mailg110.ethz.ch (2001:67c:10ec:5605::21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.35; Thu, 7 Dec 2023 12:05:52 +0100 Received: from [129.132.31.115] (129.132.31.115) by mailm115.d.ethz.ch (2001:67c:10ec:5602::27) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.35; Thu, 7 Dec 2023 12:06:09 +0100 Message-ID: <4ab29d4c-2876-9bdd-d880-a1f909cd8956@inf.ethz.ch> Date: Thu, 7 Dec 2023 12:06:09 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.0 From: Isaac van Bakel Subject: Re: [bug#67660] [PATCH] gnu: texlive-xiften: Readd need input propagation To: Nicolas Goaziou References: <9af482bdc36dfc17d767d7c1cc282e71bf529b68.1701871261.git.isaac.vanbakel@inf.ethz.ch> <87sf4fm2o9.fsf@nicolasgoaziou.fr> Content-Language: en-US In-Reply-To: <87sf4fm2o9.fsf@nicolasgoaziou.fr> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [129.132.31.115] X-ClientProxiedBy: mailm114.d.ethz.ch (2001:67c:10ec:5602::26) To mailm115.d.ethz.ch (2001:67c:10ec:5602::27) X-DKIM-Signer: DkimX (v3.20.320) X-Spam-Score: -4.5 (----) X-Debbugs-Envelope-To: 67660 X-Mailman-Approved-At: Thu, 07 Dec 2023 09:10:24 -0500 Cc: 67660@debbugs.gnu.org, Ricardo Wurmus , Andreas Enge 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: -5.5 (-----) Hello, On 2023/12/06 22:39, Nicolas Goaziou wrote: > This is a limitation in TeX Live, not Guix's, package definitions. The > dependency is not reported in their "texlive.tlpdb" file. > > Note there are hundreds of such issues. We cannot realistically fix them > manually ; for example this change would need to be tested every time > Guix TeX packages are updated. Is there no way to declare that a package auto-generated from TeX Live should be "patched" in some way (in this case, to include the dependency)? I'm aware that Nix does something like this for their various package sets. Perhaps this would be more sustainable than a fully-manual process. > I suggest to use collections of packages to avoid messing too much with > individual dependencies, and possibly report those missing dependencies > to the TeX Live project. Unfortunately this particular package only appears in an unopinionated collection in latexextra, which is very heavy for something that I have to put in my manifest just to fix a dependency issue. I'll look into getting the dependency registered on TL, but it's worth noting that they also don't want the responsibility of dependency tracking. They also don't recommend that package authors bother to put dependency information in their packages.[0] I'm conscious that this is a complex burden, but ideally *someone* would take it on so that the software works. Best, Isaac  [0]: https://tug.org/texlive/pkgcontrib.html#deps From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 31 09:44:52 2024 Received: (at control) by debbugs.gnu.org; 31 Oct 2024 13:44:52 +0000 Received: from localhost ([127.0.0.1]:42065 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t6VTn-0001Ju-O9 for submit@debbugs.gnu.org; Thu, 31 Oct 2024 09:44:52 -0400 Received: from mailtransmit05.runbox.com ([185.226.149.38]:56552) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t6VTl-0001Jk-AU for control@debbugs.gnu.org; Thu, 31 Oct 2024 09:44:50 -0400 Received: from mailtransmit03.runbox ([10.9.9.163] helo=aibo.runbox.com) by mailtransmit05.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1t6VTf-00DyK7-FK for control@debbugs.gnu.org; Thu, 31 Oct 2024 14:44:43 +0100 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=futurile.net; s=selector1; h=Content-Type:MIME-Version:Message-ID:Subject: Cc:To:From:Date; bh=KgqltkFIAC0OerxH/L1uT6MvN1jx6R5uCvmwczR4jr0=; b=w/z6qyQ3e +tyTFzOHANhmgioDjlx2wO4MFKlLDLMACd1Ccy6nImMyoo7cDSKh5PExM19LRWScx4bwaxLWgvrJq IuhX1aUVEXr5Xs69XZbMQqyYdQok5obYNpD0u3JWWX9lMmlBMonhqVblDqgJCmwSF4TPJkoQvFeJQ Jt08RZGoh01RuiANOC/qp6sDqu/R+5wuyZwZvzOQyceu6WeSQ7guE7JMD2j/4G+wdlVHikGnXHdYC L4C+yOViYyrUXC6j/aQcPRZvEDbCrJ+NjkBpYSVo07CefoItlcOwEgR70sRs0ELtol4XkcfRNc2di 4FInHJSVgMrk36e5hILr46+Ig==; Received: from [10.9.9.74] (helo=submission03.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1t6VTf-0000Z2-10; Thu, 31 Oct 2024 14:44:43 +0100 Received: by submission03.runbox with esmtpsa [Authenticated ID (641962)] (TLS1.2:ECDHE_SECP256R1__RSA_SHA256__AES_256_GCM:256) (Exim 4.93) id 1t6VTN-00ERv5-1g; Thu, 31 Oct 2024 14:44:25 +0100 Date: Thu, 31 Oct 2024 13:44:24 +0000 From: Steve George To: control@debbugs.gnu.org Subject: closing 67660 Message-ID: <1730382169-1986-bts-steve@futurile.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: devscripts bts/2.22.1ubuntu1 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control Cc: 67660-submitter@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 (-) close 67660 Closing as for now we've decided that (a) we can't manually patch a plethora of tex packages and (b) there's no-one working on automation (whether similar or different to the Nix solution) thanks From unknown Sun Aug 17 22:10:45 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 29 Nov 2024 12:24:19 +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