zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-workers@sunsite.dk
Subject: Re: zsh 4.3.9-dev-2
Date: Fri, 17 Apr 2009 14:22:23 -0700	[thread overview]
Message-ID: <090417142225.ZM9829@torch.brasslantern.com> (raw)
In-Reply-To: <26804.1239987872@csr.com>

On Apr 17,  6:04pm, Peter Stephenson wrote:
} Subject: zsh 4.3.9-dev-2
}
} ftp://ftp.zsh.org/pub/development/zsh-4.3.9-dev-2.tar.gz
} ftp://ftp.zsh.org/pub/development/zsh-4.3.9-dev-2-doc.tar.gz
} 
} Please try it and let zsh-workers know if there are problem.

Current CVS checkout builds cleanly and passes all tests starting from
"make distclean" on Mac OSX (Darwin 9.6.0).

Trying the same thing on Linux 2.6.9-78.0.1.plus.c4spm (CentOS 4) I get

echo 'timestamp for *.mdd files' > ../Src/modules.stamp
make[3]: *** No rule to make target `headers'
make[2]: *** [headers] Error 1
make[1]: *** [headers] Error 2

One significant difference is that on Linux I'm using a separate build
tree rather than compiling directly in the source tree.

I tried starting over from scratch and got a different problem:

torch% ../source/configure
(this all goes fine)
torch% make
cd .. && /bin/sh $top_srcdir/Src/mkmakemod.sh Src Makemod
creating Src/Makemod.in
config.status: creating Src/Makemod
creating Src/Builtins/Makefile.in
config.status: creating Src/Builtins/Makefile
creating Src/Modules/Makefile.in
config.status: creating Src/Modules/Makefile
creating Src/Zle/Makefile.in
config.status: creating Src/Zle/Makefile
(etc. until eventually)
gcc -c -I.  -DHAVE_CONFIG_H -Wall -Wmissing-prototypes -O2  -o signames.o signames.c
In file included from signames.c:6:
zsh.mdh:34:25: builtin.epro: No such file or directory
zsh.mdh:35:24: compat.epro: No such file or directory
zsh.mdh:36:22: cond.epro: No such file or directory
zsh.mdh:37:22: exec.epro: No such file or directory
zsh.mdh:38:22: glob.epro: No such file or directory
zsh.mdh:39:27: hashtable.epro: No such file or directory
zsh.mdh:40:22: hist.epro: No such file or directory
zsh.mdh:41:22: init.epro: No such file or directory
zsh.mdh:42:23: input.epro: No such file or directory
zsh.mdh:43:22: jobs.epro: No such file or directory
zsh.mdh:44:21: lex.epro: No such file or directory
zsh.mdh:45:26: linklist.epro: No such file or directory
zsh.mdh:46:22: loop.epro: No such file or directory
zsh.mdh:47:22: math.epro: No such file or directory
zsh.mdh:48:21: mem.epro: No such file or directory
zsh.mdh:49:24: module.epro: No such file or directory
zsh.mdh:50:25: options.epro: No such file or directory
zsh.mdh:51:24: params.epro: No such file or directory
zsh.mdh:52:23: parse.epro: No such file or directory
zsh.mdh:53:25: pattern.epro: No such file or directory
zsh.mdh:54:24: prompt.epro: No such file or directory
zsh.mdh:55:25: signals.epro: No such file or directory
zsh.mdh:57:22: sort.epro: No such file or directory
zsh.mdh:58:24: string.epro: No such file or directory
zsh.mdh:59:23: subst.epro: No such file or directory
zsh.mdh:60:22: text.epro: No such file or directory
zsh.mdh:61:23: utils.epro: No such file or directory
zsh.mdh:62:23: watch.epro: No such file or directory
make[2]: *** [signames.o] Error 1
make[2]: Target `modobjs' not remade because of errors.
make[1]: *** [modobjs] Error 2

and then a bit later (because I'm using "make -k")

gcc -c -I.  -DHAVE_CONFIG_H -DMODULE -Wall -Wmissing-prototypes -O2 -fPIC -o errnames..o errnames.c
In file included from system.mdh:17,
                 from errnames.c:6:
zsh.mdh:34:25: builtin.epro: No such file or directory
zsh.mdh:35:24: compat.epro: No such file or directory
zsh.mdh:36:22: cond.epro: No such file or directory
zsh.mdh:37:22: exec.epro: No such file or directory
zsh.mdh:38:22: glob.epro: No such file or directory
zsh.mdh:39:27: hashtable.epro: No such file or directory
zsh.mdh:40:22: hist.epro: No such file or directory
zsh.mdh:41:22: init.epro: No such file or directory
zsh.mdh:42:23: input.epro: No such file or directory
zsh.mdh:43:22: jobs.epro: No such file or directory
zsh.mdh:44:21: lex.epro: No such file or directory
zsh.mdh:45:26: linklist.epro: No such file or directory
zsh.mdh:46:22: loop.epro: No such file or directory
zsh.mdh:47:22: math.epro: No such file or directory
zsh.mdh:48:21: mem.epro: No such file or directory
zsh.mdh:49:24: module.epro: No such file or directory
zsh.mdh:50:25: options.epro: No such file or directory
zsh.mdh:51:24: params.epro: No such file or directory
zsh.mdh:52:23: parse.epro: No such file or directory
zsh.mdh:53:25: pattern.epro: No such file or directory
zsh.mdh:54:24: prompt.epro: No such file or directory
zsh.mdh:55:25: signals.epro: No such file or directory
zsh.mdh:57:22: sort.epro: No such file or directory
zsh.mdh:58:24: string.epro: No such file or directory
zsh.mdh:59:23: subst.epro: No such file or directory
zsh.mdh:60:22: text.epro: No such file or directory
zsh.mdh:61:23: utils.epro: No such file or directory
zsh.mdh:62:23: watch.epro: No such file or directory
In file included from errnames.c:6:
system.mdh:31:24: system.epro: No such file or directory
make[3]: *** [errnames..o] Error 1
make[3]: Target `modules' not remade because of errors.
make[2]: *** [modules] Error 1
make[1]: *** [modules] Error 2
make[1]: Target `all' not remade because of errors.
make: *** [all] Error 1

-- 


       reply	other threads:[~2009-04-17 21:23 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <26804.1239987872@csr.com>
2009-04-17 21:22 ` Bart Schaefer [this message]
2009-04-17 21:36   ` Bart Schaefer
2009-04-18 11:55     ` Peter Stephenson
2009-04-20  4:00 ` zsh 4.3.9-dev-2, two test failures on NetBSD Paul Ackersviller
2009-04-20 16:48   ` Peter Stephenson
2009-04-20 21:48     ` Paul Ackersviller
2009-04-21  9:35       ` Peter Stephenson
2009-04-21 18:49         ` Paul Ackersviller

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=090417142225.ZM9829@torch.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --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).