zsh-users
 help / color / mirror / code / Atom feed
From: James Devenish <j-devenish@users.sourceforge.net>
To: zsh-users@sunsite.dk
Subject: Re: zsh 4.1.1 make check errors on OS X 10.3 [was: 10.2]
Date: Thu, 1 Jan 2004 09:32:35 +0800	[thread overview]
Message-ID: <20040101013235.GA18846@mail.guild.uwa.edu.au> (raw)
In-Reply-To: <525FE6E8-3BF2-11D8-B757-000A9591EB8C@fastmail.fm>

Hi,

In message <525FE6E8-3BF2-11D8-B757-000A9591EB8C@fastmail.fm>
on Wed, Dec 31, 2003 at 04:34:55PM -0800, Culley Harrelson wrote:
> I am new to zsh so I don't know how to do further tests on the below 
> errors.  It installed fine and seems to be working without problems.  
> With 10.3 out now my environment is getting obscure but I thought I 
> would post these test results anyway...
[...]
> ./C02cond.ztst: starting.
> Test ./C02cond.ztst failed: bad status 1, expected 0 from:
[...]
> Was testing: -N cond
> ./C02cond.ztst: test failed.

This will fail on HFS+ volumes because the access time is not stored (it
will always be equal to the modification time). I suspect there *is* a
dedicated field in the filesystem for storing it (for POSIX purposes)
but it is traditionally absent, and currently unused, under Apple
operating systems. Happily, this would not be a zsh bug per se, so the
following text could be updated:

> The following may (or may not) help identifying the cause:
>   This test can fail on NFS-mounted filesystems as the access and
>   modification times are not updated separately.  This does not indicate
>   a problem in the shell.

E.g. "...This test can fail on NFS-mounted or HFS+ (Apple Mac OS X
default) filesystems as the...".

> ./Y01completion.ztst: starting.
> comptestinit:7: failed to load module: zsh/zpty

The remainder of the errors appear to be related to the "failed to load
module: zsh/zpty" problem. I don't appear to have any such problem under
10.3.1.

PS. I get a lot of warnings about "implicit declaration of function
'ioctl'" (because sys/ioctl.h is not included) but of course there is no
problem when linking. Also, I note that object files have names like
blah..o instead of blah.o (not that it matters).



  reply	other threads:[~2004-01-01  1:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-01  0:34 zsh 4.1.1 make check errors on OS X 10.2 Culley Harrelson
2004-01-01  1:32 ` James Devenish [this message]
2004-01-01 16:10   ` zsh 4.1.1 make check errors on OS X 10.3 [was: 10.2] Culley Harrelson
2004-01-02  2:30     ` James Devenish
2004-01-08 11:26   ` Oliver Kiddle
2004-01-08 11:27     ` James Devenish

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=20040101013235.GA18846@mail.guild.uwa.edu.au \
    --to=j-devenish@users.sourceforge.net \
    --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).