zsh-workers
 help / color / mirror / code / Atom feed
From: Seiichi Namba <sn@asahi-net.email.ne.jp>
To: zsh-workers@sunsite.dk
Subject: Re: zsh-4.0.[12] won't "configure"
Date: Tue, 03 Jul 2001 20:22:18 +0900	[thread overview]
Message-ID: <200107031132.f63BWNa26307@goro.asahi-net.or.jp> (raw)
In-Reply-To: Your message of "Tue, 03 Jul 2001 09:52:29 JST." <000d01c10384$588b38d0$21c9ca95@mow.siemens.ru>

--------
Thank you Andrej Borsenkow, and Bart Schaefer for your quick responses.

In message <000d01c10384$588b38d0$21c9ca95@mow.siemens.ru>,
   "Andrej Borsenkow" writes:
> > See config.modules for installed modules and functions.
> >
> > creating Config/defs.mk
> > sed: Couldn't open file ./Config/funcinst.mk
> 
> 
> You must have broken sed. funcinst.mk was removed in 3.1.9-dev-8 when
> config.modules was introduced. It still hangs around, but it should not harm
> in any way; look:

I saw, and cited the sed messages, but I did not noticed that it was
the culprit.  Indeed my /usr/bin/sed is:

$ sed-1.18-mbyte-extension-1.03 --version
GNU sed version 1.18 + multi-byte extension 1.03

which is very old Japanized version, on which my Japanese word
processing scripts built in years depend so much that still I can't
replace -- some newer Japanized versions exists but there are lots of
difference aside this issue.  Actually the two sed's behave
differently as Andrej pointed out:

$ echo aaa | sed-1.18-mbyte-extension-1.03 '/aaa/r /tmp/IN-EXISTING'; echo $?
sed-1.18-mbyte-extension-1.03: Couldn't open file /tmp/IN-EXISTING
4
$ echo aaa | sed-3.02 '/aaa/r /tmp/IN-EXISTING; echo $?
aaa
0

After all I compiled zsh with replacing /usr/bin/sed symlink to
sed-3.02, but I am glad that if you could change zshconfig.ac (or any
other file) as the Andrej's patch since there may be still another old
GNU sed in someone's /usr/bin.

Thank you.

S.Namba <sn@asahi-net.email.ne.jp>
http://www.asahi-net.or.jp/~pi9s-nnb/


      reply	other threads:[~2001-07-03 11:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-03  3:28 Seiichi Namba
2001-07-03  5:50 ` Bart Schaefer
2001-07-03  5:52 ` Andrej Borsenkow
2001-07-03 11:22   ` Seiichi Namba [this message]

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=200107031132.f63BWNa26307@goro.asahi-net.or.jp \
    --to=sn@asahi-net.email.ne.jp \
    --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).