Date: Fri, 30 May 2008 12:23:22 -0400 From: John Baldwin <jhb@freebsd.org> To: freebsd-current@freebsd.org Cc: FreeBSD Tinderbox <tinderbox@freebsd.org>, i386@freebsd.org Subject: Re: [head tinderbox] failure on i386/i386 Message-ID: <200805301223.23219.jhb@freebsd.org> In-Reply-To: <20080529213227.6F90A73039@freebsd-current.sentex.ca> References: <20080529213227.6F90A73039@freebsd-current.sentex.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 29 May 2008 05:32:27 pm FreeBSD Tinderbox wrote: > TB --- 2008-05-29 20:19:04 - tinderbox 2.3 running on freebsd-current.sentex.ca > TB --- 2008-05-29 20:19:04 - starting HEAD tinderbox run for i386/i386 > TB --- 2008-05-29 20:19:04 - cleaning the object tree > TB --- 2008-05-29 20:19:43 - cvsupping the source tree > TB --- 2008-05-29 20:19:43 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/i386/supfile > TB --- 2008-05-29 20:19:50 - building world (CFLAGS=-O -pipe) > TB --- 2008-05-29 20:19:50 - cd /src > TB --- 2008-05-29 20:19:50 - /usr/bin/make -B buildworld > >>> World build started on Thu May 29 20:19:52 UTC 2008 > >>> Rebuilding the temporary build tree > >>> stage 1.1: legacy release compatibility shims > >>> stage 1.2: bootstrap tools > >>> stage 2.1: cleaning up the object tree > >>> stage 2.2: rebuilding the object tree > >>> stage 2.3: build tools > >>> stage 3: cross tools > >>> stage 4.1: building includes > >>> stage 4.2: building libraries > >>> stage 4.3: make dependencies > >>> stage 4.4: building everything > >>> World build completed on Thu May 29 21:26:14 UTC 2008 > TB --- 2008-05-29 21:26:14 - generating LINT kernel config > TB --- 2008-05-29 21:26:14 - cd /src/sys/i386/conf > TB --- 2008-05-29 21:26:14 - /usr/bin/make -B LINT > TB --- 2008-05-29 21:26:14 - building LINT kernel (COPTFLAGS=) > TB --- 2008-05-29 21:26:14 - cd /src > TB --- 2008-05-29 21:26:14 - /usr/bin/make -B buildkernel KERNCONF=LINT > >>> Kernel build for LINT started on Thu May 29 21:26:14 UTC 2008 > >>> stage 1: configuring the kernel > >>> stage 2.1: cleaning up the object tree > >>> stage 2.2: rebuilding the object tree > >>> stage 2.3: build tools > >>> stage 3.1: making dependencies > >>> stage 3.2: building everything > [...] > /src/sys/dev/ie/if_ie.c:1535: warning: passing argument 1 of 'bcopy' discards qualifiers from pointer target type > /src/sys/dev/ie/if_ie.c:1535: warning: passing argument 2 of 'bcopy' discards qualifiers from pointer target type > /src/sys/dev/ie/if_ie.c:1558: warning: assignment discards qualifiers from pointer target type > /src/sys/dev/ie/if_ie.c:1569: warning: assignment discards qualifiers from pointer target type > /src/sys/dev/ie/if_ie.c:1572: warning: assignment discards qualifiers from pointer target type > /src/sys/dev/ie/if_ie.c:1579: warning: assignment discards qualifiers from pointer target type > /src/sys/dev/ie/if_ie.c:1584: warning: passing argument 1 of 'bzero' discards qualifiers from pointer target type > /src/sys/dev/ie/if_ie.c:1585: warning: passing argument 1 of 'bzero' discards qualifiers from pointer target type > *** Error code 1 Sorry, should be fixed. It compiled fine from sys/modules/ie, just not from LINT. :( -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805301223.23219.jhb>