From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15562 invoked by alias); 9 Oct 2014 21:34:39 -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: 33410 Received: (qmail 3999 invoked from network); 9 Oct 2014 21:34:26 -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=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 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== MIME-Version: 1.0 X-Received: by 10.50.73.130 with SMTP id l2mr1089510igv.42.1412890460865; Thu, 09 Oct 2014 14:34:20 -0700 (PDT) In-Reply-To: <20141009215226.7d1738fa@pws-pc.ntlworld.com> References: <20141009201629.GA10638@tower.spodhuis.org> <20141009215226.7d1738fa@pws-pc.ntlworld.com> Date: Thu, 9 Oct 2014 23:34:20 +0200 Message-ID: Subject: Re: reproducing release tarball for 5.0.7 From: Mikael Magnusson To: Peter Stephenson Cc: zsh workers Content-Type: text/plain; charset=UTF-8 On 9 October 2014 22:52, Peter Stephenson wrote: > On Thu, 9 Oct 2014 20:16:29 +0000 > Phil Pennock 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