From owner-freebsd-i386@FreeBSD.ORG Fri May 30 16:26:43 2008 Return-Path: Delivered-To: i386@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42C371065777; Fri, 30 May 2008 16:26:43 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id DB9C78FC0A; Fri, 30 May 2008 16:26:42 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [IPv6:::1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m4UGPsG3024908; Fri, 30 May 2008 12:26:36 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-current@freebsd.org Date: Fri, 30 May 2008 12:23:22 -0400 User-Agent: KMail/1.9.7 References: <20080529213227.6F90A73039@freebsd-current.sentex.ca> In-Reply-To: <20080529213227.6F90A73039@freebsd-current.sentex.ca> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200805301223.23219.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [IPv6:::1]); Fri, 30 May 2008 12:26:36 -0400 (EDT) X-Virus-Scanned: ClamAV 0.91.2/7295/Fri May 30 11:03:48 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=4.2 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: FreeBSD Tinderbox , i386@freebsd.org Subject: Re: [head tinderbox] failure on i386/i386 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 16:26:43 -0000 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