zsh-workers
 help / color / mirror / code / Atom feed
* Digital Unix 4.0f and the latest development version of zsh
@ 2000-02-22 14:15 Jeremie Petit
  2000-02-23  4:52 ` Chmouel Boudjnah
  0 siblings, 1 reply; 4+ messages in thread
From: Jeremie Petit @ 2000-02-22 14:15 UTC (permalink / raw)
  To: 'zsh-workers@sunsite.auc.dk'

Hello,

  I can't configure the latest development version of zsh on my Tru64
machine:

creating cache ./config.cache
configuring for zsh 3.1.6-dev-19
checking host system type... Invalid configuration `alphaev6-dec-osf4.0f':
machine `alphaev6-dec' not recognized

...

checking for yp_all... yes
./configure: test: argument expected

  It seems that it comes from config.sub. I've replaced it with
xemacs-21.1.9's and it 

  Thanks!


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

* Re: Digital Unix 4.0f and the latest development version of zsh
  2000-02-22 14:15 Digital Unix 4.0f and the latest development version of zsh Jeremie Petit
@ 2000-02-23  4:52 ` Chmouel Boudjnah
  0 siblings, 0 replies; 4+ messages in thread
From: Chmouel Boudjnah @ 2000-02-23  4:52 UTC (permalink / raw)
  To: Jeremie Petit; +Cc: 'zsh-workers@sunsite.auc.dk'

Jeremie Petit <Jeremie.Petit@Digital.com> writes:

>   I can't configure the latest development version of zsh on my Tru64
> machine:
> 
> creating cache ./config.cache
> configuring for zsh 3.1.6-dev-19
> checking host system type... Invalid configuration `alphaev6-dec-osf4.0f':
> machine `alphaev6-dec' not recognized
> 
> ...
> 
> checking for yp_all... yes
> ./configure: test: argument expected
> 
>   It seems that it comes from config.sub. I've replaced it with
> xemacs-21.1.9's and it 


a better solution  is to regenerate the config.sub with :

libtoolize --force

                                  --Chmouel


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

* RE: Digital Unix 4.0f and the latest development version of zsh
  2000-02-23 13:53 Sven Wischnowsky
@ 2000-02-23 14:13 ` Andrej Borsenkow
  0 siblings, 0 replies; 4+ messages in thread
From: Andrej Borsenkow @ 2000-02-23 14:13 UTC (permalink / raw)
  To: Sven Wischnowsky, zsh-workers; +Cc: Jeremie Petit

>
> Yes, out config.sub didn't test for alphaev6 yet. The patch below
> should fix it, I think. Maybe we should just get a new config.sub from
> somewhere else (there surely is some official place for that?), in
> case there are other new machines/OSes/versions we currently can't
> handle?
>

Official CVS repository for autoconf is

http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/autoconf/?cvsroot=autoconf

They may have development tags. At least ntpd comes with pre-release version
of CVS (2.14a if I'm not mistaken). This version recognizes alphaev6.

I believe, Ben Elliston (mailto:bje@cygnus.com) is source keeper.

/andrej



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

* Re: Digital Unix 4.0f and the latest development version of zsh
@ 2000-02-23 13:53 Sven Wischnowsky
  2000-02-23 14:13 ` Andrej Borsenkow
  0 siblings, 1 reply; 4+ messages in thread
From: Sven Wischnowsky @ 2000-02-23 13:53 UTC (permalink / raw)
  To: zsh-workers; +Cc: Jeremie Petit


Jeremie Petit wrote:

> Hello,
> 
>   I can't configure the latest development version of zsh on my Tru64
> machine:
> 
> creating cache ./config.cache
> configuring for zsh 3.1.6-dev-19
> checking host system type... Invalid configuration `alphaev6-dec-osf4.0f':
> machine `alphaev6-dec' not recognized
> 
> ...
> 
> checking for yp_all... yes
> ./configure: test: argument expected
> 
>   It seems that it comes from config.sub. I've replaced it with
> xemacs-21.1.9's and it 

(... works?)


Yes, out config.sub didn't test for alphaev6 yet. The patch below
should fix it, I think. Maybe we should just get a new config.sub from 
somewhere else (there surely is some official place for that?), in
case there are other new machines/OSes/versions we currently can't
handle?


Bye
 Sven

--- config.sub.old	Wed Feb 23 14:50:20 2000
+++ config.sub	Wed Feb 23 14:50:45 2000
@@ -152,7 +152,7 @@
 	tahoe | i860 | m32r | m68k | m68000 | m88k | ns32k | arc | arm \
 		| arme[lb] | pyramid | mn10200 | mn10300 | tron | a29k \
 		| 580 | i960 | h8300 | hppa | hppa1.0 | hppa1.1 | hppa2.0 \
-		| alpha | alphaev5 | alphaev56 | we32k | ns16k | clipper \
+		| alpha | alphaev5 | alphaev56 | alphaev6 | we32k | ns16k | clipper \
 		| i370 | sh | powerpc | powerpcle | 1750a | dsp16xx | pdp11 \
 		| mips64 | mipsel | mips64el | mips64orion | mips64orionel \
 		| mipstx39 | mipstx39el \
@@ -177,7 +177,7 @@
 	      | power-* | none-* | 580-* | cray2-* | h8300-* | i960-* \
 	      | xmp-* | ymp-* \
 	      | hppa-* | hppa1.0-* | hppa1.1-* | hppa2.0-* | hppa2.0[nw]-* \
-	      | alpha-* | alphaev5-* | alphaev56-* | we32k-* | cydra-* \
+	      | alpha-* | alphaev5-* | alphaev56-* | alphaev6-* | we32k-* | cydra-* \
 	      | ns16k-* | pn-* | np1-* | xps100-* | clipper-* | orion-* \
 	      | sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \
 	      | sparc64-* | mips64-* | mipsel-* \

--
Sven Wischnowsky                         wischnow@informatik.hu-berlin.de


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

end of thread, other threads:[~2000-02-23 15:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-02-22 14:15 Digital Unix 4.0f and the latest development version of zsh Jeremie Petit
2000-02-23  4:52 ` Chmouel Boudjnah
2000-02-23 13:53 Sven Wischnowsky
2000-02-23 14:13 ` Andrej Borsenkow

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