Subject: Re: -current failed to compile
To: Kurt Schreiner <ks@ub.uni-mainz.de>
From: Nathan J. Williams <nathanw@wasabisystems.com>
List: current-users
Date: 07/22/2003 11:41:41
Kurt Schreiner <ks@ub.uni-mainz.de> writes:

> On Mon, Jul 21, 2003 at 03:54:15PM -0700, Bill Studenmund wrote:
> > .... 
> > The whole point of the way build.sh works is that this shouldn't be
> > needed. How did the installed (/usr/include) header get broken?
> 
> Hm, I copied the freshly fetched /usr/src/include/signal.h manually to
> /usr/include after the frist try to compile after fetching src last saturday
> evening (around 9pm MEST) failed w/ same error on line 67.
> Looking at the CVS history, lukem "fixed" signal.h while jason reverted this "fix"
> as not beeing correct...
> So whats the correct fix? Or am I missing something??

The correct fix is for the <sys/types.h> header to define
pthread_t. Make sure that you have revision 1.61 of that file (1.60 is
close, too, but the build will fail later with that version).

        - Nathan