zsh-users
 help / color / mirror / code / Atom feed
* Re: zsh-3.1.3 released
       [not found] <19980504175715.30141@stud.math.ntnu.no>
@ 1998-05-05  8:41 ` Helmut Jarausch
  0 siblings, 0 replies; 4+ messages in thread
From: Helmut Jarausch @ 1998-05-05  8:41 UTC (permalink / raw)
  To: kristiag; +Cc: zsh-users

>> Helmut Jarausch writes:
>> >Has anybody successfully built this release?
>> >
>> Just apply this patch to configure:
>> 
>> ------------------------ clip clip clip ------------------------
>> 
>> *** configure	Fri May  1 01:03:51 1998
>> --- configure.working	Mon May  4 19:08:44 1998
>> *************** test "$no_create" = yes || ${CONFIG_SHEL
>> *** 4803,4809 ****
>>   
>>   
>>   (
>> !   echo ',s@^\( *ac_file_inputs=\).*$@\1`echo $ac_file_in | sed -e "s%^%:%" -e "s%:\\([^!]\\)% $ac_given_srcdir/\\1%g" -e "s%:!% %"`@'
>>     echo '/ac_sed_cmds=cat/+a'
>>     echo ''
>>     echo 'ac_sed_inc_cmds="'
>> --- 4803,4809 ----
>>   
>>   
>>   (
>> !   echo ',s@^\( *ac_file_inputs=\).*$@\1`echo $ac_file_in | sed -e "s%:\\([^!]\\)% $ac_given_srcdir/\\1%g" -e "s%!% %"`@'
>>     echo '/ac_sed_cmds=cat/+a'
>>     echo ''
>>     echo 'ac_sed_inc_cmds="'
>> 
>> ------------------------ clip clip clip ------------------------
>> 
>> 	 Marko Heikkinen

Yes, now it builds, but the new zsh dies of a segment fault here!

Any ideas?

Thanks,
Helmut.






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

* Re: zsh-3.1.3 released
  1998-05-04 14:40 ` Helmut Jarausch
  1998-05-04 16:14   ` Marko Heikkinen
@ 1998-05-05  9:15   ` Andrew Main
  1 sibling, 0 replies; 4+ messages in thread
From: Andrew Main @ 1998-05-05  9:15 UTC (permalink / raw)
  To: Helmut Jarausch; +Cc: zefram, zsh-users

Helmut Jarausch wrote:
>Has anybody successfully built this release?

Yes, but not unmodified using a SysV sh.

>creating ./config.status
>creating Makefile
>Can't open :Makefile.in

The bug is in configure{,.in}.  It doesn't handle echo translating '\\'
to '\'.  The very simplest solution is to use zsh or bash to configure.
Do either

	$ bash ./configure ...

or, from zsh,

	% ARGV0=sh zsh ./configure ...

This will be fixed in the next release, which, considering the seriousness
of this particular problem, will probably be fairly soon.

-zefram


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

* Re: zsh-3.1.3 released
  1998-05-04 14:40 ` Helmut Jarausch
@ 1998-05-04 16:14   ` Marko Heikkinen
  1998-05-05  9:15   ` Andrew Main
  1 sibling, 0 replies; 4+ messages in thread
From: Marko Heikkinen @ 1998-05-04 16:14 UTC (permalink / raw)
  To: zsh-users

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1054 bytes --]

Helmut Jarausch writes:
>Has anybody successfully built this release?
>
Just apply this patch to configure:

------------------------ clip clip clip ------------------------

*** configure	Fri May  1 01:03:51 1998
--- configure.working	Mon May  4 19:08:44 1998
*************** test "$no_create" = yes || ${CONFIG_SHEL
*** 4803,4809 ****
  
  
  (
!   echo ',s@^\( *ac_file_inputs=\).*$@\1`echo $ac_file_in | sed -e "s%^%:%" -e "s%:\\([^!]\\)% $ac_given_srcdir/\\1%g" -e "s%:!% %"`@'
    echo '/ac_sed_cmds=cat/+a'
    echo ''
    echo 'ac_sed_inc_cmds="'
--- 4803,4809 ----
  
  
  (
!   echo ',s@^\( *ac_file_inputs=\).*$@\1`echo $ac_file_in | sed -e "s%:\\([^!]\\)% $ac_given_srcdir/\\1%g" -e "s%!% %"`@'
    echo '/ac_sed_cmds=cat/+a'
    echo ''
    echo 'ac_sed_inc_cmds="'

------------------------ clip clip clip ------------------------

	 Marko Heikkinen
---
M A R K O	hema@iki.fi  <URL:http://www.iki.fi/hema/>
 'hema'		Hallilantie 20	FIN-33820 Tampere  Finland
HEIKKINEN		Tel: +358 50 567 3931
		
		"Onko kiire, vai tehdäänkö tietokoneella?"


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

* Re: zsh-3.1.3 released
       [not found] <199805011004.LAA05288@diamond.tao.co.uk>
@ 1998-05-04 14:40 ` Helmut Jarausch
  1998-05-04 16:14   ` Marko Heikkinen
  1998-05-05  9:15   ` Andrew Main
  0 siblings, 2 replies; 4+ messages in thread
From: Helmut Jarausch @ 1998-05-04 14:40 UTC (permalink / raw)
  To: Andrew Main; +Cc: zsh-users

Has anybody successfully built this release?

Here (IRIX 6.2) configure terminates with

creating ./config.status
creating Makefile
Can't open :Makefile.in
creating Doc/Makefile
Can't open :Doc/Makefile.in
creating Etc/Makefile
Can't open :Etc/Makefile.in
creating Src/Makefile
Can't open :Src/Makefile.in
creating config.h
UX:cat: ERROR: Cannot open :config.h.in: No such file or directory


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] 4+ messages in thread

end of thread, other threads:[~1998-05-05  9:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <19980504175715.30141@stud.math.ntnu.no>
1998-05-05  8:41 ` zsh-3.1.3 released Helmut Jarausch
     [not found] <199805011004.LAA05288@diamond.tao.co.uk>
1998-05-04 14:40 ` Helmut Jarausch
1998-05-04 16:14   ` Marko Heikkinen
1998-05-05  9:15   ` Andrew Main

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