From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21954 invoked by alias); 11 Dec 2016 02:37:53 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 22183 Received: (qmail 5921 invoked from network); 11 Dec 2016 02:37:53 -0000 X-Qmail-Scanner-Diagnostics: from mta04.eastlink.ca 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(24.224.136.10):SA:0(-3.7/5.0):. Processed in 0.691364 secs); 11 Dec 2016 02:37:53 -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=-3.7 required=5.0 tests=RCVD_IN_DNSWL_LOW, RP_MATCHES_RCVD,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: rayandrews@eastlink.ca X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.eastlink.ca designates 24.224.136.10 as permitted sender) MIME-version: 1.0 Content-transfer-encoding: 8BIT Content-type: text/plain; charset=windows-1252; format=flowed X-Authority-Analysis: v=2.2 cv=HKaBLclv c=1 sm=1 tr=0 a=xPWM5QW5oS+lNOfUWk9MeA==:117 a=xPWM5QW5oS+lNOfUWk9MeA==:17 a=N659UExz7-8A:10 a=HYshxDoSAAAA:8 a=5fUrr12xclWmES8SyJsA:9 a=pILNOxqGKmIA:10 a=na7qQM7zoEAPfvOk0o6d:22 X-EL-IP-NOAUTH: 24.207.97.144 Message-id: <584CB4EF.6070904@eastlink.ca> Date: Sat, 10 Dec 2016 18:07:43 -0800 From: Ray Andrews User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.7.0 To: zsh-users@zsh.org Subject: Re: zsh-5.2-test-3 References: <20161206194916.10448440@ntlworld.com> <20161209095729.2033b5be@pwslap01u.europe.root.pri> <20161209195457.27e43234@ntlworld.com> In-reply-to: <20161209195457.27e43234@ntlworld.com> On 12/09/2016 11:54 AM, Peter Stephenson wrote: > > 5.2-test-3 is in > > http://www.zsh.org/pub/development/ > > Seems to have fired up ok, however: $ make -s builtin.c:5041:11: warning: ‘cursplit’ may be used uninitialized in this function [-Wmaybe-uninitialized] compmatch.c:774:15: warning: ‘savl’ may be used uninitialized in this function [-Wmaybe-uninitialized] $ make check ./V10private.ztst: starting. Pattern match failed: ************************************** 46 successful test scripts, 1 failure, 1 skipped ************************************** Makefile:187: recipe for target 'check' failed make[1]: *** [check] Error 1 make[1]: Leaving directory '/aMisc/Zsh-new/zsh-5.2-test-3/Test' Makefile:263: recipe for target 'check' failed make: *** [check] Error 2 make check 10.40s user 7.06s system 32% cpu 53.316 total ... I remember there were a few inconsequential errors last time I did this however. BTW, if there a 'make check' that only shows errors or warnings? No need to see all the stuff that's fine.