From unknown Thu Jun 19 14:06:49 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#28000 <28000@debbugs.gnu.org> To: bug#28000 <28000@debbugs.gnu.org> Subject: Status: [PATCH] gnu: octave: Build with texinfo. Reply-To: bug#28000 <28000@debbugs.gnu.org> Date: Thu, 19 Jun 2025 21:06:49 +0000 retitle 28000 [PATCH] gnu: octave: Build with texinfo. reassign 28000 guix-patches submitter 28000 Arun Isaac severity 28000 normal tag 28000 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 07 06:44:14 2017 Received: (at submit) by debbugs.gnu.org; 7 Aug 2017 10:44:14 +0000 Received: from localhost ([127.0.0.1]:45285 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1defW9-0001xp-Tc for submit@debbugs.gnu.org; Mon, 07 Aug 2017 06:44:14 -0400 Received: from eggs.gnu.org ([208.118.235.92]:32972) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1defW7-0001xc-Lu for submit@debbugs.gnu.org; Mon, 07 Aug 2017 06:44:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1defW1-0006PW-Du for submit@debbugs.gnu.org; Mon, 07 Aug 2017 06:44:06 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:54260) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1defW1-0006Ow-BH for submit@debbugs.gnu.org; Mon, 07 Aug 2017 06:44:05 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52122) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1defVz-0003X1-OS for guix-patches@gnu.org; Mon, 07 Aug 2017 06:44:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1defVw-0006E2-Mg for guix-patches@gnu.org; Mon, 07 Aug 2017 06:44:03 -0400 Received: from o166.p8.mailjet.com ([87.253.233.166]:41441) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1defVw-00068Q-D5 for guix-patches@gnu.org; Mon, 07 Aug 2017 06:44:00 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/simple; q=dns/txt; d=bnc3.mailjet.com; i=arunisaac=3Dsystemreboot.net@bnc3.mailjet.com; s=mailjet; h=message-id:from:to:subject:date:list-unsubscribe:cc:x-csa-complaints: x-mj-mid:mime-version:content-transfer-encoding; bh=M/IrkiBltfrIvhtHs6ryhCHkKGE=; b=hTf0mB0V4lJTfkzNyrb0H+hthH3CqXLzq6PMhoPK9IWU1tjg8XeAE3K+d Rt3BfM8QJ6XKd9Im9VSUX02NES0SCP40wkb4BHBf0evTjpEHzrpj9xLfgOlS 18dQm/aJylJXRwa3AxzGGYJ0a3WoqwFOqxbStYQsRaavpntRrtd4ZQ= Message-Id: From: Arun Isaac To: guix-patches@gnu.org Subject: [PATCH] gnu: octave: Build with texinfo. Date: Mon, 7 Aug 2017 16:13:17 +0530 X-CSA-Complaints: whitelist-complaints@eco.de X-MJ-Mid: AEQAOK6C9kgAAAAAAAAAAAOtUOAAAAACwQwAAAAAAAW9WABZiERtUT1y5xgAT0a9PS-PnIHNFAAFgUc MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit Cc: Arun Isaac 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: -4.0 (----) texinfo is required for the built-in documentation. * gnu/packages/maths.scm (octave)[inputs]: Add texinfo. [native-inputs]: Remove texinfo. --- gnu/packages/maths.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index e19c8edc8..44de8a4e6 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -1026,7 +1026,7 @@ can solve two kinds of problems: (license license:bsd-3))) =20 ;; For a fully featured Octave, users are strongly recommended also to in= stall -;; the following packages: texinfo, less, ghostscript, gnuplot. +;; the following packages: less, ghostscript, gnuplot. (define-public octave (package (name "octave") @@ -1058,6 +1058,7 @@ can solve two kinds of problems: ("glu" ,glu) ("zlib" ,zlib) ("curl" ,curl) + ("texinfo" ,texinfo) ("graphicsmagick" ,graphicsmagick))) (native-inputs `(("lzip" ,lzip) @@ -1072,7 +1073,6 @@ can solve two kinds of problems: ;; will still run without them, albeit without the features they ;; provide. ("less" ,less) - ("texinfo" ,texinfo) ("ghostscript" ,ghostscript) ("gnuplot" ,gnuplot))) (arguments --=20 2.13.4 = From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 07 18:13:36 2017 Received: (at 28000) by debbugs.gnu.org; 7 Aug 2017 22:13:37 +0000 Received: from localhost ([127.0.0.1]:50853 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1deqHI-0003f5-NE for submit@debbugs.gnu.org; Mon, 07 Aug 2017 18:13:36 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:45571) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1deqHG-0003ex-VI for 28000@debbugs.gnu.org; Mon, 07 Aug 2017 18:13:35 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 6CD9620BDB; Mon, 7 Aug 2017 18:13:30 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute5.internal (MEProxy); Mon, 07 Aug 2017 18:13:30 -0400 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 :x-sasl-enc; s=fm1; bh=1zf4Py7hRkJ306UAiAjzyP+Jk6vOUPjuIUBDRUvjv xA=; b=uStc/+Po6Vf0MIDNUhl522l+Bol1jaVADluja69DNZWwKVgiVNaydGy+z jUehA3yJSIPkA3/md7Y10Lb2Q3hiLkyAGkYbeGG2UxmvNrrIkPFV6845BZ8bGHOc i0s/KmDZd4rYVfrinHtQUm8vcW02DHN6JUsOuoS6KgeNN+o/p5eUMIfALmn/zNaU I0ZPgHTA1kCWl2v24lbKKSYvuQY0Wp7VV3EP5XPbge09ajdAtwewl8Cr7eMhm2JL E1usN29w7wFf90G/49X1vY8cRpC+LK8ooHZF2vaPviUBcwacW9EaiyKrExlt8Rwe qq1x8eo9+3Rzvr94SSVH2eaoWDlVA== 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:x-sasl-enc; s=fm1; bh=1zf4Py7hRkJ306UAiA jzyP+Jk6vOUPjuIUBDRUvjvxA=; b=DoyiY81W3rjra1eabtQ90QJV6bDXUrOqMZ wXP8jJhzfDo/m7wESmHK221VDHQ3WuYEEblx4uaJJTs6/28mNWEcrI6XAZZE5U++ x+WqXVTSDk8uxaOiOsjvMc9n2F0gpxE3ywSNtjrDZxuuQg70Nyx6/j6hChWdRcKV laaxqy/hggkY/rv574vAnIX7ooH2A9ZQRB01c01CTy68utiVxgsXcMoDY6BW36lk RTntR/xo6Sl4ooL00U0vGjtQlSBldqvwApSWzQNjCj5OunRPk0NcGqE27WEbgtTQ sGTjVLVwegMHGRzewt3YX4NONXe7QX9PIH5QdMgOZdcIvpra0CPQ== X-ME-Sender: X-Sasl-enc: St8st/QFg3AJDRrL0bc57yHMaviyeRnc1hYkMf3JeIg8 1502144010 Received: from localhost (unknown [188.113.81.93]) by mail.messagingengine.com (Postfix) with ESMTPA id 045A2240B1; Mon, 7 Aug 2017 18:13:29 -0400 (EDT) From: Marius Bakke To: Arun Isaac , 28000@debbugs.gnu.org Subject: Re: [bug#28000] [PATCH] gnu: octave: Build with texinfo. In-Reply-To: References: User-Agent: Notmuch/0.25 (https://notmuchmail.org) Emacs/25.2.1 (x86_64-unknown-linux-gnu) Date: Tue, 08 Aug 2017 00:13:28 +0200 Message-ID: <87k22fauwn.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: 28000 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 Arun Isaac writes: > texinfo is required for the built-in documentation. > > * gnu/packages/maths.scm (octave)[inputs]: Add texinfo. > [native-inputs]: Remove texinfo. If I read this right, Octave references texinfo at runtime, so it's moved to inputs for correctness? The commit message is a bit confusing, since it already has texinfo available :-) --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlmI5ggACgkQoqBt8qM6 VPqgRQf+IfW4D3/v4VbfyieYUf2OnksdrFkZHr4EMyDbN880B0W3LBGSwM7xemv2 /syBv7zX0qmkjVwaFsVfyzlpiIzkjszzwRelbOBVtfAT0RoFEhA2oIkAg+xrJFQ/ n4mu2MsaR4AaLLj6KIyLh6SzuZIj8X79rv/WfsMCFrHlQ80ll+/lo4o1r4kYGmYe MdPHnLxtPACpl5+wbbxslwyEiX61jwVH6zO2KvUsbLH0GYScDTbDiilFlxWCvpmp 369Z0J4Kge3LT927y9iSpJtbXkjM21lq0xtQvpleojDy7gw59Ks5kRATfdkFH7hO 3AhKmGqiZpPC9nOsMZYDX/ah0NTEfA== =dvAH -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 07 18:18:32 2017 Received: (at 28000) by debbugs.gnu.org; 7 Aug 2017 22:18:32 +0000 Received: from localhost ([127.0.0.1]:50860 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1deqM4-0003mU-AU for submit@debbugs.gnu.org; Mon, 07 Aug 2017 18:18:32 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:40631) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1deqM2-0003mN-OA for 28000@debbugs.gnu.org; Mon, 07 Aug 2017 18:18:31 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 7966320B47 for <28000@debbugs.gnu.org>; Mon, 7 Aug 2017 18:18:30 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute5.internal (MEProxy); Mon, 07 Aug 2017 18:18:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= content-type:date:from:message-id:mime-version:subject:to :x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s=fm1; bh=vksZxX L6KJPcggMPZ5JCs2qjKQQjUGOXbL5oRVuIctk=; b=bmbplaq+6tUslZIvffyMou tdN7tSp6q3kNWNZRePGmnZrDc+YJtzouwXpOtVY/x0uARxZs1+53OUrP4jdK5uv4 c11T2SxcY3JwQsToY2g7Jxf4KPMRLGEiU8kPAZcYB3IwWJZ3usN5RYZtdjIgpCFu TvaGmsl4fdJmzPRV5HnppWatvpcQ6weOWjeWlviNOA3W0WXU9ZLi6HU81YYpsYqB XXVWeVxb1YkW1FZS3wcECvpZDsdSzH+PBeQ38OTWH05T080+m3FBCG8UjszeVYcW lOtxdhQRsjvP75tt3DNz7OPjczUD1+1yh66e2HN2gcNYEw2tLKLBJB3vcDzorn3w == DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:message-id :mime-version:subject:to:x-me-sender:x-me-sender:x-sasl-enc :x-sasl-enc; s=fm1; bh=vksZxXL6KJPcggMPZ5JCs2qjKQQjUGOXbL5oRVuIc tk=; b=YWS4z/Ru6/cqL0h3RA1cJJwSbnaJp7jHWbj1uvqKx0N7S9yDo5GvbJks7 CM9RRfqPYX8B5qgv00UMU/E1/tqXwpmqsdt9QGP398ejxduHcuA73FS0BAcMNV/8 dnHI4hRnDXE4IIAfOH+ztHA+1cjyafrGzo31kcUxedu/2ric+R1Mh/7g2b49zo6V 4W4qacGfnv/jrfJ5ANS/xDKWoXvR2og7ecxLuAyEX7/VXvSlWEzCyz3Jsay26hyj DcCSZCvDhnpvj0HVRDcT7zXAcGM3kQIhw2+ebohJXNAZRVcwrEOqqDZtxoN55WGO 0k47SbhAulxLEeh6PQ/Y6sxTGvcJA== X-ME-Sender: X-Sasl-enc: +4TK4sCU9/nu04dOFh4kXjBeOsopSvRt4yrUyf05+ZRw 1502144309 Received: from localhost (unknown [188.113.81.93]) by mail.messagingengine.com (Postfix) with ESMTPA id F16CA24311 for <28000@debbugs.gnu.org>; Mon, 7 Aug 2017 18:18:29 -0400 (EDT) From: Marius Bakke To: 28000@debbugs.gnu.org Subject: [Mail Delivery System] Undelivered Mail Returned to Sender User-Agent: Notmuch/0.25 (https://notmuchmail.org) Emacs/25.2.1 (x86_64-unknown-linux-gnu) Date: Tue, 08 Aug 2017 00:18:28 +0200 Message-ID: <87fud3auob.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 28000 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 (/) Arun, the previous email bounced at my mail server: Diagnostic-Code: X-Postfix; Host or domain name not found. Name service error for name=hrrol.systemreboot.net type=A: Host not found ...in case you wonder where the replies are. From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 26 09:23:18 2017 Received: (at 28000) by debbugs.gnu.org; 26 Sep 2017 13:23:18 +0000 Received: from localhost ([127.0.0.1]:59886 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dwppV-0000dX-UL for submit@debbugs.gnu.org; Tue, 26 Sep 2017 09:23:18 -0400 Received: from o167.p8.mailjet.com ([87.253.233.167]:47820) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <4f4688dd.AEEARAgPOysAAAAAAAAAAAPwTpIAAAACwQwAAAAAAAW9WABZylTD@bnc3.mailjet.com>) id 1dwppU-0000dP-UN for 28000@debbugs.gnu.org; Tue, 26 Sep 2017 09:23:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; q=dns/txt; d=bnc3.mailjet.com; i=arunisaac=3Dsystemreboot.net@bnc3.mailjet.com; s=mailjet; h=message-id:mime-version:from:to:subject:date:list-unsubscribe:cc:in-reply-to: x-csa-complaints:x-mj-mid:content-type:content-transfer-encoding; bh=TxkAwNwD6Ri/hMOrLbws6dnxGwaA3GlQbtZ/ioSN1Qw=; b=rZXHio8rq269oJYw04GsEaJY0xfm/ueerNE/RwtxBSDFHN/XtgHmpkDi7 WyzCLiQzrEsSy7VtZYK6/g1kTC93gI5mPF/A07h+SBlBR9r82b8Wfd4Yg0M8 FxIoFzZKs49JSzMcbZHrY+YDgCYCdOorYc1ZN9S60FOj/hBYFGGUiM= Message-Id: <4f4688dd.AEEARAgPOysAAAAAAAAAAAPwTpIAAAACwQwAAAAAAAW9WABZylTD@mailjet.com> MIME-Version: 1.0 From: Arun Isaac To: Marius Bakke Subject: Re: [bug#28000] [PATCH] gnu: octave: Build with texinfo. Date: Tue, 26 Sep 2017 18:53:06 +0530 In-Reply-To: <87k22fauwn.fsf@fastmail.com> X-CSA-Complaints: whitelist-complaints@eco.de X-MJ-Mid: AEEARAgPOysAAAAAAAAAAAPwTpIAAAACwQwAAAAAAAW9WABZylTDxAs6qrlDT66ttwuVhzhqUgAFgUc Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-Spam-Score: -1.0 (-) X-Debbugs-Envelope-To: 28000 Cc: 28000@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: -1.0 (-) Indeed, I was waiting for a response to this patch, and am seeing your reply only now, after almost 2 months! It looks like I'm having trouble with my DNS configuration. :-( >> texinfo is required for the built-in documentation. >> >> * gnu/packages/maths.scm (octave)[inputs]: Add texinfo. >> [native-inputs]: Remove texinfo. > >If I read this right, Octave references texinfo at runtime, so it's >moved to inputs for correctness? The commit message is a bit confusing, >since it already has texinfo available :-) Currently, there is a comment above the octave package definition saying that users should install texinfo manually in their profile. My patch allows the user to not have to do that. This is the meaning I was trying to convey with the commit message. What other commit message would you suggest? = From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 27 17:14:55 2017 Received: (at 28000) by debbugs.gnu.org; 27 Sep 2017 21:14:55 +0000 Received: from localhost ([127.0.0.1]:35486 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dxJfT-0002cp-FA for submit@debbugs.gnu.org; Wed, 27 Sep 2017 17:14:55 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:40595) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dxJfR-0002ch-Po for 28000@debbugs.gnu.org; Wed, 27 Sep 2017 17:14:54 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id D6A2E20DD4; Wed, 27 Sep 2017 17:14:52 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute5.internal (MEProxy); Wed, 27 Sep 2017 17:14:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= cc:content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc :x-sasl-enc; s=fm1; bh=a40ixJZLHeMIjZNvYGJOCSJm/VeiRtlNXw387KaYw t0=; b=4Z7Wf7nVq15Vuca+yRPX94r386ooiQhNufZQNncQYsWxOX/EVGm2ezYZJ E8o1w/rNsjrtoLjQRgogCwxaDP3Y8yFYx2Wo8o1QguZq6Secoxy7YTwrCqBHSieZ eU4D2+OVGG8uFfE+JpZwYpnyimSN/2NqeyrpfMkFxQGB1a5wm1sI+oJPk6RuuBiJ Awp7u15Sp/LQuYxxobHfO6wdvVzGQhXbIpxmG6s4iFbu6KdzhC+SZnCdDU/jQzQX bavNZaeWBoGLi9Y+MqZy/GJ03DgqhFJO6yCWegAOEydPgXlyecA/MxO/7YFOyk2X m8e27N5/J+MIFkOrM5JTn6QUdWiZg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=fm1; bh=a40ixJZLHeMIjZNvYG JOCSJm/VeiRtlNXw387KaYwt0=; b=TpzZaFl2wAU9zucPj85WyJpUOO9cKUoLgc mM34B8B/ENKDT7R6HEN5t0xD0c6trGYTK3MF9ByEQ5HJTLhW1HMC6GzfOmymafpn ayE1PhhQv2hWxLro7JTUNzXFNYQYmTODjo1+OWmIkUHSE0se8DW93ek7t/OSyuWK ZN62Mangon6YZtCQX+txtM6Aym/6xgH6NSLCpwfcuGEEsA02oAOWOPFCF865EfIH RO0i8nml1qpyVTRXAJfsmtjtTW+/rS6vUFR3TnHJcE1Z8bkoMo5UmbYdL+gYyE8U 86BsMXqZeRQ8OCI9lnD2a9dkQjwIvd37/rdl+Yc7KC/vJg9dVPmA== X-ME-Sender: X-Sasl-enc: L+f5R4x5jo1xq3b+/dbluSvYRtwq2+/v1IbZBdGILEs3 1506546892 Received: from localhost (cm-84.214.173.174.getinternet.no [84.214.173.174]) by mail.messagingengine.com (Postfix) with ESMTPA id 5FF377FAC4; Wed, 27 Sep 2017 17:14:52 -0400 (EDT) From: Marius Bakke To: Arun Isaac Subject: Re: [bug#28000] [PATCH] gnu: octave: Build with texinfo. In-Reply-To: References: User-Agent: Notmuch/0.25.1 (https://notmuchmail.org) Emacs/25.2.1 (x86_64-unknown-linux-gnu) Date: Wed, 27 Sep 2017 23:14:50 +0200 Message-ID: <877ewjalo5.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: 28000 Cc: 28000@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: -0.7 (/) --=-=-= Content-Type: text/plain Arun Isaac writes: > Indeed, I was waiting for a response to this patch, and am seeing your > reply only now, after almost 2 months! It looks like I'm having trouble > with my DNS configuration. :-( > > >>> texinfo is required for the built-in documentation. >>> >>> * gnu/packages/maths.scm (octave)[inputs]: Add texinfo. >>> [native-inputs]: Remove texinfo. >> >>If I read this right, Octave references texinfo at runtime, so it's >>moved to inputs for correctness? The commit message is a bit confusing, >>since it already has texinfo available :-) > > Currently, there is a comment above the octave package definition saying > that users should install texinfo manually in their profile. My patch > allows the user to not have to do that. This is the meaning I was trying > to convey with the commit message. What other commit message would you > suggest? I think the comment may be referring to some of the command-line utilities from Texinfo, e.g. for PDF exports. There are no new texinfo references in "octave" after this patch: --8<---------------cut here---------------start------------->8--- $ grep -R /gnu/store/gfsiaw6rn29ii8cpjnix05a7r588k9yv-texinfo-6.3 $(./pre-inst-env guix build octave) Binary file /gnu/store/pkg54952yx7dgv4cwjiwpfq5l9lyv90y-octave-4.2.1/lib/octave/4.2.1/liboctinterp.so.4.0.0 matches Binary file /gnu/store/pkg54952yx7dgv4cwjiwpfq5l9lyv90y-octave-4.2.1/lib/octave/4.2.1/liboctinterp.so.4 matches Binary file /gnu/store/pkg54952yx7dgv4cwjiwpfq5l9lyv90y-octave-4.2.1/lib/octave/4.2.1/liboctinterp.so matches Binary file /gnu/store/pkg54952yx7dgv4cwjiwpfq5l9lyv90y-octave-4.2.1/bin/mkoctfile matches Binary file /gnu/store/pkg54952yx7dgv4cwjiwpfq5l9lyv90y-octave-4.2.1/bin/mkoctfile-4.2.1 matches --8<---------------cut here---------------end--------------->8--- However, native-inputs should not be referenced at all, so the patch LGTM apart from the comment update. Or maybe it's simply outdated? Side note: Why is it referring to a different texinfo than the one from `guix build texinfo`. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlnMFMoACgkQoqBt8qM6 VPpIgwgAm2Qpdok3B2cGE5a9Et/zsBYPH8/nRMlwdhPG7y1MqIIBFHtjDS177Bza GHL2sYwQvnQ/u8A79MsUfVkRMVgfsi4RjCjUm4kxNRPeRc6X38xw3gVLNzRGb0Wp A0OHYaIKSp8ZwFqIWzDvCyF3JQYwra+7JAKf6nyePeDidOVh0HkFjcrN9FWzk33p 31i32KnPXGMD1ipA0NuIJn48C1oyRWjURnS9J4cq1WmJyxQVLx9V/7vzkNUxhIsD jgEYPaWRgm8yB8SoFD5ctE7uViKc+dTcjkKOS0edagpp8uNK9P3lejZt+E96ddvp 87N8nyylPcdQXS+6Tddsxxj0FuSwrw== =tBmC -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 29 10:55:21 2017 Received: (at 28000) by debbugs.gnu.org; 29 Sep 2017 14:55:21 +0000 Received: from localhost ([127.0.0.1]:39378 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dxwhE-0006Ck-SX for submit@debbugs.gnu.org; Fri, 29 Sep 2017 10:55:21 -0400 Received: from o174.p8.mailjet.com ([87.253.233.174]:49609) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <0cd8914f.ADkAADSRXK4AAAAAAAAAAAPwTpIAAAACwQwAAAAAAAW9WABZzl7V@bnc3.mailjet.com>) id 1dxwhC-0006Cc-Vm for 28000@debbugs.gnu.org; Fri, 29 Sep 2017 10:55:19 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; q=dns/txt; d=bnc3.mailjet.com; i=arunisaac=3Dsystemreboot.net@bnc3.mailjet.com; s=mailjet; h=message-id:mime-version:from:to:subject:date:list-unsubscribe:cc:in-reply-to: references:x-csa-complaints:x-mj-mid:content-type:content-transfer-encoding; bh=jxZ0UoSzzuqNakgZ1HsrZnDmVtKQ8qdQhEw53h2tYsw=; b=sAGJTs0ZlnRNtEh8y9n3/fkPQudjetsOHXFxC6zpU6pjsLuQA8ptTWA6p GFdy5sWAQ+8F/aGTtYq1NWIaRwaWxv44zOc23CalKW48Qr/ksJaCIaz6YPQX Iho9xklubbLwZJ/STBj23P3PUY4IVSMdeM2PmWmCX095f/Iguheni8= Message-Id: <0cd8914f.ADkAADSRXK4AAAAAAAAAAAPwTpIAAAACwQwAAAAAAAW9WABZzl7V@mailjet.com> MIME-Version: 1.0 From: Arun Isaac To: Marius Bakke Subject: Re: [bug#28000] [PATCH] gnu: octave: Build with texinfo. Date: Fri, 29 Sep 2017 20:25:06 +0530 In-Reply-To: <877ewjalo5.fsf@fastmail.com> References: <877ewjalo5.fsf@fastmail.com> X-CSA-Complaints: whitelist-complaints@eco.de X-MJ-Mid: ADkAADSRXK4AAAAAAAAAAAPwTpIAAAACwQwAAAAAAAW9WABZzl7VazmJKwvhQsmp2l5Rpbb5jgAFgUc Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.8 (--) X-Debbugs-Envelope-To: 28000 Cc: 28000@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: -2.8 (--) Oops! I just realized that my patch doesn't work. Let me explain. Octave uses makeinfo to render the built-in function documentation. So, it complains when it is not able to find makeinfo. This is shown below: octave:1> help sin sh: makeinfo: command not found warning: help: Texinfo formatting filter exited abnormally; raw Texinfo sou= rce of help text follows... 'sin' is a built-in function from the file libinterp/corefcn/mappers.cc Moving texinfo to inputs does not fix this. I wrongly thought it did because when I tested octave within the following environment, the built-in documentation worked. $ guix environment guix $ ./pre-inst-env guix environment --ad-hoc octave However, this was only because texinfo, having been pulled in by the guix environment, was in the profile. Now, I'll try to patch the octave source code so that it references the makeinfo executable in the store. I will send a new patch when I'm done. = From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 30 05:25:57 2017 Received: (at 28000) by debbugs.gnu.org; 30 Sep 2017 09:25:57 +0000 Received: from localhost ([127.0.0.1]:40023 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dyE20-0002C7-US for submit@debbugs.gnu.org; Sat, 30 Sep 2017 05:25:57 -0400 Received: from o50.p25.mailjet.com ([185.189.236.50]:45268) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <66af43b0.AEQAQ7astGgAAAAAAAAAAAPwTpIAAAACwQwAAAAAAAW9WABZz2Mh@bnc3.mailjet.com>) id 1dyE1z-0002Bz-8X for 28000@debbugs.gnu.org; Sat, 30 Sep 2017 05:25:55 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; q=dns/txt; d=bnc3.mailjet.com; i=arunisaac=3Dsystemreboot.net@bnc3.mailjet.com; s=mailjet; h=message-id:from:to:subject:date:list-unsubscribe:cc:x-csa-complaints: x-mj-mid:mime-version:content-transfer-encoding; bh=TEpSoCpT09V17l/PjCExb7XSyP9WJfrM2wY8zqWvTM8=; b=muR6FUWQBBRXgL0hteqj6x9iiYJnR/+OJNNte678xikGbbvTmBt7m44y0 2UlaAGMg3aN/a5UiNkbbMRrVbHyRrfexp3OxCjm0nExnGZakU7Hf/0E7Y49+ iuXtCuuLzpip++I6E7jPjwp/yUqeQxkUhljRsDRH/nyqhRAUH76G1U= Message-Id: <66af43b0.AEQAQ7astGgAAAAAAAAAAAPwTpIAAAACwQwAAAAAAAW9WABZz2Mh@mailjet.com> From: Arun Isaac To: 28000@debbugs.gnu.org, mbakke@fastmail.com Subject: [PATCH] gnu: octave: Reference makeinfo with absolute path. Date: Sat, 30 Sep 2017 14:55:28 +0530 X-CSA-Complaints: whitelist-complaints@eco.de X-MJ-Mid: AEQAQ7astGgAAAAAAAAAAAPwTpIAAAACwQwAAAAAAAW9WABZz2MhNHid-jwzRV6dxvQ9JT0lswAFgUc MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 28000 Cc: Arun Isaac 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.0 (/) * gnu/packages/maths.scm (octave)[arguments]: Add configure-makeinfo phase. [inputs]: Add texinfo. [native-inputs]: Remove texinfo. --- gnu/packages/maths.scm | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index f326f6af7..5c2ab05d1 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -1126,7 +1126,7 @@ can solve two kinds of problems: (license license:bsd-3))) =20 ;; For a fully featured Octave, users are strongly recommended also to in= stall -;; the following packages: texinfo, less, ghostscript, gnuplot. +;; the following packages: less, ghostscript, gnuplot. (define-public octave (package (name "octave") @@ -1158,6 +1158,7 @@ can solve two kinds of problems: ("glu" ,glu) ("zlib" ,zlib) ("curl" ,curl) + ("texinfo" ,texinfo) ("graphicsmagick" ,graphicsmagick))) (native-inputs `(("lzip" ,lzip) @@ -1172,14 +1173,23 @@ can solve two kinds of problems: ;; will still run without them, albeit without the features they ;; provide. ("less" ,less) - ("texinfo" ,texinfo) ("ghostscript" ,ghostscript) ("gnuplot" ,gnuplot))) (arguments `(#:configure-flags (list (string-append "--with-shell=3D" (assoc-ref %build-inputs "bash") - "/bin/sh")))) + "/bin/sh")) + #:phases + (modify-phases %standard-phases + (add-after 'configure 'configure-makeinfo + (lambda* (#:key inputs #:allow-other-keys) + (substitute* "libinterp/corefcn/help.cc" + (("Vmakeinfo_program =3D \"makeinfo\"") + (string-append "Vmakeinfo_program =3D \"" + (assoc-ref inputs "texinfo") + "/bin/makeinfo\""))) + #t))))) (home-page "https://www.gnu.org/software/octave/") (synopsis "High-level language for numerical computation") (description "GNU Octave is a high-level interpreted language that is --=20 2.14.1 = From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 04 10:38:04 2017 Received: (at 28000) by debbugs.gnu.org; 4 Oct 2017 14:38:04 +0000 Received: from localhost ([127.0.0.1]:49003 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dzkoG-0008TR-BF for submit@debbugs.gnu.org; Wed, 04 Oct 2017 10:38:04 -0400 Received: from eggs.gnu.org ([208.118.235.92]:55365) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dzkoB-0008SV-Ng for 28000@debbugs.gnu.org; Wed, 04 Oct 2017 10:38:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dzko5-0001HO-Sa for 28000@debbugs.gnu.org; Wed, 04 Oct 2017 10:37:54 -0400 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,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:57889) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dzko2-0001En-JL; Wed, 04 Oct 2017 10:37:50 -0400 Received: from [2a01:e0a:1d:7270:6a6c:dc17:fc02:cfda] (port=52452 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dzko2-0002Q8-4f; Wed, 04 Oct 2017 10:37:50 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Arun Isaac Subject: Re: [bug#28000] [PATCH] gnu: octave: Reference makeinfo with absolute path. References: <66af43b0.AEQAQ7astGgAAAAAAAAAAAPwTpIAAAACwQwAAAAAAAW9WABZz2Mh@mailjet.com> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 13 =?utf-8?Q?Vend=C3=A9miaire?= an 226 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Wed, 04 Oct 2017 16:37:48 +0200 In-Reply-To: <66af43b0.AEQAQ7astGgAAAAAAAAAAAPwTpIAAAACwQwAAAAAAAW9WABZz2Mh@mailjet.com> (Arun Isaac's message of "Sat, 30 Sep 2017 14:55:28 +0530") Message-ID: <87poa36ksj.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 28000 Cc: mbakke@fastmail.com, 28000@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: -5.0 (-----) Arun Isaac skribis: > * gnu/packages/maths.scm (octave)[arguments]: Add configure-makeinfo phas= e. > [inputs]: Add texinfo. > [native-inputs]: Remove texinfo. LGTM, thank you! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 05 18:10:02 2017 Received: (at 28000-done) by debbugs.gnu.org; 5 Oct 2017 22:10:02 +0000 Received: from localhost ([127.0.0.1]:51883 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e0ELC-0000aw-7Z for submit@debbugs.gnu.org; Thu, 05 Oct 2017 18:10:02 -0400 Received: from o130.p8.mailjet.com ([87.253.233.130]:42280) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <11772286.AEMAROwDHiQAAAAAAAAAAAPz3OAAAAACwQwAAAAAAAW9WABZ1q24@bnc3.mailjet.com>) id 1e0ELB-0000ad-4H for 28000-done@debbugs.gnu.org; Thu, 05 Oct 2017 18:10:01 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; q=dns/txt; d=bnc3.mailjet.com; i=arunisaac=3Dsystemreboot.net@bnc3.mailjet.com; s=mailjet; h=message-id:mime-version:from:to:subject:date:list-unsubscribe:cc:in-reply-to: references:x-csa-complaints:x-mj-mid:content-type:content-transfer-encoding; bh=rAHCnSPztx6dYgTa9qTRMdRL2w8oK4ce4iom1G3xUqg=; b=tJkD7wTzug9a/T3w7UhUOUgXSudehgUFeQ2CUFZ2Ubdx3UkOkcjCXspEu VK4xbEosW7Crhrqft+bbvYug5XbbLh60JBIqR/4O8mDub3rTD5KpduHj+3xu z/uJkpzstJ9D7MvscD+NkqvSS0boFwpuoTa3qOUYSScAVKIU8cREdI= Message-Id: <11772286.AEMAROwDHiQAAAAAAAAAAAPz3OAAAAACwQwAAAAAAAW9WABZ1q24@mailjet.com> MIME-Version: 1.0 From: Arun Isaac To: Ludovic =?iso-8859-1?q?Court=E8s?= Subject: Re: [bug#28000] [PATCH] gnu: octave: Reference makeinfo with absolute path. Date: Fri, 06 Oct 2017 03:39:48 +0530 In-Reply-To: <87poa36ksj.fsf@gnu.org> References: <66af43b0.AEQAQ7astGgAAAAAAAAAAAPwTpIAAAACwQwAAAAAAAW9WABZz2Mh@mailjet.com> <87poa36ksj.fsf@gnu.org> X-CSA-Complaints: whitelist-complaints@eco.de X-MJ-Mid: AEMAROwDHiQAAAAAAAAAAAPz3OAAAAACwQwAAAAAAAW9WABZ1q24-SJI0KP-Qx6LVuRCHJtrCgAFgUc Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 28000-done Cc: mbakke@fastmail.com, 28000-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: -0.0 (/) Pushed, thanks! = From unknown Thu Jun 19 14:06:49 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 03 Nov 2017 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator