zsh-workers
 help / color / mirror / code / Atom feed
From: Barry.Schwartz@chemoelectric.org
To: zsh-workers@sunsite.dk
Subject: Zsh 4.2.3 and 4.2.4 are built improperly on AMD64 Gentoo Linux version 2005.0
Date: Fri, 11 Feb 2005 17:43:34 -0600	[thread overview]
Message-ID: <20050211234334.GA22212@crud.crud.mn.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1816 bytes --]

Zsh 4.2.3 and 4.2.4 are built improperly on AMD64 Gentoo Linux,
profile 2005.0.  Here's what the configure script shows:

checking where the RLIMIT macros are located... configure: WARNING: RLIMIT MACROS NOT FOUND:  please report to developers
/dev/null
checking if rlim_t is longer than a long... no
checking if the rlim_t is unsigned... yes
checking for rlim_t... yes
checking for limit RLIMIT_AIO_MEM... no
checking for limit RLIMIT_AIO_OPS... no
checking for limit RLIMIT_AS... yes
checking for limit RLIMIT_LOCKS... yes
checking for limit RLIMIT_MEMLOCK... yes
checking for limit RLIMIT_NPROC... yes
checking for limit RLIMIT_NOFILE... yes
checking for limit RLIMIT_PTHREAD... no
checking for limit RLIMIT_RSS... yes
checking for limit RLIMIT_SBSIZE... no
checking for limit RLIMIT_TCACHE... no
checking for limit RLIMIT_VMEM... no
checking for limit RLIMIT_SIGPENDING... yes
checking for limit RLIMIT_MSGQUEUE... yes
checking if RLIMIT_VMEM and RLIMIT_RSS are the same... no
checking if RLIMIT_VMEM and RLIMIT_AS are the same... no


My little workaround is to apply the following patch and run
autoconf.  This doesn't really fix the problem, it just gets zsh built
for me.

--- ORIG/configure.ac   2005-01-12 10:55:06.000000000 +0000
+++ zsh-4.2.3/configure.ac      2005-01-22 06:09:38.567302976 +0000
@@ -1273,6 +1273,7 @@
                    /usr/include/sys/resource.h       dnl
                    /usr/include/bits/resource.h      dnl
                    /usr/include/resourcebits.h       dnl
+                   /usr/include/asm-x86_64/resource.h dnl
                    /dev/null;
 do
   test -f $RESOURCE_H && \




-- 
Barry.Schwartz@chemoelectric.org    http://www.chemoelectric.org
"I have directed that in the future I sign each letter." -- Rumsfeld

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

             reply	other threads:[~2005-02-12  0:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-11 23:43 Barry.Schwartz [this message]
2005-02-12  0:13 ` Clint Adams
2005-02-14 13:52 ` Peter Stephenson

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=20050211234334.GA22212@crud.crud.mn.org \
    --to=barry.schwartz@chemoelectric.org \
    --cc=zsh-workers@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).