GNU bug report logs - #43666
[grep-3.5] make failed on Solaris 11.3 x86/x64

Previous Next

Package: grep;

Reported by: Kiyoshi KANAZAWA <yoi_no_myoujou <at> yahoo.co.jp>

Date: Mon, 28 Sep 2020 06:57:02 UTC

Severity: normal

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

Full log


Message #17 received at 43666 <at> debbugs.gnu.org (full text, mbox):

From: Kiyoshi KANAZAWA <yoi_no_myoujou <at> yahoo.co.jp>
To: "noloader <at> gmail.com" <noloader <at> gmail.com>, 
 Paul Eggert <eggert <at> cs.ucla.edu>
Cc: "43666 <at> debbugs.gnu.org" <43666 <at> debbugs.gnu.org>
Subject: Re: bug#43666: [grep-3.5] make failed on Solaris 11.3 x86/x64
Date: Mon, 28 Sep 2020 19:45:46 +0900 (JST)
Hi Jeff,

OpenCSW is not the default Solaris package.
Is it a new requirement from grep-3.5 ?
I can install other GNU software without OpenCSW, including grep-3.4.

Tried OpenCSW.
$ sudo pkgadd -d http://get.opencsw.org/now
and set /opt/csw/bin in PATH.
(/opt/csw/gnu is not found.)
But the result was the same.

Comparing src/Makefile between CC=gcc & CC='gcc -m64',
I found
"LIBCSTACK = "           with CC=gcc
"LIBCSTACK = -lsigsegv"  with CC='gcc -m64'

and it is possible to build grep-3.5 with CC=gcc such as
$ ./configure CC=gcc LIBCSTACK=-lsigsegv
$ make
$ make check

Regards,

--- Kiyoshi





This bug report was last modified 4 years and 203 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.