zsh-workers
 help / color / mirror / code / Atom feed
* zsh-cvs strange install
@ 2000-05-30 16:30 jarausch
  2000-05-30 16:44 ` Peter Stephenson
  0 siblings, 1 reply; 3+ messages in thread
From: jarausch @ 2000-05-30 16:30 UTC (permalink / raw)
  To: Zsh hackers list

Hi,

I just tried to build the cvs version and to install it
here on my IRIX 6.5 box.

I did 
make distclean
Util/preconfig
configure ...

The build works fine, but
install installs it as
zsh@EXEEXT@

renaming that to zsh and starting it,
I get strangely
1 % /usr/PRIVATE/bin/zsh
interactive
monitor
zle
interactive
monitor
zle
interactive
monitor
zle
"^@" set-mark-command
"^A" beginning-of-line
"^B" backward-char
"^D" delete-char-or-list
"^E" end-of-line
"^F" forward-char
"^G" send-break
"^H" backward-delete-char
"^I" expand-or-complete
"^J" accept-line
"^K" kill-line
"^L" clear-screen
"^M" accept-line
"^N" down-line-or-history
"^O" accept-line-and-down-history
"^P" up-line-or-history

.. and much more

So, what did I miss?
The last production version here is the cvs-version from 2000/02/17

Thanks for any hints,
Helmut.


-- 
Helmut Jarausch
Lehrstuhl fuer Numerische Mathematik
Institute of Technology, RWTH Aachen
D 52056 Aachen, Germany


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

* Re: zsh-cvs strange install
  2000-05-30 16:30 zsh-cvs strange install jarausch
@ 2000-05-30 16:44 ` Peter Stephenson
  2000-05-30 17:31   ` jarausch
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Stephenson @ 2000-05-30 16:44 UTC (permalink / raw)
  To: Zsh hackers list

> The build works fine, but
> install installs it as
> zsh@EXEEXT@

Looks like your configure, or maybe just your config.status, aren't up to
date.  configure should contain this line:

s%@EXEEXT@%$EXEEXT%g

and config.status should contain this line everywhere except where an
executable extension is actually required:

s%@EXEEXT@%%g

as input to sed.  If they are, try re-running config.status.

-- 
Peter Stephenson <pws@cambridgesiliconradio.com>
Cambridge Silicon Radio, Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK                          Tel: +44 (0)1223 392070


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

* Re: zsh-cvs strange install
  2000-05-30 16:44 ` Peter Stephenson
@ 2000-05-30 17:31   ` jarausch
  0 siblings, 0 replies; 3+ messages in thread
From: jarausch @ 2000-05-30 17:31 UTC (permalink / raw)
  To: pws; +Cc: zsh-workers

On 30 May, Peter Stephenson wrote:
>> The build works fine, but
>> install installs it as
>> zsh@EXEEXT@
> 
> Looks like your configure, or maybe just your config.status, aren't up to
> date.  configure should contain this line:
> 
> s%@EXEEXT@%$EXEEXT%g
> 
> and config.status should contain this line everywhere except where an
> executable extension is actually required:
> 
> s%@EXEEXT@%%g
> 
> as input to sed.  If they are, try re-running config.status.
> 
Yes, that might be zsh-3.1.7 seems to be completely broken
on my IRIX6.5

I have got the fresh zsh-3.1.7.tar.gz by ftp and
have built it as usual.
It now installs fine BUT
a) when invoked from a running shell
   it prints out strange things and doing just a
   cd something
   kills it
   on the system console I get
   waitmap: error starting program
ALERT: Process [zsh] 1490059 generated trap, but has signal 11 held or ignored
        epc 0xfa38278 ra 0x10075df0 badvaddr 0x0
Process has been killed to prevent infinite loop
[ESP System Information Notification]:"ALERT: Process [zsh] 1490059 generated trap, but has signal 11 held or ignored"

b) invoking a new xterm it dies immediately.

Sorry for the bad news,
Helmut.

I'll try generate a debug version to locate the problem a bit.

-- 
Helmut Jarausch
Lehrstuhl fuer Numerische Mathematik
Institute of Technology, RWTH Aachen
D 52056 Aachen, Germany


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

end of thread, other threads:[~2000-05-30 17:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-05-30 16:30 zsh-cvs strange install jarausch
2000-05-30 16:44 ` Peter Stephenson
2000-05-30 17:31   ` jarausch

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