From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1096 invoked from network); 17 Feb 2005 16:54:58 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 17 Feb 2005 16:54:58 -0000 Received: (qmail 75771 invoked from network); 17 Feb 2005 16:54:51 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 17 Feb 2005 16:54:51 -0000 Received: (qmail 1339 invoked by alias); 17 Feb 2005 16:54:31 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8519 Received: (qmail 1316 invoked from network); 17 Feb 2005 16:54:30 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 17 Feb 2005 16:54:30 -0000 Received: (qmail 74484 invoked from network); 17 Feb 2005 16:54:30 -0000 Received: from vinc17.net4.nerim.net (HELO ay.vinc17.org) (62.212.121.106) by a.mx.sunsite.dk with SMTP; 17 Feb 2005 16:54:26 -0000 Received: from lefevre by ay.vinc17.org with local (Exim 4.34) id 1D1ov1-0007g3-W0; Thu, 17 Feb 2005 17:54:24 +0100 Date: Thu, 17 Feb 2005 17:54:23 +0100 From: Vincent Lefevre To: zsh-users@sunsite.dk Subject: Re: zsh on Opteron (Linux) and limit Message-ID: <20050217165423.GN19378@ay.vinc17.org> Mail-Followup-To: zsh-users@sunsite.dk References: <20050215125144.GI19378@ay.vinc17.org> <20050215125815.GA17248@scowler.net> <20050215155912.GN19378@ay.vinc17.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20050215155912.GN19378@ay.vinc17.org> X-Mailer-Info: http://www.vinc17.org/mutt/ User-Agent: Mutt/1.5.7-vl-20050209i X-Spam-Checker-Version: SpamAssassin 3.0.2 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, score=-2.5 required=6.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.2 X-Spam-Hits: -2.5 On 2005-02-15 16:59:12 +0100, Vincent Lefevre wrote: > On 2005-02-15 07:58:15 -0500, Clint Adams wrote: > > > I've compiled zsh 4.2.4 on Opteron, but the "limit" builtin doesn't > > > work. When called without any argument, it outputs nothing, and a 0 > > > exit status. > > > > Is this a bi-arch or pure64 OS? Which one? > > pure64, I suppose. How can I tell? Hmm... there are /usr/lib and /usr/lib64 directories. Is it bi-arch? Also... helene:~hc> ldd /bin/zsh [which has a working limit builtin] libdl.so.2 => /lib64/libdl.so.2 (0x0000003bfa400000) libnsl.so.1 => /lib64/libnsl.so.1 (0x0000003bfd200000) libncurses.so.5 => /usr/lib64/libncurses.so.5 (0x0000003bfd400000) libtermcap.so.2 => /lib64/libtermcap.so.2 (0x0000003bfb800000) libm.so.6 => /lib64/tls/libm.so.6 (0x0000003bfa200000) libc.so.6 => /lib64/tls/libc.so.6 (0x0000003bf9f00000) /lib64/ld-linux-x86-64.so.2 (0x0000003bf9d00000) helene:~hc> ldd bin/zsh [the one I've compiled] libdl.so.2 => /lib64/libdl.so.2 (0x0000003bfa400000) libnsl.so.1 => /lib64/libnsl.so.1 (0x0000003bfd200000) libncurses.so.5 => /usr/lib64/libncurses.so.5 (0x0000003bfd400000) libm.so.6 => /lib64/tls/libm.so.6 (0x0000003bfa200000) libc.so.6 => /lib64/tls/libc.so.6 (0x0000003bf9f00000) /lib64/ld-linux-x86-64.so.2 (0x0000003bf9d00000) and if I use the stat builtin with ~hc/bin/zsh, I get: Shell compiled with wrong ino_t size Shell compiled with wrong off_t size then the normal output (which is correct). -- Vincent Lefèvre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / SPACES project at LORIA