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)
The following reply was made to PR pkg/54355; it has been noted by GNATS.
From: Hiroshi Hakoyama <hiroshi-hakoyama%nagano.ac.jp@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: solaris-pkg-people%netbsd.org@localhost,
gnats-admin%netbsd.org@localhost,
pkgsrc-bugs%netbsd.org@localhost
Subject: Re: pkg/54355 (cmake-3.14.5 fails to build on Solaris 10)
Date: Tue, 6 Aug 2019 13:08:05 +0900
>> 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=E3=80=81maya%netbsd.org@localhost <maya%NetBSD.org@localhost>=E3=81=AE=E3=83=
=A1=E3=83=BC=E3=83=AB:
>=20
> The following reply was made to PR pkg/54355; it has been noted by =
GNATS.
>=20
> From: maya%NetBSD.org@localhost
> To: gnats-bugs%netbsd.org@localhost
> Cc:=20
> Subject: Re: pkg/54355 (cmake-3.14.5 fails to build on Solaris 10)
> Date: Mon, 5 Aug 2019 19:28:34 +0000
>=20
> 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?
>=20
> That is, share any files containing the word 'struct sigaction' or, if
> there is no such file, 'sigaction' in /usr/include.
>=20
Home |
Main Index |
Thread Index |
Old Index