zsh-users
 help / color / mirror / code / Atom feed
From: Vincent Lefevre <vincent@vinc17.org>
To: zsh-users@sunsite.dk
Subject: Re: zsh on Opteron (Linux) and limit
Date: Thu, 17 Feb 2005 17:54:23 +0100	[thread overview]
Message-ID: <20050217165423.GN19378@ay.vinc17.org> (raw)
In-Reply-To: <20050215155912.GN19378@ay.vinc17.org>

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 <vincent@vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / SPACES project at LORIA


  reply	other threads:[~2005-02-17 16:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-15 12:51 Vincent Lefevre
2005-02-15 12:58 ` Clint Adams
2005-02-15 15:59   ` Vincent Lefevre
2005-02-17 16:54     ` Vincent Lefevre [this message]
2005-02-15 14:15 ` Andrei A. Voropaev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050217165423.GN19378@ay.vinc17.org \
    --to=vincent@vinc17.org \
    --cc=zsh-users@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).