From patchwork Sat Jan 22 23:19:22 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon South X-Patchwork-Id: 586 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id C795327BBEB; Sat, 22 Jan 2022 23:20:35 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-3.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 695E927BBE9 for ; Sat, 22 Jan 2022 23:20:35 +0000 (GMT) Received: from localhost ([::1]:42894 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nBPgQ-0001SL-G7 for patchwork@mira.cbaines.net; Sat, 22 Jan 2022 18:20:34 -0500 Received: from eggs.gnu.org ([209.51.188.92]:48822) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nBPfu-0001Rt-AK for guix-patches@gnu.org; Sat, 22 Jan 2022 18:20:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:45274) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nBPft-0000JM-VI for guix-patches@gnu.org; Sat, 22 Jan 2022 18:20:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nBPft-0001ge-Os for guix-patches@gnu.org; Sat, 22 Jan 2022 18:20:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#53454] [PATCH core-updates v2 0/2] gnu: texlive-psnfss: Fix build; add "doc" output. Resent-From: Simon South Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 22 Jan 2022 23:20:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53454 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 53454@debbugs.gnu.org Received: via spool by 53454-submit@debbugs.gnu.org id=B53454.16428935746428 (code B ref 53454); Sat, 22 Jan 2022 23:20:01 +0000 Received: (at 53454) by debbugs.gnu.org; 22 Jan 2022 23:19:34 +0000 Received: from localhost ([127.0.0.1]:38173 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nBPfS-0001fY-3Q for submit@debbugs.gnu.org; Sat, 22 Jan 2022 18:19:34 -0500 Received: from mailout.easymail.ca ([64.68.200.34]:38198) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nBPfQ-0001fI-6i for 53454@debbugs.gnu.org; Sat, 22 Jan 2022 18:19:33 -0500 Received: from localhost (localhost [127.0.0.1]) by mailout.easymail.ca (Postfix) with ESMTP id 7282D7400C for <53454@debbugs.gnu.org>; Sat, 22 Jan 2022 23:19:26 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at emo05-pco.easydns.vpn Received: from mailout.easymail.ca ([127.0.0.1]) by localhost (emo05-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TW0Aj_LpuOsK for <53454@debbugs.gnu.org>; Sat, 22 Jan 2022 23:19:26 +0000 (UTC) Received: from laptop.simonsouth.net (23-233-96-244.cpe.pppoe.ca [23.233.96.244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mailout.easymail.ca (Postfix) with ESMTPSA id 2B8E273E51 for <53454@debbugs.gnu.org>; Sat, 22 Jan 2022 23:19:26 +0000 (UTC) From: Simon South Date: Sat, 22 Jan 2022 18:19:22 -0500 Message-Id: X-Mailer: git-send-email 2.25.2 In-Reply-To: References: MIME-Version: 1.0 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+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches Here's v2 of this fix for the texlive-psnfss package. This version omits the trailing "#t" from phases, based on Maxime's feedback, and adds a commit that removes the "#t" from the existing "chdir" phase. Other than a small tweak to the commit message in the second patch everything else is unchanged from v1. Here's the original description: This patch fixes the texlive-psnfss package, adding a number of missing files as well as a "doc" output with the package's PDF documentation. The current texlive-psnfss package is clearly incomplete: It contains only the package's source and its generated .sty files, the latter of which are actually included twice. Mostly this is due to the package definition not chdir'ing back out of a work directory before the "copy-files" phase runs. This patch adds the missing installation steps, which include arranging files in the output to match the instructions in the package's README file.[0] I've tested this as best I can: The package and its immediate dependencies[1] build fine on both x86-64 and AArch64, and the updated package now works as expected with the TeX source I'm using. [0] https://ctan.math.ca/tex-archive/macros/latex/required/psnfss/README [1] texlive-base, texlive-charter and texlive-tiny. --- Simon South simon@simonsouth.net Simon South (2): gnu: texlive-psnfss: Do not return #t from custom phase. gnu: texlive-psnfss: Fix build; add "doc" output. gnu/packages/tex.scm | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) base-commit: 80194d9e47f9f50602a5a97ecd33fb9a95dfe03d