From fullermd@over-yonder.net  Tue May  6 02:00:18 2014
Return-Path: <fullermd@over-yonder.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 3334B781
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  6 May 2014 02:00:18 +0000 (UTC)
Received: from thyme.infocus-llc.com (server.infocus-llc.com [206.156.254.44])
	(using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits))
	(Client CN "*.infocus-llc.com", Issuer "*.infocus-llc.com" (not verified))
	by mx1.freebsd.org (Postfix) with ESMTPS id 0C9C4E57
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  6 May 2014 02:00:17 +0000 (UTC)
Received: from draco.over-yonder.net (c-75-65-60-66.hsd1.ms.comcast.net [75.65.60.66])
	(using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits))
	(No client certificate requested)
	by thyme.infocus-llc.com (Postfix) with ESMTPSA id B75E337B5BE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  5 May 2014 21:00:09 -0500 (CDT)
Received: by draco.over-yonder.net (Postfix, from userid 100)
	id 3gN3zX3S3Mz2sG; Mon,  5 May 2014 21:00:08 -0500 (CDT)
Message-Id: <3gN3zX3S3Mz2sG@draco.over-yonder.net>
Date: Mon,  5 May 2014 21:00:08 -0500 (CDT)
From: Matthew D.Fuller <fullermd@over-yonder.net>
Reply-To: Matthew D.Fuller <fullermd@over-yonder.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: lang/guile build fails with port texinfo installed
X-Send-Pr-Version: 3.114
X-GNATS-Notify: 5u623l20@gmail.com

>Number:         189386
>Category:       ports
>Synopsis:       lang/guile build fails with port texinfo installed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          feedback
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 06 02:10:00 UTC 2014
>Closed-Date:    
>Last-Modified:  Tue May 13 12:20:00 UTC 2014
>Originator:     Matthew D. Fuller
>Release:        FreeBSD 9.1-STABLE amd64
>Organization:
>Environment:
	
>Description:
	With texinfo port installed, build tries to use it and blows up:

if /bin/sh /usr/ports.work/usr/ports/lang/guile/work/guile-1.8.8/build-aux/missing --run makeinfo   -I . \
 -o guile.info guile.texi; \
then \
  rc=0; \
  CDPATH="${ZSH_VERSION+.}:" && cd .; \
