From unknown Sat Jun 14 03:53:40 2025 X-Loop: help-debbugs@gnu.org Subject: bug#29890: guix package --search broken due to texinfo error Resent-From: Jelle Licht Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Fri, 29 Dec 2017 13:06:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 29890 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 29890@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.151455274610883 (code B ref -1); Fri, 29 Dec 2017 13:06:02 +0000 Received: (at submit) by debbugs.gnu.org; 29 Dec 2017 13:05:46 +0000 Received: from localhost ([127.0.0.1]:55867 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eUuM6-0002pT-8m for submit@debbugs.gnu.org; Fri, 29 Dec 2017 08:05:46 -0500 Received: from eggs.gnu.org ([208.118.235.92]:52818) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eUuM4-0002pG-O8 for submit@debbugs.gnu.org; Fri, 29 Dec 2017 08:05:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eUuLy-0000Sd-H0 for submit@debbugs.gnu.org; Fri, 29 Dec 2017 08:05:39 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,HTML_MESSAGE autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:57336) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eUuLy-0000Ry-DW for submit@debbugs.gnu.org; Fri, 29 Dec 2017 08:05:38 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43741) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eUuLx-0007OO-6w for bug-guix@gnu.org; Fri, 29 Dec 2017 08:05:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eUuLw-0000Ps-Bf for bug-guix@gnu.org; Fri, 29 Dec 2017 08:05:37 -0500 Received: from mail.fsfe.org ([2001:aa8:ffed::3:102]:52356) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eUuLw-0000Mf-5t for bug-guix@gnu.org; Fri, 29 Dec 2017 08:05:36 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.fsfe.org (Postfix) with ESMTP id 5299363B9A3 for ; Fri, 29 Dec 2017 14:05:33 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail.fsfe.org Received: from mail.fsfe.org ([127.0.0.1]) by localhost (cavendish.fsfeurope.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nYHtb8n1mQj0 for ; Fri, 29 Dec 2017 14:05:33 +0100 (CET) Received: by mail-ua0-f170.google.com with SMTP id q22so17940493uaa.9 for ; Fri, 29 Dec 2017 05:05:32 -0800 (PST) X-Gm-Message-State: AKGB3mLy3pZK0DMBNv859SyFugM8SDBXbYYwclN8VlGR7cNenaNlRzZ6 cD0PFvLUOy+F8azbdPV6kfIUyux4a+IgZT1bcNw= X-Google-Smtp-Source: ACJfBouE4xo6VrWN9QxfLBJz4Jz/1fjb5Ihw4Frhn1IX/egBVAxzBa4wfYqXNy5AfbnLVigV9ogMHYvsnCQ/j8oyn2Q= X-Received: by 10.176.66.228 with SMTP id j91mr28401907uaj.166.1514552730627; Fri, 29 Dec 2017 05:05:30 -0800 (PST) MIME-Version: 1.0 Received: by 10.103.76.82 with HTTP; Fri, 29 Dec 2017 05:05:30 -0800 (PST) From: Jelle Licht Date: Fri, 29 Dec 2017 14:05:30 +0100 X-Gmail-Original-Message-ID: Message-ID: Content-Type: multipart/alternative; boundary="94eb2c05fda880be0905617a495f" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) 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.0 (-----) --94eb2c05fda880be0905617a495f Content-Type: text/plain; charset="UTF-8" Hello all, since d596fea5fd (gnu: Add ledger-agent), I believe that searching packages on the command line user either `guix package -s ' or `guix package --search=' is broken. I believe something is going wrong with the description field of the ledger-agent package, as I can see a stacktrace shows some texinfo parser problem regarding the use of "--connect" in the ledger-agent package. Kind regards, Jelle --94eb2c05fda880be0905617a495f Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello all,

since d596fea5fd (g= nu: Add ledger-agent), I believe that searching packages on the command lin= e user either `guix package -s <x>'=C2=A0 or `guix package --sear= ch=3D<x>' is broken. I believe something is going wrong with the = description field of the ledger-agent package, as I can see a stacktrace sh= ows some texinfo parser problem regarding the use of "--connect" = in the ledger-agent package.

