Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: PATCH: pws-19: look no ed
- X-seq: zsh-workers 6339
- From: "Andrej Borsenkow" <borsenkow.msk@xxxxxx>
- To: "Peter Stephenson" <pws@xxxxxxxxxxxxxxxxx>, "Zsh Workers List" <zsh-workers@xxxxxxxxxxxxxx>
- Subject: RE: PATCH: pws-19: look no ed
- Date: Mon, 24 May 1999 18:52:44 +0400
- Importance: Normal
- In-reply-to: <9905221305.AA14791@xxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
After the followin patches:
6318
6322
6326
6330
6331
6332
6335
autoconf;autoheader;configure;make;make install
I got (this happens for *all* subdirectories of Src):
bor@itsrm2:/tools/src/zsh-3.1.5-pws-19%> sudo gmake install
gmake[1]: Entering directory `/tools/src/zsh-3.1.5-pws-19/Src'
gmake[2]: Entering directory `/tools/src/zsh-3.1.5-pws-19/Src'
gmake[3]: Entering directory `/tools/src/zsh-3.1.5-pws-19/Src/Builtins'
gmake[3]: Leaving directory `/tools/src/zsh-3.1.5-pws-19/Src/Builtins'
gmake[3]: Entering directory `/tools/src/zsh-3.1.5-pws-19/Src/Modules'
gmake[3]: Leaving directory `/tools/src/zsh-3.1.5-pws-19/Src/Modules'
gmake[3]: Entering directory `/tools/src/zsh-3.1.5-pws-19/Src/Zle'
gmake[3]: Leaving directory `/tools/src/zsh-3.1.5-pws-19/Src/Zle'
gmake[2]: Leaving directory `/tools/src/zsh-3.1.5-pws-19/Src'
rm -f stamp-modobjs.tmp
gmake[2]: Entering directory `/tools/src/zsh-3.1.5-pws-19/Src'
`zshpaths.h' is up to date.
echo '' builtin.o compat.o cond.o exec.o glob.o hashtable.o hist.o init.o
input.o jobs.o lex.o linklist.o loop.o math.o mem.o module.o options.o
params.o parse.o prompt.o signals.o signames.o subst.o text.o utils.o
watch.o >> ../Src/stamp-modobjs.tmp
gmake[3]: Entering directory `/tools/src/zsh-3.1.5-pws-19/Src/Builtins'
gmake[3]: Leaving directory `/tools/src/zsh-3.1.5-pws-19/Src/Builtins'
gmake[3]: Entering directory `/tools/src/zsh-3.1.5-pws-19/Src/Modules'
gmake[3]: Leaving directory `/tools/src/zsh-3.1.5-pws-19/Src/Modules'
gmake[3]: Entering directory `/tools/src/zsh-3.1.5-pws-19/Src/Zle'
gmake[3]: Leaving directory `/tools/src/zsh-3.1.5-pws-19/Src/Zle'
gmake[2]: Leaving directory `/tools/src/zsh-3.1.5-pws-19/Src'
`stamp-modobjs' is up to date.
../mkinstalldirs /tools/bin
.././install-sh -c zsh /tools/bin/zsh-3.1.5-pws-19
if test -f /tools/bin/zsh; then \
rm -f /tools/bin/zsh.old; \
ln /tools/bin/zsh /tools/bin/zsh.old; \
else :; fi
rm -f /tools/bin/zsh.new
ln /tools/bin/zsh-3.1.5-pws-19 /tools/bin/zsh.new
mv /tools/bin/zsh.new /tools/bin/zsh
gmake[1]: Leaving directory `/tools/src/zsh-3.1.5-pws-19/Src'
gmake[1]: Entering directory `/tools/src/zsh-3.1.5-pws-19/Src'
gmake[2]: Entering directory `/tools/src/zsh-3.1.5-pws-19/Src'
modules=''; \
if test -n "$modules"; then ../mkinstalldirs /tools/lib/zsh/3.1.5-pws-19;
fi; \
for mod in $modules; do \
.././install-sh -c $mod /tools/lib/zsh/3.1.5-pws-19/$mod; \
done
gmake[3]: Entering directory `/tools/src/zsh-3.1.5-pws-19/Src/Builtins'
modules='rlimits.so sched.so'; \
if test -n "$modules"; then ../../mkinstalldirs /tools/lib/zsh/3.1.5-pws-19;
fi; \
for mod in $modules; do \
.././install-sh -c $mod /tools/lib/zsh/3.1.5-pws-19/$mod; \
done
/bin/sh: .././install-sh: not found
/bin/sh: .././install-sh: not found
gmake[3]: *** [install.modules-here] Error 1
gmake[3]: Leaving directory `/tools/src/zsh-3.1.5-pws-19/Src/Builtins'
gmake[2]: *** [install.modules] Error 1
gmake[2]: Leaving directory `/tools/src/zsh-3.1.5-pws-19/Src'
gmake[1]: *** [install.modules] Error 2
gmake[1]: Leaving directory `/tools/src/zsh-3.1.5-pws-19/Src'
gmake: *** [install.modules] Error 2
bor@itsrm2:/tools/src/zsh-3.1.5-pws-19%>
/andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author