From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28724 invoked from network); 28 Sep 2009 05:57:20 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from new-brage.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.254.104) by ns1.primenet.com.au with SMTP; 28 Sep 2009 05:57:20 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 93170 invoked from network); 28 Sep 2009 05:50:36 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 28 Sep 2009 05:50:36 -0000 Received: (qmail 8071 invoked by alias); 28 Sep 2009 05:50:33 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 27291 Received: (qmail 8047 invoked from network); 28 Sep 2009 05:50:32 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 28 Sep 2009 05:50:32 -0000 Received: from vms173019pub.verizon.net (vms173019pub.verizon.net [206.46.173.19]) by bifrost.dotsrc.org (Postfix) with ESMTP id 9BFA48058CAB for ; Mon, 28 Sep 2009 07:50:24 +0200 (CEST) Received: from torch.brasslantern.com ([96.238.222.107]) by vms173019.mailsrvcs.net (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPA id <0KQO00HER2VUC8E7@vms173019.mailsrvcs.net> for zsh-workers@sunsite.dk; Mon, 28 Sep 2009 00:50:23 -0500 (CDT) Received: from torch.brasslantern.com (localhost.localdomain [127.0.0.1]) by torch.brasslantern.com (8.13.1/8.13.1) with ESMTP id n8S5oGVS017648 for ; Sun, 27 Sep 2009 22:50:17 -0700 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id n8S5oGv2017647 for zsh-workers@sunsite.dk; Sun, 27 Sep 2009 22:50:16 -0700 From: Bart Schaefer Message-id: <090927225016.ZM17646@torch.brasslantern.com> Date: Sun, 27 Sep 2009 22:50:16 -0700 X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@sunsite.dk Subject: Rebuilding from CVS on Snow Leopard MIME-version: 1.0 Content-type: text/plain; charset=us-ascii X-Virus-Scanned: ClamAV 0.94.2/9843/Mon Sep 28 04:23:36 2009 on bifrost X-Virus-Status: Clean N.b. "make clean" doesn't remove Src/Modules/*.so -- I had to do that by hand in order to get them to recompile for 64bit. "make check" completes cleanly, so the following is mostly informational. While running configure: configure: WARNING: libc.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: libc.h: proceeding with the compiler's result configure: WARNING: stdio.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: stdio.h: proceeding with the compiler's result configure: WARNING: wchar.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: wchar.h: proceeding with the compiler's result configure: WARNING: ncurses.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: ncurses.h: proceeding with the compiler's result configure: WARNING: curses.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: curses.h: proceeding with the compiler's result checking where curses key definitions are located... In file included from /usr/include/stdio.h:444, from /usr/include/curses.h:141, from nametmp.c:2: /usr/include/secure/_stdio.h:46: error: syntax error in macro parameter list /usr/include/secure/_stdio.h:53: error: syntax error in macro parameter list /usr/include/curses.h While compiling: rlimits.c: In function 'showlimitvalue': rlimits.c:104: warning: format '%lu' expects type 'long unsigned int', but argument 2 has type 'rlim_t' rlimits.c:133: warning: format '%lu' expects type 'long unsigned int', but argument 2 has type 'long long unsigned int' rlimits.c:135: warning: format '%lu' expects type 'long unsigned int', but argument 2 has type 'long long unsigned int' rlimits.c: In function 'printulimit': rlimits.c:373: warning: format '%lu' expects type 'long unsigned int', but argument 2 has type 'rlim_t' gcc -c -I. -DHAVE_CONFIG_H -DMODULE -Wall -Wmissing-prototypes -O2 -fno-common -o socket..o socket.c socket.c: In function 'bin_zsocket': socket.c:106: warning: call to __builtin___strncpy_chk will always overflow destination buffer socket.c:235: warning: call to __builtin___strncpy_chk will always overflow destination buffer gcc -c -I. -DHAVE_CONFIG_H -DMODULE -Wall -Wmissing-prototypes -O2 -fno-common -o zftp..o zftp.c zftp.c: In function 'zftp_local': zftp.c:2522: warning: format '%ld' expects type 'long int', but argument 2 has type 'off_t'