From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14595 invoked by alias); 7 Nov 2010 17:38:58 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 28391 Received: (qmail 9001 invoked from network); 7 Nov 2010 17:38:46 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at ntlworld.com designates 81.103.221.49 as permitted sender) Date: Sun, 7 Nov 2010 17:38:31 +0000 From: Peter Stephenson To: zsh-workers@zsh.org Subject: Re: Failure to build zshguide Message-ID: <20101107173831.261c64d5@pws-pc.ntlworld.com> In-Reply-To: References: X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Cloudmark-Analysis: v=1.1 cv=DhNl2YeytwJssBBGe49HJX82LNDFEEVkpVB34RXKaPo= c=1 sm=0 a=kj9zAlcOel0A:10 a=pGLkceISAAAA:8 a=NLZqzBF-AAAA:8 a=cV390KvtGBTjXKn6Qc8A:9 a=dUFjpwjbK1KWwKsYBNSR974VOwkA:4 a=CjuIK1q_8ugA:10 a=MSl-tDqOz04A:10 a=_dQi-Dcv4p4A:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 On Sun, 7 Nov 2010 15:58:15 +0300 Andrey Borzenkov wrote: > Not sure why it suddenly happens (neither zshguide nor yodl have > changed since last time package was rebuilt) but now I get: > > + mkdir -p docroot/Zsh_Guide > + tar xzf /home/bor/cooker/zsh/SOURCES/zshguide.tar.gz -C docroot/Zsh_Guide > + cd docroot/Zsh_Guide/zshguide/ > + make > yodl2html zshguide.yo > Yodl2html 1.31.18 > Yodl is processing a(n) book > Document title: A User's Guide to the Z-Shell > Yodl: including file c1 > c1.yo: 250: whenhtml > c1.yo: 250: end of parlist cannot be found, eof encountered > start of scanned parlist at line 54 > c1.yo: 250: last parsed symbol: `' > yodl indicates failure! > > c1.yo defines list as > > startdit() > dit() > dit() > enddit() > > According to yodl man, dit() stands for "descriptive itemized list" > and requires an argument; replacing all of this with simple itemized > list (startit()/it()/endit()) alllows it to build. Not sure what's changed to cause this, but I've changed that. -- Peter Stephenson Web page now at http://homepage.ntlworld.com/p.w.stephenson/