bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: autoconf 2.53 -- make check on SunOS 5.8 Generic_108528-14 sun4u spa


From: Paul Eggert
Subject: Re: autoconf 2.53 -- make check on SunOS 5.8 Generic_108528-14 sun4u sparc
Date: Thu, 2 May 2002 11:18:37 -0700 (PDT)

> From: Alexandre Duret-Lutz <address@hidden>
> Date: Thu, 02 May 2002 14:21:44 +0200
> 
> | SHELL=${CONFIG_SHELL-'/bin/bash'}
> 
> [...]
> 
> | semantics.at:363: autoconf 
> | semantics.at:363: autoheader 
> | semantics.at:363: top_srcdir=$abs_top_srcdir ./configure 
> | --- /dev/null       Tue Apr 30 17:39:56 2002
> | +++ 
> /home/ryan/sandbox/freeware/packages/configuration/guam/autoconf-2.53/tests/testsuite.dir/at-stderr
>      Tue Apr 30 17:39:58 2002
> | @@ -0,0 +1 @@
> | +configure: error: unexpected endianness: first run found 'big' but second 
> run found 'unknown'
> 
> I see two issues.
> 
> 1. The code which prints this error is 
> 
>    if test $ac_endian != $ac_prevendian -a $ac_endian != unknown; then
>      AC_MSG_ERROR([unexpected endianness: first run found '$ac_prevendian' 
> but second run found '$ac_endian'])
>    fi
> 
>    In other words the error should not occurs in your case 
>    (ac_prevendian=big and ac_endian=unknown).  What's going
>    wrong here?  An issue with `test -a'?  What's your Bash version?

Just to jump in here, I haven't been able to reproduce the problem on
my SunOS 5.8 Generic_108528-14 box, so there's something odd going on.
On my box, /bin/bash --version reports "GNU bash, version
2.03.0(1)-release (sparc-sun-solaris)".

> 
>    Can you try to run
> 
>     /bin/bash -c "test big != unknow -a unknown != unknown && echo true"

Surely that should be:

/bin/bash -c "test unknown != big -a unknown != unknown"

though I don't think it matters.  Either way, it outputs nothing on my
SunOS 5.8 Generic_108528-1 box, which is as it should be.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]