Subject: Re: Failure in pset.h
To: None <darcy@NetBSD.org>
From: Tobias Nygren <tnn@NetBSD.org>
List: current-users
Date: 01/21/2008 00:58:49
On Sun, 20 Jan 2008 18:49:09 -0500
"D'Arcy J.M. Cain" <darcy@NetBSD.org> wrote:
> I am seeing this when building packages but it doesn't seem to be a
> pkgsrc error. Many packages are failing with this error.
>
> audio.xine-arts:/usr/include/sys/pset.h:46: error: expected '=', ',',
> ';', 'asm' or '__attribute__' before 'processorid_t'
>
> I rebuilt everything from this morning's sources and still have the
> same problem. Anyone know why?
>
> --
> D'Arcy J.M. Cain <darcy@NetBSD.org>
> http://www.NetBSD.org/
Happens when the package defines _XOPEN_SOURCE to 600 before including
pthread.h. Shall I open a standards PR about this?