From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3467 invoked by alias); 2 Dec 2013 16:51:47 -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: 32077 Received: (qmail 22612 invoked from network); 2 Dec 2013 16:51:41 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI, SPF_HELO_PASS autolearn=ham version=3.3.2 X-AuditID: cbfec7f5-b7f706d0000017c2-0d-529cba9afbff Date: Mon, 02 Dec 2013 16:51:37 +0000 From: Peter Stephenson To: Zsh Hackers' List Subject: Re: 5.0.2-test-2 is available Message-id: <20131202165137.73259d8c@pwslap01u.europe.root.pri> In-reply-to: <131202083601.ZM3387@torch.brasslantern.com> References: <20131201194653.7a98a4a4@pws-pc.ntlworld.com> <20131202151557.1636@binki> <20131202160801.23386d0f@pwslap01u.europe.root.pri> <131202083601.ZM3387@torch.brasslantern.com> Organization: Samsung Cambridge Solution Centre X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.0; i386-redhat-linux-gnu) MIME-version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFuplluLIzCtJLcpLzFFi42I5/e/4Vd1Zu+YEGSxYxWlxsPkhkwOjx6qD H5gCGKO4bFJSczLLUov07RK4Mn5Oe81SsI2rYtmupawNjAs4uhg5OSQETCQuv9jBBGGLSVy4 t56ti5GLQ0hgKaPEo5eXoJzlTBLHFvWwg1SxCKhKnFzwHqyDTcBQYuqm2YxdjBwcIgLaEu0f xUDCwgJqEr0T9zOD2LwC9hIvGn+AtXIKWEq8XneKHWLmHkaJtc+2giX4BfQlrv79BHWFvcTM K2cYIZoFJX5MvscCYjMLaEls3tbECmHLS2xe85Z5AqPALCRls5CUzUJStoCReRWjaGppckFx UnqukV5xYm5xaV66XnJ+7iZGSBB+3cG49JjVIUYBDkYlHt6KY7ODhFgTy4orcw8xSnAwK4nw qu+YEyTEm5JYWZValB9fVJqTWnyIkYmDU6qBkcPZwIShxHSKnETW1bUKCd5zA5fUGvY1MIgv Ppte/nxF/QfeQ4uFpI6+jvBclXeF6030+r3/Da7XzO69bi+431slgHu2h4Cl1af525QV2HSb V9x0aFqpaMe7c2eqcu/vn5d2miyuSJHkCll9OpH1rtoPdRXhyyW1MxzufLj69eLd2ur3Gbl9 SizFGYmGWsxFxYkAuLlcmSACAAA= On Mon, 02 Dec 2013 08:36:01 -0800 Bart Schaefer wrote: On Dec 2, 4:08pm, Peter Stephenson wrote: > } > } I'm getting with make on Cygwin > } > } sh: colcrt: command not found > > Out of curiosity, do you have yodl installed on Cygwin? If not, how are > you even getting this far in the build process? zshbuiltins.1 should > not exist, so the dependency for help.txt can't be satisfied, and perl > should never even be run ...? At some point you get empty files called zshbuiltins.1 etc. created. > If you do have yodl and are not using the doc tarball, then our previous > position has been that developers are responsible for making sure they have > all the tools to complete the build from scratch on whatever platform. That doesn't really work with colcrt (or col) --- it's one of a possible of set of tools varying by what the local manual system provides. There's a variability here there isn't with Yodl and I don't feel like fixing things up for every variant on the planet. However, using the Doc bundle would probably be a good enough fix in practice. I should probably check that doesn't produce idiosyncracices with helpfiles on Cygwin. Of course, using Yodl throughout would be the right fix, but I haven't heard anybody thinking about that. pws