Subject: cvs 1.11.2 with 1.5-STABLE
To: None <tech-pkg@netbsd.org>
From: Alan Post <apost@interwoven.com>
List: tech-pkg
Date: 11/27/2002 17:37:23
I am running a 1.5 branch NetBSD machine. When upgrading the cvs package to
1.11.2, I ran into a makeinfo error:
----
cd . && /usr/bin/makeinfo `echo cvs.texinfo | sed 's,.*/,,'`
Making info file `cvs.info' from `cvs.texinfo'.
cvs.texinfo:128: No matching `@end ifnottex'.
cvs.texinfo:140: Unmatched `@end'.
makeinfo: Removing output file
`/usr/pkgsrc/devel/cvs/work/cvs-1.11.2/doc/cvs.info' due to errors; use --force
to preserve.
*** Error code 2
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
----
My /usr/bin/makeinfo is "makeinfo (GNU texinfo 3.12) 1.68"
My /usr/pkg/bin/makeinfo is "makeinfo (GNU texinfo) 4.3", and was able to
generate the .info file with no problem.
Alan