Subject: Re: libpthread fails building
To: None <wulf@ping.net.au>
From: None <wulf@ping.net.au>
List: port-i386
Date: 07/18/2003 21:32:08
> 
> G'day,
> 
> After updating the sources and attempting to build a new distribution today
> the following error is indicated:
> 
> CC=/usr/src/newtools/bin/i386--netbsdelf-gcc /usr/src/newtools/bin/i386--netbsdelf-lint -chapbxzF -d /usr/src/i386/usr/include -I/usr/src/lib/libpthread/arch/i386 -I/usr/src/lib/libpthread -I/usr/src/lib/libpthread/obj -D_LIBC -i /usr/src/lib/libpthread/pthread_sig.c
> /usr/src/lib/libpthread/pthread_sig.c(124): redeclaration of pthread_kill [27]
> *** Error code 1
> 
> Stop.
> nbmake: stopped in /usr/src/lib/libpthread
> *** Error code 1
> 
> 
> Any ideas?
> 
> cheerio Berndt

Ok, the prototype of pthread_kill() in <signal.h> differed from its
implementation in pthread_sig.c.

A resync a few hours later confirmed this an all seems fine now.

cheerio Berndt