Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Zsh 3.0.8 and 3.1.9 released
- X-seq: zsh-workers 11778
- From: teg@xxxxxxxxxx (Trond Eivind Glomsrød)
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: Zsh 3.0.8 and 3.1.9 released
- Date: 06 Jun 2000 09:44:50 -0400
- In-reply-to: Peter Stephenson's message of "Mon, 05 Jun 2000 22:35:22 +0100"
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- Organization: Red Hat, Inc.
- References: <E12z4Wp-0004ae-00.2000-06-05-22-35-24@xxxxxxxxxxxxxxxxxxxxx>
- Sender: teg@xxxxxxxxxx
The info pages doesn't build:
make[1]: Leaving directory `/usr/local/src/zsh-3.0.8/Doc'
cd Doc && make CC='gcc' CPPFLAGS='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64' DEFS='-DHAVE_CONFIG_H' CFLAGS='-Wall -Wno-implicit -Wmissing-prototypes -O2' LDFLAGS='' LIBS='-lnsl -ltermcap' prefix='/usr' exec_prefix='/usr' bindir='/bin' infodir='/usr/share/info' mandir='/usr/share/man' manext='1' install.info
make[1]: Entering directory `/usr/local/src/zsh-3.0.8/Doc'
./zsh.texi:837: Use braces to give a command as an argument to @'.
./zsh.texi:1625: Use braces to give a command as an argument to @'.
./zsh.texi:5186: Use braces to give a command as an argument to @'.
./zsh.texi:7011: Use braces to give a command as an argument to @'.
./zsh.texi:7074: Use braces to give a command as an argument to @'.
makeinfo: Removing output file `/usr/local/src/zsh-3.0.8/Doc/zsh.info' due to errors; use --force to preserve.
info (GNU texinfo) 4.0
[root@hoser zsh-3.0.8]# makeinfo --version
makeinfo (GNU texinfo) 4.0
We've patched for this for ages (there's even a " @c Note to RedHat:
Do NOT change this to @{@}. It really should be @'@'." in there.)
The fix to this is to replace
@set dsq @'@'
with
@set dsq ''
Someone else obviously thinks different, but I would like to know why:
What you ship does not work.
--
Trond Eivind Glomsrød
Red Hat, Inc.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author