pkgsrc-Bugs archive

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

Re: pkg/54355 (cmake-3.14.5 fails to build on Solaris 10)



>> Can you share the header that defines struct sigaction?
# cd /usr/include
# find ./ -type f -print | xargs grep 'struct sigaction'
./sys/proc/prdata.h:extern      void    prgetaction32(proc_t *, user_t *, uint_t, struct sigaction32 *);
./sys/proc/prdata.h:extern      void    prgetaction(proc_t *, user_t *, uint_t, struct sigaction *);
./sys/procfs.h: struct sigaction pr_action;     /* signal action for current signal */
./sys/procfs.h: struct sigaction32 pr_action;   /* signal action for current signal */
./sys/signal.h:struct sigaction {
./sys/signal.h:struct sigaction32 {
./apptrace_impl.h:extern int (*abi_sigaction)(int, const struct sigaction *, struct sigaction *);
./signal.h:extern int sigaction(int, const struct sigaction *_RESTRICT_KYWD,
./signal.h:     struct sigaction *_RESTRICT_KYWD);
./libtecla.h:#include <signal.h>  /* struct sigaction */


> 2019/08/06 4:30、maya%netbsd.org@localhost <maya%NetBSD.org@localhost>のメール:
> 
> The following reply was made to PR pkg/54355; it has been noted by GNATS.
> 
> From: maya%NetBSD.org@localhost
> To: gnats-bugs%netbsd.org@localhost
> Cc: 
> Subject: Re: pkg/54355 (cmake-3.14.5 fails to build on Solaris 10)
> Date: Mon, 5 Aug 2019 19:28:34 +0000
> 
> On Mon, Aug 05, 2019 at 07:27:46PM +0000, maya%NetBSD.org@localhost wrote:
>> Ping the Solaris-interested folk. I wonder if the definition of 'struct sigaction' is guarded under some #ifdef _XOPEN_SOMEVALUE.
>> Can you share the header that defines struct sigaction?
> 
> That is, share any files containing the word 'struct sigaction' or, if
> there is no such file, 'sigaction' in /usr/include.
> 



Home | Main Index | Thread Index | Old Index