pkgsrc-Bugs archive

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

Re: pkg/56225: zstd compile issues on Solaris 10



The following reply was made to PR pkg/56225; it has been noted by GNATS.

From: =?utf-8?q?Claes_N=C3=A4st=C3=A9n?= <pekdon%gmail.com@localhost>
To: gnats-bugs <gnats-bugs%netbsd.org@localhost>
Cc: 
Subject: Re: pkg/56225: zstd compile issues on Solaris 10
Date: Thu, 03 Jun 2021 08:16:49 +0200

 Excerpts from Joerg Sonnenberger's message of 2021-06-02 20:45:02 +0000:
 > The following reply was made to PR pkg/56225; it has been noted by GNATS.
 > 
 > From: Joerg Sonnenberger <joerg%bec.de@localhost>
 > To: gnats-bugs%netbsd.org@localhost
 > Cc: pkg-manager%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, pkgsrc-bugs%netbsd.org@localhost
 > Subject: Re: pkg/56225: zstd compile issues on Solaris 10
 > Date: Wed, 2 Jun 2021 22:40:05 +0200
 > 
 >  On Tue, Jun 01, 2021 at 07:25:00AM +0000, pekdon%gmail.com@localhost wrote:
 >  > * test in /bin/sh does not support -e, used in the install targets
 >  
 >  We avoid using /bin/sh on Solaris, so the real question is why it is
 >  used here.
 >  
 
 Assuming it could have something to do with gmake calling /bin/sh
 directly for its commands?
 
 As in:
 
 $ strings /usr/pkg/bin/gmake |ggrep '\bsh\b'
 /bin/sh
 .out .a .ln .o .c .cc .C .cpp .p .f .F .m .r .y .l .ym .yl .s .S .mod
 .sym .def .h .info .dvi .tex .texinfo .texi .txinfo .w .ch .web .sh .elc
 .el
 
 Haven't verified this at a source level but seems like it could be the
 reason at least.
 


Home | Main Index | Thread Index | Old Index