From unknown Fri Aug 15 20:54:01 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#56001] [PATCH] gnu: packages: Fix and update pinfo. Resent-From: "(" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 15 Jun 2022 21:02:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 56001 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 56001@debbugs.gnu.org Cc: "\(" X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.165532691914177 (code B ref -1); Wed, 15 Jun 2022 21:02:01 +0000 Received: (at submit) by debbugs.gnu.org; 15 Jun 2022 21:01:59 +0000 Received: from localhost ([127.0.0.1]:40035 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o1a9D-0003gY-8j for submit@debbugs.gnu.org; Wed, 15 Jun 2022 17:01:58 -0400 Received: from lists.gnu.org ([209.51.188.17]:56290) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o1a98-0003gN-LZ for submit@debbugs.gnu.org; Wed, 15 Jun 2022 17:01:54 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59248) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o1a98-0006mO-Eb for guix-patches@gnu.org; Wed, 15 Jun 2022 17:01:50 -0400 Received: from knopi.disroot.org ([178.21.23.139]:48690) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o1a93-0007VF-Uj for guix-patches@gnu.org; Wed, 15 Jun 2022 17:01:50 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id B4EBF43DF9; Wed, 15 Jun 2022 23:01:43 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Authentication-Results: disroot.org (amavisd-new); dkim=pass (2048-bit key) header.d=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 rbxiO6Y1oLvB; Wed, 15 Jun 2022 23:01:42 +0200 (CEST) From: "(" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1655326901; bh=pX9nHqLp6c9gcfwRVRzxhPJmsmFUqwU+jZaEfXxgclA=; h=From:To:Cc:Subject:Date; b=Uzv5h24LENxpr8B5mvtOoeD4r90s4oshB5IQL5Lw8jwim9Xm/DkJDmUbtPxOA7M09 3MbsyHXKXxF27HV7dkhTrzFWnVKmv6EiSrUW9vwaqCRyxGeXQXn+l/jB3IWia/czWS qQiWxnA0YB+Grogwhopfi+DS5cbUO6Vs4tMOIyhPr1mJJ9P6cvIiehHaHRxmkFGd+7 GKYa4EpOVYdiP2nDBWY59F0Ai0lGGAEwq2im29y/c43nTgQSyzKuopH1H3D1VzsLJB wM2mAa4Q9s8NgcVs6jYPYWnRlvlZFYRmmEbqA0IZTE/QG2TgF1HMNuP3tRusmj6+qb lTVBaVTbSRdMg== Date: Wed, 15 Jun 2022 22:01:32 +0100 Message-Id: <20220615210132.5911-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, T_SCC_BODY_TEXT_LINE=-0.01 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/texinfo.scm (pinfo): Update to commit 3d76eecde211e41ccc28b04e229f159b3f924399. This modification indirectly fixes the build. (For some reason, they had a completely broken commit tagged as the latest version...) --- gnu/packages/texinfo.scm | 79 +++++++++++++++++++--------------------- 1 file changed, 37 insertions(+), 42 deletions(-) diff --git a/gnu/packages/texinfo.scm b/gnu/packages/texinfo.scm index fc1dac9df9..8cf90855a3 100644 --- a/gnu/packages/texinfo.scm +++ b/gnu/packages/texinfo.scm @@ -9,6 +9,7 @@ ;;; Copyright © 2020 Nicolas Goaziou ;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen ;;; Copyright © 2021 Maxime Devos +;;; Copyright © 2022 ( ;;; ;;; This file is part of GNU Guix. ;;; @@ -27,6 +28,7 @@ (define-module (gnu packages texinfo) #:use-module (gnu packages autotools) + #:use-module (guix gexp) #:use-module (guix licenses) #:use-module (guix packages) #:use-module (guix utils) @@ -254,49 +256,42 @@ (define-public texi2html-1.82 (base32 "1wdli2szkgm3l0vx8rf6lylw0b0m47dlz9iy004n928nqkzix76n")))))) (define-public pinfo - (package - (name "pinfo") - (version "0.6.13") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/baszoetekouw/pinfo") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "173d2p22irwiabvr4z6qvr6zpr6ysfkhmadjlyhyiwd7z62larvy")))) - (build-system gnu-build-system) - (arguments - `(#:phases - (modify-phases %standard-phases - (add-after 'unpack 'remove-Werror - (lambda _ - (substitute* "configure.ac" - (("-Werror") "")) - #t)) - (add-after 'unpack 'embed-reference-to-clear - (lambda* (#:key inputs #:allow-other-keys) - (substitute* '("src/manual.c" - "src/mainfunction.c" - "src/utils.c") - (("\"clear\"") - (string-append "\"" (which "clear") "\""))) - #t))))) - (inputs - (list ncurses readline)) - (native-inputs - `(("autoconf" ,autoconf) - ("automake" ,automake) - ("gettext" ,gettext-minimal) - ("libtool" ,libtool) - ("texinfo" ,texinfo))) - (home-page "https://github.com/baszoetekouw/pinfo") - (synopsis "Lynx-style Info file and man page reader") - (description - "Pinfo is an Info file viewer. Pinfo is similar in use to the Lynx web + (let ((commit "3d76eecde211e41ccc28b04e229f159b3f924399") + (revision "0")) + (package + (name "pinfo") + ;; Latest tag is completely broken and does not build. + (version (git-version "0.6.13" revision commit)) + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/baszoetekouw/pinfo") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0qym323d9my5l4bhw9vry453hhlxhjjvy8mcdi38sk0bqqid0vd1")))) + (build-system gnu-build-system) + (arguments + (list #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'embed-reference-to-clear + (lambda* (#:key inputs #:allow-other-keys) + (let ((ncurses (assoc-ref inputs "ncurses"))) + (substitute* (list "src/manual.c" + "src/mainfunction.c" + "src/utils.c") + (("\"clear\"") + (string-append "\"" ncurses "/bin/clear\""))))))))) + (inputs + (list ncurses readline)) + (native-inputs + (list autoconf automake gettext-minimal libtool texinfo)) + (home-page "https://github.com/baszoetekouw/pinfo") + (synopsis "Lynx-style Info file and man page reader") + (description + "Pinfo is an Info file viewer. Pinfo is similar in use to the Lynx web browser. You just move across info nodes, and select links, follow them, etc. It supports many colors. Pinfo also supports viewing of manual pages -- they are colorized like in the midnight commander's viewer, and additionally they are hypertextualized.") - (license gpl2+))) + (license gpl2+)))) -- 2.36.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 19 08:31:46 2022 Received: (at control) by debbugs.gnu.org; 19 Jun 2022 12:31:46 +0000 Received: from localhost ([127.0.0.1]:50818 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o2u5i-0007rC-La for submit@debbugs.gnu.org; Sun, 19 Jun 2022 08:31:46 -0400 Received: from knopi.disroot.org ([178.21.23.139]:52752) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o2u5h-0007p2-5D for control@debbugs.gnu.org; Sun, 19 Jun 2022 08:31:45 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 1564943FDA for ; Sun, 19 Jun 2022 14:31:44 +0200 (CEST) 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 icRdJLXJEAW4 for ; Sun, 19 Jun 2022 14:31:43 +0200 (CEST) Mime-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1655641903; bh=/y8I9KaTA+PsldUfFuFkpR0vQgqPzBILqgpXTRU1c5U=; h=Date:Subject:From:To; b=Y7kzu45HYWCNxL1f+MDsfaVZXx8BhbJx0Z9VOfVwijUZ2uL7/8f4lH8hKLx09PqwR pZolyGKncsfPsBYxIxhlJixKN5+OHRNdCfnc45WUlq531alZ1ngYj4EA+GMAyKh3Uo iY2/9Q/XbaLRzFJt9ErgB8Z3pLhovY+RVqhzasDCI0o4JiFZE0td8DKdo48EKcF2Cc R5TkQeqv6GOlCv7b+w+AU7X+VQ5JVcKWnUOZYgXj16Vbml0lR9mz99qRZWQEbdVZwo HZ82M4AnGHjDT1IoNa4fWHKyUuLpLhYPcn+FQiwCU1f7tQmPOZZ5pd9eeeUO7o3aIh oyjucXt7WyVOA== Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Sun, 19 Jun 2022 13:31:42 +0100 Message-Id: Subject: From: "(" To: X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: close 56001 thanks Thanks Ludo' for merging this! Looks like you forgot to close it tho :) -- ( Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 2.0 BLANK_SUBJECT Subject is present but empty -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: control 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 56001 thanks Thanks Ludo' for merging this! Looks like you forgot to close it tho :) -- ( From unknown Fri Aug 15 20:54:01 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#56001] [PATCH] gnu: packages: Fix and update pinfo. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 19 Jun 2022 21:17:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56001 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "(" Cc: 56001-done@debbugs.gnu.org Received: via spool by 56001-done@debbugs.gnu.org id=D56001.16556733667421 (code D ref 56001); Sun, 19 Jun 2022 21:17:01 +0000 Received: (at 56001-done) by debbugs.gnu.org; 19 Jun 2022 21:16:06 +0000 Received: from localhost ([127.0.0.1]:53337 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o32H8-0001vd-5l for submit@debbugs.gnu.org; Sun, 19 Jun 2022 17:16:06 -0400 Received: from eggs.gnu.org ([209.51.188.92]:49026) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o32H5-0001uw-U7 for 56001-done@debbugs.gnu.org; Sun, 19 Jun 2022 17:16:04 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:35630) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o32H0-0001T3-Fu; Sun, 19 Jun 2022 17:15:58 -0400 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=cJyEXQa6A9iA5plX1IG53xO7tG8+6WOsJhVVpeMUxIU=; b=BvtQB0v2RiTVWZJYpAlS vVCSrPRSWjVqBx8IbmeBbS823hYNWCqUpNl+jatXkLbbUacL9YAgTNG6uc3WaEoLuE+1rYZPxZUW7 Oi7DmImi0AKh5evWhY1YDftfuDcZmMuJdNQtX/RNzmPJ9vphjjzMJOEXLaq9X7En8LDVswp4/7q2J Bpflx8HK4UjneAJWc4yBetfVghgNnp/qKf1KXxnsFhKor/Y082hJsj2IqkeX2CubLHcLve6Uf9Ht5 lmZiIvIVidgQ+SbmOTKrjl6ObEEljkJ46FieoXf79iJnmTyrGwPU5JffuG3gt8YFDisrjREr49BYf vcR9QzOXVeGe7A==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:60484 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o32H0-0007x2-3S; Sun, 19 Jun 2022 17:15:58 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220615210132.5911-1-paren@disroot.org> Date: Sun, 19 Jun 2022 23:15:56 +0200 In-Reply-To: <20220615210132.5911-1-paren@disroot.org> (paren@disroot.org's message of "Wed, 15 Jun 2022 22:01:32 +0100") Message-ID: <87v8swbbhv.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) 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/texinfo.scm (pinfo): Update to commit > 3d76eecde211e41ccc28b04e229f159b3f924399. > > This modification indirectly fixes the build. (For some reason, they had > a completely broken commit tagged as the latest version...) Pushed as 3e24393e8727984239a48136848fa089f483b7d6, thanks! Ludo=E2=80=99.