zsh-workers
 help / color / mirror / code / Atom feed
From: "Andrej Borsenkow" <borsenkow.msk@sni.de>
To: "Peter Stephenson" <pws@ibmth.df.unipi.it>,
	"Zsh Workers List" <zsh-workers@sunsite.auc.dk>
Subject: RE: PATCH: pws-19: look no ed
Date: Mon, 24 May 1999 18:52:44 +0400	[thread overview]
Message-ID: <008201bea5f5$14f1bcf0$21c9ca95@mow.siemens.ru> (raw)
In-Reply-To: <9905221305.AA14791@ibmth.df.unipi.it>

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


  reply	other threads:[~1999-05-24 14:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-05-21 20:57 PATCH: cygwin and pws-19 Scott RoLanD
1999-05-22 13:05 ` PATCH: pws-19: look no ed Peter Stephenson
1999-05-24 14:52   ` Andrej Borsenkow [this message]
1999-05-24 15:18     ` Peter Stephenson
1999-05-24 15:53       ` Andrej Borsenkow

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='008201bea5f5$14f1bcf0$21c9ca95@mow.siemens.ru' \
    --to=borsenkow.msk@sni.de \
    --cc=pws@ibmth.df.unipi.it \
    --cc=zsh-workers@sunsite.auc.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).