From sheldonh@axl.noc.iafrica.com  Wed Jan 20 11:52:25 1999
Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA10126
          for <FreeBSD-gnats-submit@freebsd.org>; Wed, 20 Jan 1999 11:52:23 -0800 (PST)
          (envelope-from sheldonh@axl.noc.iafrica.com)
Received: from sheldonh (helo=axl.noc.iafrica.com)
	by axl.noc.iafrica.com with local-esmtp (Exim 2.10 #1)
	id 1033fY-000Cdu-00; Wed, 20 Jan 1999 21:52:04 +0200
Message-Id: <48601.916861924@axl.noc.iafrica.com>
Date: Wed, 20 Jan 1999 21:52:04 +0200
From: Sheldon Hearn <axl@iafrica.com>
Sender: Sheldon Hearn <sheldonh@axl.noc.iafrica.com>
Reply-To: Sheldon Hearn <axl@iafrica.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: n@nectar.com
Subject: new texinfo breaks security/krb5
X-Send-Pr-Version: 3.2

>Number:         9587
>Category:       ports
>Synopsis:       new texinfo breaks security/krb5
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 20 12:00:00 PST 1999
>Closed-Date:    Mon Jan 25 17:44:47 PST 1999
>Last-Modified:  Mon Jan 25 17:45:38 PST 1999
>Originator:     Sheldon Hearn
>Release:        FreeBSD 3.0-CURRENT i386
>Organization:
UUNET Internet Africa
>Environment:

	CURRENT with texinfo 3.12 .

>Description:

	The new version of texinfo's makeinfo appears to break the
	security/krb5 port at build-time:

makeinfo admin.texinfo
Making info file `krb5-admin.info' from `admin.texinfo'.
./admin.texinfo:125: `The User-Kerberos Interaction' has an Up field of `How Kerberos Works', but `How Kerberos Works' has no menu item for `The User-Kerberos Interaction'.
./admin.texinfo:146: Menu reference to nonexistent node `The User--Kerberos Interaction'.
makeinfo: Removing output file `/usr/local/mp3/ports/usr/ports/security/krb5/work/krb5-1.0.5/doc/krb5-admin.info' due to errors; use --force to preserve.
*** Error code 2

Stop.


>How-To-Repeat:

	With texinfo 3.12 installed (recent CURRENT), 
	``cd /usr/ports/security/krb5; make''.

>Fix:
	
	Unkown.

>Release-Note:
>Audit-Trail:

From: Sheldon Hearn <axl@iafrica.com>
To: freebsd-gnats-submit@freebsd.org
Cc:  
Subject: Re: ports/9587: new texinfo breaks security/krb5 
Date: Wed, 20 Jan 1999 22:23:33 +0200

 The following patch works around the problem and seems to produce
 working info files (as tested with info(1)). I suppose TRTTD is fix
 up the tex, but I think most of us would like to have a working port
 between now and when "somebody has the time". :)
 
 Ciao,
 Sheldon.
 
 Index: ports/security/krb5/patches/patch-ax
 ===================================================================
 RCS file: patch-ax
 diff -N patch-ax
 --- /dev/null	Wed Jan 20 21:46:27 1999
 +++ patch-ax	Wed Jan 20 22:19:13 1999
 @@ -0,0 +1,11 @@
 +--- doc/Makefile.orig	Wed Jan 20 21:57:45 1999
 ++++ doc/Makefile	Wed Jan 20 21:59:19 1999
 +@@ -1,7 +1,7 @@
 + SRCDIR=../src
 + DVI=texi2dvi
 + DVIPS=dvips -o "$@"
 +-INFO=makeinfo
 ++INFO=makeinfo --no-validate
 + HTML=texi2html
 + RM=rm -f
 + TAR=tar -chvf
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Mon Jan 25 17:44:47 PST 1999 
State-Changed-Why:  
Committed, thanks! 
>Unformatted:
