From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18247 invoked by alias); 12 Nov 2013 21:10:59 -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: 31962 Received: (qmail 9110 invoked from network); 12 Nov 2013 21:10:53 -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.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=U9ddMthuQ/Mga2ndiEMLRDV79ELy9iYZCDsf4yJ0eDw=; b=fxUJJpwewEoUmGDLdI7QOoQYbXnkI79cgHGciTj+Jq/5K1flmYlY376GQMuC+Xrq43 nKETTPHT6oEaOW3nHv2zpy4iC7rEoyWVwayJ8qbqILufWZheRRbcRjmIRHSccStO2goS dexK3Sqp3M5zR+/DXj10B+J9Z6+RhxN0Utmpk3RSShSdBR/LILCA/U9AYPX6Gz2XfmpJ WHKS3lNJfZsrkSuw6zq+Zb3eo7EyiAM9PAZOztK/4pIGOWlCMOeXfeMeDax5hwrVyVNw Gfiqv0rbyR9cXK3iEQORlr6jsu+USCuUooqa9k/m5X7FBEhxmEqotHa6zOdLTX2hmC37 4/OA== X-Gm-Message-State: ALoCoQmJ5G70s/aSeav23DzjYj4J/mlwhzI6/lF/0qdroEHk+NeH+HdiDwF+KZDfV1jhwQO1vWeE X-Received: by 10.180.79.230 with SMTP id m6mr18096683wix.19.1384290268275; Tue, 12 Nov 2013 13:04:28 -0800 (PST) X-ProxyUser-IP: 86.6.157.246 Date: Tue, 12 Nov 2013 21:04:24 +0000 From: Peter Stephenson To: zsh-workers@zsh.org Subject: Re: Install run-help and *.zwc files system wide in build system Message-ID: <20131112210424.177c035b@pws-pc.ntlworld.com> In-Reply-To: <20131112174805.26ecab48@pwslap01u.europe.root.pri> References: <20131110181333.7682d38f@pws-pc.ntlworld.com> <131110183043.ZM21795@torch.brasslantern.com> <131111084228.ZM26372@torch.brasslantern.com> <20131112101139.31d67b73@pwslap01u.europe.root.pri> <20131112174805.26ecab48@pwslap01u.europe.root.pri> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.7; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit It's committed... I expect it'll take some shaking down with people running it and making sure it fails safe if it can't run perl, and so on. I will draw attention to it for 5.0.2-test-2. In particular, I'm not convinced by these... open(LOCALE, '-|', 'locale', '-a') || &Die('cannot execute locale -a'); etc... I don't think you find out if locale even failed to start (never mind the exit status) until you wait for the forked process when you close the file handle. You get a success from the open as soon as it's succesfully forked. It would be good to make run-help into run-help.in, substitute the help directory in it when config.status gets run, and install the result (and also not install run-help.in). Then nobody needs to set an environment variable (but the environment variable will override the value in the file). I'll probably get around to it. -- Peter Stephenson Web page now at http://homepage.ntlworld.com/p.w.stephenson/