From unknown Sun Jun 22 07:55:25 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#59263] [PATCH] gnu: moreutils: Fix corrupted manual pages. Resent-From: "(" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 14 Nov 2022 23:15:08 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 59263 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 59263@debbugs.gnu.org Cc: "\(" X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.166846769732723 (code B ref -1); Mon, 14 Nov 2022 23:15:08 +0000 Received: (at submit) by debbugs.gnu.org; 14 Nov 2022 23:14:57 +0000 Received: from localhost ([127.0.0.1]:51330 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ouifJ-0008Vg-Bj for submit@debbugs.gnu.org; Mon, 14 Nov 2022 18:14:57 -0500 Received: from lists.gnu.org ([209.51.188.17]:46626) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ouieY-0008ND-BI for submit@debbugs.gnu.org; Mon, 14 Nov 2022 18:14:15 -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 1ouieX-00025D-SV for guix-patches@gnu.org; Mon, 14 Nov 2022 18:14:10 -0500 Received: from knopi.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oudpp-0005vl-03 for guix-patches@gnu.org; Mon, 14 Nov 2022 13:05:31 -0500 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 10DDA41291; Mon, 14 Nov 2022 19:05:25 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cXgnMPYV3-fi; Mon, 14 Nov 2022 19:05:23 +0100 (CET) From: "(" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1668449123; bh=0OjYwshgErr+LWo6u3soKxPtIUvvgSSui2WV+xCsgUY=; h=From:To:Cc:Subject:Date:From; b=XdozTsTuA3MNI+4VcLbJ7Ratflzue0Yqm3VLnWpQ7V4WDw1QsYphyfEkXv3keBIxA pYW1g2zuSIdDhAQVg8fauYE74jWC92iO+o6PqF/szLQSm5EqkAOwTF5dNYL1zrHIGG 6fubEXuvTe77Got5RKHsTAMYBVGxTsQSg4TkpwSML40EmtiHVTKNVD16uKiWxcPjvf 38xbxMczBmXnRlVp7DkZqiq0TAroYoYd+amcSmB55Wu6QRdd9W6GsTjIvcohHmzD3l d6ZnDwPaHEcZPlOMP8AqE03V80dkajv6QOY/9sH+uXflrlfPyKzjo6HteVZ0JPrEOK u9NY0rSOOM2/g== Date: Mon, 14 Nov 2022 18:05:17 +0000 Message-Id: <20221114180517.11946-1-paren@disroot.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=paren@disroot.org; helo=knopi.disroot.org 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_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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/moreutils.scm: Alphabetically sort #:USE-MODULES forms. Use LICENSE: as the license prefix. (moreutils)[source]: Add FILE-NAME. [native-inputs](docbook-xsl): Change to DOCBOOK-XSL-NEXT. --- gnu/packages/moreutils.scm | 49 ++++++++++++++++++++++---------------- 1 file changed, 28 insertions(+), 21 deletions(-) diff --git a/gnu/packages/moreutils.scm b/gnu/packages/moreutils.scm index aaa787c1d9..c38df45bf8 100644 --- a/gnu/packages/moreutils.scm +++ b/gnu/packages/moreutils.scm @@ -2,6 +2,7 @@ ;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer ;;; Copyright © 2016, 2017, 2019 Efraim Flashner ;;; Copyright © 2016–2018, 2020–2022 Tobias Geerinckx-Rice +;;; Copyright © 2022 ( ;;; ;;; This file is part of GNU Guix. ;;; @@ -19,34 +20,30 @@ ;;; along with GNU Guix. If not, see . (define-module (gnu packages moreutils) - #:use-module (guix gexp) - #:use-module ((guix licenses) #:prefix l:) - #:use-module (guix packages) - #:use-module (guix download) - #:use-module (guix build-system gnu) - #:use-module (guix utils) + #:use-module (gnu packages docbook) #:use-module (gnu packages perl) #:use-module (gnu packages xml) - #:use-module (gnu packages docbook)) + #:use-module (guix build-system gnu) + #:use-module (guix download) + #:use-module (guix gexp) + #:use-module ((guix licenses) #:prefix license:) + #:use-module (guix packages) + #:use-module (guix utils)) (define-public moreutils (package (name "moreutils") (version "0.67") - (source - (origin - (method url-fetch) - (uri (string-append - "https://git.joeyh.name/index.cgi/moreutils.git/snapshot/" - name "-" version ".tar.gz")) - (sha256 - (base32 "045d2dfvsd4sxxr2i2qvkpgvi912qj9vc4gpc8fb4hr9q912z1q3")))) + (source (origin + (method url-fetch) + (uri (string-append + "https://git.joeyh.name/index.cgi/moreutils.git/snapshot/" + name "-" version ".tar.gz")) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "045d2dfvsd4sxxr2i2qvkpgvi912qj9vc4gpc8fb4hr9q912z1q3")))) (build-system gnu-build-system) - ;; For building the manual pages. - (native-inputs - (list docbook-xml-4.4 docbook-xsl libxml2 libxslt)) - (inputs - (list perl perl-timedate perl-time-duration)) (arguments (list #:phases #~(modify-phases %standard-phases @@ -64,9 +61,19 @@ (define-public moreutils #$(package-version (this-package-native-input "docbook-xsl"))) (string-append "CC=" #$(cc-for-target))))) + (inputs + (list perl + perl-timedate + perl-time-duration)) + ;; For building the manual pages. + (native-inputs + (list docbook-xml-4.4 + docbook-xsl-next ;without -next, man pages are corrupted + libxml2 + libxslt)) (home-page "https://joeyh.name/code/moreutils/") (synopsis "Miscellaneous general-purpose command-line tools") (description "Moreutils is a collection of general-purpose command-line tools to augment the traditional Unix toolbox.") - (license l:gpl2+))) + (license license:gpl2+))) base-commit: f572de77c4fda3347bea16b4c86d630b193291dc -- 2.38.1 From unknown Sun Jun 22 07:55:25 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: "(" Subject: bug#59263: closed (Re: bug#59263: [PATCH] gnu: moreutils: Fix corrupted manual pages.) Message-ID: References: <87edty940n.fsf@gnu.org> <20221114180517.11946-1-paren@disroot.org> X-Gnu-PR-Message: they-closed 59263 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 59263@debbugs.gnu.org Date: Sat, 19 Nov 2022 18:47:09 +0000 Content-Type: multipart/mixed; boundary="----------=_1668883629-21365-1" This is a multi-part message in MIME format... ------------=_1668883629-21365-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #59263: [PATCH] gnu: moreutils: Fix corrupted manual pages. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 59263@debbugs.gnu.org. --=20 59263: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D59263 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1668883629-21365-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 59263-done) by debbugs.gnu.org; 19 Nov 2022 18:46:09 +0000 Received: from localhost ([127.0.0.1]:41164 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1owSqv-0005Qp-As for submit@debbugs.gnu.org; Sat, 19 Nov 2022 13:46:09 -0500 Received: from eggs.gnu.org ([209.51.188.92]:37844) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1owSqu-0005Qc-96 for 59263-done@debbugs.gnu.org; Sat, 19 Nov 2022 13:46:08 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1owSqo-0001My-VN; Sat, 19 Nov 2022 13:46:03 -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=Ke8EpeWAAJJX07M3TDR0SFa+mNXwYVukUwwXCEYfza4=; b=Jza/UCj304iy35o1gVTK qMI+0wu7q5GEHjMK5DslLcwQm4Uzk1bo0SOStyRMbz8vEUc5GAdYSR63W6gmi0gjmlUhxRsXYAguU hrXeNldAWGiDt7AYEOutoXuBFwvyaW5XlyNmsmywWDhXcKzGyjPYFWTo3w564/F2/AoxHhTzaxsyJ b5Fl/Mp6EwvY6dVKkiwO0kX90gONBWPMPHdj2RxI9CXk8k96sU0A+oCLTzo+5st9zUFkHRxhWO3JT Df5suHrEGJlhZrnAjgkNlCuyFUStTzPkB4nOKDX1nDo7V8Jl7apiZkFvXd4KBLh9bhItOmKKi4Pfj +vtd7s6WYnxVCA==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1owSqo-0007Sy-8H; Sat, 19 Nov 2022 13:46:02 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: "(" Subject: Re: bug#59263: [PATCH] gnu: moreutils: Fix corrupted manual pages. References: <20221114180517.11946-1-paren@disroot.org> Date: Sat, 19 Nov 2022 19:46:00 +0100 In-Reply-To: <20221114180517.11946-1-paren@disroot.org> (paren@disroot.org's message of "Mon, 14 Nov 2022 18:05:17 +0000") Message-ID: <87edty940n.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 59263-done Cc: 59263-done@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: -3.3 (---) Hi, "(" skribis: > * gnu/packages/moreutils.scm: Alphabetically sort #:USE-MODULES > forms. Use LICENSE: as the license prefix. > (moreutils)[source]: Add FILE-NAME. > [native-inputs](docbook-xsl): Change to DOCBOOK-XSL-NEXT. Applied, thanks! Ludo=E2=80=99. ------------=_1668883629-21365-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 14 Nov 2022 23:14:57 +0000 Received: from localhost ([127.0.0.1]:51330 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ouifJ-0008Vg-Bj for submit@debbugs.gnu.org; Mon, 14 Nov 2022 18:14:57 -0500 Received: from lists.gnu.org ([209.51.188.17]:46626) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ouieY-0008ND-BI for submit@debbugs.gnu.org; Mon, 14 Nov 2022 18:14:15 -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 1ouieX-00025D-SV for guix-patches@gnu.org; Mon, 14 Nov 2022 18:14:10 -0500 Received: from knopi.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oudpp-0005vl-03 for guix-patches@gnu.org; Mon, 14 Nov 2022 13:05:31 -0500 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 10DDA41291; Mon, 14 Nov 2022 19:05:25 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cXgnMPYV3-fi; Mon, 14 Nov 2022 19:05:23 +0100 (CET) From: "(" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1668449123; bh=0OjYwshgErr+LWo6u3soKxPtIUvvgSSui2WV+xCsgUY=; h=From:To:Cc:Subject:Date:From; b=XdozTsTuA3MNI+4VcLbJ7Ratflzue0Yqm3VLnWpQ7V4WDw1QsYphyfEkXv3keBIxA pYW1g2zuSIdDhAQVg8fauYE74jWC92iO+o6PqF/szLQSm5EqkAOwTF5dNYL1zrHIGG 6fubEXuvTe77Got5RKHsTAMYBVGxTsQSg4TkpwSML40EmtiHVTKNVD16uKiWxcPjvf 38xbxMczBmXnRlVp7DkZqiq0TAroYoYd+amcSmB55Wu6QRdd9W6GsTjIvcohHmzD3l d6ZnDwPaHEcZPlOMP8AqE03V80dkajv6QOY/9sH+uXflrlfPyKzjo6HteVZ0JPrEOK u9NY0rSOOM2/g== To: guix-patches@gnu.org Subject: [PATCH] gnu: moreutils: Fix corrupted manual pages. Date: Mon, 14 Nov 2022 18:05:17 +0000 Message-Id: <20221114180517.11946-1-paren@disroot.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=paren@disroot.org; helo=knopi.disroot.org 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_NONE=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: "\(" 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/moreutils.scm: Alphabetically sort #:USE-MODULES forms. Use LICENSE: as the license prefix. (moreutils)[source]: Add FILE-NAME. [native-inputs](docbook-xsl): Change to DOCBOOK-XSL-NEXT. --- gnu/packages/moreutils.scm | 49 ++++++++++++++++++++++---------------- 1 file changed, 28 insertions(+), 21 deletions(-) diff --git a/gnu/packages/moreutils.scm b/gnu/packages/moreutils.scm index aaa787c1d9..c38df45bf8 100644 --- a/gnu/packages/moreutils.scm +++ b/gnu/packages/moreutils.scm @@ -2,6 +2,7 @@ ;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer ;;; Copyright © 2016, 2017, 2019 Efraim Flashner ;;; Copyright © 2016–2018, 2020–2022 Tobias Geerinckx-Rice +;;; Copyright © 2022 ( ;;; ;;; This file is part of GNU Guix. ;;; @@ -19,34 +20,30 @@ ;;; along with GNU Guix. If not, see . (define-module (gnu packages moreutils) - #:use-module (guix gexp) - #:use-module ((guix licenses) #:prefix l:) - #:use-module (guix packages) - #:use-module (guix download) - #:use-module (guix build-system gnu) - #:use-module (guix utils) + #:use-module (gnu packages docbook) #:use-module (gnu packages perl) #:use-module (gnu packages xml) - #:use-module (gnu packages docbook)) + #:use-module (guix build-system gnu) + #:use-module (guix download) + #:use-module (guix gexp) + #:use-module ((guix licenses) #:prefix license:) + #:use-module (guix packages) + #:use-module (guix utils)) (define-public moreutils (package (name "moreutils") (version "0.67") - (source - (origin - (method url-fetch) - (uri (string-append - "https://git.joeyh.name/index.cgi/moreutils.git/snapshot/" - name "-" version ".tar.gz")) - (sha256 - (base32 "045d2dfvsd4sxxr2i2qvkpgvi912qj9vc4gpc8fb4hr9q912z1q3")))) + (source (origin + (method url-fetch) + (uri (string-append + "https://git.joeyh.name/index.cgi/moreutils.git/snapshot/" + name "-" version ".tar.gz")) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "045d2dfvsd4sxxr2i2qvkpgvi912qj9vc4gpc8fb4hr9q912z1q3")))) (build-system gnu-build-system) - ;; For building the manual pages. - (native-inputs - (list docbook-xml-4.4 docbook-xsl libxml2 libxslt)) - (inputs - (list perl perl-timedate perl-time-duration)) (arguments (list #:phases #~(modify-phases %standard-phases @@ -64,9 +61,19 @@ (define-public moreutils #$(package-version (this-package-native-input "docbook-xsl"))) (string-append "CC=" #$(cc-for-target))))) + (inputs + (list perl + perl-timedate + perl-time-duration)) + ;; For building the manual pages. + (native-inputs + (list docbook-xml-4.4 + docbook-xsl-next ;without -next, man pages are corrupted + libxml2 + libxslt)) (home-page "https://joeyh.name/code/moreutils/") (synopsis "Miscellaneous general-purpose command-line tools") (description "Moreutils is a collection of general-purpose command-line tools to augment the traditional Unix toolbox.") - (license l:gpl2+))) + (license license:gpl2+))) base-commit: f572de77c4fda3347bea16b4c86d630b193291dc -- 2.38.1 ------------=_1668883629-21365-1--