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

zsh-4.0.[12] won't "configure"



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@xxxxxxxxxxxxxxxxxxxxx>
http://www.asahi-net.or.jp/~pi9s-nnb/



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