bug-grep
[Top][All Lists]
Advanced

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

bug#15690: [platform-testers] new snapshot available: grep-2.14.51-7a35


From: Paul Eggert
Subject: bug#15690: [platform-testers] new snapshot available: grep-2.14.51-7a35
Date: Wed, 23 Oct 2013 01:14:53 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0

Thanks for the quick feedback.  Some comments:

Dagobert Michelsen wrote:
> 
> I just tested on Solaris 10 Sparc with Sun Studio 12. First I get
> two warnings:
> 
>   cc: Warning: illegal option -fdiagnostics-show-option
>   cc: Warning: illegal option -funit-at-a-time
> 
> Maybe these should only be added when gcc is detected?

I don't observe these warnings on my Solaris 10 sparc with Sun Studio
12.  (Specifically, this box is patched up through October 15, and is
running Sun C 5.12 SunOS_sparc 2011/11/16.)  I configured with
'./configure CC=cc'.

I suspect you configured with --enable-gcc-warnings.  If so, that's
probably the problem -- that option is intended for use with GCC,
and might not work with Sun C.

> Two tests are failing....
> 
>> FAIL: ere
>> =========
>> ...
>> ere.script: syntax error at line 3: `status=$' unexpected
>> ...
>> FAIL: spencer1-locale
>> =====================
>> ...
>> spencer1-locale.script: syntax error at line 2: `status=$' unexpected

I think these failures are due to the build-tool problem that I mentioned in
<http://lists.gnu.org/archive/html/bug-grep/2013-10/msg00047.html>.
'configure' is selecting /bin/sh, but on Solaris 10 it should
select /bin/bash.  It's then getting confused by the $(...)
syntax, which is not supported by /bin/sh on Solaris 10.





reply via email to

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