From owner-freebsd-sparc64@FreeBSD.ORG Sun Jul 17 15:12:54 2011 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 367401065673 for ; Sun, 17 Jul 2011 15:12:54 +0000 (UTC) (envelope-from boland37@xs4all.nl) Received: from smtp-vbr7.xs4all.nl (smtp-vbr7.xs4all.nl [194.109.24.27]) by mx1.freebsd.org (Postfix) with ESMTP id C56668FC16 for ; Sun, 17 Jul 2011 15:12:53 +0000 (UTC) Received: from charlemagne.boland.org (59-36-215.ftth.xms.internl.net [82.215.36.59]) (authenticated bits=0) by smtp-vbr7.xs4all.nl (8.13.8/8.13.8) with ESMTP id p6HEs4r1002852 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for ; Sun, 17 Jul 2011 16:54:05 +0200 (CEST) (envelope-from boland37@xs4all.nl) Message-ID: <4E22F78B.8010602@xs4all.nl> Date: Sun, 17 Jul 2011 16:54:03 +0200 From: Michiel Boland User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.18) Gecko/20110701 Thunderbird/3.1.11 MIME-Version: 1.0 To: freebsd-sparc64@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner Subject: netstat long startup time X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2011 15:12:54 -0000 Hi. The netstat command is very slow on -CURRENT sparc64. (Blade 100.) It first spends 1.5 seconds trying to resolve kernel symbols in kldsym(). A fragment of ktrace output ... 37251 netstat 0.000029 CALL getpid 37251 netstat 0.000017 RET getpid 37251/0x9183 37251 netstat 0.000037 CALL kldsym(0,KLDSYM_LOOKUP,0x7fdffffc798) 37251 netstat 0.007638 RET kldsym -1 errno 2 No such file or directory 37251 netstat 0.000279 CALL kldsym(0,KLDSYM_LOOKUP,0x7fdffffc798) 37251 netstat 0.007642 RET kldsym -1 errno 2 No such file or directory 37251 netstat 0.000147 CALL kldsym(0,KLDSYM_LOOKUP,0x7fdffffc798) 37251 netstat 0.007231 RET kldsym -1 errno 2 No such file or directory 37251 netstat 0.000126 CALL kldsym(0,KLDSYM_LOOKUP,0x7fdffffc798) 37251 netstat 0.000041 RET kldsym 0 37251 netstat 0.000033 CALL kldsym(0,KLDSYM_LOOKUP,0x7fdffffc798) 37251 netstat 0.003068 RET kldsym 0 37251 netstat 0.000782 CALL kldsym(0,KLDSYM_LOOKUP,0x7fdffffc798) 37251 netstat 0.000050 RET kldsym 0 37251 netstat 0.000032 CALL kldsym(0,KLDSYM_LOOKUP,0x7fdffffc798) 37251 netstat 0.007160 RET kldsym -1 errno 2 No such file or directory 37251 netstat 0.000229 CALL kldsym(0,KLDSYM_LOOKUP,0x7fdffffc798) 37251 netstat 0.007279 RET kldsym -1 errno 2 No such file or directory 37251 netstat 0.000128 CALL kldsym(0,KLDSYM_LOOKUP,0x7fdffffc798) 37251 netstat 0.007242 RET kldsym -1 errno 2 No such file or directory 37251 netstat 0.000160 CALL kldsym(0,KLDSYM_LOOKUP,0x7fdffffdc78) 37251 netstat 0.000045 RET kldsym 0 (repeated about 50 times) note the extraordinary amount of time spent in the kldym system call Is there any way to speed this up? (Apart from rewriting the netstat program so that it does not try to resolve symbol names that are then never used.) Cheers Michiel From owner-freebsd-sparc64@FreeBSD.ORG Mon Jul 18 11:07:12 2011 Return-Path: Delivered-To: freebsd-sparc64@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F6761065672 for ; Mon, 18 Jul 2011 11:07:12 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0DA1F8FC15 for ; Mon, 18 Jul 2011 11:07:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p6IB7B6R026904 for ; Mon, 18 Jul 2011 11:07:11 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6IB7BTo026902 for freebsd-sparc64@FreeBSD.org; Mon, 18 Jul 2011 11:07:11 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 18 Jul 2011 11:07:11 GMT Message-Id: <201107181107.p6IB7BTo026902@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-sparc64@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-sparc64@FreeBSD.org X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2011 11:07:12 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- f sparc/145211 sparc64 [panic] Memory modified after free o sparc/142102 sparc64 [nfs] [panic] FreeBSD 8.0 kernel panics on sparc64 whe o sparc/141918 sparc64 [ehci] ehci_interrupt: unrecoverable error, controller s sparc/139134 sparc64 kernel output corruption f sparc/108732 sparc64 ping(8) reports 14 digit time on sparc64 s sparc/107087 sparc64 [hang] system is hung during boot from CD o sparc/105048 sparc64 [trm] trm(4) panics on sparc64 o sparc/104428 sparc64 [nullfs] nullfs panics on E4500 (but not E420) o sparc/80890 sparc64 [panic] kmem_malloc(73728): kmem_map too small running o sparc/71729 sparc64 printf in kernel thread causes panic on SPARC 10 problems total. From owner-freebsd-sparc64@FreeBSD.ORG Mon Jul 18 13:19:51 2011 Return-Path: Delivered-To: sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E084A106564A; Mon, 18 Jul 2011 13:19:51 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirj.bris.ac.uk (dirj.bris.ac.uk [137.222.10.78]) by mx1.freebsd.org (Postfix) with ESMTP id 9EA138FC08; Mon, 18 Jul 2011 13:19:51 +0000 (UTC) Received: from ncsd.bris.ac.uk ([137.222.10.59] helo=ncs.bris.ac.uk) by dirj.bris.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1QinU9-0004pY-R8; Mon, 18 Jul 2011 14:03:45 +0100 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncs.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1QinU9-0006hK-Ft; Mon, 18 Jul 2011 14:03:45 +0100 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.4/8.14.4) with ESMTP id p6ID3jnd072574; Mon, 18 Jul 2011 14:03:45 +0100 (BST) (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.4/8.14.4/Submit) id p6ID3i9u072573; Mon, 18 Jul 2011 14:03:44 +0100 (BST) (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-cluster241.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Mon, 18 Jul 2011 14:03:44 +0100 From: Anton Shterenlikht To: Mark Linimon Message-ID: <20110718130344.GA72546@mech-cluster241.men.bris.ac.uk> References: <20110716060713.GA25856@lonesome.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110716060713.GA25856@lonesome.com> User-Agent: Mutt/1.4.2.3i Cc: linimon@freebsd.org, sparc64@freebsd.org Subject: Re: the state of ports on sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2011 13:19:52 -0000 On Sat, Jul 16, 2011 at 01:07:13AM -0500, Mark Linimon wrote: > print/teTeX-texmf freebsd-doc 298 missing file on install I can install/build package for this port on sparc64 fine. Looking at http://portsmon.freebsd.org/portoverview.py?category=print&portname=teTeX-texmf it seems the install error is issued only when using clang. Is that correct? The link on the above page is dead: http://pointyhat.freebsd.org/errorlogs/sparc64-errorlogs/e.8.20110718030702/teTeX-texmf-3.0_7.log so I'm not sure I got it right. Also, my version is 3.0_8, not 3.0_7. -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423 From owner-freebsd-sparc64@FreeBSD.ORG Mon Jul 18 21:31:06 2011 Return-Path: Delivered-To: sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37BA7106564A; Mon, 18 Jul 2011 21:31:06 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (pancho.soaustin.net [76.74.250.40]) by mx1.freebsd.org (Postfix) with ESMTP id 1ACC28FC0A; Mon, 18 Jul 2011 21:31:05 +0000 (UTC) Received: by mail.soaustin.net (Postfix, from userid 502) id C0CDD56205; Mon, 18 Jul 2011 16:31:05 -0500 (CDT) Date: Mon, 18 Jul 2011 16:31:05 -0500 From: Mark Linimon To: Anton Shterenlikht Message-ID: <20110718213105.GC31033@lonesome.com> References: <20110716060713.GA25856@lonesome.com> <20110718130344.GA72546@mech-cluster241.men.bris.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110718130344.GA72546@mech-cluster241.men.bris.ac.uk> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: linimon@freebsd.org, sparc64@freebsd.org Subject: Re: the state of ports on sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2011 21:31:06 -0000 On Mon, Jul 18, 2011 at 02:03:44PM +0100, Anton Shterenlikht wrote: > On Sat, Jul 16, 2011 at 01:07:13AM -0500, Mark Linimon wrote: > > > print/teTeX-texmf freebsd-doc 298 missing file on install > > I can install/build package for this port on sparc64 fine. Well, a re-run seems to have made it build. I am investigating. > Looking at > > http://portsmon.freebsd.org/portoverview.py?category=print&portname=teTeX-texmf > > it seems the install error is issued > only when using clang. Is that correct? Nope. If it's calling it "clang" that is a false positive from the error classifier. I have not yet tried a ports build with clang on sparc. Since many ports still do not build on i386 with clang, there's not much point yet. mcl From owner-freebsd-sparc64@FreeBSD.ORG Mon Jul 18 23:55:05 2011 Return-Path: Delivered-To: sparc64@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BADEE1065694; Mon, 18 Jul 2011 23:55:05 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (pancho.soaustin.net [76.74.250.40]) by mx1.freebsd.org (Postfix) with ESMTP id 964C78FC15; Mon, 18 Jul 2011 23:55:05 +0000 (UTC) Received: by mail.soaustin.net (Postfix, from userid 502) id D3A3D561B2; Mon, 18 Jul 2011 18:55:04 -0500 (CDT) Date: Mon, 18 Jul 2011 18:55:04 -0500 From: Mark Linimon To: sparc64@FreeBSD.org Message-ID: <20110718235504.GA2806@lonesome.com> References: <20110716060713.GA25856@lonesome.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110716060713.GA25856@lonesome.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: linimon@FreeBSD.org Subject: Re: the state of ports on sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2011 23:55:05 -0000 The following 3 ports have built on the next run: On Sat, Jul 16, 2011 at 01:07:13AM -0500, Mark Linimon wrote: > graphics/libGLU kde, sdl12 2488 fails to compile > print/teTeX-texmf freebsd-doc 298 missing file on install > x11/xdriinfo xorg 2 fails to configure libGLU and xdriinfo seem to have been false positives for "unable to load libGL successfully." teTeX-texmf appears to have been updated since my last run. mcl From owner-freebsd-sparc64@FreeBSD.ORG Tue Jul 19 19:03:39 2011 Return-Path: Delivered-To: freebsd-sparc64@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57A2E106567B; Tue, 19 Jul 2011 19:03:39 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 101DA8FC17; Tue, 19 Jul 2011 19:03:38 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 7529E1E000E8; Tue, 19 Jul 2011 20:47:39 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.3) with ESMTP id p6JIgBxM078270; Tue, 19 Jul 2011 20:42:11 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id p6JIg8Ib078269; Tue, 19 Jul 2011 20:42:08 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Tue, 19 Jul 2011 20:42:08 +0200 To: Super Bisquit Message-ID: <20110719184208.GA78049@triton8.kn-bremen.de> References: <20110718182214.GA38329@triton8.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: jashank.jeremy@optusnet.com.au, Nathaniel Filardo , Juergen Lock , qemu-devel@nongnu.org, Blue Swirl , nwhitehorn@FreeBSD.org, freebsd-sparc64@FreeBSD.org Subject: Re: qemu FreeBSD/sparc64 host - a bit of debugging X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2011 19:03:39 -0000 On Mon, Jul 18, 2011 at 10:58:58PM -0400, Super Bisquit wrote: > On Mon, Jul 18, 2011 at 2:22 PM, Juergen Lock wrote: > > > Hi! > > > > I'm the FreeBSD qemu port maintainer and don't have a sparc64 box > > myself, but Jashank Jeremy (Cc'd) now was so kind to test qemu 0.14.1 > > on a FreeBSD/sparc64 box booting a FreeBSD 8/i386 install iso using > > i386-softmmu > > > What's the difference- an honest question- between this and a normal qemu > boot? > Depends on what you mean by normal qemu boot... If you are wondering about the i386-softmmu, that's just the name of the 32bit x86 system emulation target, the executable is called qemu. So he ran something like: qemu -cdrom FreeBSD-8.2-i386-bootonly.iso -vnc ... > > and we found two things: > > > > 1. The hang people have been reporting seems to be caused by this tb: > > > > IN: > > 0x000e7a31: in $0xb3,%al > > 0x000e7a33: test %al,%al > > 0x000e7a35: jne 0xe7a31 > > > > i.e. it (the qemu bios I suppose) is waiting for x86 ioport 0xb3 > > to become zero. This port is #defined in hw/apm.c as: > > > > qemu-0.14.1/hw/apm.c:#define APM_STS_IOPORT 0xb3 > > > > but the definition seems to be used nowhere in that source file. > > Anyone have an idea why this port is never zero on sparc64 hosts > > but seems to be on others? (endian issue? uninitialized variable?) > > > Have you asked Whitehorn what it my be? > No but I can Cc him... Actually I can Cc the freebsd-sparc64 list too. > > > > 2. Booting the same guest with -no-acpi gets further, bios and > > bootloader messages are printed until it hangs again, this > > time while handling a guest irq 8 which seems to be rtc. > > > > Is there a way of disabling the clock? If not, then would it be useful to > set the emulated cpu speed? > I don't think any of these two are possible. > > > > Maybe this is useful to some... :) > > > > Actually, it's quite useful to me. That's good to hear. :) Juergen From owner-freebsd-sparc64@FreeBSD.ORG Tue Jul 19 21:07:17 2011 Return-Path: Delivered-To: sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4617106564A; Tue, 19 Jul 2011 21:07:17 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id 85A2B8FC15; Tue, 19 Jul 2011 21:07:17 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.4/8.14.4) with ESMTP id p6JL7GYB099075; Tue, 19 Jul 2011 17:07:16 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.4/Submit) id p6JL7Gij099050; Tue, 19 Jul 2011 21:07:16 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 19 Jul 2011 21:07:16 GMT Message-Id: <201107192107.p6JL7Gij099050@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2011 21:07:17 -0000 TB --- 2011-07-19 19:57:47 - tinderbox 2.7 running on freebsd-current.sentex.ca TB --- 2011-07-19 19:57:47 - starting HEAD tinderbox run for sparc64/sparc64 TB --- 2011-07-19 19:57:47 - cleaning the object tree TB --- 2011-07-19 19:58:02 - cvsupping the source tree TB --- 2011-07-19 19:58:02 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/sparc64/sparc64/supfile TB --- 2011-07-19 19:58:15 - building world TB --- 2011-07-19 19:58:15 - MAKEOBJDIRPREFIX=/obj TB --- 2011-07-19 19:58:15 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-07-19 19:58:15 - TARGET=sparc64 TB --- 2011-07-19 19:58:15 - TARGET_ARCH=sparc64 TB --- 2011-07-19 19:58:15 - TZ=UTC TB --- 2011-07-19 19:58:15 - __MAKE_CONF=/dev/null TB --- 2011-07-19 19:58:15 - cd /src TB --- 2011-07-19 19:58:15 - /usr/bin/make -B buildworld >>> World build started on Tue Jul 19 19:58:15 UTC 2011 >>> 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 Tue Jul 19 20:56:33 UTC 2011 TB --- 2011-07-19 20:56:33 - generating LINT kernel config TB --- 2011-07-19 20:56:33 - cd /src/sys/sparc64/conf TB --- 2011-07-19 20:56:33 - /usr/bin/make -B LINT TB --- 2011-07-19 20:56:33 - building LINT kernel TB --- 2011-07-19 20:56:33 - MAKEOBJDIRPREFIX=/obj TB --- 2011-07-19 20:56:33 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-07-19 20:56:33 - TARGET=sparc64 TB --- 2011-07-19 20:56:33 - TARGET_ARCH=sparc64 TB --- 2011-07-19 20:56:33 - TZ=UTC TB --- 2011-07-19 20:56:33 - __MAKE_CONF=/dev/null TB --- 2011-07-19 20:56:33 - cd /src TB --- 2011-07-19 20:56:33 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Tue Jul 19 20:56:33 UTC 2011 >>> 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 [...] cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/net80211/ieee80211_output.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/net80211/ieee80211_phy.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/net80211/ieee80211_power.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/net80211/ieee80211_proto.c /src/sys/net80211/ieee80211_proto.c: In function 'ieee80211_csa_completeswitch': /src/sys/net80211/ieee80211_proto.c:1541: error: 'vap' undeclared (first use in this function) /src/sys/net80211/ieee80211_proto.c:1541: error: (Each undeclared identifier is reported only once /src/sys/net80211/ieee80211_proto.c:1541: error: for each function it appears in.) *** Error code 1 Stop in /obj/sparc64.sparc64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2011-07-19 21:07:16 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-07-19 21:07:16 - ERROR: failed to build lint kernel TB --- 2011-07-19 21:07:16 - 3314.73 user 773.34 system 4169.20 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sparc64.full From owner-freebsd-sparc64@FreeBSD.ORG Wed Jul 20 01:47:08 2011 Return-Path: Delivered-To: sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46253106566B; Wed, 20 Jul 2011 01:47:08 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id 124248FC15; Wed, 20 Jul 2011 01:47:07 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.4/8.14.4) with ESMTP id p6K1l74T084780; Tue, 19 Jul 2011 21:47:07 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.4/Submit) id p6K1l7C6084747; Wed, 20 Jul 2011 01:47:07 GMT (envelope-from tinderbox@freebsd.org) Date: Wed, 20 Jul 2011 01:47:07 GMT Message-Id: <201107200147.p6K1l7C6084747@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2011 01:47:08 -0000 TB --- 2011-07-20 00:35:52 - tinderbox 2.7 running on freebsd-current.sentex.ca TB --- 2011-07-20 00:35:52 - starting HEAD tinderbox run for sparc64/sparc64 TB --- 2011-07-20 00:35:52 - cleaning the object tree TB --- 2011-07-20 00:36:04 - cvsupping the source tree TB --- 2011-07-20 00:36:04 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/sparc64/sparc64/supfile TB --- 2011-07-20 00:36:18 - building world TB --- 2011-07-20 00:36:18 - MAKEOBJDIRPREFIX=/obj TB --- 2011-07-20 00:36:18 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-07-20 00:36:18 - TARGET=sparc64 TB --- 2011-07-20 00:36:18 - TARGET_ARCH=sparc64 TB --- 2011-07-20 00:36:18 - TZ=UTC TB --- 2011-07-20 00:36:18 - __MAKE_CONF=/dev/null TB --- 2011-07-20 00:36:18 - cd /src TB --- 2011-07-20 00:36:18 - /usr/bin/make -B buildworld >>> World build started on Wed Jul 20 00:36:19 UTC 2011 >>> 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 Wed Jul 20 01:36:25 UTC 2011 TB --- 2011-07-20 01:36:25 - generating LINT kernel config TB --- 2011-07-20 01:36:25 - cd /src/sys/sparc64/conf TB --- 2011-07-20 01:36:25 - /usr/bin/make -B LINT TB --- 2011-07-20 01:36:25 - building LINT kernel TB --- 2011-07-20 01:36:25 - MAKEOBJDIRPREFIX=/obj TB --- 2011-07-20 01:36:25 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-07-20 01:36:25 - TARGET=sparc64 TB --- 2011-07-20 01:36:25 - TARGET_ARCH=sparc64 TB --- 2011-07-20 01:36:25 - TZ=UTC TB --- 2011-07-20 01:36:25 - __MAKE_CONF=/dev/null TB --- 2011-07-20 01:36:25 - cd /src TB --- 2011-07-20 01:36:25 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Wed Jul 20 01:36:25 UTC 2011 >>> 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 [...] cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/net80211/ieee80211_output.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/net80211/ieee80211_phy.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/net80211/ieee80211_power.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/net80211/ieee80211_proto.c /src/sys/net80211/ieee80211_proto.c: In function 'ieee80211_csa_completeswitch': /src/sys/net80211/ieee80211_proto.c:1541: error: 'vap' undeclared (first use in this function) /src/sys/net80211/ieee80211_proto.c:1541: error: (Each undeclared identifier is reported only once /src/sys/net80211/ieee80211_proto.c:1541: error: for each function it appears in.) *** Error code 1 Stop in /obj/sparc64.sparc64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2011-07-20 01:47:06 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-07-20 01:47:06 - ERROR: failed to build lint kernel TB --- 2011-07-20 01:47:06 - 3346.69 user 770.04 system 4274.58 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sparc64.full