From unknown Tue Jun 17 03:38:48 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#71859 <71859@debbugs.gnu.org> To: bug#71859 <71859@debbugs.gnu.org> Subject: Status: [core-updates 1/3] gnu: texlive-mflua-bin: Also install "-nowin" binaries. Reply-To: bug#71859 <71859@debbugs.gnu.org> Date: Tue, 17 Jun 2025 10:38:48 +0000 retitle 71859 [core-updates 1/3] gnu: texlive-mflua-bin: Also install "-now= in" binaries. reassign 71859 guix-patches submitter 71859 Nicolas Goaziou severity 71859 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 30 12:36:28 2024 Received: (at submit) by debbugs.gnu.org; 30 Jun 2024 16:36:28 +0000 Received: from localhost ([127.0.0.1]:58824 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sNxXQ-0003lW-I7 for submit@debbugs.gnu.org; Sun, 30 Jun 2024 12:36:28 -0400 Received: from lists.gnu.org ([209.51.188.17]:52868) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sNxXO-0003lN-Ut for submit@debbugs.gnu.org; Sun, 30 Jun 2024 12:36:27 -0400 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 1sNxXO-0001EH-MA for guix-patches@gnu.org; Sun, 30 Jun 2024 12:36:26 -0400 Received: from msg-4.mailo.com ([213.182.54.15] helo=mailo.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sNxXN-0003w5-4A for guix-patches@gnu.org; Sun, 30 Jun 2024 12:36:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nicolasgoaziou.fr; s=mailo; t=1719765381; bh=4lIv1K894ZOgX5q5wxPPzCQDqnmHGl5MEZquZLsXBJA=; h=X-EA-Auth:From:To:Cc:Subject:Date:Message-ID:X-Mailer: MIME-Version:Content-Transfer-Encoding; b=2li9Pv5o678bL22fe7jwPG3r97XVUqk/frNR6SfzWLB1GKkKoIajer3IyPZdj3MuR OSihP/5tKoZd2x6ctkqUkkFnnAuKv0OOuKnPQx8I5/4/znVuydbrTK4fOx11o0Eer1 ja+yyVFOoZ27ONvD2JvlcgjkGT5eqx2YMzIUqNsE= Received: by b221-5.in.mailobj.net [192.168.90.25] with ESMTP via ip-20.mailobj.net [213.182.54.20] Sun, 30 Jun 2024 18:36:21 +0200 (CEST) X-EA-Auth: PVT2JtPhMvOCYSynXwDLxTQB9S1FreKirHWuFxqqPX4+yK4M8dvc46Q726/WkL6D7E3KdTpX1INRnsFK7roGofytRoOFtq5zqRON8crjSNE= From: Nicolas Goaziou To: guix-patches@gnu.org Subject: [core-updates 1/3] gnu: texlive-mflua-bin: Also install "-nowin" binaries. Date: Sun, 30 Jun 2024 18:36:02 +0200 Message-ID: <4715acf0bab3b155770f9fe54b5e126bfc21a363.1719765328.git.mail@nicolasgoaziou.fr> X-Mailer: git-send-email 2.45.2 MIME-Version: 1.0 X-Debbugs-Cc: Andreas Enge Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=213.182.54.15; envelope-from=mail@nicolasgoaziou.fr; helo=mailo.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Nicolas Goaziou 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: -2.4 (--) * gnu/packages/tex.scm (texlive-mflua-bin)[arguments]<#:phases>: Also generate and install "mfluajit-nowin" and "mflua-nowin" binaries. Change-Id: I552340b991f0c46b317a04388aa4e62cddb25146 --- gnu/packages/tex.scm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index e309839a42..2c25949637 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -48693,7 +48693,9 @@ (define-public texlive-mflua-bin (lambda _ (with-directory-excursion "texk/web2c" (invoke "make" "mfluajit") - (install-file ".libs/mfluajit" bin)))))) + (invoke "make" "mfluajit-nowin") + (install-file ".libs/mfluajit" bin) + (install-file ".libs/mfluajit-nowin" bin)))))) (add-after 'unpack 'force-lua53-build (lambda _ (substitute* "libs/configure" @@ -48702,7 +48704,9 @@ (define-public texlive-mflua-bin (lambda _ (with-directory-excursion "texk/web2c" (invoke "make" "mflua") - (install-file ".libs/mflua" bin))))))))) + (invoke "make" "mflua-nowin") + (install-file ".libs/mflua" bin) + (install-file ".libs/mflua-nowin" bin))))))))) (native-inputs (list pkg-config)) (inputs (modify-inputs (package-inputs texlive-bin) (append potrace))) base-commit: 75b4a29e12011ae3d1814932591e80dcb0b80aae -- 2.45.2 From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 30 12:46:50 2024 Received: (at 71859) by debbugs.gnu.org; 30 Jun 2024 16:46:50 +0000 Received: from localhost ([127.0.0.1]:58856 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sNxhS-00044Y-JE for submit@debbugs.gnu.org; Sun, 30 Jun 2024 12:46:50 -0400 Received: from msg-2.mailo.com ([213.182.54.12]:35078 helo=mailo.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sNxhQ-00044K-CV for 71859@debbugs.gnu.org; Sun, 30 Jun 2024 12:46:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nicolasgoaziou.fr; s=mailo; t=1719766002; bh=6Rrvnd5jPutrCzXw7QdgkipcDDUS62IIqIytQKXcKKk=; h=X-EA-Auth:From:To:Cc:Subject:Date:Message-ID:X-Mailer:In-Reply-To: References:MIME-Version:Content-Transfer-Encoding; b=UCtUC6QVC4itEQOiJVWstz5WIu1VPd3JWfE3eCHAy1YjgaXCfLGSQT/pg13hHJt1u +0PZE1mWxNSjWTedPk3nFZnue07zsapt78JoanfHzy6BxDWI/fizmUuZ6ZYTMkjs13 /hbOsY9yK2iOAtqNRNG4MQWlZ6Dvp6gRNC+t1OPM= Received: by b221-8.in.mailobj.net [192.168.90.28] with ESMTP via ip-20.mailobj.net [213.182.54.20] Sun, 30 Jun 2024 18:46:42 +0200 (CEST) X-EA-Auth: Q8s1KCiRuzQpDjHus5cBLpOdUVkgTCnZW0ApsPzJ1Mn8XF/wXApBes4dfI3xNIf7JHXX7xIckEEAHLW1WmpXynYUiLMlHitFxpY/Rc0JiEE= From: Nicolas Goaziou To: 71859@debbugs.gnu.org Subject: [core-updates 2/3] gnu: texlive-kpathsea: Enable all format configurations. Date: Sun, 30 Jun 2024 18:46:17 +0200 Message-ID: <88f98b14444f534697988c78a8e55fcad2f81ada.1719765328.git.mail@nicolasgoaziou.fr> X-Mailer: git-send-email 2.45.2 In-Reply-To: <4715acf0bab3b155770f9fe54b5e126bfc21a363.1719765328.git.mail@nicolasgoaziou.fr> References: <4715acf0bab3b155770f9fe54b5e126bfc21a363.1719765328.git.mail@nicolasgoaziou.fr> MIME-Version: 1.0 X-Debbugs-Cc: Nicolas Goaziou , Andreas Enge Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 71859 Cc: Nicolas Goaziou 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 (-) * gnu/packages/tex.scm (texlive-kpathsea)[arguments]<#:phases>: Allow generating all formats provided in TeX Live. Change-Id: Ibe29eb643ee27bc4223868a76acfa4f0cfc1f74e --- gnu/packages/tex.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 2c25949637..e6914e5ced 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -58100,7 +58100,11 @@ (define-public texlive-kpathsea "web2c/mktexupd") (("^version=" m) (format #false "PATH=\"~{~a:~}$PATH\"; export PATH~%~a" - dirs m))))))))) + dirs m)))))) + (add-after 'unpack 'enable-all-configurations + (lambda _ + (substitute* "web2c/fmtutil.cnf" + (("^#! ") ""))))))) (inputs (list gawk sed)) (propagated-inputs (list texlive-libkpathsea)) ;for the executables (home-page "https://ctan.org/pkg/kpathsea") -- 2.45.2 From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 30 12:47:07 2024 Received: (at 71859) by debbugs.gnu.org; 30 Jun 2024 16:47:07 +0000 Received: from localhost ([127.0.0.1]:58862 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sNxhi-00045W-Te for submit@debbugs.gnu.org; Sun, 30 Jun 2024 12:47:07 -0400 Received: from msg-4.mailo.com ([213.182.54.15]:40530 helo=mailo.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sNxhh-00044o-3L for 71859@debbugs.gnu.org; Sun, 30 Jun 2024 12:47:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nicolasgoaziou.fr; s=mailo; t=1719766019; bh=9c2q2MDNGYNErSYlzG5SwdfkmEfpEycWmTBUT4Q69RU=; h=X-EA-Auth:From:To:Cc:Subject:Date:Message-ID:X-Mailer:In-Reply-To: References:MIME-Version:Content-Transfer-Encoding; b=whnPm8bqXY3zuLy8vgEsT0OUN6gDShbVayWBkYQAEnsWigCAuQO3K+Uw+F0Wjovki 26z/mzJcXUo0bRd5Gsr6YWKgasyB3+7LAglu9oP7rUzF6VICD6IJx4imF81pjwlywy 0ANeGG8WXjM7z1FBCVg/ZeIaz3CaV/quIF36uOLM= Received: by b221-4.in.mailobj.net [192.168.90.24] with ESMTP via ip-20.mailobj.net [213.182.54.20] Sun, 30 Jun 2024 18:46:59 +0200 (CEST) X-EA-Auth: d2PirIn6DyHPmwYnn5G08oe6HmNiHVV+Damh9rON9U0GbACw1/MKZIJL+ylM0TFOeMD5HBF6ov5iz6feAzLW/JL3z8OGnLn6WGxPrbh3Uww= From: Nicolas Goaziou To: 71859@debbugs.gnu.org Subject: [core-updates 3/3] gnu: texlive-luahbtex: Generate missing "luahbtex.fmt". Date: Sun, 30 Jun 2024 18:46:18 +0200 Message-ID: <0a953868d9ce5d62ee55a69f65d8c80fc671d06f.1719765328.git.mail@nicolasgoaziou.fr> X-Mailer: git-send-email 2.45.2 In-Reply-To: <4715acf0bab3b155770f9fe54b5e126bfc21a363.1719765328.git.mail@nicolasgoaziou.fr> References: <4715acf0bab3b155770f9fe54b5e126bfc21a363.1719765328.git.mail@nicolasgoaziou.fr> MIME-Version: 1.0 X-Debbugs-Cc: Nicolas Goaziou , Andreas Enge Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 71859 Cc: Nicolas Goaziou 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 (-) * gnu/packages/tex.scm (texlive-luahbtex)[native-inputs]: Add TEXLIVE-KPATHSEA. [properties]: Preserve native-input from upgrade. Change-Id: I35de793e4562cd21a9d624542c06f65dee5676f2 --- gnu/packages/tex.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index e6914e5ced..214e4f764e 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -60853,10 +60853,12 @@ (define-public texlive-luahbtex "0y47q58jggwzy5hk9n2arh0g4a92pqcavadzxa38lpadf16zxbck")))) (outputs '("out" "doc")) (build-system texlive-build-system) + (properties '((updater-extra-native-inputs "texlive-kpathsea"))) (arguments (list #:texlive-latex-bin? #f #:create-formats #~(list "luahbtex"))) + (native-inputs (list texlive-kpathsea)) (propagated-inputs (list texlive-cm texlive-etex -- 2.45.2