From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1109 invoked by alias); 27 Aug 2018 17:51:16 -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: 43340 Received: (qmail 27915 invoked by uid 1010); 27 Aug 2018 17:51:16 -0000 X-Qmail-Scanner-Diagnostics: from out1-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(66.111.4.25):SA:0(-1.9/5.0):. Processed in 1.510025 secs); 27 Aug 2018 17:51:16 -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=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, SPF_HELO_PASS,SPF_SOFTFAIL,T_DKIM_INVALID autolearn=no autolearn_force=no version=3.4.1 X-Envelope-From: danielsh@apache.org X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding: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=q8q6dZ aIB3Vy5VOzaJBUOJ9Iqoyr53E3IMM+Ak7kDCc=; b=Nkb87P9fXOYrFPk894hC4s YIfEAAw70KvaC1EAL1PkMQRj5Ad8y7Rmeu1ohsVIsPOKnRE8wWFvsgXWvfWaAHso T5TUV0jOB/wL45OsN9pcgWzrYoLwTTbLVZrmqlme4MrJPrKuX8BN823l94ac9ZSO VKeIucoO2ium0BypAIPQC3HRBw9eJdkS7cPNoqYAa159FpgWmcqqftJ6nOiWc6vW bfSXUMSaH93wiCtrlheWd3wSgejMtxwXEP4CgKkaPdnxqq4lyLyCrmoymCItJYt2 Mg2TGk/9bdGhuQYI49JA1PHzykgDGPDtpi6s6bcVxnA9yZn/7EbEJcy6U4zjLJsQ == X-ME-Proxy: X-ME-Sender: Message-Id: <1535392271.2190212.1487752296.774754C5@webmail.messagingengine.com> From: Daniel Shahaf To: Bart Schaefer Cc: Zsh hackers list MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-7b72137a In-Reply-To: References: <20180826200428.f3fvd7wzcoa3f6ik@tarpaulin.shahaf.local2> <1535387696.2168945.1487661848.63780648@webmail.messagingengine.com> Date: Mon, 27 Aug 2018 17:51:11 +0000 Subject: Re: Test release: zsh 5.5.1-test-2 Bart Schaefer wrote on Mon, 27 Aug 2018 09:59 -0700: > On Mon, Aug 27, 2018 at 9:34 AM, Daniel Shahaf wrote: > > Bart Schaefer wrote on Mon, 27 Aug 2018 09:03 -0700: > >> 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. > >> > > > > You mean 43333? I haven't pushed it yet: I didn't want to destabilize > > Hmm, OK. Could be that this isn't a new error and it's just been a > long while since Doc/Makefile was itself rebuilt. > > A different oddity: > > % compaudit > There are insecure directories: > /Users/schaefer/Public/zsh/Functions/Math > /Users/schaefer/Public/zsh/Completion/BSD/Type > > Those two directories have become group-writable, which they were not > before. Not critical except for running compinit out of the source > tree, but why did that mode change happen? Those directories were created in 2015 and 2016. No other directories were created since then. I guess that you `git checkout`ed a pre-2015 commit (perhaps an old tag?) and then did `git checkout master` with umask 002 in effect.