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

2020-10-06 Thread Kiyoshi KANAZAWA
Hi, Paul, I confirmed. All the tests passed with every combination of (gcc 9.3.0, developerstudio12.6) & (-m32, -m64) on Solaris11.3 x86/x64. Segmentation Fault & Abort disappeared from triple-backref. Thank you. --- Kiyoshi

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

2020-10-06 Thread Paul Eggert
On 10/5/20 5:53 AM, Kiyoshi KANAZAWA wrote: Make passed both with CC=gcc (CC='gcc -m32) & CC='gcc -m64'. But make -k check failed in filename-lineno & triple-backref. Segmentation Fault & Abort appeared in triple-backref. Warning about cast was also detected with CC='gcc -m64'. The

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

2020-10-05 Thread Kiyoshi KANAZAWA
Hello, Make passed both with CC=gcc (CC='gcc -m32) & CC='gcc -m64'. But make -k check failed in filename-lineno & triple-backref. Segmentation Fault & Abort appeared in triple-backref. Warning about cast was also detected with CC='gcc -m64'. config.log, filename-lineno.log, triple-backref.log

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

2020-10-05 Thread Paul Eggert
On 9/29/20 3:47 PM, Kiyoshi KANAZAWA wrote: It is strange that only i386 has the problem, but amd64 do not. Yes, that is odd. I'm not sure why that would be. However, I've made several fixes to Gnulib in this area and have propagated them to grep master on Savannah. Please give that a try

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

2020-09-29 Thread Kiyoshi KANAZAWA
Hello, I'm watching bug-gnulib. It is strange that only i386 has the problem, but amd64 do not. FYI. When building autogen-5.19.96 on Solaris 11.3 x86/x64, make error is detected only with i386. With amd64 (CC='gcc -m64') make & make check passes. $ ./configure CC=gcc $ make   : /bin/sh

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

2020-09-28 Thread Paul Eggert
On 9/28/20 3:45 AM, Kiyoshi KANAZAWA wrote: OpenCSW is not the default Solaris package. Is it a new requirement from grep-3.5 ? No, grep should build just fine without OpenCSW, and it does so on Solaris 10. (It should also build fine *with* OpenCSW. :-)

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

2020-09-28 Thread Kiyoshi KANAZAWA
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

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

2020-09-28 Thread Jeffrey Walton
On Mon, Sep 28, 2020 at 3:47 AM Paul Eggert wrote: > > It worked for us on Solaris 10; see: > > https://buildfarm.opencsw.org/buildbot/builders/ggrep-solaris10-sparc/builds/205 > > so either there's something different about Solaris 11, or something else > different on your setup (maybe you have

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

2020-09-28 Thread Kiyoshi KANAZAWA
o: Kiyoshi KANAZAWA > Cc: 43...@debbugs.gnu.org > Date: 2020/9/28, Mon 16:46 > Subject: Re: bug#43666: [grep-3.5] make failed on Solaris 11.3 x86/x64 > > It worked for us on Solaris 10; see: > > https://buildfarm.opencsw.org/buildbot/builders/ggrep-solaris10-sparc/builds/20

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

2020-09-28 Thread Paul Eggert
It worked for us on Solaris 10; see: https://buildfarm.opencsw.org/buildbot/builders/ggrep-solaris10-sparc/builds/205 so either there's something different about Solaris 11, or something else different on your setup (maybe you have libsigsegv installed?). On 9/27/20 11:55 PM, Kiyoshi

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

2020-09-28 Thread Kiyoshi KANAZAWA
Hello, Trying to build grep-3.5, but make failed on Solaris 11.3 x86/x64. $ uname -a SunOS hidden 5.11 11.3 i86pc i386 i86pc $ gcc --version gcc (GCC) 9.3.0 $ ./configure CC=gcc $ make   :   CC   searchutils.o   CC   pcresearch.o   CCLD grep Undefined   first