zsh-workers
 help / color / mirror / code / Atom feed
* Zsh requires Bash?
@ 2002-06-28 20:45 Teemu Tervo
  2002-06-29 16:48 ` Bart Schaefer
  0 siblings, 1 reply; 2+ messages in thread
From: Teemu Tervo @ 2002-06-28 20:45 UTC (permalink / raw)
  To: zsh-workers


Hey, people.

Zsh compilation bombs out when /bin/sh symlink is pointing to zsh. I
tried versions 4.0.4 and 4.1.0-dev-5 both as /bin/zsh and as the
compiled one.

Here's the relevant output of configure:

checking whether executables can be stripped... yes
checking whether libraries can be stripped... yes
creating ./config.modules
./configure:7857: functions: attempt to set slice of associative array
updating cache ./config.cache
creating ./config.status
---
And here's the output of make:
make[1]: Entering directory `/usr/src/zsh-4.0.4/Src'
make[2]: Entering directory `/usr/src/zsh-4.0.4/Src'
make[2]: Leaving directory `/usr/src/zsh-4.0.4/Src'
rm -f stamp-modobjs.tmp
make[2]: Entering directory `/usr/src/zsh-4.0.4/Src'
make[2]: Leaving directory `/usr/src/zsh-4.0.4/Src'
mv: cannot stat `stamp-modobjs.tmp': No such file or directory
Updated `stamp-modobjs'.
make[2]: Entering directory `/usr/src/zsh-4.0.4/Src'
gcc -c -I. -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H
-Wall -Wno-implicit -Wmissing-prototypes -O2  -o main.o main.c
main.c:30: zsh.mdh: No such file or directory
main.c:31: main.pro: No such file or directory
make[2]: *** [main.o] Error 1

With /bin/sh -> bash, the configure section won't produce the error and
make works just fine. I'd really like to delete bash, since I don't use
it as an interactive shell at all.

Please CC me any replies, since I'm not subscribed.

TIA,
Teemu Tervo / teemu.tervo@gmx.net


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Zsh requires Bash?
  2002-06-28 20:45 Zsh requires Bash? Teemu Tervo
@ 2002-06-29 16:48 ` Bart Schaefer
  0 siblings, 0 replies; 2+ messages in thread
From: Bart Schaefer @ 2002-06-29 16:48 UTC (permalink / raw)
  To: Teemu Tervo, zsh-workers

On Jun 28, 11:45pm, Teemu Tervo wrote:
}
} Zsh compilation bombs out when /bin/sh symlink is pointing to zsh.

Recent changes to autoconf have tickled a couple of problems in zsh's sh
emulation. I think the one you're running into is fixed by zsh-workers/17357.
There is another that was worked around by the autoconf maintainers, so if
you are still having problems either after applying that patch or after
4.0.5 comes out, you'll have to try upgrading autoconf.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-06-29 16:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-28 20:45 Zsh requires Bash? Teemu Tervo
2002-06-29 16:48 ` Bart Schaefer

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).