Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Latest GIT version fails to build



On Mon, 12 Jul 2010 08:49:43 +0200
Helmut Jarausch <jarausch@xxxxxxxxxxxxxxxxxxx> wrote:
> since a few days I'm getting the error below when trying to build
> ZSH
> 
> /var/tmp/portage/app-shells/zsh-9999/work/zsh/Doc/infodir//
> tzsh.texi:30462: Up reference to nonexistent node `User' (perhaps 
> incorrect sectioning?).

It looks like this is due to word wrap in a Texinfo header.

Index: Doc/Zsh/contrib.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/contrib.yo,v
retrieving revision 1.118
diff -p -u -r1.118 contrib.yo
--- Doc/Zsh/contrib.yo	9 Jul 2010 14:47:48 -0000	1.118
+++ Doc/Zsh/contrib.yo	12 Jul 2010 09:05:07 -0000
@@ -318,8 +318,7 @@ functions to be executed.
 )
 enditem()
 
-texinode(Recent Directories)(Version Control Information)(Utilities)(User
-Contributions)
+texinode(Recent Directories)(Version Control Information)(Utilities)(User Contributions)
 cindex(recent directories, maintaining list of)
 cindex(directories, maintaining list of recent)
 findex(cdr)

-- 
Peter Stephenson <pws@xxxxxxx>            Software Engineer
Tel: +44 (0)1223 692070                   Cambridge Silicon Radio Limited
Churchill House, Cambridge Business Park, Cowley Road, Cambridge, CB4 0WZ, UK


Member of the CSR plc group of companies. CSR plc registered in England and Wales, registered number 4187346, registered office Churchill House, Cambridge Business Park, Cowley Road, Cambridge, CB4 0WZ, United Kingdom



Messages sorted by: Reverse Date, Date, Thread, Author