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

Re: Zsh 3.0.8 and 3.1.9 released



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