From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9142 invoked from network); 2 Jul 2006 23:42:09 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 2 Jul 2006 23:42:09 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 19497 invoked from network); 2 Jul 2006 23:42:03 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 2 Jul 2006 23:42:03 -0000 Received: (qmail 23227 invoked by alias); 2 Jul 2006 23:42:01 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 22535 Received: (qmail 23218 invoked from network); 2 Jul 2006 23:42:01 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 2 Jul 2006 23:42:01 -0000 Received: (qmail 19193 invoked from network); 2 Jul 2006 23:42:01 -0000 Received: from vms048pub.verizon.net (206.46.252.48) by a.mx.sunsite.dk with SMTP; 2 Jul 2006 23:42:00 -0000 Received: from torch.brasslantern.com ([71.116.74.94]) by vms048.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0J1S007N7V5ST7Q8@vms048.mailsrvcs.net> for zsh-workers@sunsite.dk; Sun, 02 Jul 2006 18:41:52 -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 k62Nfp8R027990 for ; Sun, 02 Jul 2006 16:41:51 -0700 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id k62Nfp66027989 for zsh-workers@sunsite.dk; Sun, 02 Jul 2006 16:41:51 -0700 Date: Sun, 02 Jul 2006 16:41:51 -0700 From: Bart Schaefer Subject: Re: "limit" broken on 64bit Linux? In-reply-to: <060702145022.ZM26435@torch.brasslantern.com> To: zsh-workers@sunsite.dk Message-id: <060702164151.ZM27988@torch.brasslantern.com> MIME-version: 1.0 X-Mailer: OpenZMail Classic (0.9.2 24April2005) Content-type: text/plain; charset=us-ascii References: <200606271142.k5RBgcDL019327@news01.csr.com> <060702145022.ZM26435@torch.brasslantern.com> Comments: In reply to Bart Schaefer "Re: "limit" broken on 64bit Linux?" (Jul 2, 2:50pm) On Jul 2, 2:50pm, Bart Schaefer wrote: } } This looks like it's related to workers/20728 and workers/20816, except } that there's also a change to (if I read it correctly) allow a double } leading underscore on the RLIMIT macros. I've now sucessfully built 4.2.6 on the x86_64 machine, and "limit" is fine in that build, so I don't think we need to worry about this. } I still don't have an answer to why the autoconf perl modules aren't } working. That turned out to be because there was an old autm4te.cache directory hanging around from a build on another architecture. We might want to consider removing that directory in "make clean" and "make distclean".