Kind regards,
Jelle
=
--94eb2c05fda880be0905617a495f-- From unknown Sat Jun 14 03:53:40 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: Jelle Licht Subject: bug#29890: closed (Re: bug#29890: guix package --search broken due to texinfo error) Message-ID: References: <87y3llbrqr.fsf@fastmail.com> X-Gnu-PR-Message: they-closed 29890 X-Gnu-PR-Package: guix Reply-To: 29890@debbugs.gnu.org Date: Fri, 29 Dec 2017 13:15:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1514553302-11836-1" This is a multi-part message in MIME format... ------------=_1514553302-11836-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #29890: guix package --search broken due to texinfo error which was filed against the guix package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 29890@debbugs.gnu.org. --=20 29890: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D29890 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1514553302-11836-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 29890-close) by debbugs.gnu.org; 29 Dec 2017 13:14:56 +0000 Received: from localhost ([127.0.0.1]:55900 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eUuUx-000342-MH for submit@debbugs.gnu.org; Fri, 29 Dec 2017 08:14:55 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:45959) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eUuUw-00033v-8g for 29890-close@debbugs.gnu.org; Fri, 29 Dec 2017 08:14:54 -0500 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 242FD2100E; Fri, 29 Dec 2017 08:14:54 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute5.internal (MEProxy); Fri, 29 Dec 2017 08:14:54 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= fm1; bh=9IKaNXMBD1/5jdra1zUrQQ9KYYiqaw0tkD0/uAilKVw=; b=ZKB8eV4y RoXGQ7W3K+z2MfGbAuJMYpxiFN3kgWIfD8azcn2A5VEE6svbf1FPv/nbUi2Jj171 fcIlrLrZ3nxdtCKtg4VAMcFOhXKHfQfHy48RIlaIT/VjCzXGmb8c3LRPpy2zx+pO tAtTPPGR6OQqvvnM1tLD/9aR38+gU6rm8BG1iJwuFbrZpKXXOTlc5KBYgS3b2Hw0 CuM4mpFwKSmGZ+K2Ef+GXfOPacDUX9mVxlZ7fWW/jDCRpldR89mi+0ll907Zl3Qk UvfBdRNOKcYF8rWOIanZ6Lfm/EfIazsmK4lpJIpC+6G788AaR7SVL8WaKK5OscAe 7/dU0/SK1zuDnQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm1; bh=9IKaNXMBD1/5jdra1zUrQQ9KYYiqa w0tkD0/uAilKVw=; b=PHCWQug+iL6Cbt5XPx8PTkM9iwsr7MRNw/SRuxNrzklxe EqPf3jsSw9v3FLHwc7KRBK9eEv+4bFdfFTXuf33KaMkaSoMVh64jSpn9LuQWZBLW N1iI0JFIDmluXwRXXpfvYWh2zy3mY7Kagh9nTpFjhUxSQG6X37Qa6dPkqCbcaPya DCLwVqqEhLSVR/Vr9ZzgZ8SYcM9H85NNcsuJb/jOQA7O+aUA5yp7vB0EAOEAjsNI RpVb9R3rpxCUcn9i1MiFr9cPwnsx73PY7UHk6F5eCBvIahFFvCxEzcUwmF0DqoyX foVKQrVRiIn+AI95UCaYdzGP9Vi97BhGDDWfvJKJQ== X-ME-Sender: Received: from localhost (cm-84.214.173.174.getinternet.no [84.214.173.174]) by mail.messagingengine.com (Postfix) with ESMTPA id A2EDB244FB; Fri, 29 Dec 2017 08:14:53 -0500 (EST) From: Marius Bakke To: Jelle Licht , 29890-close@debbugs.gnu.org Subject: Re: bug#29890: guix package --search broken due to texinfo error In-Reply-To: References: User-Agent: Notmuch/0.25.3 (https://notmuchmail.org) Emacs/25.3.1 (x86_64-pc-linux-gnu) Date: Fri, 29 Dec 2017 14:14:52 +0100 Message-ID: <87y3llbrqr.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 29890-close 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.7 (/) --=-=-= Content-Type: text/plain Jelle Licht writes: > Hello all, > > since d596fea5fd (gnu: Add ledger-agent), I believe that searching packages > on the command line user either `guix package -s ' or `guix package > --search=' is broken. I believe something is going wrong with the > description field of the ledger-agent package, as I can see a stacktrace > shows some texinfo parser problem regarding the use of "--connect" in the > ledger-agent package. Hello! I just fixed this in . --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlpGP8wACgkQoqBt8qM6 VPr8RAf+NtRVDlzWWhEWffj/IZJLUcbP25/9TGsR9fLimAk+CXzzIzXGdG/c1O5M fHPFnWwSBt++psmyWj9uppdPTCYgDI8JGQhAKxj7N7Ouim67bT4T/2tXo0Ho1QF2 1NVZtqXEgfnTlRVcH0IbXrm+WrxMC8yEpyu9htTdBWzGltX4cs13xQeINUPmBMfj OjQRnooF/wEnFM0+0Zx+c0ZwzHmsXPU5vSIMoHp1eIapGU2wuH75Cg4nD2FT0R5j OR8wEdVVo9ccUX5myYibcwSSBXCdLyM5Ypk9O6BIRt82MGxvT6BMad13Lp4JmyyP wXVpm3WRO/ZQc5QYF5chgl48JEJRFA== =5a3a -----END PGP SIGNATURE----- --=-=-=-- ------------=_1514553302-11836-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 29 Dec 2017 13:05:46 +0000 Received: from localhost ([127.0.0.1]:55867 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eUuM6-0002pT-8m for submit@debbugs.gnu.org; Fri, 29 Dec 2017 08:05:46 -0500 Received: from eggs.gnu.org ([208.118.235.92]:52818) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eUuM4-0002pG-O8 for submit@debbugs.gnu.org; Fri, 29 Dec 2017 08:05:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eUuLy-0000Sd-H0 for submit@debbugs.gnu.org; Fri, 29 Dec 2017 08:05:39 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,HTML_MESSAGE autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:57336) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eUuLy-0000Ry-DW for submit@debbugs.gnu.org; Fri, 29 Dec 2017 08:05:38 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43741) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eUuLx-0007OO-6w for bug-guix@gnu.org; Fri, 29 Dec 2017 08:05:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eUuLw-0000Ps-Bf for bug-guix@gnu.org; Fri, 29 Dec 2017 08:05:37 -0500 Received: from mail.fsfe.org ([2001:aa8:ffed::3:102]:52356) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eUuLw-0000Mf-5t for bug-guix@gnu.org; Fri, 29 Dec 2017 08:05:36 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.fsfe.org (Postfix) with ESMTP id 5299363B9A3 for ; Fri, 29 Dec 2017 14:05:33 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail.fsfe.org Received: from mail.fsfe.org ([127.0.0.1]) by localhost (cavendish.fsfeurope.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nYHtb8n1mQj0 for ; Fri, 29 Dec 2017 14:05:33 +0100 (CET) Received: by mail-ua0-f170.google.com with SMTP id q22so17940493uaa.9 for ; Fri, 29 Dec 2017 05:05:32 -0800 (PST) X-Gm-Message-State: AKGB3mLy3pZK0DMBNv859SyFugM8SDBXbYYwclN8VlGR7cNenaNlRzZ6 cD0PFvLUOy+F8azbdPV6kfIUyux4a+IgZT1bcNw= X-Google-Smtp-Source: ACJfBouE4xo6VrWN9QxfLBJz4Jz/1fjb5Ihw4Frhn1IX/egBVAxzBa4wfYqXNy5AfbnLVigV9ogMHYvsnCQ/j8oyn2Q= X-Received: by 10.176.66.228 with SMTP id j91mr28401907uaj.166.1514552730627; Fri, 29 Dec 2017 05:05:30 -0800 (PST) MIME-Version: 1.0 Received: by 10.103.76.82 with HTTP; Fri, 29 Dec 2017 05:05:30 -0800 (PST) From: Jelle Licht Date: Fri, 29 Dec 2017 14:05:30 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: guix package --search broken due to texinfo error To: bug-guix@gnu.org Content-Type: multipart/alternative; boundary="94eb2c05fda880be0905617a495f" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit 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.0 (-----) --94eb2c05fda880be0905617a495f Content-Type: text/plain; charset="UTF-8" Hello all, since d596fea5fd (gnu: Add ledger-agent), I believe that searching packages on the command line user either `guix package -s ' or `guix package --search=' is broken. I believe something is going wrong with the description field of the ledger-agent package, as I can see a stacktrace shows some texinfo parser problem regarding the use of "--connect" in the ledger-agent package. Kind regards, Jelle --94eb2c05fda880be0905617a495f Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello all,

since d596fea5fd (g= nu: Add ledger-agent), I believe that searching packages on the command lin= e user either `guix package -s <x>'=C2=A0 or `guix package --sear= ch=3D<x>' is broken. I believe something is going wrong with the = description field of the ledger-agent package, as I can see a stacktrace sh= ows some texinfo parser problem regarding the use of "--connect" = in the ledger-agent package.

Kind regards,
Jelle
=
--94eb2c05fda880be0905617a495f-- ------------=_1514553302-11836-1--