GNU bug report logs -
#15690
new snapshot available: grep-2.14.51-7a35
Previous Next
Reported by: Jim Meyering <jim <at> meyering.net>
Date: Wed, 23 Oct 2013 05:13:01 UTC
Severity: normal
Tags: notabug
Done: Jim Meyering <jim <at> meyering.net>
Bug is archived. No further changes may be made.
Full log
Message #17 received at 15690 <at> debbugs.gnu.org (full text, mbox):
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.
This bug report was last modified 11 years and 211 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.