zsh-users
 help / color / mirror / code / Atom feed
* Latest GIT version fails to build
@ 2010-07-12  6:49 Helmut Jarausch
  2010-07-12  8:30 ` Frank Terbeck
  2010-07-12  8:37 ` Frank Terbeck
  0 siblings, 2 replies; 3+ messages in thread
From: Helmut Jarausch @ 2010-07-12  6:49 UTC (permalink / raw)
  To: Zsh Users

Hi,
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?).

Is this a bug?

Many thanks for looking into it,
Helmut.

-- 
Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Latest GIT version fails to build
  2010-07-12  6:49 Latest GIT version fails to build Helmut Jarausch
@ 2010-07-12  8:30 ` Frank Terbeck
  2010-07-12  8:37 ` Frank Terbeck
  1 sibling, 0 replies; 3+ messages in thread
From: Frank Terbeck @ 2010-07-12  8:30 UTC (permalink / raw)
  To: Helmut Jarausch; +Cc: Zsh Users

Helmut Jarausch 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?).

This happens with "make info" only. With just "make" there's still a
warning:

contrib.yo:519: No macro: tmp(...)

The following fixes the warning.  Still need to look into the error.


diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index 73bbb52..a439b3a 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -511,7 +511,7 @@ item(tt(pattern:var(pattern)))(
 Gives a zsh pattern for directories that should not be
 added to the recent list (if not already there).  This element
 can be repeated to add different patterns.  For example,
-tt('pattern:/tmp(|/*)') stops tt(/tmp) or its descendants from being
+tt('pattern:/tmp+LPAR()|/*RPAR()') stops tt(/tmp) or its descendants from being
 added.  The tt(EXTENDED_GLOB) option is always turned on for
 these patterns.
 )


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Latest GIT version fails to build
  2010-07-12  6:49 Latest GIT version fails to build Helmut Jarausch
  2010-07-12  8:30 ` Frank Terbeck
@ 2010-07-12  8:37 ` Frank Terbeck
  1 sibling, 0 replies; 3+ messages in thread
From: Frank Terbeck @ 2010-07-12  8:37 UTC (permalink / raw)
  To: Helmut Jarausch; +Cc: Zsh Users

Helmut Jarausch wrote:
> /var/tmp/portage/app-shells/zsh-9999/work/zsh/Doc/infodir//
> tzsh.texi:30462: Up reference to nonexistent node `User' (perhaps 
> incorrect sectioning?).

Okay, seems like something in the texi generation chain of yodl doesn't
like it when you break the contents of a macro into more than one line.

The following fixes the breakage. The line ends up to be a little long,
but there are more of these kinds of lines on `contrib.yo' that are a
little long...

diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index 7e74dd4..ca00ad1 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -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)


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-07-12  9:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-12  6:49 Latest GIT version fails to build Helmut Jarausch
2010-07-12  8:30 ` Frank Terbeck
2010-07-12  8:37 ` Frank Terbeck

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).