Subject: Re: NetBSD 4.99.9 Build: BuildError
To: None <current-users@netbsd.org>
From: None <-burghardt@gmx.de>
List: current-users
Date: 01/20/2007 20:08:46
Hello again,

some minutes ago I checked out the new version

/*      $NetBSD: pthread_run.c,v 1.23 2007/01/20 18:00:15 christos Exp $*      */

but the build broke again (i386):

#   compile  libpthread/pthread_sig.o
/usr/obj/tools.i386/bin/i386--netbsdelf-gcc -O2 -Wall -Wstrict-prototypes
-Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wno-traditional
-Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra
-Wno-unused-parameter -std=gnu99  -Werror   -Wno-cast-qual
-I/data/src/lib/libpthread/arch/i386 -I/data/src/lib/libpthread
-I/usr/obj/obj.i386/lib/libpthread -D_LIBC -D__LIBPTHREAD_SOURCE__ -DPTHREAD_SA
-DPTHREAD_MLOCK_KLUDGE -I/data/src/sys -I/data/src/lib/libpthread/../libc
-nostdinc -isystem /usr/obj/dest.i386/usr/include -c
/data/src/lib/libpthread/pthread_sig.c -o pthread_sig.o
cc1: warnings being treated as errors
/data/src/lib/libpthread/pthread_sig.c: In function 'pthread__deliver_signal':
/data/src/lib/libpthread/pthread_sig.c:943: warning: variable 'olduc' might be
clobbered by 'longjmp' or 'vfork'
*** [pthread_sig.o] Error code 1
1 error

nbmake: stopped in /data/src/lib/libpthread
*** [dependall] Error code 2
1 error

nbmake: stopped in /data/src/lib/libpthread
*** [dependall-libpthread] Error code 2
1 error

nbmake: stopped in /data/src/lib
*** [do-lib] Error code 2
1 error

nbmake: stopped in /data/src
*** [build] Error code 2
1 error

nbmake: stopped in /data/src

ERROR: Failed to make build
*** BUILD ABORTED ***

Best Regards,

   Andreas Burghardt


On Sat, Jan 20, 2007 at 06:00:37PM +0000, Christos Zoulas wrote:
> In article <6e9741c60701200546g4eadf70fp7e7992e2994d19a2@mail.gmail.com>,
> Blair Sadewitz <blair.sadewitz@gmail.com> wrote:
> >Ditto for me.  This is where my i386 build from last night died.
> >
> Fixed, sorry...
> 
> christos