zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: Zsh Users <zsh-users@zsh.org>
Subject: Re: build from source
Date: Thu, 1 Feb 2024 15:15:38 -0800	[thread overview]
Message-ID: <CAH+w=7Y2-ca3nNJwSCc4VuhvW+WXR3ymc0ha3Xk3oYU7zxzZjw@mail.gmail.com> (raw)
In-Reply-To: <dce3d24f-522b-4d8e-ad84-b999aff1881f@eastlink.ca>

This is more of a zsh-workers than -users thing but I'll try to give a
short and not too technical answer.

On Thu, Feb 1, 2024 at 2:31 PM Ray Andrews <rayandrews@eastlink.ca> wrote:
>
> cp: cannot stat './Doc/help.txt': No such file or directory
>
> ... doesn't sound serious however that file does exist

I believe this error is trying to copy a newly built help.txt from a
temporary location into the spot where you find one existing.

In order to build help.txt you need both "man" and "perl" installed,
as I recall, plus "yodl" to build the input for "man".

> % make check
>
> Test ./C02cond.ztst failed: bad status 1, expected 0 from:
>    [[ $newnewnew -nt $zlnfs && ! ($unmodified -nt $zlnfs) ]]
> Was testing: -nt cond
> ./C02cond.ztst: test failed.

This is checking whether the "file A is newer than file B" test works
properly.  If you're building on Cygwin or the build directory is on a
remote mounted file system, this frequently fails because the file
creation timestamps may be off.

You can run

% ZTST_continue=1 make check TESTNUM=C02

to have it check the remainder of C02cond just in case there's
anything else failing, otherwise this is likely safe to ignore.


  reply	other threads:[~2024-02-01 23:16 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-01 22:31 Ray Andrews
2024-02-01 23:15 ` Bart Schaefer [this message]
2024-02-02  1:36   ` Ray Andrews
2024-02-02  2:08     ` Bart Schaefer
2024-02-02 16:14       ` Ray Andrews
2024-02-02 17:08         ` Oliver Kiddle
2024-02-02 18:13           ` Ray Andrews
2024-02-02 23:06         ` Ray Andrews
2024-02-03 22:27           ` Bart Schaefer
2024-02-03 23:42             ` Ray Andrews
2024-02-04  1:26               ` Lawrence Velázquez
2024-02-04  2:00                 ` Ray Andrews
2024-02-02  6:00     ` Lawrence Velázquez
2024-02-02 16:30       ` Ray Andrews

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='CAH+w=7Y2-ca3nNJwSCc4VuhvW+WXR3ymc0ha3Xk3oYU7zxzZjw@mail.gmail.com' \
    --to=schaefer@brasslantern.com \
    --cc=zsh-users@zsh.org \
    /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).