Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Failure to build zshguide
- X-seq: zsh-workers 28392
- From: Andrey Borzenkov <arvidjaar@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: Failure to build zshguide
- Date: Sun, 7 Nov 2010 22:47:57 +0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=o7KISlG0Uo7u8ERepLgOGoLrvcPVSBOx0PLTXY+FBoc=; b=XCwo7pw6nAYmNKTkfHgxTvGgFf5sUlHxpq5n55T2/cIZb6we5bCD/F1OR+YiEtNXQg rfyGQ9BnutthsyasuJ1VptM1xVFdBUc1D9rKAzB72Gjo2IB+kYYbVY4nhfwz5nVozlLu FsuTKnx+ii91V8Jhs5K12JAsV9Sg4NSzzA10w=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=spy1SceKyc8/YxIC3liKk7E3MRT2cq1T45bnlXtMc8d6lHaPRuvubIGYexvMFp/whr OpR3lzBQYKwekXRgsXS64VxKXdZMV2k4cf5lM3mXzIKGrX7sz9tR+fSgJoNpP1v8FqWt +Ye3P4KKVr8pphwRTRVjM3AjTkG3c+Ov/o+84=
- In-reply-to: <20101107173831.261c64d5@xxxxxxxxxxxxxxxxxxx>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <AANLkTi=sDH=ivzDVvZK2aQobMwfQxi+PwiY22kbxuHWD@xxxxxxxxxxxxxx> <20101107173831.261c64d5@xxxxxxxxxxxxxxxxxxx>
On Sun, Nov 7, 2010 at 8:38 PM, Peter Stephenson
<p.w.stephenson@xxxxxxxxxxxx> wrote:
> On Sun, 7 Nov 2010 15:58:15 +0300
> Andrey Borzenkov <arvidjaar@xxxxxxxxx> 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: `<empty>'
>> 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.
>
Yep! Thank you!
Messages sorted by:
Reverse Date,
Date,
Thread,
Author