Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Latest GIT version fails to build
- X-seq: zsh-users 15165
- From: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>
- To: Helmut Jarausch <jarausch@xxxxxxxxxxxxxxxxxxx>
- Subject: Re: Latest GIT version fails to build
- Date: Mon, 12 Jul 2010 10:30:11 +0200
- Cc: Zsh Users <zsh-users@xxxxxxx>
- In-reply-to: <1278917383.4647.0@numa-i> (Helmut Jarausch's message of "Mon, 12 Jul 2010 08:49:43 +0200")
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <1278917383.4647.0@numa-i>
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.
)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author