From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26910 invoked by alias); 5 Sep 2018 10:26:27 -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: List-Unsubscribe: X-Seq: 43382 Received: (qmail 14228 invoked by uid 1010); 5 Sep 2018 10:26:27 -0000 X-Qmail-Scanner-Diagnostics: from wout2-smtp.messagingengine.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(64.147.123.25):SA:0(-2.6/5.0):. Processed in 2.029654 secs); 05 Sep 2018 10:26:27 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 X-Envelope-From: d.s@daniel.shahaf.name X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= daniel.shahaf.name; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm1; bh=v0zLYvoE/hzzSH8iMQf3Vg5O+72ws +zWfwIz/U1htM8=; b=mbE1JVDpWHI2G7WxnAdf2NiT1bWGhP4/g7y1KRn0Re7pv wvKWaWYw0+elfT/1sW5TP7zqLbqxGp+pBSN/CRx/BFBVMQGtfyOSQ+cmQAs/idvT gbhi39D3JdFKlQhhEYN7ooWmuI8VhkuPZIXuMEss4sbtJuwcYBrMYxhpCSYu2nzA geW2dIw5oylY5Cil/WZTilkN4G6OkeXBB9aBmBB3dzkrowg8Swg5TK0FrpXjFgqn V1cLK8KJ4fd3EAcbouD+XhcLrcq+qO1MGahmfFjKoVcjoRBKkcSNXWAF9yoQXyW9 fUC0vH/dRknyJioT5sgY79CGsQoSwEPhNJvM5FAHA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm3; bh=v0zLYvoE/hzzSH8iMQf3Vg5O+72ws +zWfwIz/U1htM8=; b=ih4PSK8BH9jjh8t3gXht+FZ+p6GUb6k+q+CVhOS68q8p4 zoN+iH6YBFr0xZ3oBYvSrcU0R0GUGiD9zN06GfwuVqJH53KjGWVB1mTMMdAtvf4d lZJkry+B9k+kPPqHjaEbpqJGEFNu9Ne2NNFO/n/sZ8Npk1rUQvzB2u6J67iqYSHn xng7Nid7u/VEn23pR786Ifiht9yvXxTa7yP3Zdq4xZ7aUWoOrJSuaBVbzdkQn4R3 YHkfqS+fyV4dzCFCgQDtwfhvd/X/d87O3JdhKdmedTytGcM3GAfIe1m6E65TGh4W sVeN16TBxdXPYi0Y1dGYPsb3OArBu2viB4Mk6vVOQ== X-ME-Proxy: X-ME-Sender: Date: Wed, 5 Sep 2018 10:14:45 +0000 From: Daniel Shahaf To: Peter Stephenson Cc: Zsh hackers list Subject: Re: MODERATE for zsh-announce@zsh.org Message-ID: <20180905101445.47xb2barz2shlvno@tarpaulin.shahaf.local2> References: <1536069840.16910.ezmlm@zsh.org> <20180905075415.orclqn6jgdyvvmjk@ivaldir.net> <20180905080711eucas1p10973f35a8405d6dde9801d0078ae02f0~Rcn2AHWZx0648406484eucas1p1A@eucas1p1.samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180905080711eucas1p10973f35a8405d6dde9801d0078ae02f0~Rcn2AHWZx0648406484eucas1p1A@eucas1p1.samsung.com> User-Agent: NeoMutt/20170113 (1.7.2) Peter Stephenson wrote on Wed, Sep 05, 2018 at 09:07:09 +0100: > On Wed, 5 Sep 2018 09:54:15 +0200 > Baptiste Daroussin wrote: > > In case it might help others, the solution to fix the issue and have a working > > runhelp was to remove the Doc/help.txt file from the sources after extracting > > the tar file. > > Hmm... the help files are supposed to be in the source rather than the > doc distribution, so logically that should be there (along with the help > files themselves). > I've compared the 5.5.1 artifacts (known good) to the 5.6 artifacts. The doc tarball adds Etc/FAQ.html, likely due to workers/43333. The src tarball omits Doc/help/*. > help.txt gets removed by realclean rather than clean, I think because > it's part of the source. > > Possibly we need to build from realclean when making a tarball. For the 5.6 artifacts I did an out-of-tree build in an empty builddir after `git clean -fdx` in the srcdir. The "out-of-tree" part is the problem (I just did another targz-{src,doc} build to confirm that). For now, I'll add a note to the rolling-a-release runbook to run the tarball build in a clean tree using an in-tree build. (I don't have time to fix Doc/Makefile.in right this minute.) Sorry for the regression. Daniel