zsh-workers
 help / color / mirror / code / Atom feed
From: Seiichi Namba <sn@asahi-net.email.ne.jp>
To: zsh-workers@sunsite.dk
Subject: zsh-4.0.[12] won't "configure"
Date: Tue, 03 Jul 2001 12:28:42 +0900	[thread overview]
Message-ID: <200107030329.f633Tsa61798@goro.asahi-net.or.jp> (raw)


Thanks for all your efforts on the shell,

But what happened to Config/funcinst.mk in zsh-4.0.[12] ?

 ./configure ends up like this:

------------------------------------------------------------cut
zsh configuration
-----------------
zsh version               : 4.0.2
host operating system     : i686-pc-linux-gnu
                          :
                          :
                          :
See config.modules for installed modules and functions.

creating Config/defs.mk
sed: Couldn't open file ./Config/funcinst.mk
creating Makefile
sed: Couldn't open file ./Config/funcinst.mk
creating Doc/Makefile
sed: Couldn't open file ./Config/funcinst.mk
creating Etc/Makefile
sed: Couldn't open file ./Config/funcinst.mk
creating Src/Makefile
sed: Couldn't open file ./Config/funcinst.mk
creating Test/Makefile
sed: Couldn't open file ./Config/funcinst.mk
creating config.h
config.h is unchanged
------------------------------------------------------------cut

Above is the output from /bin/sh -> bash-1.14,
and the result is the almost the same on bash-2.03.0(1)-release.

Apparently seems like zsh-4.0.1.tar.bz2 lacks the file:

$ md5sum zsh-4.0.2.tar.bz2 
11cfcd3ff0b53ced5b99cc7bd3dd7235  zsh-4.0.2.tar.bz2

$ tar yvtf  zsh-4.0.1.tar.bz2 | grep Config
drwxr-xr-x pws/users         0 2001-06-02 00:01 zsh-4.0.1/Config/
-rw-r--r-- pws/users       123 2000-12-05 23:40 zsh-4.0.1/Config/.distfiles
-rw-r--r-- pws/users         8 1999-07-03 22:17 zsh-4.0.1/Config/.cvsignore
-rw-r--r-- pws/users      1783 1999-04-16 03:05 zsh-4.0.1/Config/clean.mk
-rw-r--r-- pws/zsh        1789 2001-05-21 19:53 zsh-4.0.1/Config/config.mk
-rw-r--r-- pws/zsh        3156 2001-05-09 18:50 zsh-4.0.1/Config/defs.mk.in
-rw-r--r-- pws/zsh        1326 2001-06-01 23:47 zsh-4.0.1/Config/version.mk
-rwxr-xr-x pws/zsh        1135 2001-05-21 19:53 zsh-4.0.1/Config/installfns.sh
-rwxr-xr-x pws/users      1220 2000-12-05 23:32 zsh-4.0.1/Config/uninstallfns.sh

$ tar yvtf  zsh-4.0.2.tar.bz2 | grep Config
drwxr-xr-x pws/users         0 2001-06-26 19:16 zsh-4.0.2/Config/
-rw-r--r-- pws/users       123 2000-12-05 23:39 zsh-4.0.2/Config/.distfiles
-rw-r--r-- pws/users         8 1999-07-03 22:17 zsh-4.0.2/Config/.cvsignore
-rw-r--r-- pws/users      1783 1999-04-16 03:05 zsh-4.0.2/Config/clean.mk
-rw-r--r-- pws/users      1789 2001-05-20 19:59 zsh-4.0.2/Config/config.mk
-rw-r--r-- pws/users      3156 2001-04-24 04:59 zsh-4.0.2/Config/defs.mk.in
-rw-r--r-- pws/users      1327 2001-06-26 01:42 zsh-4.0.2/Config/version.mk
-rwxr-xr-x pws/users      1135 2001-05-20 19:59 zsh-4.0.2/Config/installfns.sh
-rwxr-xr-x pws/users      1220 2000-12-05 04:21 zsh-4.0.2/Config/uninstallfns.sh

$ tar zvtf  zsh-3.1.9.tar.gz | grep Config
drwxr-xr-x pws/users         0 2000-06-06 06:17 zsh-3.1.9/Config/
-rw-r--r-- pws/zsh         135 1999-07-13 02:03 zsh-3.1.9/Config/.distfiles
-rw-r--r-- pws/zsh           8 1999-07-03 22:17 zsh-3.1.9/Config/.cvsignore
-rw-r--r-- pws/zsh        1783 1999-04-16 03:05 zsh-3.1.9/Config/clean.mk
-rw-r--r-- pws/zsh        1771 2000-05-22 03:31 zsh-3.1.9/Config/config.mk
-rw-r--r-- pws/zsh        3274 2000-05-30 18:15 zsh-3.1.9/Config/defs.mk.in
-rw-r--r-- pws/zsh        2011 2000-01-15 04:14 zsh-3.1.9/Config/funcinst.mk
-rw-r--r-- pws/users      1326 2000-06-06 06:14 zsh-3.1.9/Config/version.mk
-rwxr-xr-x pws/zsh         832 2000-01-15 04:14 zsh-3.1.9/Config/installfns.sh
-rwxr-xr-x pws/zsh        1015 2000-01-15 04:14 zsh-3.1.9/Config/uninstallfns.sh

Or Config/funcinst.mk should have been made by auto(re)conf or something ?

$ autoconf --version
Autoconf version 2.13
$ automake --version
automake (GNU automake) 1.4

Or did I screwed up something ?

My system is based on slackware-7.0, and libc is:
   /lib/libc.so.6 -> libc-2.1.2.so

Once I could configure and make zsh-4.0.1.tar.bz2 using
kinda old CVS archive I kept, but I lost the CVS content.

Will zsh-3.1.9/Config/funcinst.mk do the job (it seems succeeds too),
or should I wait the next fix ?


I am not subscribing this mailing list, so I am glad if some of you
can respond with Cc: to me.

Thanks in advance,
Seiichi

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


             reply	other threads:[~2001-07-03  3:30 UTC|newest]

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

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=200107030329.f633Tsa61798@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).