From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27495 invoked by alias); 12 May 2011 16:18:01 -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: 29244 Received: (qmail 20956 invoked from network); 12 May 2011 16:17:59 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at closedmail.com does not designate permitted sender hosts) From: Bart Schaefer Message-id: <110512091746.ZM13635@torch.brasslantern.com> Date: Thu, 12 May 2011 09:17:46 -0700 In-reply-to: <20110512162835.3f2c7b03@pwslap01u.europe.root.pri> Comments: In reply to Peter Stephenson "zsh 4.3.11-dev-3" (May 12, 4:28pm) References: <20110512162835.3f2c7b03@pwslap01u.europe.root.pri> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: "Zsh Hackers' List" Subject: Re: zsh 4.3.11-dev-3 MIME-version: 1.0 Content-type: text/plain; charset=us-ascii I haven't tried from the tarball but I can confirm that the current CVS head builds on MacOS -- uname -a says: Darwin macadamia 10.7.0 Darwin Kernel Version 10.7.0: Sat Jan 29 15:17:16 PST 2011; root:xnu-1504.9.37~1/RELEASE_I386 i386 and on CentOS 4, dynamic and static link, with build tree separate from source tree: Linux torch 2.6.9-89.ELsmp #1 SMP Mon Jun 22 12:32:43 EDT 2009 i686 i686 i386 GNU/Linux On the latter with a static link I've started getting one harmless test failure that I didn't get before: Warning: zsh/example not linked: not checking autoloading Test ../../zsh-4.0/Test/V01zmodload.ztst failed: bad status 1, expected 0 from: zmodload -u zsh/example builtin example Error output: (eval):zmodload:1: no such module zsh/example (eval):2: no such builtin: example Was testing: Autoloads are persistent I think the "persistence" test should be skipped without an error when the example module is not available.