From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 18 18:04:42 2013 Received: (at submit) by debbugs.gnu.org; 18 Apr 2013 22:04:42 +0000 Received: from localhost ([127.0.0.1]:59263 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1USwwa-0003fn-Q2 for submit@debbugs.gnu.org; Thu, 18 Apr 2013 18:04:42 -0400 Received: from eggs.gnu.org ([208.118.235.92]:52954) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1USwwX-0003fR-1j for submit@debbugs.gnu.org; Thu, 18 Apr 2013 18:04:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1USws6-0001H3-Po for submit@debbugs.gnu.org; Thu, 18 Apr 2013 18:00: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=-101.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_DKIM_INVALID,USER_IN_WHITELIST autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:48140) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USws6-0001Gi-Lv for submit@debbugs.gnu.org; Thu, 18 Apr 2013 18:00:02 -0400 Received: from eggs.gnu.org ([208.118.235.92]:36046) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USws4-0001G7-0Q for bug-guile@gnu.org; Thu, 18 Apr 2013 18:00:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1USws2-00019U-Sd for bug-guile@gnu.org; Thu, 18 Apr 2013 17:59:59 -0400 Received: from mail-we0-x22c.google.com ([2a00:1450:400c:c03::22c]:54532) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USws2-00019O-Mo for bug-guile@gnu.org; Thu, 18 Apr 2013 17:59:58 -0400 Received: by mail-we0-f172.google.com with SMTP id r3so2944281wey.3 for ; Thu, 18 Apr 2013 14:59:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :content-type; bh=tG0ZljEJUOfrBbcFeSNNDgDf2BKwHlcbNpHEeTXY2Zo=; b=lYRsMZNHHC474vSLQp/mOBTbEim8OdHGfyuxLB61K6ci6YaN1NpG8YCAFmQ/Opc6lh M4Eu0Rqc5y2mjtdcZXPdSzK5tDe2mSe7evLQ+3OAmcT9hLNyqQolHfeEC8jC8eF0/5Zo rgm+WdX1Ekj1snbrQRsJncLZc85Ld7S58CshFQQ11KC52hLMMNVCOWA4KiJ12jTbOXak Ocec/hfbqfbv3IousCiTJBE4dVqtVxH/Aej5wSROEYxwZaGBNmX7kgh/smVaAkP20/Ww /5HCj8dT8Qo2YOSVbWjDkGf7o5Bt9sRUsI3olsQ2i+HP37ywhrxE9fDvC9c9iejL+3S/ zmTw== X-Received: by 10.194.176.165 with SMTP id cj5mr21702794wjc.37.1366322397505; Thu, 18 Apr 2013 14:59:57 -0700 (PDT) Received: from [192.168.1.4] (reverse-241.fdn.fr. [80.67.176.241]) by mx.google.com with ESMTPS id ej8sm33834416wib.9.2013.04.18.14.59.55 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 18 Apr 2013 14:59:56 -0700 (PDT) Message-ID: <51706CD7.4080609@gmail.com> Date: Thu, 18 Apr 2013 23:59:51 +0200 From: Cyprien Nicolas User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:20.0) Gecko/20100101 Firefox/20.0 SeaMonkey/2.17 MIME-Version: 1.0 To: bug-guile@gnu.org Subject: [Patch] guile-1.8, Fix texinfo files for makeinfo-5 Content-Type: multipart/mixed; boundary="------------090207000509040908020701" X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -3.4 (---) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.1 (------) This is a multi-part message in MIME format. --------------090207000509040908020701 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi here, At Gentoo, we start shipping makeinfo-5, which makes the guile-1.8.8 build fail. I wrote a patch that fixes the errors and warnings. It does not break texinfo files for texinfo-4.13. Cheers -- Cyprien/Fulax --------------090207000509040908020701 Content-Type: text/x-patch; name="0001-Fix-texinfo-files-for-makeinfo-5.1.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0001-Fix-texinfo-files-for-makeinfo-5.1.patch" From: Cyprien Nicolas Date: Thu, 18 Apr 2013 23:45:23 +0200 Subject: [PATCH] Fix texinfo files for makeinfo-5.1 --- doc/ref/api-options.texi | 2 +- doc/ref/api-utility.texi | 2 +- doc/ref/fdl.texi | 2 +- doc/ref/gh.texi | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/ref/api-options.texi b/doc/ref/api-options.texi index 7b7a6e0..6ce7291 100644 --- a/doc/ref/api-options.texi +++ b/doc/ref/api-options.texi @@ -377,9 +377,9 @@ configure @emph{reading}, @emph{printing}, @emph{debugging} or * User level options interfaces:: * Reader options:: * Printing options:: -* Debugger options:: * Evaluator options:: * Evaluator trap options:: +* Debugger options:: * Examples of option use:: @end menu diff --git a/doc/ref/api-utility.texi b/doc/ref/api-utility.texi index 4a90212..9a4f3cc 100644 --- a/doc/ref/api-utility.texi +++ b/doc/ref/api-utility.texi @@ -657,7 +657,7 @@ Return 1 if @var{x} is a Scheme-level hook, 0 otherwise. @end deftypefn -@subsubsection Handling Scheme-level hooks from C code +@subsubheading Handling Scheme-level hooks from C code Here is an example of how to handle Scheme-level hooks from C code using the above functions. diff --git a/doc/ref/fdl.texi b/doc/ref/fdl.texi index 17fe148..4866055 100644 --- a/doc/ref/fdl.texi +++ b/doc/ref/fdl.texi @@ -408,7 +408,7 @@ as a draft) by the Free Software Foundation. @end enumerate @page -@appendixsubsec ADDENDUM: How to use this License for your documents +@appendixsec ADDENDUM: How to use this License for your documents To use this License in a document you have written, include a copy of the License in the document and put the following copyright and diff --git a/doc/ref/gh.texi b/doc/ref/gh.texi index 95dfd92..bbd3af1 100644 --- a/doc/ref/gh.texi +++ b/doc/ref/gh.texi @@ -995,8 +995,8 @@ These correspond to the Scheme @code{(cons a b)} and @code{(list l0 l1 @deftypefun SCM gh_car (SCM @var{obj}) @deftypefunx SCM gh_cdr (SCM @var{obj}) -@dots{} - +@deftypefunx SCM gh_c[ad][ad]r (SCM @var{obj}) +@deftypefunx SCM gh_c[ad][ad][ad]r (SCM @var{obj}) @deftypefunx SCM gh_c[ad][ad][ad][ad]r (SCM @var{obj}) These correspond to the Scheme @code{(caadar ls)} procedures etc @dots{} @end deftypefun -- 1.8.2.1 --------------090207000509040908020701-- From debbugs-submit-bounces@debbugs.gnu.org Thu May 30 18:04:55 2013 Received: (at 14230-done) by debbugs.gnu.org; 30 May 2013 22:04:55 +0000 Received: from localhost ([127.0.0.1]:43138 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UiAxr-0005UK-I2 for submit@debbugs.gnu.org; Thu, 30 May 2013 18:04:55 -0400 Received: from xanadu.aquilenet.fr ([88.191.123.111]:60850) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UiAxh-0005U4-Pq for 14230-done@debbugs.gnu.org; Thu, 30 May 2013 18:04:50 -0400 Received: from localhost (localhost [127.0.0.1]) by xanadu.aquilenet.fr (Postfix) with ESMTP id AEE89DA6D; Fri, 31 May 2013 00:03:13 +0200 (CEST) Received: from xanadu.aquilenet.fr ([127.0.0.1]) by localhost (xanadu.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NO+oEPrAzjiC; Fri, 31 May 2013 00:03:13 +0200 (CEST) Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by xanadu.aquilenet.fr (Postfix) with ESMTPSA id 3B6B8DA6C; Fri, 31 May 2013 00:03:13 +0200 (CEST) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Cyprien Nicolas Subject: Re: bug#14230: [Patch] guile-1.8, Fix texinfo files for makeinfo-5 References: <51706CD7.4080609@gmail.com> Date: Fri, 31 May 2013 00:03:12 +0200 In-Reply-To: <51706CD7.4080609@gmail.com> (Cyprien Nicolas's message of "Thu, 18 Apr 2013 23:59:51 +0200") Message-ID: <87wqqg6s7z.fsf@gnu.org> User-Agent: Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hello! Cyprien Nicolas skribis: > At Gentoo, we start shipping makeinfo-5, which makes the guile-1.8.8 > build fail. I wrote a patch that fixes the errors and warnings. > > It does not break texinfo files for texinfo-4.13. [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.5000] X-Debbugs-Envelope-To: 14230-done Cc: 14230-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hello! Cyprien Nicolas skribis: > At Gentoo, we start shipping makeinfo-5, which makes the guile-1.8.8 > build fail. I wrote a patch that fixes the errors and warnings. > > It does not break texinfo files for texinfo-4.13. [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.4649] Hello! Cyprien Nicolas skribis: > At Gentoo, we start shipping makeinfo-5, which makes the guile-1.8.8 > build fail. I wrote a patch that fixes the errors and warnings. > > It does not break texinfo files for texinfo-4.13. Thanks, applied as 0832660 in branch_release-1-8 (for posterity, as it=E2= =80=99s unclear whether/when there=E2=80=99ll be another 1.8 release.) Ludo=E2=80=99. From unknown Fri Aug 15 16:57:29 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, 28 Jun 2013 11:24:03 +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