Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: zsh 4.3.9-dev-2



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

-- 



Messages sorted by: Reverse Date, Date, Thread, Author