Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: reproducing release tarball for 5.0.7
- X-seq: zsh-workers 33410
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- Subject: Re: reproducing release tarball for 5.0.7
- Date: Thu, 9 Oct 2014 23:34:20 +0200
- Cc: zsh workers <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=pD1zNKctJOgEijzzlYAVrqwSvomJ0bBabiIGMP9g9nA=; b=C5oLLlWlr6JFSmcPCqHJSfwg7BiLQGLxQBFBogyGolfruJWlqp37zuHYdsEsJNLc3G QPvIvLfmGHZJLiIB0NRvA8DxVttL3NA+yO9ZumIvXwHb/LIJll8n9+wX5C9/G+XzCyho ITAgfkX/Rmc+qtyGL6C6CgpGe2a0Gb0fKCX5O7Cx90TcUV2QkIiUcBs+kq1rl+2UPWal nEQgXUAp4jDjNJFrNrlC56rmjKKJwIJ/vyzm+DEy/SW+4N7l9LQi6juQkSYipRHXUf/X yMtlk4neXoPdPRXpbJ4rnc/OS6QxP5XzgsaIpjcN+enqyCvzfasa+ZZcg453sVG/IeWV L0Xw==
- In-reply-to: <20141009215226.7d1738fa@pws-pc.ntlworld.com>
- 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: <20141009201629.GA10638@tower.spodhuis.org> <20141009215226.7d1738fa@pws-pc.ntlworld.com>
On 9 October 2014 22:52, Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx> wrote:
> On Thu, 9 Oct 2014 20:16:29 +0000
> Phil Pennock <zsh-workers+phil.pennock@xxxxxxxxxxxx> wrote:
>> Given a clean repository checkout, what is needed to be able to create
>> the release tarballs for verification please?
>
> To get all the documentation files you'll need to have got as far as
> "make" as well as "make everything" in the Doc directory for the
> targz-doc bundle.
>
> pws
I had to copy texinfo.tex in from the automake-1.13 directory manually
for the make everything in Doc/ to complete. After that I ran into
this;
% make targz-doc
Processing directory ./Config...
Processing directory ./Etc...
mkdir -m 755 -p -- [...]/zsh-5.0.7/./Etc
./Util/mkdisttree.sh: can't find file ./Etc/FAQ*.html
make: *** [zsh-5.0.7-doc.tar.gz] Error 1
Makefile:401: recipe for target 'zsh-5.0.7-doc.tar.gz' failed
So I tried
% cd Etc
% make
cd . && yodl2txt FAQ.yo && mv -f FAQ.txt FAQ
FAQ.yo:1: Can't read `txt'
/usr/bin/yodl indicates failure!
make: *** [FAQ] Error 1
Makefile:191: recipe for target 'FAQ' failed
Which is a confusing error message.
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author