From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21348 invoked by alias); 7 Nov 2010 13:03:35 -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: 28390 Received: (qmail 28433 invoked from network); 7 Nov 2010 13:03:33 -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=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE, T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.161.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=MkYJLryjMXymCrKFDJ80WofjThf7dqcxsq2Zz8ybCBg=; b=ucYdKP3sv5UvLO4h+t5UUOvhVUuPGkwniINts00rK8gyz6/NhCqHu484krDHi1mRHw 9rgHcAe+dCsKZdvA8fh4t9khJbX/25ju4sPizz2sCc2M+24uRJENQArHy6B7Ct45Qb/n Zc4z3WcrKn1FJoHU4cEt8Kl6AILM4hrtpIhfQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Ns0AVhHhYzO50Jv4D/RZzJ51tF1mybJj4AHcng3SvwKZ+u4XtdlL8NovAMyQZ0MT83 8efw/VAvZmskH6uleADy2s/JEka81szyA2n3X1RL5cwWGBiyXD5n3I7aBQHNVJWqeXk2 qVJAt0K7/mcgEV7j0ksie3ai5pmV5xL2BqECM= MIME-Version: 1.0 Date: Sun, 7 Nov 2010 15:58:15 +0300 Message-ID: Subject: Failure to build zshguide From: Andrey Borzenkov To: zsh-workers@zsh.org Content-Type: text/plain; charset=ISO-8859-1 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. Anyone else sees it? What is rather puzzling that neither zsh SRPM nor yodl were changed.