else \
  rc=$?; \
  CDPATH="${ZSH_VERSION+.}:" && cd . && \
  $restore $backupdir/* `echo "./guile.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
./gh.texi:1000: must be after `@deftypefun' to use `@deftypefunx'
./fdl.texi:411: raising the section level of @appendixsubsec which is too low

(add'l elided)


>How-To-Repeat:
	
>Fix:

	Can be hacked around by running build via

	% env PATH=/usr/bin:$PATH make

	to force finding base makeinfo instead.
	


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue May 6 02:10:03 UTC 2014 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=189386 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: 5u623l20@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/189386: lang/guile build fails with port texinfo installed
Date: Tue, 6 May 2014 02:10:02 UT

 Maintainer of lang/guile,
 
 Please note that PR ports/189386 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/189386
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Christoph Moench-Tegeder <cmt@burggraben.net>
To: bug-followup@FreeBSD.org, fullermd@over-yonder.net
Cc:  
Subject: Re: ports/189386: lang/guile build fails with port texinfo installed
Date: Fri, 9 May 2014 21:33:50 +0200

 Hi,
 
 here's a patch for lang/guile with the current print/texinfo.
 A few texi files are modified to allow the build to complete, but
 I'll ignore the warnings for now.
 
 
 svn status:
 A       files/patch-doc-goops-goops.texi
 A       files/patch-doc-r5rs-r5rs.texi
 A       files/patch-doc-ref-fdl.texi
 A       files/patch-doc-ref-gh.texi
 A       files/patch-doc-tutorial-guile-tut.texi
 
 svn diff:
 Index: files/patch-doc-goops-goops.texi
 ===================================================================
 --- files/patch-doc-goops-goops.texi	(revision 0)
 +++ files/patch-doc-goops-goops.texi	(working copy)
 @@ -0,0 +1,11 @@
 +--- doc/goops/goops.texi.orig	2014-05-09 21:26:22.000000000 +0200
 ++++ doc/goops/goops.texi	2014-05-09 21:27:26.000000000 +0200
 +@@ -131,7 +131,7 @@
 + @end menu
 + 
 + @node Running GOOPS, Methods, Getting Started, Getting Started
 +-@subsection Running GOOPS
 ++@section Running GOOPS
 + 
 + @enumerate
 + @item
 Index: files/patch-doc-r5rs-r5rs.texi
 ===================================================================
 --- files/patch-doc-r5rs-r5rs.texi	(revision 0)
 +++ files/patch-doc-r5rs-r5rs.texi	(working copy)
 @@ -0,0 +1,12 @@
 +--- doc/r5rs/r5rs.texi.orig	2014-05-09 21:28:21.000000000 +0200
 ++++ doc/r5rs/r5rs.texi	2014-05-09 21:28:39.000000000 +0200
 +@@ -116,9 +116,6 @@
 + 
 + 
 + 
 +-@unnumbered Summary
 +-
 +-
 + The report gives a defining description of the programming language
 + Scheme.  Scheme is a statically scoped and properly tail-recursive
 + dialect of the Lisp programming language invented by Guy Lewis
 Index: files/patch-doc-ref-fdl.texi
 ===================================================================
 --- files/patch-doc-ref-fdl.texi	(revision 0)
 +++ files/patch-doc-ref-fdl.texi	(working copy)
 @@ -0,0 +1,11 @@
 +--- doc/ref/fdl.texi.orig	2014-05-09 21:01:08.000000000 +0200
 ++++ doc/ref/fdl.texi	2014-05-09 21:01:21.000000000 +0200
 +@@ -408,7 +408,7 @@
 + @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
 Index: files/patch-doc-ref-gh.texi
 ===================================================================
 --- files/patch-doc-ref-gh.texi	(revision 0)
 +++ files/patch-doc-ref-gh.texi	(working copy)
 @@ -0,0 +1,11 @@
 +--- doc/ref/gh.texi.orig	2014-05-09 21:00:44.000000000 +0200
 ++++ doc/ref/gh.texi	2014-05-09 21:00:55.000000000 +0200
 +@@ -995,8 +995,6 @@
 + 
 + @deftypefun SCM gh_car (SCM @var{obj})
 + @deftypefunx SCM gh_cdr (SCM @var{obj})
 +-@dots{}
 +-
 + @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
 Index: files/patch-doc-tutorial-guile-tut.texi
 ===================================================================
 --- files/patch-doc-tutorial-guile-tut.texi	(revision 0)
 +++ files/patch-doc-tutorial-guile-tut.texi	(working copy)
 @@ -0,0 +1,11 @@
 +--- doc/tutorial/guile-tut.texi.orig	2014-05-09 21:03:49.000000000 +0200
 ++++ doc/tutorial/guile-tut.texi	2014-05-09 21:04:04.000000000 +0200
 +@@ -446,7 +446,7 @@
 + Schemer} from that list.}
 + 
 + 
 +-@subsection Hello World
 ++@section Hello World
 + @cindex hello world
 + 
 + Our first program is the typical Scheme "hello world" program.  Put the
 
 
 Regards,
 Christoph
 
 -- 
 Spare Space

From: Muhammad Moinur Rahman <5u623l20@gmail.com>
To: "bug-followup@FreeBSD.org" <bug-followup@freebsd.org>
Cc:  
Subject: Re: ports/189386: lang/guile build fails with port texinfo installed
Date: Tue, 13 May 2014 18:14:51 +0600

 --f46d043c7f30cfbdfa04f9470260
 Content-Type: text/plain; charset=UTF-8
 
 Hi,
 Can you please provide redports/poudriere/tb logs for the patch?
 
 
 On Tue, May 6, 2014 at 8:10 AM, Edwin Groothuis <edwin@freebsd.org> wrote:
 
 > Maintainer of lang/guile,
 >
 > Please note that PR ports/189386 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/189386
 >
 > --
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org
 >
 
 --f46d043c7f30cfbdfa04f9470260
 Content-Type: text/html; charset=UTF-8
 Content-Transfer-Encoding: quoted-printable
 
 <div dir=3D"ltr"><div class=3D"gmail_default" style=3D"font-family:courier =
 new,monospace;font-size:small;color:#000000">Hi,=C2=A0</div><div class=3D"g=
 mail_default" style=3D"font-family:courier new,monospace;font-size:small;co=
 lor:#000000">
 
 Can you please provide redports/poudriere/tb logs for the patch?</div><div =
 class=3D"gmail_extra"><br><br><div class=3D"gmail_quote">On Tue, May 6, 201=
 4 at 8:10 AM, Edwin Groothuis <span dir=3D"ltr">&lt;<a href=3D"mailto:edwin=
 @freebsd.org" target=3D"_blank">edwin@freebsd.org</a>&gt;</span> wrote:<br>
 
 <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
 x #ccc solid;padding-left:1ex">Maintainer of lang/guile,<br>
 <br>
 Please note that PR ports/189386 has just been submitted.<br>
 <br>
 If it contains a patch for an upgrade, an enhancement or a bug fix<br>
 you agree on, reply to this email stating that you approve the patch<br>
 and a committer will take care of it.<br>
 <br>
 The full text of the PR can be found at:<br>
 =C2=A0 =C2=A0 <a href=3D"http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports=
 /189386" target=3D"_blank">http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dpor=
 ts/189386</a><br>
 <span><font color=3D"#888888"><br>
 --<br>
 Edwin Groothuis via the GNATS Auto Assign Tool<br>
 edwin@FreeBSD.org<br>
 </font></span></blockquote></div><br></div></div>
 
 --f46d043c7f30cfbdfa04f9470260--
>Unformatted:
