Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Test release: zsh 5.5.1-test-2
- X-seq: zsh-workers 43337
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Daniel Shahaf <danielsh@xxxxxxxxxx>
- Subject: Re: Test release: zsh 5.5.1-test-2
- Date: Mon, 27 Aug 2018 09:03:46 -0700
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=EGOyWty5V3lusBLsrlUzeKrrdxexcJCEBdkWty5GQVo=; b=nJ4jmI5ApFuxIEhgHJDzdHn88MQ3BlWNZy1R4cdnxMxERSrRkh+vhBTY3q6O3+mvT+ Hi4Hp+EiedKyBOpOfMvSPmdOoq0ySo0IiYDj0JTaA7bLe59i4lZqz/w81yutboDZQkfa kUTphJ2Ymnpg6PSSnWyXmvsijuLj8lm2jizUodm7+m6cS9g0F22XA6OVAnQeBWWcnpZc 2bq/ieGF44EuLmyITUR+PMjCuVpAoomb8+2R3t4YFp9MwniQA837PInaCesmNNz8pL6T 31xDFU4WLxJR0Xp9nhf530pFOqZcVdgCmf3oUIudAwU0BP0dxTI1tTCJQPhZ5N9eST6y sq0Q==
- In-reply-to: <20180826200428.f3fvd7wzcoa3f6ik@tarpaulin.shahaf.local2>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20180826200428.f3fvd7wzcoa3f6ik@tarpaulin.shahaf.local2>
I have a new build error on a system that does not have yodl. I
recall seeing an email about a change to build tree management for
when the docs are built out of tree, but I can't find it in the git
history.
cd .. && \
/bin/sh ./config.status `echo Doc/Makefile | sed 's%^./%%'`
config.status: creating Doc/Makefile
( \
echo 'IFDEF(INCWSLEVEL)(INCWSLEVEL())(STARTDEF())'; \
echo 'def(version)(0)('5.5.1-test-2')'; \
echo 'def(date)(0)(''August 26, 2018'')'; \
echo 'def(zshenv)(0)(/etc/zshenv)'; \
echo 'def(zprofile)(0)(/etc/zprofile)'; \
echo 'def(zshrc)(0)(/etc/zshrc)'; \
echo 'def(zlogin)(0)(/etc/zlogin)'; \
echo 'def(zlogout)(0)(/etc/zlogout)'; \
echo 'IFDEF(DECWSLEVEL)(DECWSLEVEL())(ENDDEF())#' | tr '#' '\\'; \
) > ./version.yo
perl ../Util/helpfiles \
./zshbuiltins.1 ./help ./help.txt \
|| rm -f ./help.txt ./help/*
helpfiles: attempting man ./zshbuiltins.1 >./help/man.tmp
fgets: Undefined error: 0
Error reading man page /Users/schaefer/Public/zsh/Doc/./zshbuiltins.1
No manual entry for ./zshbuiltins.1
helpfiles: attempting nroff -man ./zshbuiltins.1 >./help/man.tmp
helpfiles: attempting col -bx <./help/man.tmp >./help/col.tmp
helpfiles: not all files were properly generated
touch ./help.txt
case ': yodl ' in :*) touch zsh.texi ;; *) \
: yodl -o zsh.texi -I. -w ztexi.yo version.yo zsh.yo; \
test -f zsh.texi \
;; esac
Messages sorted by:
Reverse Date,
Date,
Thread,
Author