From owner-freebsd-current@FreeBSD.ORG Sun Feb 6 03:29:15 2011 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C95B0106566B; Sun, 6 Feb 2011 03:29:15 +0000 (UTC) (envelope-from gibbs@scsiguy.com) Received: from aslan.scsiguy.com (mail.scsiguy.com [70.89.174.89]) by mx1.freebsd.org (Postfix) with ESMTP id 978CF8FC13; Sun, 6 Feb 2011 03:29:15 +0000 (UTC) Received: from [192.168.0.21] ([192.168.0.21]) (authenticated bits=0) by aslan.scsiguy.com (8.14.4/8.14.4) with ESMTP id p163TD9S031793 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Sat, 5 Feb 2011 20:29:15 -0700 (MST) (envelope-from gibbs@scsiguy.com) Message-ID: <4D4E1585.3030709@scsiguy.com> Date: Sat, 05 Feb 2011 20:29:09 -0700 From: "Justin T. Gibbs" Organization: SCSIGuy.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.14) Gecko/20110123 Thunderbird/3.1.8 MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <4D4C3F89.50700@scsiguy.com> <20110205153920.GS2035@garage.freebsd.pl> <4D4DC2E8.60901@scsiguy.com> <20110205220646.GZ2035@garage.freebsd.pl> In-Reply-To: <20110205220646.GZ2035@garage.freebsd.pl> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (aslan.scsiguy.com [192.168.0.4]); Sat, 05 Feb 2011 20:29:15 -0700 (MST) Cc: current@FreeBSD.org Subject: Re: [PATCH] OpenSolaris/ZFS: C++ compatibility X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gibbs@scsiguy.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Feb 2011 03:29:15 -0000 On 2/5/2011 3:06 PM, Pawel Jakub Dawidek wrote: > On Sat, Feb 05, 2011 at 02:36:40PM -0700, Justin T. Gibbs wrote: >> >> Perhaps IllumOS will accept these changes back? As I mentioned in the >> change descriptions included with the patch, the header files already >> show the intention of providing C++ support (extern "C" blocks), they >> just don't quite deliver. The changes shouldn't be controversial. > > Sure. To be clear: I'm not against those changes, I think they are worth > it. And getting IllumOS to accept them back is definitely a good idea. Ok. >> We have talked internally about this at Spectra too. Since we don't have >> BSD licensed nvpair code, we've thought of using Google protocol buffers >> to allow extensible encoding of fault data. The GP implementation is >> MIT licensed and looks like it might be less cumbersome to use than >> nvpairs. For the first release of our product, however, we are just >> making due with the string data that devctl provides. > > I've developed similar API during HAST work, maybe it is a good starting > point? src/sbin/hastd/nv.{c,h}. Sure. If the decision is made to use nvpairs, I would advocate for emulating the Solaris API. There's no reason to be slightly different from an established implementation. >> The reason I chose C++ for this task is that devd, the source of the >> events I process, already requires C++ so using C++ in zfsd doesn't >> impose any new requirements on the system. Zfsd, like even the C >> kernel of FreeBSD is coded in an object oriented fashion, but its >> much cleaner to implement this type of design in a language that >> inherently supports object oriented concepts. Could I rewrite all >> that I have in C? Sure, but there would have to be some compelling >> reasons to offset the reduction in clarity and maintainability such >> a change would cause. > > Hmm, so zfsd will receive events from devd? I'm in opinion that we > should let devd alone. In my initial port I used devd, because it was > closest match, but if we want to clean it up, we shouldn't go through > devd. For example ZFS v28 can report whole binary blocks where checksum > doesn't match and passing those through devd would be cumbersome. zfsd parses devctl event data (via devd's unix domain socket) into an internal event class representation. The data representation for the event class as well as the source for the event data can be easily changed out once a more complete solution is available. For the policies SpectraLogic needs for its first product launch, the data coming through devctl is sufficient even if it is not ideal. >> Is your inability to help on a C++ version of this code due to distaste >> for C++ or just a lack of experience with it? > > The latter. I'm sure there are many committers that are fluent in C++, > but all of them know C. I was under impression that Warner implemented > devd in C++ also as a kind of experiment, which nobody really followed. FreeBSD has lots of examples of really well written C code and shell code, but almost no examples written in more modern languages (C++ isn't even that modern!). That's too bad. My hope is that, by submitting another example of (dare I hope well written) C++ use in FreeBSD, that this will change. At least review the code (when I release it in a few weeks) before begging me to rewrite it! :-) -- Justin From owner-freebsd-current@FreeBSD.ORG Sun Feb 6 04:43:54 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15E801065673; Sun, 6 Feb 2011 04:43:54 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1C3958FC15; Sun, 6 Feb 2011 04:43:52 +0000 (UTC) Received: by wyf19 with SMTP id 19so3666749wyf.13 for ; Sat, 05 Feb 2011 20:43:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=yDdIWTblBX2fj77vtCF+LTLN7XPrGQudgZIg0YQtSow=; b=H8Xh047YMlHI3sei3k1VBEeLIZam1xQTEVtXJoTEGVaC3bTJIVCDLpg3TrulrA7AGc Ta+gK53YKVrYgYOUalOLwiMrhDWZFKlgZLfvdupP7ufJPV47T32YZ4rvutqQEKv+dM5c xdM+ve8eRg78ssJkw+GaMykptlmQz+fCYGW5E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=BGZ/fsBSqRSWbouAnK0JArN1nmfseeWy07HDBKyhKHAeWrJEHc7RROouARsDJNYq0s 9rYozVWoo8V1vwQU9WGaIQPmqxRomRnF+lTH/mXGPlakoaiQYPIdYZ02hlgABelPfi7L LtgO+bY5pvAOpeFYsqNMsj/nNGB8CPX3/zhX0= MIME-Version: 1.0 Received: by 10.216.150.134 with SMTP id z6mr12773062wej.27.1296967432014; Sat, 05 Feb 2011 20:43:52 -0800 (PST) Sender: yanegomi@gmail.com Received: by 10.216.71.200 with HTTP; Sat, 5 Feb 2011 20:43:51 -0800 (PST) In-Reply-To: <4D4E1585.3030709@scsiguy.com> References: <4D4C3F89.50700@scsiguy.com> <20110205153920.GS2035@garage.freebsd.pl> <4D4DC2E8.60901@scsiguy.com> <20110205220646.GZ2035@garage.freebsd.pl> <4D4E1585.3030709@scsiguy.com> Date: Sat, 5 Feb 2011 20:43:51 -0800 X-Google-Sender-Auth: vSdOanQIqAaxHMZavvOrEXWx8QM Message-ID: From: Garrett Cooper To: gibbs@scsiguy.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Pawel Jakub Dawidek , current@freebsd.org Subject: Re: [PATCH] OpenSolaris/ZFS: C++ compatibility X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Feb 2011 04:43:54 -0000 On Sat, Feb 5, 2011 at 7:29 PM, Justin T. Gibbs wrote: > On 2/5/2011 3:06 PM, Pawel Jakub Dawidek wrote: >> On Sat, Feb 05, 2011 at 02:36:40PM -0700, Justin T. Gibbs wrote: >>> >>> Perhaps IllumOS will accept these changes back? =A0As I mentioned in th= e >>> change descriptions included with the patch, the header files already >>> show the intention of providing C++ support (extern "C" blocks), they >>> just don't quite deliver. =A0The changes shouldn't be controversial. >> >> Sure. To be clear: I'm not against those changes, I think they are worth >> it. And getting IllumOS to accept them back is definitely a good idea. > > Ok. > >>> We have talked internally about this at Spectra too. =A0Since we don't = have >>> BSD licensed nvpair code, we've thought of using Google protocol buffer= s >>> to allow extensible encoding of fault data. =A0The GP implementation is >>> MIT licensed and looks like it might be less cumbersome to use than >>> nvpairs. =A0For the first release of our product, however, we are just >>> making due with the string data that devctl provides. >> >> I've developed similar API during HAST work, maybe it is a good starting >> point? src/sbin/hastd/nv.{c,h}. > > Sure. =A0If the decision is made to use nvpairs, I would advocate for > emulating the Solaris API. =A0There's no reason to be slightly different > from an established implementation. > >>> The reason I chose C++ for this task is that devd, the source of the >>> events I process, already requires C++ so using C++ in zfsd doesn't >>> impose any new requirements on the system. =A0Zfsd, like even the C >>> kernel of FreeBSD is coded in an object oriented fashion, but its >>> much cleaner to implement this type of design in a language that >>> inherently supports object oriented concepts. =A0Could I rewrite all >>> that I have in C? =A0Sure, but there would have to be some compelling >>> reasons to offset the reduction in clarity and maintainability such >>> a change would cause. >> >> Hmm, so zfsd will receive events from devd? I'm in opinion that we >> should let devd alone. In my initial port I used devd, because it was >> closest match, but if we want to clean it up, we shouldn't go through >> devd. For example ZFS v28 can report whole binary blocks where checksum >> doesn't match and passing those through devd would be cumbersome. > > zfsd parses devctl event data (via devd's unix domain socket) into an > internal event class representation. =A0The data representation for the > event class as well as the source for the event data can be easily > changed out once a more complete solution is available. =A0For the polici= es > SpectraLogic needs for its first product launch, the data coming through > devctl is sufficient even if it is not ideal. > >>> Is your inability to help on a C++ version of this code due to distaste >>> for C++ or just a lack of experience with it? >> >> The latter. I'm sure there are many committers that are fluent in C++, >> but all of them know C. I was under impression that Warner implemented >> devd in C++ also as a kind of experiment, which nobody really followed. > > FreeBSD has lots of examples of really well written C code and shell code= , > but almost no examples written in more modern languages (C++ isn't even > that modern!). =A0That's too bad. =A0My hope is that, by submitting anoth= er > example of (dare I hope well written) C++ use in FreeBSD, that this will > change. =A0At least review the code (when I release it in a few weeks) be= fore > begging me to rewrite it! :-) The patch looks reasonable. It's kind of funny that the OpenSolaris folks use variable names that conflict with reserved keywords in C++ (class, private). Thanks! -Garrett From owner-freebsd-current@FreeBSD.ORG Sun Feb 6 23:41:57 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1233) id AE80B106566C; Sun, 6 Feb 2011 23:41:57 +0000 (UTC) Date: Sun, 6 Feb 2011 23:41:57 +0000 From: Alexander Best To: Giorgos Keramidas Message-ID: <20110206234157.GB94887@freebsd.org> References: <20110203221257.GA76849@freebsd.org> <201102040756.12109.jhb@freebsd.org> <20110204201948.GA27893@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: freebsd-current@freebsd.org Subject: Re: [RFC] removing broken includes X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Feb 2011 23:41:57 -0000 On Sat Feb 5 11, Giorgos Keramidas wrote: > On Fri, 4 Feb 2011 20:19:48 +0000, Alexander Best wrote: > >On Fri Feb 4 11, John Baldwin wrote: > >>On Thursday, February 03, 2011 5:12:57 pm Alexander Best wrote: > >>> hi everybody, > >>> i've started to check the source for broken includes, such as the one fixed in > >>> r218189. so far i've run through arch=amd64 and found only two broken includes, > >>> which should be fixed by the attached patch. the commands i'm using are: > >> > >> The sys/conf/files fix should definitely go in. > > > > as a side note: while checking the tinderbox output i saw a few gas related > > warnings, which complained about VCS IDs being spammed to object files. > > Maybe it's intentional for these objects to _have_ the VCS id in them, > like some of the "@(#)" strings that are passed down to the ELF binary. > > This sort of object data is often used to determine what bits have gone > into the binary, so we should check if they are intentional before > ifdef'ing them all out. > > % Index: sbin/routed/rtquery/rtquery.c > % =================================================================== > % --- sbin/routed/rtquery/rtquery.c (revision 218217) > % +++ sbin/routed/rtquery/rtquery.c (working copy) > % @@ -49,6 +49,7 @@ > % #include > % #endif > % > % +#if 0 > % #define UNUSED __attribute__((unused)) > % #ifndef __RCSID > % #define __RCSID(_s) static const char rcsid[] UNUSED = _s > % @@ -67,6 +68,7 @@ > % __RCSID("$Revision: 2.26 $"); > % #ident "$Revision: 2.26 $" > % #endif > % +#endif > > We can avoid this by building rtquery.c with -D NO__RCSID. See below > for the same trick about lukemftpd... > > % #ifndef sgi > % #define _HAVE_SIN_LEN > % Index: contrib/lukemftp/src/main.c > % =================================================================== > % --- contrib/lukemftp/src/main.c (revision 218217) > % +++ contrib/lukemftp/src/main.c (working copy) > % @@ -96,8 +96,10 @@ > % > % #include > % #ifndef lint > % +#if 0 > % __COPYRIGHT("@(#) Copyright (c) 1985, 1989, 1993, 1994\n\ > % The Regents of the University of California. All rights reserved.\n"); > % +#endif > % #endif /* not lint */ > > This looks 'harmless' to include in the resulting binary, but maybe we > should just define NO_COPYRIGHT while building lukemftp? This will > disable the spamming of the object code with the static string and we > don't have to modify vendor code at all. > > So, how about this instead? i've compared the VCS info in main.c in the freebsd repository with the newest vendor release: FreeBSD: ------- #include #ifndef lint __COPYRIGHT("@(#) Copyright (c) 1985, 1989, 1993, 1994\n\ The Regents of the University of California. All rights reserved.\n"); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 10/9/94"; #else __RCSID("$NetBSD: main.c,v 1.94 2005/05/13 05:03:49 lukem Exp $"); #endif #endif /* not lint */ VENDOR: ------ #if 0 /* tnftp */ #include #ifndef lint __COPYRIGHT("@(#) Copyright (c) 1985, 1989, 1993, 1994\ The Regents of the University of California. All rights reserved.\ Copyright 1996-2008 The NetBSD Foundation, Inc. All rights reserved"); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 10/9/94"; #else __RCSID(" NetBSD: main.c,v 1.117 2009/07/13 19:05:41 roy Exp "); #endif #endif /* not lint */ /* * FTP User Program -- Command Interface. */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #endif /* tnftp */ ... so it seems having the cvs data in object files isn't essential. however leaving the source files for lukemftp and rtquery the way they are and adding the -D options in order to prevent object spamming is fine for me too. :) > > % diff -r bd0305f6cb2b libexec/lukemftpd/Makefile > % --- a/libexec/lukemftpd/Makefile Sat Feb 05 02:39:55 2011 +0100 > % +++ b/libexec/lukemftpd/Makefile Sat Feb 05 22:28:12 2011 +0100 > % @@ -13,6 +13,7 @@ SRCS= cmds.c conf.c ftpd.c ftpcmd.y pope > % SRCS+= strsuftoll.c > % > % WFORMAT= 0 > % +CFLAGS+= -DNO_COPYRIGHT > % > % .if ${MK_INET6_SUPPORT} != "no" > % CFLAGS+= -DINET6 > > > also i noticed a lot of these warnings: > > > > usr/subversion-src/lib/libc/i386/string/memcpy.S:7: Warning: ignoring incorrect section type for .note.GNU-stack > > > > i think i've seen some recent commits dealing with that new section. > > That looks like something more useful to fix now, rather than later. ...already fixed by kib in r218303 and r218305. cheers. alex -- a13x From owner-freebsd-current@FreeBSD.ORG Mon Feb 7 01:33:42 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50EBC106566C for ; Mon, 7 Feb 2011 01:33:42 +0000 (UTC) (envelope-from rincebrain@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id F301E8FC1F for ; Mon, 7 Feb 2011 01:33:41 +0000 (UTC) Received: by qwj9 with SMTP id 9so3134736qwj.13 for ; Sun, 06 Feb 2011 17:33:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=9z6ph0CNSSgSaZj0zjfMMU7LN3xz8JZEusN5eb0LuMI=; b=o59cjsQeVlu1PNwJl+U20Q1ZD6x43hPlWa6SUTPeqhQsw0ZzaTMdqmXQgxr/Q1wawN /O5mfNSc7jca1bQBOc+/yPx4sN8DUnRb/9YNAV23ZqbWLLR6VaRdsYShiBg62mkwCV2Z /ryJJ1uQ40tqFmGgQVQpcE4nW0JVrMfkrrq+4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=GSUAKPD7qpgLcBEATkSk81QUWnFRWLZVK3m6KU7tWKq+yIuQeVlJvn6HotYNXhrjNP d0eAvxvcLapc82GcljmBso/r0/9mY47JhA9CWuR9fXK0/yFW74gB5D/QuTOtv55Zs/s9 5qPtNaUt8HC6KyTeDTgWQ/HaKw+DijhT/Fzxk= MIME-Version: 1.0 Received: by 10.229.43.195 with SMTP id x3mr12287840qce.291.1297040726946; Sun, 06 Feb 2011 17:05:26 -0800 (PST) Received: by 10.229.230.5 with HTTP; Sun, 6 Feb 2011 17:05:26 -0800 (PST) In-Reply-To: <86wrljuce6.fsf@gmail.com> References: <86k4hkiyr1.fsf@gmail.com> <86wrljuce6.fsf@gmail.com> Date: Sun, 6 Feb 2011 20:05:26 -0500 Message-ID: From: Rich To: Anonymous Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Olivier Smedts , FreeBSD-current , Shawn Webb Subject: Re: zpool v28 and -current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Feb 2011 01:33:42 -0000 On Tue, Feb 1, 2011 at 8:12 AM, Anonymous wrote: > $ fetch http://people.freebsd.org/~pjd/patches/zfs_20101212.patch.bz2 > $ fetch -o anon_fixup.diff ' > http://docs.freebsd.org/cgi/getmsg.cgi?fetch=55203+0+current/freebsd-current+raw > ' > $ bzip2 -d zfs_20101212.patch.bz2 > $ patch -si anon_fixup.diff > $ cd /usr/src > $ patch -Efsp0 -i $OLDPWD/zfs_20101212.patch > [ any rejects here are probably because of $FreeBSD: ...$ vs. $FreeBSD$ ] > $ make -j5 world kernel DESTDIR=/ > > Note, some bugs are fixed in pjd_zfs branch. > > http://p4db.freebsd.org/changeList.cgi?FSPC=//depot/user/pjd/zfs/... > > My guess, pjd's patch was generated before 186914. So, in order to grab > all latest p4 commits in the branch try > > [...] > $ for ci in 186914 186921 186938 186940 186942 186944 186945 \ > 187192 187461 187462 187836 187837 187875 187883 188248; do > p4diff $ci >>zfs_v28_sync.diff; done > $ cd /usr/src > $ patch -Efsp0 -i $OLDPWD/zfs_20101212.patch > $ patch -Efsp6 -i $OLDPWD/zfs_v28_sync.diff > [...] Attempted this procedure today, make fails with: cc -O2 -pipe -DFREEBSD_NAMECACHE -DBUILDING_ZFS -DDEBUG=1 -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I/usr/local/ncvs/src/sys/modules/zfs/../../cddl/compat/opensolaris -I/usr/local/ncvs/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs -I/usr/local/ncvs/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/zmod -I/usr/local/ncvs/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common -I/usr/local/ncvs/src/sys/modules/zfs/../.. -I/usr/local/ncvs/src/sys/modules/zfs/../../cddl/contrib/opensolaris/common/zfs -I/usr/local/ncvs/src/sys/modules/zfs/../../cddl/contrib/opensolaris/common -I/usr/local/ncvs/src/sys/modules/zfs/../../../include -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/local/ncvs/src/sys/DTRACE/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -fno-omit-frame-pointer -I/usr/obj/usr/local/ncvs/src/sys/DTRACE -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wno-unknown-pragmas -Wno-missing-prototypes -Wno-undef -Wno-strict-prototypes -Wno-cast-qual -Wno-parentheses -Wno-redundant-decls -Wno-missing-braces -Wno-uninitialized -Wno-unused -Wno-inline -Wno-switch -Wno-pointer-arith -c /usr/local/ncvs/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/bpobj.c /usr/local/ncvs/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c:188: error: 'zfs_mdcomp_disable' undeclared here (not in a function) cc1: warnings being treated as errors /usr/local/ncvs/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c: In function 'arc_write': /usr/local/ncvs/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c:3580: warning: passing argument 7 of 'zio_write' discards qualifiers from pointer target type Is this a trivial fix, or something fixed in a commit I haven't pulled? Thanks, - Rich > From owner-freebsd-current@FreeBSD.ORG Mon Feb 7 01:38:21 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1822010656A5 for ; Mon, 7 Feb 2011 01:38:21 +0000 (UTC) (envelope-from rincebrain@gmail.com) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id B4FC48FC08 for ; Mon, 7 Feb 2011 01:38:20 +0000 (UTC) Received: by qyk8 with SMTP id 8so997320qyk.13 for ; Sun, 06 Feb 2011 17:38:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=KNyw0rNzFVwIYmcuOezZY9SmKtNiIi5U+659vn7w9nQ=; b=lvPV1/cClsxhbGHKFih9NnkxPqtMPDADEdTq6zrlHhYQRF/oZzDKUl+1k3xpWvtFoO BOs2KLONBk6xGN0kdeq1+ooh/bhq1B0qLcIzbC78BBxMp6CJYYdv8kQLNHrjZmnvF0Ge 1olw23woXCdppq6dE9Oi/sSNeC23MXvNeluxc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=NxnQPPeYIEjWuNW5R5IOlJkCXKYi3o3uXJBQjf8FFCc/e6NGi/JUmMW/Sn9OpHltim GGR/V3JietxhOq2ZWF7JV0tFFKnjKIsyo1D0zSrztaA5GRl7a11qEFjNf9QYMLUD0++O 9oT8YPRhQEToHtopBbC1Bzlare+PCjMYBJzSs= MIME-Version: 1.0 Received: by 10.229.182.196 with SMTP id cd4mr8655477qcb.215.1297042699760; Sun, 06 Feb 2011 17:38:19 -0800 (PST) Received: by 10.229.230.5 with HTTP; Sun, 6 Feb 2011 17:38:19 -0800 (PST) In-Reply-To: References: <86k4hkiyr1.fsf@gmail.com> <86wrljuce6.fsf@gmail.com> Date: Sun, 6 Feb 2011 20:38:19 -0500 Message-ID: From: Rich To: Anonymous Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Olivier Smedts , FreeBSD-current , Shawn Webb Subject: Re: zpool v28 and -current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Feb 2011 01:38:21 -0000 On Sun, Feb 6, 2011 at 8:05 PM, Rich wrote: > On Tue, Feb 1, 2011 at 8:12 AM, Anonymous wrote: > >> $ fetch http://people.freebsd.org/~pjd/patches/zfs_20101212.patch.bz2 >> $ fetch -o anon_fixup.diff ' >> http://docs.freebsd.org/cgi/getmsg.cgi?fetch=55203+0+current/freebsd-current+raw >> ' >> $ bzip2 -d zfs_20101212.patch.bz2 >> $ patch -si anon_fixup.diff >> $ cd /usr/src >> $ patch -Efsp0 -i $OLDPWD/zfs_20101212.patch >> [ any rejects here are probably because of $FreeBSD: ...$ vs. $FreeBSD$ ] >> $ make -j5 world kernel DESTDIR=/ >> >> Note, some bugs are fixed in pjd_zfs branch. >> >> http://p4db.freebsd.org/changeList.cgi?FSPC=//depot/user/pjd/zfs/... >> >> My guess, pjd's patch was generated before 186914. So, in order to grab >> all latest p4 commits in the branch try >> >> [...] >> $ for ci in 186914 186921 186938 186940 186942 186944 186945 \ >> 187192 187461 187462 187836 187837 187875 187883 188248; do >> p4diff $ci >>zfs_v28_sync.diff; done >> $ cd /usr/src >> $ patch -Efsp0 -i $OLDPWD/zfs_20101212.patch >> $ patch -Efsp6 -i $OLDPWD/zfs_v28_sync.diff >> [...] > > > Attempted this procedure today, make fails with: > > cc -O2 -pipe -DFREEBSD_NAMECACHE -DBUILDING_ZFS -DDEBUG=1 > -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc > -I/usr/local/ncvs/src/sys/modules/zfs/../../cddl/compat/opensolaris > -I/usr/local/ncvs/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs > -I/usr/local/ncvs/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/zmod > -I/usr/local/ncvs/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common > -I/usr/local/ncvs/src/sys/modules/zfs/../.. > -I/usr/local/ncvs/src/sys/modules/zfs/../../cddl/contrib/opensolaris/common/zfs > -I/usr/local/ncvs/src/sys/modules/zfs/../../cddl/contrib/opensolaris/common > -I/usr/local/ncvs/src/sys/modules/zfs/../../../include > -DHAVE_KERNEL_OPTION_HEADERS -include > /usr/obj/usr/local/ncvs/src/sys/DTRACE/opt_global.h -I. -I@ -I@/contrib/altq > -finline-limit=8000 --param inline-unit-growth=100 --param > large-function-growth=1000 -fno-common -g -fno-omit-frame-pointer > -I/usr/obj/usr/local/ncvs/src/sys/DTRACE -mcmodel=kernel -mno-red-zone > -mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float > -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector > -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions > -Wno-unknown-pragmas -Wno-missing-prototypes -Wno-undef > -Wno-strict-prototypes -Wno-cast-qual -Wno-parentheses -Wno-redundant-decls > -Wno-missing-braces -Wno-uninitialized -Wno-unused -Wno-inline -Wno-switch > -Wno-pointer-arith -c > /usr/local/ncvs/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/bpobj.c > /usr/local/ncvs/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c:188: > error: 'zfs_mdcomp_disable' undeclared here (not in a function) > cc1: warnings being treated as errors > /usr/local/ncvs/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c: > In function 'arc_write': > /usr/local/ncvs/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c:3580: > warning: passing argument 7 of 'zio_write' discards qualifiers from pointer > target type > First error is just a variable undefined that was defined in the original file pre-patching in the function; redefined it as defined in the original. Second error is because arc_write takes a const of that property now, and zio_write still doesn't, resulting in the warning as shown. Dunno what the correct way to fix this is, as it's unclear to me why the change was done. This looks more broken than I might hope to fix trivially, since working around the second one above results in more brokenness in dbuf.c. I suppose I'll wait for an updated patchset to try this out again. - Rich From owner-freebsd-current@FreeBSD.ORG Mon Feb 7 02:54:38 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93591106566C for ; Mon, 7 Feb 2011 02:54:38 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 192BF8FC08 for ; Mon, 7 Feb 2011 02:54:37 +0000 (UTC) Received: by bwz12 with SMTP id 12so4444238bwz.13 for ; Sun, 06 Feb 2011 18:54:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=DnZc9Hgvj87jfypVKOMys52ZXSa3AZmGXyfGi5RH4IM=; b=fI8g8Xa5d7Gz1dclAXMwUiAoSFCbUQUuFOFyqC2Z90Zh9fD6hMgWCW4NtwYOXlaLsv Ij087Cj5c+5qG+gI91mvG9CXFJDJ9JLMDou85qLEe4GCZPcDOJjNqDIROM0X8lkq4aIH ceyP0CAvtGHpMb+emaifqnrzqa+4CpGVA+P0c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=h9JwI1tdVePN8beKZw2E2eftySG9mohjT6hFEGOyDU1r/XphoDA60pAvIu80r+0/LK 7nvCPKEU6hBu8Erb5JZllJVWKp23VyOyzDSHlN7tFYzcx61guguSrsub/9c+yI9rwTzk D3jgvDFkalfEGeCmXPwrZYsBdy33/HZeHvAXc= Received: by 10.204.101.133 with SMTP id c5mr9912194bko.124.1297047276864; Sun, 06 Feb 2011 18:54:36 -0800 (PST) Received: from localhost (tor-exit-router36-readme.formlessnetworking.net [199.48.147.36]) by mx.google.com with ESMTPS id a17sm1739421bku.11.2011.02.06.18.54.32 (version=SSLv3 cipher=RC4-MD5); Sun, 06 Feb 2011 18:54:35 -0800 (PST) From: Anonymous To: Rich References: <86k4hkiyr1.fsf@gmail.com> <86wrljuce6.fsf@gmail.com> Date: Mon, 07 Feb 2011 05:53:30 +0300 In-Reply-To: (Rich's message of "Sun, 6 Feb 2011 20:38:19 -0500") Message-ID: <86oc6ov9lh.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: Olivier Smedts , FreeBSD-current , Shawn Webb Subject: Re: zpool v28 and -current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Feb 2011 02:54:38 -0000 Rich writes: >> Attempted this procedure today, make fails with: [...] >> /usr/local/ncvs/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c:188: >> error: 'zfs_mdcomp_disable' undeclared here (not in a function) > > First error is just a variable undefined that was defined in the original > file pre-patching in the function; redefined it as defined in the original. No, it should be removed from there. See if you have arc.c.rej. %% @@ -186,14 +185,11 @@ TUNABLE_QUAD("vfs.zfs.arc_max", &zfs_arc_max); TUNABLE_QUAD("vfs.zfs.arc_min", &zfs_arc_min); TUNABLE_QUAD("vfs.zfs.arc_meta_limit", &zfs_arc_meta_limit); -TUNABLE_INT("vfs.zfs.mdcomp_disable", &zfs_mdcomp_disable); SYSCTL_DECL(_vfs_zfs); SYSCTL_UQUAD(_vfs_zfs, OID_AUTO, arc_max, CTLFLAG_RDTUN, &zfs_arc_max, 0, "Maximum ARC size"); SYSCTL_UQUAD(_vfs_zfs, OID_AUTO, arc_min, CTLFLAG_RDTUN, &zfs_arc_min, 0, "Minimum ARC size"); -SYSCTL_INT(_vfs_zfs, OID_AUTO, mdcomp_disable, CTLFLAG_RDTUN, - &zfs_mdcomp_disable, 0, "Disable metadata compression"); /* * Note that buffers can be in one of 6 states: %% >> /usr/local/ncvs/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c:3580: >> warning: passing argument 7 of 'zio_write' discards qualifiers from pointer target type > > Second error is because arc_write takes a const of that property now, and > zio_write still doesn't, resulting in the warning as shown. Dunno what the > correct way to fix this is, as it's unclear to me why the change was done. Did you count wrong? The 7th argument to zio_write() around 3580 line is `&zp' vs. `zp'. %% @@ -3563,8 +3573,7 @@ callback->awcb_private = private; callback->awcb_buf = buf; - write_policy(spa, wp, &zp); - zio = zio_write(pio, spa, txg, bp, buf->b_data, hdr->b_size, &zp, + zio = zio_write(pio, spa, txg, bp, buf->b_data, hdr->b_size, zp, arc_write_ready, arc_write_done, callback, priority, zio_flags, zb); return (zio); %% > This looks more broken than I might hope to fix trivially, since working > around the second one above results in more brokenness in dbuf.c. I suppose > I'll wait for an updated patchset to try this out again. From owner-freebsd-current@FreeBSD.ORG Mon Feb 7 04:41:12 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3495A1065672 for ; Mon, 7 Feb 2011 04:41:12 +0000 (UTC) (envelope-from rincebrain@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id D80458FC14 for ; Mon, 7 Feb 2011 04:41:11 +0000 (UTC) Received: by qwj9 with SMTP id 9so3202714qwj.13 for ; Sun, 06 Feb 2011 20:41:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=CBIXUBfHZUR0xu+FErfpdX1a26H9j0IUx8Z0daKymJo=; b=WI15ygVBaRNYDSsMVKfbkroLnFV5kdaQYexKsQpmzvm6EQGJZssXcYDHVSsDez0xvH biZlozWOqrNzcjodmrLqf90wP4EsackgKg+Xgo5fr3SNZ2iDyV8ycdaMNQ1B8vONUKVr /JWDoD0wa0i3S0CjamQ4gI4eDRBoZORDM1TcU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=dBPr1YPh3PaKh1HxTF/1+fDyzSTBn3+nwYQ7GKDRUnC1JDgKNXDZSO2URAILCwh1P7 Lhx1rML1LdejuVYIDZsiAjAFOCFnrvDT7BRRq5OQ0jBOSm7mU7he1oq5w3PTU918HpU6 m4fwaNaOkiQLyuquzgX5qudSCHfbg7Ghrby5M= MIME-Version: 1.0 Received: by 10.229.97.134 with SMTP id l6mr5190361qcn.253.1297053670954; Sun, 06 Feb 2011 20:41:10 -0800 (PST) Received: by 10.229.230.5 with HTTP; Sun, 6 Feb 2011 20:41:10 -0800 (PST) In-Reply-To: <86oc6ov9lh.fsf@gmail.com> References: <86k4hkiyr1.fsf@gmail.com> <86wrljuce6.fsf@gmail.com> <86oc6ov9lh.fsf@gmail.com> Date: Sun, 6 Feb 2011 23:41:10 -0500 Message-ID: From: Rich To: Anonymous Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Olivier Smedts , FreeBSD-current , Shawn Webb Subject: Re: zpool v28 and -current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Feb 2011 04:41:12 -0000 On Sun, Feb 6, 2011 at 9:53 PM, Anonymous wrote: > Rich writes: > > >> Attempted this procedure today, make fails with: > [...] > >> > /usr/local/ncvs/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c:188: > >> error: 'zfs_mdcomp_disable' undeclared here (not in a function) > > > > First error is just a variable undefined that was defined in the original > > file pre-patching in the function; redefined it as defined in the > original. > > No, it should be removed from there. See if you have arc.c.rej. > I do; as soon as I get to the machine in question, I'll quote it for you. > %% > @@ -186,14 +185,11 @@ > TUNABLE_QUAD("vfs.zfs.arc_max", &zfs_arc_max); > TUNABLE_QUAD("vfs.zfs.arc_min", &zfs_arc_min); > TUNABLE_QUAD("vfs.zfs.arc_meta_limit", &zfs_arc_meta_limit); > -TUNABLE_INT("vfs.zfs.mdcomp_disable", &zfs_mdcomp_disable); > SYSCTL_DECL(_vfs_zfs); > SYSCTL_UQUAD(_vfs_zfs, OID_AUTO, arc_max, CTLFLAG_RDTUN, &zfs_arc_max, 0, > "Maximum ARC size"); > SYSCTL_UQUAD(_vfs_zfs, OID_AUTO, arc_min, CTLFLAG_RDTUN, &zfs_arc_min, 0, > "Minimum ARC size"); > -SYSCTL_INT(_vfs_zfs, OID_AUTO, mdcomp_disable, CTLFLAG_RDTUN, > - &zfs_mdcomp_disable, 0, "Disable metadata compression"); > > /* > * Note that buffers can be in one of 6 states: > %% > > >> > /usr/local/ncvs/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c:3580: > >> warning: passing argument 7 of 'zio_write' discards qualifiers from > pointer target type > > > > Second error is because arc_write takes a const of that property now, and > > zio_write still doesn't, resulting in the warning as shown. Dunno what > the > > correct way to fix this is, as it's unclear to me why the change was > done. > > Did you count wrong? The 7th argument to zio_write() around 3580 line is > `&zp' vs. `zp'. > In my copy of said file, zp is defined in the signature of arc_write as const, which is where the error comes from. - Rich From owner-freebsd-current@FreeBSD.ORG Mon Feb 7 14:02:41 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1525F106566B; Mon, 7 Feb 2011 14:02:41 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2FDC68FC25; Mon, 7 Feb 2011 14:02:40 +0000 (UTC) Received: by bwz12 with SMTP id 12so4848468bwz.13 for ; Mon, 07 Feb 2011 06:02:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=1vIefVEhN8TzSWOVggk8aBhSDGh8YqWWtoaESoJQ/vw=; b=Q97ijCU4xs6uqUNVIGfympUYBi31GOZrFtDmIAzXAJS2wxHaO/RK/ekyvvu+sX2mB4 K2YfmqM3UG5IFx5zDwwSYr6fS/dU5pyPCUDcenqhsWHid8JingCIWqCy1o2MAQx3FaPk rxlxQKbs1f0AqUls6C6u7LmK7tkCo0pzdgYig= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=dqYEo3w9PdWKMEzH5fnjT/6FUTRnRWkRPLT96wk5etsmOfAhEqgkJeHu4I2p/2jF1R CRxwRnBVomKVg1Ira2c+qEl5DczsBe74KBA3JREtbsVhHGtdjI3q8x5Ra7yE04JkvPaY Mp6f7o15wR8b45uopCUB2/1CPyfiqlm2YDIqs= Received: by 10.204.82.96 with SMTP id a32mr15192987bkl.179.1297087358368; Mon, 07 Feb 2011 06:02:38 -0800 (PST) Received: from localhost (tor-exit-router35-readme.formlessnetworking.net [199.48.147.35]) by mx.google.com with ESMTPS id f20sm2048340bkf.4.2011.02.07.06.02.21 (version=SSLv3 cipher=RC4-MD5); Mon, 07 Feb 2011 06:02:35 -0800 (PST) From: Anonymous To: Pawel Jakub Dawidek References: <20101213214556.GC2038@garage.freebsd.pl> <8662upxg76.fsf@gmail.com> Date: Mon, 07 Feb 2011 17:01:55 +0300 In-Reply-To: <8662upxg76.fsf@gmail.com> (Anonymous's message of "Mon, 20 Dec 2010 06:42:53 +0300") Message-ID: <86lj1s3pv0.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: freebsd-current@FreeBSD.org Subject: Re: Next ZFSv28 patchset ready for testing. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Feb 2011 14:02:41 -0000 Anonymous writes: > Pawel Jakub Dawidek writes: > >> The new patchset is ready for testing: >> >> http://people.freebsd.org/~pjd/patches/zfs_20101212.patch.bz2 >> > > `-e' option in zdb(8) now looks under /dev/dsk by default > > $ zdb -ec blah > > Configuration for import: > vdev_children: 1 > version: 6 > vdev_tree: > children[0]: > phys_path: '/dev/gptid/A-B-C-D-E' > path: '/dev/dsk/gptid/A-B-C-D-E' > zdb: can't open 'blah': No such file or directory > Exit 1 How about below diff then? %% --- cddl/contrib/opensolaris/lib/libzfs/common/libzfs_import.c~ +++ cddl/contrib/opensolaris/lib/libzfs/common/libzfs_import.c @@ -1129,7 +1129,11 @@ zpool_find_import_impl(libzfs_handle_t * char *end, **dir = iarg->path; size_t pathleft; nvlist_t *ret = NULL; +#ifdef sun static char *default_dir = "/dev/dsk"; +#else + static char *default_dir = "/dev"; +#endif pool_list_t pools = { 0 }; pool_entry_t *pe, *penext; vdev_entry_t *ve, *venext; %% > > $ zdb -p /dev -ec blah > > Traversing all blocks to verify metadata checksums and verify nothing leaked ... > Assertion failed: (mp->initialized == B_TRUE), file /usr/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libzpool/common/kernel.c, line 130. > Exit 134 I can't reproduce anymore, at least as of ch188544. From owner-freebsd-current@FreeBSD.ORG Tue Feb 8 11:58:27 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1233) id BA276106566C; Tue, 8 Feb 2011 11:58:27 +0000 (UTC) Date: Tue, 8 Feb 2011 11:58:27 +0000 From: Alexander Best To: Garrett Cooper Message-ID: <20110208115827.GA38518@freebsd.org> References: <20110203221257.GA76849@freebsd.org> <20110205065303.GA1694@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: Roman Divacky , freebsd-current@freebsd.org Subject: Re: [RFC] removing broken includes X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Feb 2011 11:58:27 -0000 On Fri Feb 4 11, Garrett Cooper wrote: > On Fri, Feb 4, 2011 at 10:53 PM, Roman Divacky wrote: > > alex, > > > > I think you are the kind of person to try out > > > > http://code.google.com/p/include-what-you-use/ > > > > with fbsd :) > > Please be careful with this tool though. There's header pollution > in them thar c files (refer to the FreeBSD and/or POSIX manpages for > the source of truth), e.g. time.h vs sys/time.h ! > HTH, here's my first attempt running [1] make -k CXX=/usr/local/src/llvm/Debug+Asserts/bin/include-what-you-use CC=/usr/local/src/llvm/Debug+Asserts/bin/include-what-you-use buildkernel cheers. alex [1] http://people.freebsd.org/~arundel/misc/include-what-you-use-buildkernel-output > -Garrett -- a13x From owner-freebsd-current@FreeBSD.ORG Tue Feb 8 17:58:44 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2CCD31065672 for ; Tue, 8 Feb 2011 17:58:44 +0000 (UTC) (envelope-from lattera@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id ADB188FC08 for ; Tue, 8 Feb 2011 17:58:43 +0000 (UTC) Received: by wyf19 with SMTP id 19so6148817wyf.13 for ; Tue, 08 Feb 2011 09:58:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=UKQO7+hjbUVhtpa7JPHZd/nqPU+bKdEyfQMfOT122VA=; b=isUyXnoQkR6vxzBcf4qK0UH4mHVDI7nA7BARgn9YTMXXM7bUGJ3IdaAjeBSG0m5Knd BGetSjUNKfNVeU1hmCOyl3MbMmwbS2CnyoQobnmI/6rWhOOZFYqL8p4vtvLmKISREC8p 28QYcL/50bESx11eGejRlYS308YbBVvx/Duz0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=wnAN+ZY/e53o2Tb9ZDms+HLF571uQiLhvmUFrMFmt1pIMLsG4lcHu9XI4JKfJ/N7gG bUs2r66WyjpU2MgGMt6MxnPi+lqAvijVVU25gK8S9PbXo42jvYfiKVZU2Pl3bNVE+p6k yNq+wqoI0nUNGChYz6fvttQhe/PnOePlhlqYc= MIME-Version: 1.0 Received: by 10.227.143.206 with SMTP id w14mr2878560wbu.66.1297187922464; Tue, 08 Feb 2011 09:58:42 -0800 (PST) Received: by 10.227.68.204 with HTTP; Tue, 8 Feb 2011 09:58:42 -0800 (PST) Date: Tue, 8 Feb 2011 10:58:42 -0700 Message-ID: From: Shawn Webb To: FreeBSD-current Content-Type: multipart/mixed; boundary=0016364592f0535008049bc919ee X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: setfacl Recursive Functionality X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Feb 2011 17:58:44 -0000 --0016364592f0535008049bc919ee Content-Type: text/plain; charset=ISO-8859-1 I've just finished a patch to add recursive functionality to setfacl. Before I officially submit it, I'd like a few suggestions on how to improve the patch. The part I'm worried about involves the #define directive at top. I'm not sure what ramifications using that define might have. I needed it for my remove_invalid_inherit() function to work. Thanks, Shawn attached: setfacl.patch (universal diff) --0016364592f0535008049bc919ee Content-Type: application/octet-stream; name="setfacl.patch" Content-Disposition: attachment; filename="setfacl.patch" Content-Transfer-Encoding: base64 X-Attachment-Id: f_gjx436vo0 LS0tIC91c3Ivc3JjL2Jpbi9zZXRmYWNsL3NldGZhY2wuYwkyMDExLTAyLTAzIDEyOjExOjAyLjMw MzQ5NjMxOCAtMDcwMAorKysgL3RhbmsvamFpbHMvZGV2L3Vzci9zcmMvYmluL3NldGZhY2wvc2V0 ZmFjbC5jCTIwMTEtMDItMDggMTA6NDc6MTguMTkwOTM2NDg5IC0wNzAwCkBAIC0yMyw3ICsyMyw3 IEBACiAgKiBBUklTSU5HIElOIEFOWSBXQVkgT1VUIE9GIFRIRSBVU0UgT0YgVEhJUyBTT0ZUV0FS RSwgRVZFTiBJRiBBRFZJU0VEIE9GIFRIRQogICogUE9TU0lCSUxJVFkgT0YgU1VDSCBEQU1BR0Uu CiAgKi8KLQorI2RlZmluZSBfQUNMX1BSSVZBVEUKICNpbmNsdWRlIDxzeXMvY2RlZnMuaD4KIF9f RkJTRElEKCIkRnJlZUJTRCQiKTsKIApAQCAtMzIsNiArMzIsNyBAQAogI2luY2x1ZGUgPHN5cy9z dGF0Lmg+CiAjaW5jbHVkZSA8c3lzL2FjbC5oPgogI2luY2x1ZGUgPHN5cy9xdWV1ZS5oPgorI2lu Y2x1ZGUgPGRpcmVudC5oPgogCiAjaW5jbHVkZSA8ZXJyLmg+CiAjaW5jbHVkZSA8ZXJybm8uaD4K QEAgLTQ0LDYgKzQ1LDggQEAKIAogc3RhdGljIHZvaWQJYWRkX2ZpbGVuYW1lKGNvbnN0IGNoYXIg KmZpbGVuYW1lKTsKIHN0YXRpYyB2b2lkCXVzYWdlKHZvaWQpOworc3RhdGljIHZvaWQJcmVjdXJz ZV9kaXJlY3RvcnkoY29uc3QgY2hhciAqZGlybmFtZSwgaW50IHJfZmxhZyk7CitzdGF0aWMgYWNs X3QJcmVtb3ZlX2ludmFsaWRfaW5oZXJpdChzdHJ1Y3Qgc3RhdCAqc2IsIGFjbF90IGFjbCk7CiAK IHN0YXRpYyB2b2lkCiBhZGRfZmlsZW5hbWUoY29uc3QgY2hhciAqZmlsZW5hbWUpCkBAIC02Mywx OSArNjYsODMgQEAKIHVzYWdlKHZvaWQpCiB7CiAKLQlmcHJpbnRmKHN0ZGVyciwgInVzYWdlOiBz ZXRmYWNsIFstYmRoa25dIFstYSBwb3NpdGlvbiBlbnRyaWVzXSAiCisJZnByaW50ZihzdGRlcnIs ICJ1c2FnZTogc2V0ZmFjbCBbLWJkaGtuUl0gWy1hIHBvc2l0aW9uIGVudHJpZXNdICIKIAkgICAg IlstbSBlbnRyaWVzXSBbLU0gZmlsZV0gWy14IGVudHJpZXNdIFstWCBmaWxlXSBbZmlsZSAuLi5d XG4iKTsKIAlleGl0KDEpOwogfQogCitzdGF0aWMgdm9pZAorcmVjdXJzZV9kaXJlY3RvcnkoY29u c3QgY2hhciAqZGlybmFtZSwgaW50IHJfZmxhZykKK3sKKwlESVIgKmRpcnA7CisJc3RydWN0IGRp cmVudCAqZW50OworCXN0cnVjdCBzdGF0IHNiOworCWNoYXIgbmV3cGF0aFtQQVRIX01BWCsxXTsK KwkKKwlpZiAoc3RhdChkaXJuYW1lLCAmc2IpID09IC0xKSB7CisJCXdhcm4oIiVzOiBzdGF0KCkg ZmFpbGVkIiwgZGlybmFtZSk7CisJCXJldHVybjsKKwl9CisJCisJYWRkX2ZpbGVuYW1lKGRpcm5h bWUpOworCQorCWlmIChyX2ZsYWcgPT0gMCB8fCBTX0lTRElSKHNiLnN0X21vZGUpID09IDApCisJ CXJldHVybjsKKwkKKwlkaXJwID0gb3BlbmRpcihkaXJuYW1lKTsKKwl3aGlsZSAoKGVudCA9IHJl YWRkaXIoZGlycCkpICE9IE5VTEwpIHsKKwkJaWYgKHN0cmNtcChlbnQtPmRfbmFtZSwgIi4iKSA9 PSAwIHx8IHN0cmNtcChlbnQtPmRfbmFtZSwgIi4uIikgPT0gMCkKKwkJCWNvbnRpbnVlOworCQkK KwkJc25wcmludGYobmV3cGF0aCwgUEFUSF9NQVgsICIlcy8lcyIsIGRpcm5hbWUsIGVudC0+ZF9u YW1lKTsgCisJCQorCQlpZiAoc3RhdChuZXdwYXRoLCAmc2IpID09IC0xKSB7CisJCQl3YXJuKCIl czogc3RhdCgpIGZhaWxlZCIsIG5ld3BhdGgpOworCQkJY29udGludWU7CisJCX0KKwkJCisJCWlm IChTX0lTRElSKHNiLnN0X21vZGUpKQorCQkJcmVjdXJzZV9kaXJlY3RvcnkobmV3cGF0aCwgcl9m bGFnKTsKKwkJCisJCWFkZF9maWxlbmFtZShzdHJkdXAobmV3cGF0aCkpOworCX0KKwljbG9zZWRp cihkaXJwKTsKK30KKworc3RhdGljIGFjbF90CityZW1vdmVfaW52YWxpZF9pbmhlcml0KHN0cnVj dCBzdGF0ICpzYiwgYWNsX3QgYWNsKQoreworCWFjbF90IGFjbF9uZXc7CisJaW50IGFjbF9icmFu ZDsKKwlhY2xfZW50cnlfdCBlbnRyeTsKKwlpbnQgZW50cnlfaWQ7CisJCisJYWNsX2dldF9icmFu ZF9ucChhY2wsICZhY2xfYnJhbmQpOworCWlmIChhY2xfYnJhbmQgIT0gQUNMX0JSQU5EX05GUzQp CisJCXJldHVybiBhY2w7CisJCisJaWYgKFNfSVNESVIoc2ItPnN0X21vZGUpICE9IDApCisJCXJl dHVybiBhY2w7CisJCisJYWNsX25ldyA9IGFjbF9kdXAoYWNsKTsKKwkKKwllbnRyeV9pZCA9IEFD TF9GSVJTVF9FTlRSWTsKKwl3aGlsZSAoYWNsX2dldF9lbnRyeShhY2xfbmV3LCBlbnRyeV9pZCwg JmVudHJ5KSA9PSAxKSB7CisJCWVudHJ5X2lkID0gQUNMX05FWFRfRU5UUlk7CisJCWVudHJ5LT5h ZV9mbGFncyA9IDA7CisJfQorCQorCXJldHVybiBhY2xfbmV3OworfQorCiBpbnQKIG1haW4oaW50 IGFyZ2MsIGNoYXIgKmFyZ3ZbXSkKIHsKLQlhY2xfdCBhY2w7CisJYWNsX3QgYWNsLCBhY2xfYmFj a3VwOwogCWFjbF90eXBlX3QgYWNsX3R5cGU7CiAJY2hhciBmaWxlbmFtZVtQQVRIX01BWF07CiAJ aW50IGxvY2FsX2Vycm9yLCBjYXJyaWVkX2Vycm9yLCBjaCwgaSwgZW50cnlfbnVtYmVyLCByZXQ7 Ci0JaW50IGhfZmxhZzsKKwlpbnQgaF9mbGFnLCByX2ZsYWc7CiAJc3RydWN0IHNmX2ZpbGUgKmZp bGU7CiAJc3RydWN0IHNmX2VudHJ5ICplbnRyeTsKIAljb25zdCBjaGFyICpmbl9kdXA7CkBAIC04 NCwxMiArMTUxLDEyIEBACiAKIAlhY2xfdHlwZSA9IEFDTF9UWVBFX0FDQ0VTUzsKIAljYXJyaWVk X2Vycm9yID0gbG9jYWxfZXJyb3IgPSAwOwotCWhfZmxhZyA9IGhhdmVfbWFzayA9IGhhdmVfc3Rk aW4gPSBuX2ZsYWcgPSBuZWVkX21hc2sgPSAwOworCWhfZmxhZyA9IGhhdmVfbWFzayA9IGhhdmVf c3RkaW4gPSBuX2ZsYWcgPSBuZWVkX21hc2sgPSByX2ZsYWcgPSAwOwogCiAJVEFJTFFfSU5JVCgm ZW50cnlsaXN0KTsKIAlUQUlMUV9JTklUKCZmaWxlbGlzdCk7CiAKLQl3aGlsZSAoKGNoID0gZ2V0 b3B0KGFyZ2MsIGFyZ3YsICJNOlg6YTpiZGhrbTpueDoiKSkgIT0gLTEpCisJd2hpbGUgKChjaCA9 IGdldG9wdChhcmdjLCBhcmd2LCAiUk06WDphOmJkaGttOm54OiIpKSAhPSAtMSkKIAkJc3dpdGNo KGNoKSB7CiAJCWNhc2UgJ00nOgogCQkJZW50cnkgPSB6bWFsbG9jKHNpemVvZihzdHJ1Y3Qgc2Zf ZW50cnkpKTsKQEAgLTE2Nyw2ICsyMzQsOSBAQAogCQkJfQogCQkJVEFJTFFfSU5TRVJUX1RBSUwo JmVudHJ5bGlzdCwgZW50cnksIG5leHQpOwogCQkJYnJlYWs7CisJCWNhc2UgJ1InOgorCQkJcl9m bGFnID0gMTsKKwkJCWJyZWFrOwogCQlkZWZhdWx0OgogCQkJdXNhZ2UoKTsKIAkJCWJyZWFrOwpA QCAtMTkzLDcgKzI2Myw3IEBACiAJCX0KIAl9IGVsc2UKIAkJZm9yIChpID0gMDsgaSA8IGFyZ2M7 IGkrKykKLQkJCWFkZF9maWxlbmFtZShhcmd2W2ldKTsKKwkJCXJlY3Vyc2VfZGlyZWN0b3J5KGFy Z3ZbaV0sIHJfZmxhZyk7CiAKIAkvKiBjeWNsZSB0aHJvdWdoIGVhY2ggZmlsZSAqLwogCVRBSUxR X0ZPUkVBQ0goZmlsZSwgJmZpbGVsaXN0LCBuZXh0KSB7CkBAIC0yNTAsMTIgKzMyMCwyNCBAQAog CiAJCQlzd2l0Y2goZW50cnktPm9wKSB7CiAJCQljYXNlIE9QX0FERF9BQ0w6CisJCQkJYWNsX2Jh Y2t1cCA9IGVudHJ5LT5hY2w7CisJCQkJZW50cnktPmFjbCA9IHJlbW92ZV9pbnZhbGlkX2luaGVy aXQoJnNiLCBlbnRyeS0+YWNsKTsKIAkJCQlsb2NhbF9lcnJvciArPSBhZGRfYWNsKGVudHJ5LT5h Y2wsCiAJCQkJICAgIGVudHJ5LT5lbnRyeV9udW1iZXIsICZhY2wsIGZpbGUtPmZpbGVuYW1lKTsK KwkJCQlpZiAoZW50cnktPmFjbCAhPSBhY2xfYmFja3VwKSB7CisJCQkJCWFjbF9mcmVlKGVudHJ5 LT5hY2wpOworCQkJCQllbnRyeS0+YWNsID0gYWNsX2JhY2t1cDsKKwkJCQl9CiAJCQkJYnJlYWs7 CiAJCQljYXNlIE9QX01FUkdFX0FDTDoKKwkJCQlhY2xfYmFja3VwID0gZW50cnktPmFjbDsKKwkJ CQllbnRyeS0+YWNsID0gcmVtb3ZlX2ludmFsaWRfaW5oZXJpdCgmc2IsIGVudHJ5LT5hY2wpOwog CQkJCWxvY2FsX2Vycm9yICs9IG1lcmdlX2FjbChlbnRyeS0+YWNsLCAmYWNsLAogCQkJCSAgICBm aWxlLT5maWxlbmFtZSk7CisJCQkJaWYgKGVudHJ5LT5hY2wgIT0gYWNsX2JhY2t1cCkgeworCQkJ CQlhY2xfZnJlZShlbnRyeS0+YWNsKTsKKwkJCQkJZW50cnktPmFjbCA9IGFjbF9iYWNrdXA7CisJ CQkJfQogCQkJCW5lZWRfbWFzayA9IDE7CiAJCQkJYnJlYWs7CiAJCQljYXNlIE9QX1JFTU9WRV9F WFQ6Cg== --0016364592f0535008049bc919ee-- From owner-freebsd-current@FreeBSD.ORG Tue Feb 8 18:05:47 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3ED61065672; Tue, 8 Feb 2011 18:05:46 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (lev.vlakno.cz [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id A1F4E8FC0C; Tue, 8 Feb 2011 18:05:46 +0000 (UTC) Received: from lev.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 5C3669CB0D4; Tue, 8 Feb 2011 19:05:44 +0100 (CET) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by lev.vlakno.cz (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id maz95IaYFgRW; Tue, 8 Feb 2011 19:05:43 +0100 (CET) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id C61699CB153; Tue, 8 Feb 2011 19:05:43 +0100 (CET) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.4/8.14.4/Submit) id p18I5h54071150; Tue, 8 Feb 2011 19:05:43 +0100 (CET) (envelope-from rdivacky) Date: Tue, 8 Feb 2011 19:05:43 +0100 From: Roman Divacky To: Alexander Best Message-ID: <20110208180543.GA70927@freebsd.org> References: <20110203221257.GA76849@freebsd.org> <20110205065303.GA1694@freebsd.org> <20110208115827.GA38518@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110208115827.GA38518@freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: freebsd-current@freebsd.org, Garrett Cooper Subject: Re: [RFC] removing broken includes X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Feb 2011 18:05:47 -0000 I see it crashes very early on ;) can you report: Assertion failed: (isValid()), function getSpellingLoc, file SourceLocation.cpp, line 84. this stuff to the developers? the tool looks pretty useful On Tue, Feb 08, 2011 at 11:58:27AM +0000, Alexander Best wrote: > On Fri Feb 4 11, Garrett Cooper wrote: > > On Fri, Feb 4, 2011 at 10:53 PM, Roman Divacky wrote: > > > alex, > > > > > > I think you are the kind of person to try out > > > > > > http://code.google.com/p/include-what-you-use/ > > > > > > with fbsd :) > > > > Please be careful with this tool though. There's header pollution > > in them thar c files (refer to the FreeBSD and/or POSIX manpages for > > the source of truth), e.g. time.h vs sys/time.h ! > > HTH, > > here's my first attempt running [1] > > make -k CXX=/usr/local/src/llvm/Debug+Asserts/bin/include-what-you-use CC=/usr/local/src/llvm/Debug+Asserts/bin/include-what-you-use buildkernel > > cheers. > alex > > [1] http://people.freebsd.org/~arundel/misc/include-what-you-use-buildkernel-output > > > -Garrett > > -- > a13x > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" From owner-freebsd-current@FreeBSD.ORG Tue Feb 8 18:48:44 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 702D21065673 for ; Tue, 8 Feb 2011 18:48:44 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) by mx1.freebsd.org (Postfix) with ESMTP id 2C9DC8FC16 for ; Tue, 8 Feb 2011 18:48:43 +0000 (UTC) Received: from elsa.codelab.cz (localhost.codelab.cz [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 1D08D19E031; Tue, 8 Feb 2011 19:30:31 +0100 (CET) Received: from [192.168.1.2] (ip-86-49-61-235.net.upcbroadband.cz [86.49.61.235]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id EC13319E02F; Tue, 8 Feb 2011 19:30:28 +0100 (CET) Message-ID: <4D518BC4.3080905@quip.cz> Date: Tue, 08 Feb 2011 19:30:28 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.1.16) Gecko/20101123 SeaMonkey/2.0.11 MIME-Version: 1.0 To: Shawn Webb References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD-current Subject: Re: setfacl Recursive Functionality X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Feb 2011 18:48:44 -0000 Shawn Webb wrote: > I've just finished a patch to add recursive functionality to setfacl. Before > I officially submit it, I'd like a few suggestions on how to improve the > patch. > > The part I'm worried about involves the #define directive at top. I'm not > sure what ramifications using that define might have. I needed it for my > remove_invalid_inherit() function to work. Can it be extended to getfacl too? I am waiting for recursive functionality for a long time. It is available on linux and maybe some other OSes. Miroslav Lachman From owner-freebsd-current@FreeBSD.ORG Tue Feb 8 19:01:37 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BFA7106566C for ; Tue, 8 Feb 2011 19:01:37 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id EA5C28FC12 for ; Tue, 8 Feb 2011 19:01:36 +0000 (UTC) Received: by gwj21 with SMTP id 21so2500282gwj.13 for ; Tue, 08 Feb 2011 11:01:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=VH8ICOLseqDaBfxnoFaUb+k/on0qDocWgHMI8f+61hE=; b=iWc3+Pe9tc10HLz4cKFaXCVpIo/gnnIbTRMEmiMegRwo1jFPkEvpYYFsOOQFpkdMgj zkrjVvkA8zvNqAf5V36Lc3VjHDCT/S4P+AcM6tEQPpzGuL2plhPOlO2bmv4RPcydA4se UZ/CfEC0rTYxVw3+qTd/AYea7/dWOpaO9Kgh4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=jaQtSlv5ehA1pDG8GCy/tKkQIQo9MaRMSHlMnAVPJM807aEkQ1D1wcQImOvb5lZnx0 g05vtg8C3Ar9G2ETlyal/BEjaranBJkrtsXAsEx1vmaRtxZnqtnh0byAydiZh8mVKwG8 1bgfGRJmA+mV9f/1UywfHf2VgHwySUmycEv2s= MIME-Version: 1.0 Received: by 10.42.217.129 with SMTP id hm1mr5451231icb.10.1297190206756; Tue, 08 Feb 2011 10:36:46 -0800 (PST) Sender: baptiste.daroussin@gmail.com Received: by 10.231.164.164 with HTTP; Tue, 8 Feb 2011 10:36:46 -0800 (PST) In-Reply-To: <20110205220646.GZ2035@garage.freebsd.pl> References: <4D4C3F89.50700@scsiguy.com> <20110205153920.GS2035@garage.freebsd.pl> <4D4DC2E8.60901@scsiguy.com> <20110205220646.GZ2035@garage.freebsd.pl> Date: Tue, 8 Feb 2011 19:36:46 +0100 X-Google-Sender-Auth: 3K41UG3MJc3pU75D1yWbmjSldzE Message-ID: From: Baptiste Daroussin To: Pawel Jakub Dawidek , current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Re: [PATCH] OpenSolaris/ZFS: C++ compatibility X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Feb 2011 19:01:37 -0000 > I've developed similar API during HAST work, maybe it is a good starting > point? src/sbin/hastd/nv.{c,h}. > What about pushing this into some public libraries, I think this could be usefull in libc ou libutil or something like that? regards, Bapt From owner-freebsd-current@FreeBSD.ORG Tue Feb 8 19:31:51 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D2161065674 for ; Tue, 8 Feb 2011 19:31:51 +0000 (UTC) (envelope-from lattera@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 153808FC1A for ; Tue, 8 Feb 2011 19:31:50 +0000 (UTC) Received: by wyf19 with SMTP id 19so6244933wyf.13 for ; Tue, 08 Feb 2011 11:31:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=3dPHdNDL+otZHqLCveufxgoZvNmJ0rUtKrgCCj0yBSs=; b=Xp8L3Toy8ngXOnQdRxcy4g7MfsHqUQs03fDI9JrABbyoNadvd+jdtHLGFT4K/YgT1o ZeXO2ZH5Nr9edYN2BC7nHoeo+jy/iALzvdFMGMAct7oqho+DKSBBY6gVhabduDm1c+wP hFTU6paME9p4ND7uB8J7Q+tjltkyg0MF4z7eg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=kaSsOLHameqsHgrHcm6TLOwxcTL9P2KZsigqFcTGP27hOLLDHEYxCW3cpehyU450Xf DH4JJxLHqJXqvVb1cieNt76JPlhsHO0rZPL8G/zoO/Nyqs1w+6B3e6cuADRUrMYqstfI mmxwLcXK9DW04oDzAoORLcDSARfK9FmsFp2+4= MIME-Version: 1.0 Received: by 10.227.143.198 with SMTP id w6mr17858373wbu.37.1297193509660; Tue, 08 Feb 2011 11:31:49 -0800 (PST) Received: by 10.227.68.204 with HTTP; Tue, 8 Feb 2011 11:31:49 -0800 (PST) In-Reply-To: <4D518BC4.3080905@quip.cz> References: <4D518BC4.3080905@quip.cz> Date: Tue, 8 Feb 2011 12:31:49 -0700 Message-ID: From: Shawn Webb To: Miroslav Lachman <000.fbsd@quip.cz> Content-Type: multipart/mixed; boundary=0016363ba6be592828049bca669c X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD-current Subject: Re: setfacl Recursive Functionality X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Feb 2011 19:31:51 -0000 --0016363ba6be592828049bca669c Content-Type: text/plain; charset=ISO-8859-1 Attached is the patch. I'm also storing my FreeBSD patches at https://github.com/lattera/patches Thanks, Shawn On Tue, Feb 8, 2011 at 11:30 AM, Miroslav Lachman <000.fbsd@quip.cz> wrote: > Shawn Webb wrote: > >> I've just finished a patch to add recursive functionality to setfacl. >> Before >> I officially submit it, I'd like a few suggestions on how to improve the >> patch. >> >> The part I'm worried about involves the #define directive at top. I'm not >> sure what ramifications using that define might have. I needed it for my >> remove_invalid_inherit() function to work. >> > > Can it be extended to getfacl too? I am waiting for recursive functionality > for a long time. It is available on linux and maybe some other OSes. > > Miroslav Lachman > --0016363ba6be592828049bca669c Content-Type: application/octet-stream; name="getfacl_recursive.path" Content-Disposition: attachment; filename="getfacl_recursive.path" Content-Transfer-Encoding: base64 X-Attachment-Id: f_gjx7hwz40 LS0tIC91c3Ivc3JjL2Jpbi9nZXRmYWNsL2dldGZhY2wuYwkyMDExLTAyLTAzIDEyOjExOjAwLjg1 MTQ5MzA2MSAtMDcwMAorKysgYmluL2dldGZhY2wvZ2V0ZmFjbC5jCTIwMTEtMDItMDggMTI6MjY6 NTIuMDcyMTg2NDgwIC0wNzAwCkBAIC00Nyw2ICs0Nyw3IEBACiAjaW5jbHVkZSA8c3RkbGliLmg+ CiAjaW5jbHVkZSA8c3RyaW5nLmg+CiAjaW5jbHVkZSA8dW5pc3RkLmg+CisjaW5jbHVkZSA8ZGly ZW50Lmg+CiAKIGludAltb3JlX3RoYW5fb25lID0gMDsKIApAQCAtMjYwLDggKzI2MSw1NiBAQAog fQogCiBzdGF0aWMgaW50CityZWN1cnNlX2RpcmVjdG9yeShjaGFyICpwYXRoLCBhY2xfdHlwZV90 IHR5cGUsIGludCBoZmxhZywgaW50IGlmbGFnLAorICAgIGludCBuZmxhZywgaW50IHFmbGFnLCBp bnQgdmZsYWcsIGludCByZmxhZykKK3sKKwlESVIgKmRpcnA7CisJc3RydWN0IGRpcmVudCAqZW50 OworCXN0cnVjdCBzdGF0IHNiOworCWNoYXIgbmV3cGF0aFtQQVRIX01BWCsxXTsKKwlpbnQJY2Fy cmllZF9lcnJvciA9IDAsIGVycm9yOworCQorCWlmIChzdGF0KHBhdGgsICZzYikgPT0gLTEpIHsK KwkJd2FybigiJXM6IHN0YXQoKSBmYWlsZWQiLCBwYXRoKTsKKwkJcmV0dXJuIC0xOworCX0KKwkK KwllcnJvciA9IHByaW50X2FjbChwYXRoLCB0eXBlLCBoZmxhZywgaWZsYWcsIG5mbGFnLCBxZmxh ZywgdmZsYWcpOworCQorCWlmIChyZmxhZyA9PSAwIHx8IFNfSVNESVIoc2Iuc3RfbW9kZSkgPT0g MCkKKwkJcmV0dXJuIGVycm9yOworCQorCWlmIChlcnJvciA9PSAtMSkKKwkJY2FycmllZF9lcnJv ciA9IC0xOworCQorCWRpcnAgPSBvcGVuZGlyKHBhdGgpOworCXdoaWxlICgoZW50ID0gcmVhZGRp cihkaXJwKSkgIT0gTlVMTCkgeworCQlpZiAoc3RyY21wKGVudC0+ZF9uYW1lLCAiLiIpID09IDAg fHwgc3RyY21wKGVudC0+ZF9uYW1lLCAiLi4iKSA9PSAwKQorCQkJY29udGludWU7CisJCQorCQlz bnByaW50ZihuZXdwYXRoLCBQQVRIX01BWCwgIiVzLyVzIiwgcGF0aCwgZW50LT5kX25hbWUpOyAK KwkJCisJCWlmIChzdGF0KG5ld3BhdGgsICZzYikgPT0gLTEpIHsKKwkJCXdhcm4oIiVzOiBzdGF0 KCkgZmFpbGVkIiwgbmV3cGF0aCk7CisJCQljb250aW51ZTsKKwkJfQorCQkKKwkJaWYgKFNfSVNE SVIoc2Iuc3RfbW9kZSkpCisJCQllcnJvciA9IHJlY3Vyc2VfZGlyZWN0b3J5KG5ld3BhdGgsIHR5 cGUsIGhmbGFnLCBpZmxhZywKKwkJCSAgICBuZmxhZywgcWZsYWcsIHZmbGFnLCByZmxhZyk7CisJ CWVsc2UKKwkJCWVycm9yID0gcHJpbnRfYWNsKG5ld3BhdGgsIHR5cGUsIGhmbGFnLCBpZmxhZywg bmZsYWcsIHFmbGFnLCB2ZmxhZyk7CisJCWlmIChlcnJvciA9PSAtMSkKKwkJCWNhcnJpZWRfZXJy b3IgPSAtMTsKKwl9CisJY2xvc2VkaXIoZGlycCk7CisJCisJcmV0dXJuIGNhcnJpZWRfZXJyb3I7 Cit9CisKK3N0YXRpYyBpbnQKIHByaW50X2FjbF9mcm9tX3N0ZGluKGFjbF90eXBlX3QgdHlwZSwg aW50IGhmbGFnLCBpbnQgaWZsYWcsIGludCBuZmxhZywKLSAgICBpbnQgcWZsYWcsIGludCB2Zmxh ZykKKyAgICBpbnQgcWZsYWcsIGludCB2ZmxhZywgaW50IHJmbGFnKQogewogCWNoYXIJKnAsIHBh dGhuYW1lW1BBVEhfTUFYXTsKIAlpbnQJY2FycmllZF9lcnJvciA9IDA7CkBAIC0yNjksOCArMzE4 LDggQEAKIAl3aGlsZSAoZmdldHMocGF0aG5hbWUsIChpbnQpc2l6ZW9mKHBhdGhuYW1lKSwgc3Rk aW4pKSB7CiAJCWlmICgocCA9IHN0cmNocihwYXRobmFtZSwgJ1xuJykpICE9IE5VTEwpCiAJCQkq cCA9ICdcMCc7Ci0JCWlmIChwcmludF9hY2wocGF0aG5hbWUsIHR5cGUsIGhmbGFnLCBpZmxhZywg bmZsYWcsCi0JCSAgICBxZmxhZywgdmZsYWcpID09IC0xKSB7CisJCWlmIChyZWN1cnNlX2RpcmVj dG9yeShwYXRobmFtZSwgdHlwZSwgaGZsYWcsIGlmbGFnLCBuZmxhZywKKwkJICAgIHFmbGFnLCB2 ZmxhZywgcmZsYWcpID09IC0xKSB7CiAJCQljYXJyaWVkX2Vycm9yID0gLTE7CiAJCX0KIAl9CkBA IC0yODQsMTQgKzMzMywxNSBAQAogCWFjbF90eXBlX3QJdHlwZSA9IEFDTF9UWVBFX0FDQ0VTUzsK IAlpbnQJY2FycmllZF9lcnJvciA9IDA7CiAJaW50CWNoLCBlcnJvciwgaTsKLQlpbnQJaGZsYWcs IGlmbGFnLCBxZmxhZywgbmZsYWcsIHZmbGFnOworCWludAloZmxhZywgaWZsYWcsIHFmbGFnLCBu ZmxhZywgdmZsYWcsIHJmbGFnOwogCiAJaGZsYWcgPSAwOwogCWlmbGFnID0gMDsKIAlxZmxhZyA9 IDA7CiAJbmZsYWcgPSAwOwogCXZmbGFnID0gMDsKLQl3aGlsZSAoKGNoID0gZ2V0b3B0KGFyZ2Ms IGFyZ3YsICJkaGlucXYiKSkgIT0gLTEpCisJcmZsYWcgPSAwOworCXdoaWxlICgoY2ggPSBnZXRv cHQoYXJnYywgYXJndiwgIlJkaGlucXYiKSkgIT0gLTEpCiAJCXN3aXRjaChjaCkgewogCQljYXNl ICdkJzoKIAkJCXR5cGUgPSBBQ0xfVFlQRV9ERUZBVUxUOwpAQCAtMzExLDYgKzM2MSw5IEBACiAJ CWNhc2UgJ3YnOgogCQkJdmZsYWcgPSAxOwogCQkJYnJlYWs7CisJCWNhc2UgJ1InOgorCQkJcmZs YWcgPSAxOworCQkJYnJlYWs7CiAJCWRlZmF1bHQ6CiAJCQl1c2FnZSgpOwogCQkJcmV0dXJuKC0x KTsKQEAgLTMyMCwxOSArMzczLDE5IEBACiAKIAlpZiAoYXJnYyA9PSAwKSB7CiAJCWVycm9yID0g cHJpbnRfYWNsX2Zyb21fc3RkaW4odHlwZSwgaGZsYWcsIGlmbGFnLCBuZmxhZywKLQkJICAgIHFm bGFnLCB2ZmxhZyk7CisJCSAgICBxZmxhZywgdmZsYWcsIHJmbGFnKTsKIAkJcmV0dXJuKGVycm9y ID8gMSA6IDApOwogCX0KIAogCWZvciAoaSA9IDA7IGkgPCBhcmdjOyBpKyspIHsKIAkJaWYgKCFz dHJjbXAoYXJndltpXSwgIi0iKSkgewogCQkJZXJyb3IgPSBwcmludF9hY2xfZnJvbV9zdGRpbih0 eXBlLCBoZmxhZywgaWZsYWcsIG5mbGFnLAotCQkJICAgIHFmbGFnLCB2ZmxhZyk7CisJCQkgICAg cWZsYWcsIHZmbGFnLCByZmxhZyk7CiAJCQlpZiAoZXJyb3IgPT0gLTEpCiAJCQkJY2FycmllZF9l cnJvciA9IC0xOwogCQl9IGVsc2UgewotCQkJZXJyb3IgPSBwcmludF9hY2woYXJndltpXSwgdHlw ZSwgaGZsYWcsIGlmbGFnLCBuZmxhZywKLQkJCSAgICBxZmxhZywgdmZsYWcpOworCQkJZXJyb3Ig PSByZWN1cnNlX2RpcmVjdG9yeShhcmd2W2ldLCB0eXBlLCBoZmxhZywgaWZsYWcsIG5mbGFnLAor CQkJICAgIHFmbGFnLCB2ZmxhZywgcmZsYWcpOwogCQkJaWYgKGVycm9yID09IC0xKQogCQkJCWNh cnJpZWRfZXJyb3IgPSAtMTsKIAkJfQo= --0016363ba6be592828049bca669c-- From owner-freebsd-current@FreeBSD.ORG Wed Feb 9 02:51:22 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 999DA106564A for ; Wed, 9 Feb 2011 02:51:22 +0000 (UTC) (envelope-from lattera@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 2E7938FC0A for ; Wed, 9 Feb 2011 02:51:21 +0000 (UTC) Received: by wyf19 with SMTP id 19so6606080wyf.13 for ; Tue, 08 Feb 2011 18:51:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=YCtSEPGs8TjyoKkzE8y+kuqqskhEvA9O6A9p33AAOc8=; b=qG6nhR/zdtrCrGpLVTOSciWVcNyEVKzDbvEpZffaeUTP+1pdvKt8POUkL7WKtwhq28 QGXrGIOT20TOetpamWF5q4Pi7b5ZnT/b7CP8WnWhBI5NToRJyf3lKzjxN3aHJ+TKMttM 9ELmwkf+kQpQX5YUQdmM5A3RgObnkoXCbqvkw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=nMy5S01MgkQxsEfo95Jc7SDQMWh9M04IYMjhlwNKPkkvk/FyMd6JRLEdCqqj9WbUJI RI3ib+DLu4ojnQh3ZnreNiCZUd730D/kzu2oM/dLea7yjIZJ06cxs6hEOhQ7XNvUs98Q LyZcF2CnlJtAhK8KSzTFTjjjjVEtQdZixGJtY= MIME-Version: 1.0 Received: by 10.227.201.5 with SMTP id ey5mr1214281wbb.182.1297219880831; Tue, 08 Feb 2011 18:51:20 -0800 (PST) Received: by 10.227.68.204 with HTTP; Tue, 8 Feb 2011 18:51:20 -0800 (PST) In-Reply-To: <80373F51-25C7-48A0-8920-3444A98D857F@kientzle.com> References: <80373F51-25C7-48A0-8920-3444A98D857F@kientzle.com> Date: Tue, 8 Feb 2011 19:51:20 -0700 Message-ID: From: Shawn Webb To: Tim Kientzle Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD-current Subject: Re: setfacl Recursive Functionality X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Feb 2011 02:51:22 -0000 On Tue, Feb 8, 2011 at 7:35 PM, Tim Kientzle wrote: > On Feb 8, 2011, at 9:58 AM, Shawn Webb wrote: > > I've just finished a patch to add recursive functionality to setfacl. > Before > > I officially submit it, I'd like a few suggestions on how to improve the > > patch. > > > > The part I'm worried about involves the #define directive at top. I'm not > > sure what ramifications using that define might have. I needed it for my > > remove_invalid_inherit() function to work. > > You should certainly not need > #define _ACL_PRIVATE > for any user-space utilities. What exactly is the > problem without that? > > Your approach to directory walking here > is a little simplistic. In particular, you're storing > every filename for the entire tree in memory, > which is a problem for large filesystems. > > It would be much better to refactor the code so that > the actual ACL update was in a function and then > recurse_directory should call that function for > each filename as it visited it. That will reduce > the memory requirements significantly. > > You should also take a look at fts(3). In particular, > you'll want to implement the BSD-standard > -L/-P/-H options, and fts(3) makes that much easier. > (-L always follows symlinks, -P never follows symlinks, > -H follows symlinks on the command line). > > Tim > > Great suggestions. I'll definitely look at implementing that functionality. As a side note, it looks like my setfacl patch segfaults on freebsd-current r218075 with the zpool v28 patchset applied. I wrote it on freebsd 8.2-RC3 with zpool v15. Thanks, Shawn From owner-freebsd-current@FreeBSD.ORG Wed Feb 9 03:06:21 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75666106566C for ; Wed, 9 Feb 2011 03:06:21 +0000 (UTC) (envelope-from tim@kientzle.com) Received: from mail-px0-f182.google.com (mail-px0-f182.google.com [209.85.212.182]) by mx1.freebsd.org (Postfix) with ESMTP id 5474A8FC08 for ; Wed, 9 Feb 2011 03:06:20 +0000 (UTC) Received: by pxi1 with SMTP id 1so1470538pxi.13 for ; Tue, 08 Feb 2011 19:06:20 -0800 (PST) Received: by 10.142.136.6 with SMTP id j6mr17877911wfd.179.1297218914524; Tue, 08 Feb 2011 18:35:14 -0800 (PST) Received: from [10.123.2.181] (99-74-169-43.lightspeed.sntcca.sbcglobal.net [99.74.169.43]) by mx.google.com with ESMTPS id b11sm605749wff.21.2011.02.08.18.35.11 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 08 Feb 2011 18:35:12 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii From: Tim Kientzle In-Reply-To: Date: Tue, 8 Feb 2011 18:35:09 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: <80373F51-25C7-48A0-8920-3444A98D857F@kientzle.com> References: To: Shawn Webb X-Mailer: Apple Mail (2.1082) Cc: FreeBSD-current Subject: Re: setfacl Recursive Functionality X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Feb 2011 03:06:21 -0000 On Feb 8, 2011, at 9:58 AM, Shawn Webb wrote: > I've just finished a patch to add recursive functionality to setfacl. = Before > I officially submit it, I'd like a few suggestions on how to improve = the > patch. >=20 > The part I'm worried about involves the #define directive at top. I'm = not > sure what ramifications using that define might have. I needed it for = my > remove_invalid_inherit() function to work. You should certainly not need=20 #define _ACL_PRIVATE for any user-space utilities. What exactly is the problem without that? Your approach to directory walking here is a little simplistic. In particular, you're storing every filename for the entire tree in memory, which is a problem for large filesystems. It would be much better to refactor the code so that the actual ACL update was in a function and then recurse_directory should call that function for each filename as it visited it. That will reduce the memory requirements significantly. You should also take a look at fts(3). In particular, you'll want to implement the BSD-standard -L/-P/-H options, and fts(3) makes that much easier. (-L always follows symlinks, -P never follows symlinks, -H follows symlinks on the command line). Tim From owner-freebsd-current@FreeBSD.ORG Wed Feb 9 15:57:58 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2083C106564A for ; Wed, 9 Feb 2011 15:57:57 +0000 (UTC) (envelope-from David.Boyd@insightbb.com) Received: from mxsf12.insightbb.com (mxsf12.insightbb.com [74.128.0.94]) by mx1.freebsd.org (Postfix) with ESMTP id E0F0A8FC18 for ; Wed, 9 Feb 2011 15:57:56 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.60,446,1291611600"; d="scan'208";a="261578748" Received: from unknown (HELO asav02.insightbb.com) ([172.31.249.123]) by mxsf12.insightbb.com with ESMTP; 09 Feb 2011 10:28:54 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ap4GAANCUk1KgYlR/2dsb2JhbACJbI08jht0vD8NhU8EhH8 X-IronPort-AV: E=Sophos;i="4.60,446,1291611600"; d="scan'208";a="428597481" Received: from 74-129-137-81.dhcp.insightbb.com (HELO sneezy) ([74.129.137.81]) by asav02.insightbb.com with SMTP; 09 Feb 2011 10:28:53 -0500 From: "David Boyd" To: Date: Wed, 9 Feb 2011 10:28:53 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5994 Importance: Normal Subject: new dialog/libdialog testing X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Feb 2011 15:57:58 -0000 Having some time to test 9.0-CURRENT with the new dialog command has uncovered only one major omission (for us): prgbox/dialog_prgbox. This is used in most (if not all) of our installation/management scripts. Was prgbox omitted for any particular reason? I realize that change is inevitable. Is there a better approach to running a program in a window? We like many of the new features presented, but are wary of problems down the road due to the omission of prgrbox. I notice that sysinstall uses dialog_prgbox in 8.1-RELEASE. From owner-freebsd-current@FreeBSD.ORG Wed Feb 9 16:15:07 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C0C01065675 for ; Wed, 9 Feb 2011 16:15:07 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 092858FC18 for ; Wed, 9 Feb 2011 16:15:06 +0000 (UTC) Received: by wwf26 with SMTP id 26so332033wwf.31 for ; Wed, 09 Feb 2011 08:15:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=t++/ddQahVn1cABWAzSzm+Zmtu//qifX0lo6PBQz8m4=; b=BjkVnaVOGB7qH7Fyy31UQEgulKiXUt7jWId4HyXO+8yGGTAPhXfCFLY+juR7EBi/fM FFrIF/DErkD5iY5aNEYbXDD7CH/YOxZHWieNW7IhFwU/pzjGxacU199pgSGbWU749j+9 e5/n6Mivyf8y2bxPrSJOzLsy6EWZo74YL2zgM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=OWfkeJc4bCtF5m7fpUhydlADcLYuRDU7gi3/s2dP1raibfH0TLwXKnNCAOW/2kES2O fHSLM0fAFlRfN6L7zgsYnlqo/QrElkut+BkhM/ZFL6HIGa6SE4lSP0sG8h7iyuf0qoMz x7gKHPMh8krV6sX94yDIOrrUEvKeVJtvfnVtw= MIME-Version: 1.0 Received: by 10.227.154.147 with SMTP id o19mr5598159wbw.149.1297268105879; Wed, 09 Feb 2011 08:15:05 -0800 (PST) Sender: yanegomi@gmail.com Received: by 10.216.71.200 with HTTP; Wed, 9 Feb 2011 08:15:05 -0800 (PST) In-Reply-To: References: Date: Wed, 9 Feb 2011 08:15:05 -0800 X-Google-Sender-Auth: RA7qwNsbJEdyDhdsYLgW6h2vmyE Message-ID: From: Garrett Cooper To: David Boyd Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@freebsd.org Subject: Re: new dialog/libdialog testing X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Feb 2011 16:15:07 -0000 On Wed, Feb 9, 2011 at 7:28 AM, David Boyd wrote: > Having some time to test 9.0-CURRENT with the new dialog command has > uncovered only one major omission (for us): prgbox/dialog_prgbox. > > This is used in most (if not all) of our installation/management scripts. > > Was prgbox omitted for any particular reason? > > I realize that change is inevitable. > > Is there a better approach to running a program in a window? > > We like many of the new features presented, but are wary of problems down > the road due to the omission of prgrbox. > > I notice that sysinstall uses dialog_prgbox in 8.1-RELEASE. A good chunk of stuff isn't in the new libdialog. Part of the reason why is that libodialog is hacked from what it was originally by various parties and wasn't carried over to the [now supported] upstream maintainer, or because support for other APIs was deprecated and abandoned. That being said, other APIs should easily fill this gap in a more generic manner. You may have to specify a few more libdialog API calls to achieve the same result though. Thanks! -Garrett From owner-freebsd-current@FreeBSD.ORG Wed Feb 9 16:20:23 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A74F106566B for ; Wed, 9 Feb 2011 16:20:23 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from adsum.doit.wisc.edu (adsum.doit.wisc.edu [144.92.197.210]) by mx1.freebsd.org (Postfix) with ESMTP id 3C8338FC12 for ; Wed, 9 Feb 2011 16:20:22 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed Received: from avs-daemon.smtpauth1.wiscmail.wisc.edu by smtpauth1.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) id <0LGC00D02YPYTN00@smtpauth1.wiscmail.wisc.edu> for freebsd-current@freebsd.org; Wed, 09 Feb 2011 10:20:22 -0600 (CST) Received: from anacreon.physics.wisc.edu (anacreon.physics.wisc.edu [128.104.160.176]) by smtpauth1.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) with ESMTPSA id <0LGC00C9KYPRZT00@smtpauth1.wiscmail.wisc.edu> for freebsd-current@freebsd.org; Wed, 09 Feb 2011 10:20:15 -0600 (CST) Date: Wed, 09 Feb 2011 10:20:15 -0600 From: Nathan Whitehorn In-reply-to: To: freebsd-current@freebsd.org Message-id: <4D52BEBF.2070209@freebsd.org> X-Spam-Report: AuthenticatedSender=yes, SenderIP=128.104.160.176 X-Spam-PmxInfo: Server=avs-13, Version=5.6.0.2009776, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2011.2.9.160625, SenderIP=128.104.160.176 References: User-Agent: Mozilla/5.0 (X11; U; FreeBSD powerpc; en-US; rv:1.9.2.13) Gecko/20110104 Thunderbird/3.1.7 Subject: Re: new dialog/libdialog testing X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Feb 2011 16:20:23 -0000 On 02/09/11 10:15, Garrett Cooper wrote: > On Wed, Feb 9, 2011 at 7:28 AM, David Boyd wrote: >> Having some time to test 9.0-CURRENT with the new dialog command has >> uncovered only one major omission (for us): prgbox/dialog_prgbox. >> >> This is used in most (if not all) of our installation/management scripts. >> >> Was prgbox omitted for any particular reason? >> >> I realize that change is inevitable. >> >> Is there a better approach to running a program in a window? >> >> We like many of the new features presented, but are wary of problems down >> the road due to the omission of prgrbox. >> >> I notice that sysinstall uses dialog_prgbox in 8.1-RELEASE. > A good chunk of stuff isn't in the new libdialog. Part of the reason > why is that libodialog is hacked from what it was originally by > various parties and wasn't carried over to the [now supported] > upstream maintainer, or because support for other APIs was deprecated > and abandoned. > > That being said, other APIs should easily fill this gap in a more > generic manner. You may have to specify a few more libdialog API calls > to achieve the same result though. Right (and apologies for breakage). You can get something similar and somewhat more flexible by piping the command into dialog --progressbox. You might also want to look at the tailbox command. -Nathan From owner-freebsd-current@FreeBSD.ORG Wed Feb 9 17:13:05 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58ED01065673 for ; Wed, 9 Feb 2011 17:13:05 +0000 (UTC) (envelope-from David.Boyd@insightbb.com) Received: from mxsf01.insightbb.com (mxsf01.insightbb.com [74.128.0.71]) by mx1.freebsd.org (Postfix) with ESMTP id 254EC8FC08 for ; Wed, 9 Feb 2011 17:13:04 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.60,446,1291611600"; d="scan'208";a="1072214823" Received: from unknown (HELO asav00.insightbb.com) ([172.31.249.123]) by mxsf01.insightbb.com with ESMTP; 09 Feb 2011 12:13:04 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ap4GAPpZUk1KgYlR/2dsb2JhbACJbI1Ajht0vCgNhU8EhH8 X-IronPort-AV: E=Sophos;i="4.60,446,1291611600"; d="scan'208";a="90215906" Received: from 74-129-137-81.dhcp.insightbb.com (HELO sneezy) ([74.129.137.81]) by asav00.insightbb.com with SMTP; 09 Feb 2011 12:13:03 -0500 From: "David Boyd" To: Date: Wed, 9 Feb 2011 12:13:03 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5994 Importance: Normal Subject: pc-sysinstall and pxeboot X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Feb 2011 17:13:05 -0000 Has anyone noodled through the details of pxeboot and pc-sysinstall for automated installs? I have working configurations for pxeboot and sysinstall for 8.1-RELEASE and prior. What are the gotchas for 9.0-CURRENT? I have lots of testing time available. Thanks. From owner-freebsd-current@FreeBSD.ORG Wed Feb 9 21:10:44 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3F91106566C for ; Wed, 9 Feb 2011 21:10:44 +0000 (UTC) (envelope-from lattera@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 2B9F28FC17 for ; Wed, 9 Feb 2011 21:10:43 +0000 (UTC) Received: by wyf19 with SMTP id 19so633606wyf.13 for ; Wed, 09 Feb 2011 13:10:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=NPdcELT3RlM1Bp01hv9LlLViES8/rZOOcMpBhQ/Kie8=; b=b356ljf+geWA4gVoHVu2+TVuGCVHdiG/GKWamj3TnCRks6ggcG+PgbPYx4rizw+PpM O4gi0GBuBTWvQb7GdaapKdNwh5M9+PP/CGN8wWUqOCE/M2RFTInPvV+MD/yOCCKU4DxZ FsGGYTp5aeNbAPriJynjkVPRxBV2046mYMuBo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=URJLkBfIimq+ZxZOTMsrQi4C9sPoieb0ihZUdHNl4HASr/YlwoyiZK5Z4nBBOqD/EC zX6TAt4Hl8klKIKdxKfq+ZI1Em3gt5h/3nKTdWD/K9Vk9LUrS2yEFGx+T9MLSXuDQ7jE vlsn5oSLEPNghRbwNKwlKPCf44uCD18oJb8gc= MIME-Version: 1.0 Received: by 10.227.41.204 with SMTP id p12mr13491499wbe.153.1297285842982; Wed, 09 Feb 2011 13:10:42 -0800 (PST) Received: by 10.227.68.204 with HTTP; Wed, 9 Feb 2011 13:10:42 -0800 (PST) In-Reply-To: References: <80373F51-25C7-48A0-8920-3444A98D857F@kientzle.com> Date: Wed, 9 Feb 2011 14:10:42 -0700 Message-ID: From: Shawn Webb To: Tim Kientzle Content-Type: multipart/mixed; boundary=002215974e76d7d792049bdfe548 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD-current Subject: Re: setfacl Recursive Functionality X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Feb 2011 21:10:44 -0000 --002215974e76d7d792049bdfe548 Content-Type: text/plain; charset=ISO-8859-1 Included in the attached patch is the refactor using fts(3) and with the -L and -H options. I'm still looking for feedback and suggestions on how to improve the patch. I'll also port these changes over to my getfacl patch. If anyone's interested in following up-to-date development of the patch, the link to it on github is https://github.com/lattera/patches/blob/master/freebsd/setfacl_recursive.patch I'd like to take the time to address why I created the remove_invalid_inherit function since I got a private email asking why it existed. Other than symbolic links, non-directory entries cannot have inheritance set. That function prevents attempting to set inheritance flags on non-directory entries when doing a recursive call. That way, you can run `setfacl -R -m user::read_data:file_inherit/dir_inherit:allow ` and not run into errors. Thanks, Shawn On Tue, Feb 8, 2011 at 7:51 PM, Shawn Webb wrote: > On Tue, Feb 8, 2011 at 7:35 PM, Tim Kientzle wrote: > >> On Feb 8, 2011, at 9:58 AM, Shawn Webb wrote: >> > I've just finished a patch to add recursive functionality to setfacl. >> Before >> > I officially submit it, I'd like a few suggestions on how to improve the >> > patch. >> > >> > The part I'm worried about involves the #define directive at top. I'm >> not >> > sure what ramifications using that define might have. I needed it for my >> > remove_invalid_inherit() function to work. >> >> You should certainly not need >> #define _ACL_PRIVATE >> for any user-space utilities. What exactly is the >> problem without that? >> >> Your approach to directory walking here >> is a little simplistic. In particular, you're storing >> every filename for the entire tree in memory, >> which is a problem for large filesystems. >> >> It would be much better to refactor the code so that >> the actual ACL update was in a function and then >> recurse_directory should call that function for >> each filename as it visited it. That will reduce >> the memory requirements significantly. >> >> You should also take a look at fts(3). In particular, >> you'll want to implement the BSD-standard >> -L/-P/-H options, and fts(3) makes that much easier. >> (-L always follows symlinks, -P never follows symlinks, >> -H follows symlinks on the command line). >> >> Tim >> >> > Great suggestions. I'll definitely look at implementing that functionality. > > As a side note, it looks like my setfacl patch segfaults on freebsd-current > r218075 with the zpool v28 patchset applied. I wrote it on freebsd 8.2-RC3 > with zpool v15. > > Thanks, > > Shawn > --002215974e76d7d792049bdfe548 Content-Type: application/octet-stream; name="setfacl_recursive.patch" Content-Disposition: attachment; filename="setfacl_recursive.patch" Content-Transfer-Encoding: base64 X-Attachment-Id: f_gjyqcwxv0 LS0tIC91c3Ivc3JjL2Jpbi9zZXRmYWNsL3NldGZhY2wuYwkyMDExLTAyLTAzIDEyOjExOjAyLjMw MzQ5NjMxOCAtMDcwMAorKysgYmluL3NldGZhY2wvc2V0ZmFjbC5jCTIwMTEtMDItMDkgMTM6NTk6 MDYuOTYxNTM4MDU2IC0wNzAwCkBAIC0yMyw3ICsyMyw3IEBACiAgKiBBUklTSU5HIElOIEFOWSBX QVkgT1VUIE9GIFRIRSBVU0UgT0YgVEhJUyBTT0ZUV0FSRSwgRVZFTiBJRiBBRFZJU0VEIE9GIFRI RQogICogUE9TU0lCSUxJVFkgT0YgU1VDSCBEQU1BR0UuCiAgKi8KLQorI2RlZmluZSBfQUNMX1BS SVZBVEUKICNpbmNsdWRlIDxzeXMvY2RlZnMuaD4KIF9fRkJTRElEKCIkRnJlZUJTRCQiKTsKIApA QCAtMzIsNiArMzIsOCBAQAogI2luY2x1ZGUgPHN5cy9zdGF0Lmg+CiAjaW5jbHVkZSA8c3lzL2Fj bC5oPgogI2luY2x1ZGUgPHN5cy9xdWV1ZS5oPgorI2luY2x1ZGUgPGZ0cy5oPgorI2luY2x1ZGUg PGRpcmVudC5oPgogCiAjaW5jbHVkZSA8ZXJyLmg+CiAjaW5jbHVkZSA8ZXJybm8uaD4KQEAgLTQ0 LDYgKzQ2LDggQEAKIAogc3RhdGljIHZvaWQJYWRkX2ZpbGVuYW1lKGNvbnN0IGNoYXIgKmZpbGVu YW1lKTsKIHN0YXRpYyB2b2lkCXVzYWdlKHZvaWQpOworc3RhdGljIHZvaWQJcmVjdXJzZV9kaXJl Y3RvcnkoY2hhciAqY29uc3QgKnBhdGhzLCBpbnQgcl9mbGFnLCBpbnQgbF9mbGFnLCBpbnQgYmln X2hfZmxhZyk7CitzdGF0aWMgYWNsX3QJcmVtb3ZlX2ludmFsaWRfaW5oZXJpdChjb25zdCBjaGFy ICpwYXRoLCBhY2xfdCBhY2wsIGludCBsX2ZsYWcpOwogCiBzdGF0aWMgdm9pZAogYWRkX2ZpbGVu YW1lKGNvbnN0IGNoYXIgKmZpbGVuYW1lKQpAQCAtNjIsMzQgKzY2LDEwNiBAQAogc3RhdGljIHZv aWQKIHVzYWdlKHZvaWQpCiB7Ci0KLQlmcHJpbnRmKHN0ZGVyciwgInVzYWdlOiBzZXRmYWNsIFst YmRoa25dIFstYSBwb3NpdGlvbiBlbnRyaWVzXSAiCisJZnByaW50ZihzdGRlcnIsICJ1c2FnZTog c2V0ZmFjbCBbLWJkaGtMblJdIFstYSBwb3NpdGlvbiBlbnRyaWVzXSAiCiAJICAgICJbLW0gZW50 cmllc10gWy1NIGZpbGVdIFsteCBlbnRyaWVzXSBbLVggZmlsZV0gW2ZpbGUgLi4uXVxuIik7CiAJ ZXhpdCgxKTsKIH0KIAorc3RhdGljIHZvaWQKK3JlY3Vyc2VfZGlyZWN0b3J5KGNoYXIgKmNvbnN0 ICpwYXRocywgaW50IHJfZmxhZywgaW50IGxfZmxhZywgaW50IGJpZ19oX2ZsYWcpCit7CisJRlRT ICpmdHNwOworCUZUU0VOVCAqcCwgKmNocDsKKwlpbnQgZnRzX29wdGlvbnMgPSBGVFNfTk9DSERJ UjsKKwl1bnNpZ25lZCBpbnQgaTsKKwkKKwlmdHNfb3B0aW9ucyB8PSAobF9mbGFnID09IDEpID8g RlRTX0xPR0lDQUwgOiBGVFNfUEhZU0lDQUw7CisJaWYgKGJpZ19oX2ZsYWcpCisJCWZ0c19vcHRp b25zIHw9IEZUU19DT01GT0xMT1c7CisJCisJaWYgKHJfZmxhZykKKwl7CisJCWZ0c3AgPSBmdHNf b3BlbihwYXRocywgZnRzX29wdGlvbnMsIE5VTEwpOworCQlpZiAoZnRzcCA9PSBOVUxMKQorCQkJ cmV0dXJuOworCQkKKwkJY2hwID0gZnRzX2NoaWxkcmVuKGZ0c3AsIDApOworCQlpZiAoY2hwID09 IE5VTEwpCisJCQlyZXR1cm47CisJCQorCQl3aGlsZSAoKHAgPSBmdHNfcmVhZChmdHNwKSkgIT0g TlVMTCkgeworCQkJaWYgKGxfZmxhZyA9PSAwICYmIHAtPmZ0c19pbmZvICYgRlRTX0QpCisJCQkJ Y29udGludWU7CisJCQllbHNlIGlmIChsX2ZsYWcgPT0gMSAmJiBwLT5mdHNfaW5mbyAmIEZUU19E UCkKKwkJCQljb250aW51ZTsKKwkJCQorCQkJYWRkX2ZpbGVuYW1lKHN0cmR1cChwLT5mdHNfcGF0 aCkpOworCQl9CisJCQorCQlmdHNfY2xvc2UoZnRzcCk7CisJfSBlbHNlCisJCWZvciAoaSA9IDA7 IHBhdGhzW2ldICE9IE5VTEw7IGkrKykKKwkJCWFkZF9maWxlbmFtZShwYXRoc1tpXSk7Cit9CisK K3N0YXRpYyBhY2xfdAorcmVtb3ZlX2ludmFsaWRfaW5oZXJpdChjb25zdCBjaGFyICpwYXRoLCBh Y2xfdCBhY2wsIGludCBsX2ZsYWcpCit7CisJYWNsX3QgYWNsX25ldzsKKwlpbnQgYWNsX2JyYW5k OworCWFjbF9lbnRyeV90IGVudHJ5OworCWludCBlbnRyeV9pZDsKKwlzdHJ1Y3Qgc3RhdCBzYjsK KwkKKwlhY2xfZ2V0X2JyYW5kX25wKGFjbCwgJmFjbF9icmFuZCk7CisJaWYgKGFjbF9icmFuZCAh PSBBQ0xfQlJBTkRfTkZTNCkKKwkJcmV0dXJuIGFjbDsKKwkKKwlpZiAobF9mbGFnID09IDEpIHsK KwkJaWYgKHN0YXQocGF0aCwgJnNiKSA9PSAtMSkKKwkJCXJldHVybiBhY2w7CisJfSBlbHNlCisJ CWlmIChsc3RhdChwYXRoLCAmc2IpID09IC0xKQorCQkJcmV0dXJuIGFjbDsKKwkKKwlpZiAoU19J U0RJUihzYi5zdF9tb2RlKSAhPSAwKQorCQlyZXR1cm4gYWNsOworCQorCWFjbF9uZXcgPSBhY2xf ZHVwKGFjbCk7CisJCisJZW50cnlfaWQgPSBBQ0xfRklSU1RfRU5UUlk7CisJd2hpbGUgKGFjbF9n ZXRfZW50cnkoYWNsX25ldywgZW50cnlfaWQsICZlbnRyeSkgPT0gMSkgeworCQllbnRyeV9pZCA9 IEFDTF9ORVhUX0VOVFJZOworCQllbnRyeS0+YWVfZmxhZ3MgPSAwOworCX0KKwkKKwlyZXR1cm4g YWNsX25ldzsKK30KKwogaW50CiBtYWluKGludCBhcmdjLCBjaGFyICphcmd2W10pCiB7Ci0JYWNs X3QgYWNsOworCWFjbF90IGFjbCwgYWNsX2JhY2t1cDsKIAlhY2xfdHlwZV90IGFjbF90eXBlOwog CWNoYXIgZmlsZW5hbWVbUEFUSF9NQVhdOwotCWludCBsb2NhbF9lcnJvciwgY2FycmllZF9lcnJv ciwgY2gsIGksIGVudHJ5X251bWJlciwgcmV0OwotCWludCBoX2ZsYWc7CisJaW50IGxvY2FsX2Vy cm9yLCBjYXJyaWVkX2Vycm9yLCBjaCwgZW50cnlfbnVtYmVyLCByZXQ7CisJaW50IGhfZmxhZywg cl9mbGFnLCBsX2ZsYWcsIGJpZ19oX2ZsYWc7CiAJc3RydWN0IHNmX2ZpbGUgKmZpbGU7CiAJc3Ry dWN0IHNmX2VudHJ5ICplbnRyeTsKLQljb25zdCBjaGFyICpmbl9kdXA7CisJY2hhciAqZm5fZHVw OwogCWNoYXIgKmVuZDsKKwljaGFyICoqZmlsZXM9TlVMTDsKKwl1bnNpZ25lZCBpbnQgbnVtZmls ZXM9MDsKIAlzdHJ1Y3Qgc3RhdCBzYjsKIAogCWFjbF90eXBlID0gQUNMX1RZUEVfQUNDRVNTOwog CWNhcnJpZWRfZXJyb3IgPSBsb2NhbF9lcnJvciA9IDA7Ci0JaF9mbGFnID0gaGF2ZV9tYXNrID0g aGF2ZV9zdGRpbiA9IG5fZmxhZyA9IG5lZWRfbWFzayA9IDA7CisJaF9mbGFnID0gaGF2ZV9tYXNr ID0gaGF2ZV9zdGRpbiA9IG5fZmxhZyA9IG5lZWRfbWFzayA9IHJfZmxhZyA9IGxfZmxhZyA9IGJp Z19oX2ZsYWcgPSAwOwogCiAJVEFJTFFfSU5JVCgmZW50cnlsaXN0KTsKIAlUQUlMUV9JTklUKCZm aWxlbGlzdCk7CiAKLQl3aGlsZSAoKGNoID0gZ2V0b3B0KGFyZ2MsIGFyZ3YsICJNOlg6YTpiZGhr bTpueDoiKSkgIT0gLTEpCisJd2hpbGUgKChjaCA9IGdldG9wdChhcmdjLCBhcmd2LCAiSExSTTpY OmE6YmRoa206bng6IikpICE9IC0xKQogCQlzd2l0Y2goY2gpIHsKIAkJY2FzZSAnTSc6CiAJCQll bnRyeSA9IHptYWxsb2Moc2l6ZW9mKHN0cnVjdCBzZl9lbnRyeSkpOwpAQCAtMTY3LDYgKzI0Mywx NSBAQAogCQkJfQogCQkJVEFJTFFfSU5TRVJUX1RBSUwoJmVudHJ5bGlzdCwgZW50cnksIG5leHQp OwogCQkJYnJlYWs7CisJCWNhc2UgJ1InOgorCQkJcl9mbGFnID0gMTsKKwkJCWJyZWFrOworCQlj YXNlICdMJzoKKwkJCWxfZmxhZyA9IDE7CisJCQlicmVhazsKKwkJY2FzZSAnSCc6CisJCQliaWdf aF9mbGFnID0gMTsKKwkJCWJyZWFrOwogCQlkZWZhdWx0OgogCQkJdXNhZ2UoKTsKIAkJCWJyZWFr OwpAQCAtMTg5LDExICsyNzQsMTggQEAKIAkJCWZuX2R1cCA9IHN0cmR1cChmaWxlbmFtZSk7CiAJ CQlpZiAoZm5fZHVwID09IE5VTEwpCiAJCQkJZXJyKDEsICJzdHJkdXAoKSBmYWlsZWQiKTsKLQkJ CWFkZF9maWxlbmFtZShmbl9kdXApOworCQkJZmlsZXMgPSByZWFsbG9jKGZpbGVzLCArK251bWZp bGVzICogc2l6ZW9mKGNoYXIgKiopKTsKKwkJCWlmIChmaWxlcyA9PSBOVUxMKQorCQkJCWVycigx LCAicmVhbGxvYygpIGZhaWxlZCIpOworCQkJZmlsZXNbbnVtZmlsZXMtMV0gPSAoY2hhciAqKWZu X2R1cDsKIAkJfQorCQkKKwkJZmlsZXMgPSByZWFsbG9jKGZpbGVzLCArK251bWZpbGVzICogc2l6 ZW9mKGNoYXIgKiopKTsKKwkJZmlsZXNbbnVtZmlsZXMtMV0gPSBOVUxMOwogCX0gZWxzZQotCQlm b3IgKGkgPSAwOyBpIDwgYXJnYzsgaSsrKQotCQkJYWRkX2ZpbGVuYW1lKGFyZ3ZbaV0pOworCQlm aWxlcyA9IGFyZ3Y7CisJCisJcmVjdXJzZV9kaXJlY3RvcnkoZmlsZXMsIHJfZmxhZywgbF9mbGFn LCBiaWdfaF9mbGFnKTsKIAogCS8qIGN5Y2xlIHRocm91Z2ggZWFjaCBmaWxlICovCiAJVEFJTFFf Rk9SRUFDSChmaWxlLCAmZmlsZWxpc3QsIG5leHQpIHsKQEAgLTI1MCwxMiArMzQyLDI0IEBACiAK IAkJCXN3aXRjaChlbnRyeS0+b3ApIHsKIAkJCWNhc2UgT1BfQUREX0FDTDoKKwkJCQlhY2xfYmFj a3VwID0gZW50cnktPmFjbDsKKwkJCQllbnRyeS0+YWNsID0gcmVtb3ZlX2ludmFsaWRfaW5oZXJp dChmaWxlLT5maWxlbmFtZSwgZW50cnktPmFjbCwgbF9mbGFnKTsKIAkJCQlsb2NhbF9lcnJvciAr PSBhZGRfYWNsKGVudHJ5LT5hY2wsCiAJCQkJICAgIGVudHJ5LT5lbnRyeV9udW1iZXIsICZhY2ws IGZpbGUtPmZpbGVuYW1lKTsKKwkJCQlpZiAoZW50cnktPmFjbCAhPSBhY2xfYmFja3VwKSB7CisJ CQkJCWFjbF9mcmVlKGVudHJ5LT5hY2wpOworCQkJCQllbnRyeS0+YWNsID0gYWNsX2JhY2t1cDsK KwkJCQl9CiAJCQkJYnJlYWs7CiAJCQljYXNlIE9QX01FUkdFX0FDTDoKKwkJCQlhY2xfYmFja3Vw ID0gZW50cnktPmFjbDsKKwkJCQllbnRyeS0+YWNsID0gcmVtb3ZlX2ludmFsaWRfaW5oZXJpdChm aWxlLT5maWxlbmFtZSwgZW50cnktPmFjbCwgbF9mbGFnKTsKIAkJCQlsb2NhbF9lcnJvciArPSBt ZXJnZV9hY2woZW50cnktPmFjbCwgJmFjbCwKIAkJCQkgICAgZmlsZS0+ZmlsZW5hbWUpOworCQkJ CWlmIChlbnRyeS0+YWNsICE9IGFjbF9iYWNrdXApIHsKKwkJCQkJYWNsX2ZyZWUoZW50cnktPmFj bCk7CisJCQkJCWVudHJ5LT5hY2wgPSBhY2xfYmFja3VwOworCQkJCX0KIAkJCQluZWVkX21hc2sg PSAxOwogCQkJCWJyZWFrOwogCQkJY2FzZSBPUF9SRU1PVkVfRVhUOgo= --002215974e76d7d792049bdfe548-- From owner-freebsd-current@FreeBSD.ORG Wed Feb 9 22:09:21 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E9521065672 for ; Wed, 9 Feb 2011 22:09:21 +0000 (UTC) (envelope-from dickey@saltmine.radix.net) Received: from saltmine.radix.net (saltmine.radix.net [207.192.128.40]) by mx1.freebsd.org (Postfix) with ESMTP id A194B8FC12 for ; Wed, 9 Feb 2011 22:09:16 +0000 (UTC) Received: from saltmine.radix.net (localhost [127.0.0.1]) by saltmine.radix.net (8.12.2/8.12.2) with ESMTP id p19LwnXL016415; Wed, 9 Feb 2011 16:58:59 -0500 (EST) Received: (from dickey@localhost) by saltmine.radix.net (8.12.2/8.12.2/Submit) id p19LwdDN016404; Wed, 9 Feb 2011 16:58:39 -0500 (EST) Date: Wed, 9 Feb 2011 16:58:39 -0500 From: Thomas Dickey To: David Boyd Message-ID: <20110209215839.GA16262@saltmine.radix.net> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PNTmBPCT7hxwcZjr" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.27i Cc: freebsd-current@freebsd.org Subject: Re: new dialog/libdialog testing X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Feb 2011 22:09:21 -0000 --PNTmBPCT7hxwcZjr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 09, 2011 at 10:28:53AM -0500, David Boyd wrote: > Having some time to test 9.0-CURRENT with the new dialog command has > uncovered only one major omission (for us): prgbox/dialog_prgbox. >=20 > This is used in most (if not all) of our installation/management scripts. >=20 > Was prgbox omitted for any particular reason? >=20 > I realize that change is inevitable. >=20 > Is there a better approach to running a program in a window? >=20 > We like many of the new features presented, but are wary of problems down > the road due to the omission of prgrbox. >=20 > I notice that sysinstall uses dialog_prgbox in 8.1-RELEASE. I've had that widget (and a few others - tree and build-list) on my to-do list for a while, but don't recall noticing that the unimplemented ones were used much. --=20 Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net --PNTmBPCT7hxwcZjr Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (SunOS) Comment: For info see http://www.gnupg.org iD8DBQFNUw4OtIqByHxlDocRAiOrAJ9hJwmVm3e1t1jngT3BOluvXxrV3QCeNzoU KZ6+eH23XvkIY7Mo0+MxcKU= =9HNy -----END PGP SIGNATURE----- --PNTmBPCT7hxwcZjr-- From owner-freebsd-current@FreeBSD.ORG Thu Feb 10 02:03:04 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7783106566B for ; Thu, 10 Feb 2011 02:03:04 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 5DE468FC12 for ; Thu, 10 Feb 2011 02:03:04 +0000 (UTC) Received: by wyf19 with SMTP id 19so881146wyf.13 for ; Wed, 09 Feb 2011 18:03:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=21wf7adCHEplBeEtnPIWNDFNWEnEYjNVpvUKYS2OukA=; b=l1uYrhTXxSgkAntu7YXcMYknLD8S+UP09HIJPFipa2AJD7d4GrkN4h544eXuJu5FLs eGDFTbUeIEC56NMPQu6mkJFlsXafIHKhyKoWC4cbKtiIR0ltw6FpXjVRLWwdaR5I+0KO O+xhA0WuLIA3DBdU9Oma+rbj0zAsgC3mlOkQQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=Q8+d4pjRUhI0S2AG55a+Xt5L0hPuTPZLKsP4z0dPAegJ663YyKMd0uoSbqCnbfssA0 gAKpHLCddyqCRkvUymWcRv7OU0A+tBSZ9sUJa17vFS28jpNTXm2HbfIfKrQ5aTjEeX7c YmO2NNOcstnYfQP8bDNw096XnBXQ4McZPUgt8= Received: by 10.227.157.66 with SMTP id a2mr3518838wbx.25.1297301827052; Wed, 09 Feb 2011 17:37:07 -0800 (PST) MIME-Version: 1.0 Received: by 10.227.136.67 with HTTP; Wed, 9 Feb 2011 17:36:46 -0800 (PST) In-Reply-To: References: From: Scott Ullrich Date: Wed, 9 Feb 2011 20:36:46 -0500 Message-ID: To: David Boyd Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@freebsd.org Subject: Re: pc-sysinstall and pxeboot X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Feb 2011 02:03:04 -0000 On Wed, Feb 9, 2011 at 12:13 PM, David Boyd wrote: > Has anyone noodled through the details of pxeboot and pc-sysinstall for > automated installs? > > I have working configurations for pxeboot and sysinstall for 8.1-RELEASE and > prior. > > What are the gotchas for 9.0-CURRENT? > > I have lots of testing time available. I have done something in this realm called vCloudFreeBSD but I have not set it up as a pxeboot. I am sure you could very easily. vCloudBSD is meant to auto install to the first available disk. This ISO contains the Puppet packages and will automatically join a puppet server and self configure but you can pull the bits and pieces out and roll your own disk using the pfSense builder framework or the traditional make release methods. If you are interested in learning more I talk about it in my blog. http://scottullrich.posterous.com/ Scott From owner-freebsd-current@FreeBSD.ORG Thu Feb 10 04:54:04 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 063331065670 for ; Thu, 10 Feb 2011 04:54:04 +0000 (UTC) (envelope-from david.somayajulu@qlogic.com) Received: from DB3EHSOBE002.bigfish.com (db3ehsobe002.messaging.microsoft.com [213.199.154.140]) by mx1.freebsd.org (Postfix) with ESMTP id 2227F8FC0C for ; Thu, 10 Feb 2011 04:54:02 +0000 (UTC) Received: from mail43-db3-R.bigfish.com (10.3.81.254) by DB3EHSOBE002.bigfish.com (10.3.84.22) with Microsoft SMTP Server id 14.1.225.8; Thu, 10 Feb 2011 04:54:02 +0000 Received: from mail43-db3 (localhost.localdomain [127.0.0.1]) by mail43-db3-R.bigfish.com (Postfix) with ESMTP id D18C378432 for ; Thu, 10 Feb 2011 04:54:01 +0000 (UTC) X-SpamScore: -4 X-BigFish: VPS-4(zzzz1202hzz8275bh8275dh186Mz2ei2a8h668h64h) X-Spam-TCS-SCL: 3:0 X-Forefront-Antispam-Report: KIP:(null); UIP:(null); IPVD:NLI; H:avexcashub1.qlogic.com; RD:avexcashub2.qlogic.com; EFVD:NLI Received: from mail43-db3 (localhost.localdomain [127.0.0.1]) by mail43-db3 (MessageSwitch) id 1297313640906899_25204; Thu, 10 Feb 2011 04:54:00 +0000 (UTC) Received: from DB3EHSMHS004.bigfish.com (unknown [10.3.81.242]) by mail43-db3.bigfish.com (Postfix) with ESMTP id DA65CA2004E for ; Thu, 10 Feb 2011 04:54:00 +0000 (UTC) Received: from avexcashub1.qlogic.com (198.70.193.64) by DB3EHSMHS004.bigfish.com (10.3.87.104) with Microsoft SMTP Server (TLS) id 14.1.225.8; Thu, 10 Feb 2011 04:54:00 +0000 Received: from avexmb1.qlogic.org ([fe80::9545:3a4f:c131:467d]) by avexcashub2.qlogic.org ([::1]) with mapi; Wed, 9 Feb 2011 20:53:57 -0800 From: David Somayajulu To: "freebsd-current@freebsd.org" Date: Wed, 9 Feb 2011 20:53:56 -0800 Thread-Topic: Increasing TCP Window Size in FreeBSD. Thread-Index: AcvI3oXMBvBEBCA5T52I5MGnR3iDoA== Message-ID: <75E1A2A7D185F841A975979B0906BBA6774DD4DE73@AVEXMB1.qlogic.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 X-OriginatorOrg: qlogic.com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Increasing TCP Window Size in FreeBSD. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Feb 2011 04:54:04 -0000 I have been using iperf in server mode to do some performance analysis. I was trying to increase the Receive TCP Window Size via sysctl net.inet.tcp.recvspace=3D I noticed that I could increase it atmost to 128Kbytes (131072). Any value = above 128k, results in a failure to get the requested window size, resultin= g in a failure of "iperf -s -w ". How can I increase it beyond 128Kbytes ? Here are some relevant sysctl values I have been using: net.inet.tcp.rfc1323: 1 net.inet.tcp.recvspace: 131072 net.inet.tcp.recvbuf_max: 4096000 net.inet.tcp.recvbuf_inc: 65536 net.inet.tcp.recvbuf_auto: 1 Thanks david S. ________________________________ This message and any attached documents contain information from QLogic Cor= poration or its wholly-owned subsidiaries that may be confidential. If you = are not the intended recipient, you may not read, copy, distribute, or use = this information. If you have received this transmission in error, please n= otify the sender immediately by reply e-mail and then delete this message. From owner-freebsd-current@FreeBSD.ORG Thu Feb 10 07:42:55 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B04F3106566B for ; Thu, 10 Feb 2011 07:42:55 +0000 (UTC) (envelope-from dngireesh@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 66ADA8FC0C for ; Thu, 10 Feb 2011 07:42:55 +0000 (UTC) Received: by gwj21 with SMTP id 21so474741gwj.13 for ; Wed, 09 Feb 2011 23:42:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:references:in-reply-to:subject:date :message-id:mime-version:content-type:content-transfer-encoding :x-mailer:thread-index:content-language; bh=e6obJVQXkr3eh7L69JIxkp5bK8j1jx2ky7Cojk0mWIc=; b=XcN9Z9Hk4BynlPAi9vXXzU3YhiQrVuRQYRmuOUXhflLxBhKBd/OX2ZKdGe+46Kt8En DB7bHHjXwsC+A91ie2brNz/dbVhn3TOp1UKur18Gci1ovPqudoYKu8iEwe/vVl9KEKNi sr9EE+e1Pev7uCurqglCEPUgWqTstCMdCECgg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:references:in-reply-to:subject:date:message-id:mime-version :content-type:content-transfer-encoding:x-mailer:thread-index :content-language; b=EoRdwibWolGzOttTPy+FBwn6tZgYPXLM0zivlNy/bIiiAcIRxCnOxl48nISryy6AtE 07MGklkwhoYbGh3e0WZ4hIeHeYilubG2lIPY5ddHBqr8YQpk0aegsjJs7aFoWFDYJbTz vxkYDsgflfXM/22yHovTyehed+kUhjBUK/F/I= Received: by 10.90.119.3 with SMTP id r3mr2429386agc.6.1297322011926; Wed, 09 Feb 2011 23:13:31 -0800 (PST) Received: from Himalaya ([121.243.184.69]) by mx.google.com with ESMTPS id b11sm1472402ana.38.2011.02.09.23.13.28 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 09 Feb 2011 23:13:30 -0800 (PST) From: "Gireesh Nagabhushana" To: "'David Somayajulu'" , References: <75E1A2A7D185F841A975979B0906BBA6774DD4DE73@AVEXMB1.qlogic.org> In-Reply-To: <75E1A2A7D185F841A975979B0906BBA6774DD4DE73@AVEXMB1.qlogic.org> Date: Thu, 10 Feb 2011 12:43:39 +0530 Message-ID: <03c101cbc8f2$0e8bb9b0$2ba32d10$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcvI3oXMBvBEBCA5T52I5MGnR3iDoAAEittg Content-Language: en-in Cc: Subject: RE: Increasing TCP Window Size in FreeBSD. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Feb 2011 07:42:55 -0000 You may have to tune few more - kern.ipc.maxsockbuf, kern.ipc.nmbclusters. http://www.cs.unc.edu/~jeffay/dirt/FAQ/sobuf.html http://people.freebsd.org/~adrian/sysctl.descriptions Regards, Gireesh -----Original Message----- From: owner-freebsd-current@freebsd.org [mailto:owner-freebsd-current@freebsd.org] On Behalf Of David Somayajulu Sent: 10 February 2011 10:24 To: freebsd-current@freebsd.org Subject: Increasing TCP Window Size in FreeBSD. I have been using iperf in server mode to do some performance analysis. I was trying to increase the Receive TCP Window Size via sysctl net.inet.tcp.recvspace= I noticed that I could increase it atmost to 128Kbytes (131072). Any value above 128k, results in a failure to get the requested window size, resulting in a failure of "iperf -s -w ". How can I increase it beyond 128Kbytes ? Here are some relevant sysctl values I have been using: net.inet.tcp.rfc1323: 1 net.inet.tcp.recvspace: 131072 net.inet.tcp.recvbuf_max: 4096000 net.inet.tcp.recvbuf_inc: 65536 net.inet.tcp.recvbuf_auto: 1 Thanks david S. ________________________________ This message and any attached documents contain information from QLogic Corporation or its wholly-owned subsidiaries that may be confidential. If you are not the intended recipient, you may not read, copy, distribute, or use this information. If you have received this transmission in error, please notify the sender immediately by reply e-mail and then delete this message. _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" From owner-freebsd-current@FreeBSD.ORG Thu Feb 10 13:13:16 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22CBB106564A; Thu, 10 Feb 2011 13:13:16 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id D535C8FC16; Thu, 10 Feb 2011 13:13:15 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 7611B46B09; Thu, 10 Feb 2011 08:13:15 -0500 (EST) Received: from jhbbsd.localnet (unknown [209.249.190.10]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 894998A009; Thu, 10 Feb 2011 08:13:14 -0500 (EST) From: John Baldwin To: current@freebsd.org Date: Thu, 10 Feb 2011 08:13:13 -0500 User-Agent: KMail/1.13.5 (FreeBSD/7.4-CBSD-20110107; KDE/4.4.5; amd64; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201102100813.13803.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Thu, 10 Feb 2011 08:13:14 -0500 (EST) X-Virus-Scanned: clamav-milter 0.96.3 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Flag: YES X-Spam-Status: Yes, score=6.8 required=4.2 tests=BAYES_00,MAY_BE_FORGED, RDNS_DYNAMIC, TO_NO_BRKTS_DIRECT, TO_NO_BRKTS_DYNIP autolearn=no version=3.3.1 X-Spam-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 1.0 RDNS_DYNAMIC Delivered to internal network by host with * dynamic-looking rDNS * 1.4 MAY_BE_FORGED Relay IP's reverse DNS does not resolve to IP * 2.6 TO_NO_BRKTS_DIRECT To: misformatted and direct-to-MX * 3.7 TO_NO_BRKTS_DYNIP To: misformatted and dynamic rDNS X-Spam-Level: ****** X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bigwig.baldwin.cx Cc: Alexander Kabaev , Bjoern Zeeb Subject: [PATCH] Add a 'make toolchains' target X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Feb 2011 13:13:16 -0000 This patch adds a 'make toolchains' target that invokes 'make toolchain' for each target. The use case I want it for is a cheaper way to just test kernels via make tinderbox so I can do: make toolchains make MAKE_JUST_KERNELS=yes tinderbox It is implemented by adding a new frob to tweak the target that make universe builds for the world stage of universe (UNIVERSE_TARGET). If that frob is set, then the kernel build step for a universe is skipped. With this, the toolchains target is a simple wrapper for: make UNIVERSE_TARGET=toolchains universe Index: Makefile =================================================================== --- Makefile (revision 218481) +++ Makefile (working copy) @@ -30,6 +30,7 @@ # delete-old-libs - Delete obsolete libraries. # targets - Print a list of supported TARGET/TARGET_ARCH pairs # for world and kernel targets. +# toolchains - Build a toolchain for all world and kernel targets. # # This makefile is simple by design. The FreeBSD make automatically reads # the /usr/share/mk/sys.mk unless the -m argument is specified on the @@ -307,9 +308,11 @@ make: .PHONY ${MMAKE} install DESTDIR=${MAKEPATH} BINDIR= tinderbox: - @cd ${.CURDIR} && \ - DOING_TINDERBOX=YES ${MAKE} JFLAG=${JFLAG} universe + @cd ${.CURDIR} && ${MAKE} DOING_TINDERBOX=YES universe +toolchains: + @cd ${.CURDIR} && ${MAKE} UNIVERSE_TARGET=toolchain universe + # # universe # @@ -328,6 +331,12 @@ TARGET_ARCHES_sun4v?= sparc64 TARGET_ARCHES_${target}?= ${target} .endfor +.if defined(UNIVERSE_TARGET) +MAKE_JUST_WORLDS= YES +.else +UNIVERSE_TARGET?= buildworld +.endif + targets: @echo "Supported TARGET/TARGET_ARCH pairs for world and kernel targets" .for target in ${TARGETS} @@ -361,16 +370,16 @@ universe_${target}_prologue: .for target_arch in ${TARGET_ARCHES_${target}} universe_${target}: universe_${target}_${target_arch} universe_${target}_${target_arch}: universe_${target}_prologue - @echo ">> ${target}.${target_arch} buildworld started on `LC_ALL=C date`" + @echo ">> ${target}.${target_arch} ${UNIVERSE_TARGET} started on `LC_ALL=C date`" @(cd ${.CURDIR} && env __MAKE_CONF=/dev/null \ - ${MAKE} ${JFLAG} buildworld \ + ${MAKE} ${JFLAG} ${UNIVERSE_TARGET} \ TARGET=${target} \ TARGET_ARCH=${target_arch} \ - > _.${target}.${target_arch}.buildworld 2>&1 || \ - (echo "${target}.${target_arch} world failed," \ - "check _.${target}.${target_arch}.buildworld for details" | \ + > _.${target}.${target_arch}.${UNIVERSE_TARGET} 2>&1 || \ + (echo "${target}.${target_arch} ${UNIVERSE_TARGET} failed," \ + "check _.${target}.${target_arch}.${UNIVERSE_TARGET} for details" | \ ${MAKEFAIL})) - @echo ">> ${target}.${target_arch} buildworld completed on `LC_ALL=C date`" + @echo ">> ${target}.${target_arch} ${UNIVERSE_TARGET} completed on `LC_ALL=C date`" .endfor .endif .if !defined(MAKE_JUST_WORLDS) -- John Baldwin From owner-freebsd-current@FreeBSD.ORG Thu Feb 10 13:25:08 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4115A1065670; Thu, 10 Feb 2011 13:25:08 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mail.cksoft.de (mail.cksoft.de [IPv6:2001:4068:10::3]) by mx1.freebsd.org (Postfix) with ESMTP id 9614F8FC17; Thu, 10 Feb 2011 13:25:07 +0000 (UTC) Received: from localhost (amavis.fra.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id 9BB7441C6BB; Thu, 10 Feb 2011 14:25:06 +0100 (CET) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([192.168.74.103]) by localhost (amavis.fra.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id fzI65UCnuGWL; Thu, 10 Feb 2011 14:25:06 +0100 (CET) Received: by mail.cksoft.de (Postfix, from userid 66) id EA7C041C6A7; Thu, 10 Feb 2011 14:25:05 +0100 (CET) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 6FFEE4448F3; Thu, 10 Feb 2011 13:22:01 +0000 (UTC) Date: Thu, 10 Feb 2011 13:22:00 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: John Baldwin In-Reply-To: <201102100813.13803.jhb@freebsd.org> Message-ID: <20110210131731.P80258@maildrop.int.zabbadoz.net> References: <201102100813.13803.jhb@freebsd.org> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Alexander Kabaev , FreeBSD current mailing list Subject: Re: [PATCH] Add a 'make toolchains' target X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Feb 2011 13:25:08 -0000 On Thu, 10 Feb 2011, John Baldwin wrote: > This patch adds a 'make toolchains' target that invokes 'make toolchain' for > each target. The use case I want it for is a cheaper way to just test kernels > via make tinderbox so I can do: > > make toolchains > make MAKE_JUST_KERNELS=yes tinderbox > > It is implemented by adding a new frob to tweak the target that make universe > builds for the world stage of universe (UNIVERSE_TARGET). If that frob is > set, then the kernel build step for a universe is skipped. With this, the > toolchains target is a simple wrapper for: > > make UNIVERSE_TARGET=toolchains universe > > Index: Makefile > =================================================================== > --- Makefile (revision 218481) > +++ Makefile (working copy) > @@ -30,6 +30,7 @@ > # delete-old-libs - Delete obsolete libraries. > # targets - Print a list of supported TARGET/TARGET_ARCH pairs > # for world and kernel targets. > +# toolchains - Build a toolchain for all world and kernel targets. Should also go to build(7). > # This makefile is simple by design. The FreeBSD make automatically reads > # the /usr/share/mk/sys.mk unless the -m argument is specified on the > @@ -307,9 +308,11 @@ make: .PHONY > ${MMAKE} install DESTDIR=${MAKEPATH} BINDIR= > > tinderbox: > - @cd ${.CURDIR} && \ > - DOING_TINDERBOX=YES ${MAKE} JFLAG=${JFLAG} universe > + @cd ${.CURDIR} && ${MAKE} DOING_TINDERBOX=YES universe You lost th JFLAG again that you had lately added. On purpose? > +toolchains: > + @cd ${.CURDIR} && ${MAKE} UNIVERSE_TARGET=toolchain universe > + > # > # universe > # > @@ -328,6 +331,12 @@ TARGET_ARCHES_sun4v?= sparc64 > TARGET_ARCHES_${target}?= ${target} > .endfor > > +.if defined(UNIVERSE_TARGET) > +MAKE_JUST_WORLDS= YES Not sure that's ideal but ok for a start; Eventually someone could think that UNIVERSE_TARGET=kernels could replace the MAKE_JUST_KERNELS=yes. With the current logic that however is almost impossible to do. Call it UNIVERSE_WORLD_TARGET? > +.else > +UNIVERSE_TARGET?= buildworld > +.endif > + > targets: > @echo "Supported TARGET/TARGET_ARCH pairs for world and kernel targets" > .for target in ${TARGETS} > @@ -361,16 +370,16 @@ universe_${target}_prologue: > .for target_arch in ${TARGET_ARCHES_${target}} > universe_${target}: universe_${target}_${target_arch} > universe_${target}_${target_arch}: universe_${target}_prologue > - @echo ">> ${target}.${target_arch} buildworld started on `LC_ALL=C date`" > + @echo ">> ${target}.${target_arch} ${UNIVERSE_TARGET} started on `LC_ALL=C > date`" > @(cd ${.CURDIR} && env __MAKE_CONF=/dev/null \ > - ${MAKE} ${JFLAG} buildworld \ > + ${MAKE} ${JFLAG} ${UNIVERSE_TARGET} \ > TARGET=${target} \ > TARGET_ARCH=${target_arch} \ > - > _.${target}.${target_arch}.buildworld 2>&1 || \ > - (echo "${target}.${target_arch} world failed," \ > - "check _.${target}.${target_arch}.buildworld for details" | \ > + > _.${target}.${target_arch}.${UNIVERSE_TARGET} 2>&1 || \ > + (echo "${target}.${target_arch} ${UNIVERSE_TARGET} failed," \ > + "check _.${target}.${target_arch}.${UNIVERSE_TARGET} for details" | \ > ${MAKEFAIL})) > - @echo ">> ${target}.${target_arch} buildworld completed on `LC_ALL=C > date`" > + @echo ">> ${target}.${target_arch} ${UNIVERSE_TARGET} completed on > `LC_ALL=C date`" > .endfor > .endif > .if !defined(MAKE_JUST_WORLDS) > > -- Bjoern A. Zeeb You have to have visions! Stop bit received. Insert coin for new address family. From owner-freebsd-current@FreeBSD.ORG Thu Feb 10 14:09:13 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B41A0106566C; Thu, 10 Feb 2011 14:09:13 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 6BEE58FC15; Thu, 10 Feb 2011 14:09:13 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id D978B46B06; Thu, 10 Feb 2011 09:09:12 -0500 (EST) Received: from jhbbsd.localnet (unknown [209.249.190.10]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id EE33C8A009; Thu, 10 Feb 2011 09:09:11 -0500 (EST) From: John Baldwin To: "Bjoern A. Zeeb" Date: Thu, 10 Feb 2011 09:07:06 -0500 User-Agent: KMail/1.13.5 (FreeBSD/7.4-CBSD-20110107; KDE/4.4.5; amd64; ; ) References: <201102100813.13803.jhb@freebsd.org> <20110210131731.P80258@maildrop.int.zabbadoz.net> In-Reply-To: <20110210131731.P80258@maildrop.int.zabbadoz.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201102100907.06680.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Thu, 10 Feb 2011 09:09:12 -0500 (EST) X-Virus-Scanned: clamav-milter 0.96.3 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=0.5 required=4.2 tests=BAYES_00,MAY_BE_FORGED, RDNS_DYNAMIC autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bigwig.baldwin.cx Cc: Alexander Kabaev , FreeBSD current mailing list Subject: Re: [PATCH] Add a 'make toolchains' target X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Feb 2011 14:09:13 -0000 On Thursday, February 10, 2011 8:22:00 am Bjoern A. Zeeb wrote: > On Thu, 10 Feb 2011, John Baldwin wrote: > > > This patch adds a 'make toolchains' target that invokes 'make toolchain' for > > each target. The use case I want it for is a cheaper way to just test kernels > > via make tinderbox so I can do: > > > > make toolchains > > make MAKE_JUST_KERNELS=yes tinderbox > > > > It is implemented by adding a new frob to tweak the target that make universe > > builds for the world stage of universe (UNIVERSE_TARGET). If that frob is > > set, then the kernel build step for a universe is skipped. With this, the > > toolchains target is a simple wrapper for: > > > > make UNIVERSE_TARGET=toolchains universe > > > > Index: Makefile > > =================================================================== > > --- Makefile (revision 218481) > > +++ Makefile (working copy) > > @@ -30,6 +30,7 @@ > > # delete-old-libs - Delete obsolete libraries. > > # targets - Print a list of supported TARGET/TARGET_ARCH pairs > > # for world and kernel targets. > > +# toolchains - Build a toolchain for all world and kernel targets. > > Should also go to build(7). Ok. > > # This makefile is simple by design. The FreeBSD make automatically reads > > # the /usr/share/mk/sys.mk unless the -m argument is specified on the > > @@ -307,9 +308,11 @@ make: .PHONY > > ${MMAKE} install DESTDIR=${MAKEPATH} BINDIR= > > > > tinderbox: > > - @cd ${.CURDIR} && \ > > - DOING_TINDERBOX=YES ${MAKE} JFLAG=${JFLAG} universe > > + @cd ${.CURDIR} && ${MAKE} DOING_TINDERBOX=YES universe > > You lost th JFLAG again that you had lately added. On purpose? It was redundant. The JFLAG was already being passed via MAKEOPTIONS. > > +toolchains: > > + @cd ${.CURDIR} && ${MAKE} UNIVERSE_TARGET=toolchain universe > > + > > # > > # universe > > # > > @@ -328,6 +331,12 @@ TARGET_ARCHES_sun4v?= sparc64 > > TARGET_ARCHES_${target}?= ${target} > > .endfor > > > > +.if defined(UNIVERSE_TARGET) > > +MAKE_JUST_WORLDS= YES > > Not sure that's ideal but ok for a start; Eventually someone could think > that UNIVERSE_TARGET=kernels could replace the MAKE_JUST_KERNELS=yes. > With the current logic that however is almost impossible to do. > Call it UNIVERSE_WORLD_TARGET? Actually, I would love to have a 'kernels' target and use 'make UNIVERSE_TARGET=kernels universe' to replace MAKE_JUST_KERNELS, but the kernel build stuff is quite convoluted. One could though do something like 'make UNIVERSE_TARGET=buildkernel' assuming that 'make buildkernel' always chose a suitable KERNCONF (I'm betting it doesn't on powerpc64), so it's not strictly speaking just for world targets. I think the main idea is that if UNIVERSE_TARGET is set, only that step is done for all targets. Otherwise the default action is to build world + kernels for all targets. In that case having it be UNIVERSE_TARGET makes sense I think. -- John Baldwin From owner-freebsd-current@FreeBSD.ORG Thu Feb 10 15:06:16 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8797106564A; Thu, 10 Feb 2011 15:06:16 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 606008FC18; Thu, 10 Feb 2011 15:06:16 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id E610946B1A; Thu, 10 Feb 2011 10:06:15 -0500 (EST) Received: from jhbbsd.localnet (unknown [209.249.190.10]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 1EB1F8A009; Thu, 10 Feb 2011 10:06:11 -0500 (EST) From: John Baldwin To: "Bjoern A. Zeeb" Date: Thu, 10 Feb 2011 10:06:10 -0500 User-Agent: KMail/1.13.5 (FreeBSD/7.4-CBSD-20110107; KDE/4.4.5; amd64; ; ) References: <201102100813.13803.jhb@freebsd.org> <20110210131731.P80258@maildrop.int.zabbadoz.net> In-Reply-To: <20110210131731.P80258@maildrop.int.zabbadoz.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201102101006.10579.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Thu, 10 Feb 2011 10:06:11 -0500 (EST) X-Virus-Scanned: clamav-milter 0.96.3 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=0.5 required=4.2 tests=BAYES_00,MAY_BE_FORGED, RDNS_DYNAMIC autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bigwig.baldwin.cx Cc: Alexander Kabaev , FreeBSD current mailing list Subject: Re: [PATCH] Add a 'make toolchains' target X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Feb 2011 15:06:16 -0000 On Thursday, February 10, 2011 8:22:00 am Bjoern A. Zeeb wrote: > On Thu, 10 Feb 2011, John Baldwin wrote: > > > This patch adds a 'make toolchains' target that invokes 'make toolchain' for > > each target. The use case I want it for is a cheaper way to just test kernels > > via make tinderbox so I can do: > > > > make toolchains > > make MAKE_JUST_KERNELS=yes tinderbox > > > > It is implemented by adding a new frob to tweak the target that make universe > > builds for the world stage of universe (UNIVERSE_TARGET). If that frob is > > set, then the kernel build step for a universe is skipped. With this, the > > toolchains target is a simple wrapper for: > > > > make UNIVERSE_TARGET=toolchains universe > > > > Index: Makefile > > =================================================================== > > --- Makefile (revision 218481) > > +++ Makefile (working copy) > > @@ -30,6 +30,7 @@ > > # delete-old-libs - Delete obsolete libraries. > > # targets - Print a list of supported TARGET/TARGET_ARCH pairs > > # for world and kernel targets. > > +# toolchains - Build a toolchain for all world and kernel targets. > > Should also go to build(7). Patch for this. It documents the previously undocumented variables for 'make universe' and also describes UNIVERSE_TARGET: Index: build.7 =================================================================== --- build.7 (revision 218481) +++ build.7 (working copy) @@ -218,13 +218,14 @@ on how to make it start at boot time. Create the build toolchain needed to build the rest of the system. For cross-architecture builds, this step creates a cross-toolchain. .It Cm universe -Execute a +For each architecture, +execute a .Cm buildworld -and +followed by a .Cm buildkernel -for all kernels including -.Pa LINT , -for each architecture supported by the build system. +for all kernels for that architecture, +including +.Pa LINT . This command takes a long time. .It Cm update Get updated sources as configured in @@ -240,6 +241,8 @@ Execute the same targets as .Cm universe . In addition print a summary of all failed targets at the end and exit with an error if there were any. +.It Cm toolchains +Create a build toolchain for each architecture supported by the build system. .El .Pp Kernel specific build targets in @@ -508,6 +511,29 @@ If set, restricts the documentation build to the l specified as its content. The default action is to build documentation for all languages. .El +.Pp +Builds using the +.Cm universe +target are influenced by the following +.Xr make 1 +variables: +.Bl -tag -width ".Va MAKE_JUST_KERNELS" +.It Va JFLAG +Pass the value of this variable to each +.Xr make 1 +invocation used to build worlds and kernels. +This can be used to enable multiple jobs within a single architecture's build +while still building each architecture serially. +.It Va MAKE_JUST_KERNELS +Only build kernels for each supported architecture. +.It Va MAKE_JUST_WORLDS +Only build worlds for each supported architecture. +.It Va UNIVERSE_TARGET +Execute the specified +.Xr make 1 +target for each supported architecture instead of the default action of +building a world and one or more kernels. +.El .Sh FILES .Bl -tag -width ".Pa /usr/share/examples/etc/make.conf" -compact .It Pa /usr/doc/Makefile -- John Baldwin From owner-freebsd-current@FreeBSD.ORG Thu Feb 10 16:20:11 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03BED106566C; Thu, 10 Feb 2011 16:20:11 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mail.cksoft.de (mail.cksoft.de [IPv6:2001:4068:10::3]) by mx1.freebsd.org (Postfix) with ESMTP id 886E58FC13; Thu, 10 Feb 2011 16:20:10 +0000 (UTC) Received: from localhost (amavis.fra.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id 8E4A741C7A5; Thu, 10 Feb 2011 17:20:09 +0100 (CET) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([192.168.74.103]) by localhost (amavis.fra.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id Y4itB-+MdQYh; Thu, 10 Feb 2011 17:20:09 +0100 (CET) Received: by mail.cksoft.de (Postfix, from userid 66) id 075CE41C7B5; Thu, 10 Feb 2011 17:20:09 +0100 (CET) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 39B684448F3; Thu, 10 Feb 2011 16:20:03 +0000 (UTC) Date: Thu, 10 Feb 2011 16:20:03 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: John Baldwin In-Reply-To: <201102101006.10579.jhb@freebsd.org> Message-ID: <20110210161918.L80258@maildrop.int.zabbadoz.net> References: <201102100813.13803.jhb@freebsd.org> <20110210131731.P80258@maildrop.int.zabbadoz.net> <201102101006.10579.jhb@freebsd.org> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Alexander Kabaev , FreeBSD current mailing list Subject: Re: [PATCH] Add a 'make toolchains' target X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Feb 2011 16:20:11 -0000 On Thu, 10 Feb 2011, John Baldwin wrote: > On Thursday, February 10, 2011 8:22:00 am Bjoern A. Zeeb wrote: >> On Thu, 10 Feb 2011, John Baldwin wrote: >> >>> This patch adds a 'make toolchains' target that invokes 'make toolchain' for >>> each target. The use case I want it for is a cheaper way to just test kernels >>> via make tinderbox so I can do: >>> >>> make toolchains >>> make MAKE_JUST_KERNELS=yes tinderbox >>> >>> It is implemented by adding a new frob to tweak the target that make universe >>> builds for the world stage of universe (UNIVERSE_TARGET). If that frob is >>> set, then the kernel build step for a universe is skipped. With this, the >>> toolchains target is a simple wrapper for: >>> >>> make UNIVERSE_TARGET=toolchains universe >>> >>> Index: Makefile >>> =================================================================== >>> --- Makefile (revision 218481) >>> +++ Makefile (working copy) >>> @@ -30,6 +30,7 @@ >>> # delete-old-libs - Delete obsolete libraries. >>> # targets - Print a list of supported TARGET/TARGET_ARCH pairs >>> # for world and kernel targets. >>> +# toolchains - Build a toolchain for all world and kernel targets. >> >> Should also go to build(7). > > Patch for this. It documents the previously undocumented variables for > 'make universe' and also describes UNIVERSE_TARGET: Update .Dd when committing. Looks good. -- Bjoern A. Zeeb You have to have visions! Stop bit received. Insert coin for new address family. From owner-freebsd-current@FreeBSD.ORG Thu Feb 10 16:25:07 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF3721065675; Thu, 10 Feb 2011 16:25:07 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mail.cksoft.de (mail.cksoft.de [IPv6:2001:4068:10::3]) by mx1.freebsd.org (Postfix) with ESMTP id 71C798FC0C; Thu, 10 Feb 2011 16:25:07 +0000 (UTC) Received: from localhost (amavis.fra.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id CC16041C7B8; Thu, 10 Feb 2011 17:25:06 +0100 (CET) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([192.168.74.103]) by localhost (amavis.fra.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id 7TsCNojLay82; Thu, 10 Feb 2011 17:25:06 +0100 (CET) Received: by mail.cksoft.de (Postfix, from userid 66) id 34B1D41C7B7; Thu, 10 Feb 2011 17:25:06 +0100 (CET) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 821BF4448F3; Thu, 10 Feb 2011 16:22:44 +0000 (UTC) Date: Thu, 10 Feb 2011 16:22:44 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: John Baldwin In-Reply-To: <201102100907.06680.jhb@freebsd.org> Message-ID: <20110210162026.C80258@maildrop.int.zabbadoz.net> References: <201102100813.13803.jhb@freebsd.org> <20110210131731.P80258@maildrop.int.zabbadoz.net> <201102100907.06680.jhb@freebsd.org> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Alexander Kabaev , FreeBSD current mailing list Subject: Re: [PATCH] Add a 'make toolchains' target X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Feb 2011 16:25:08 -0000 On Thu, 10 Feb 2011, John Baldwin wrote: > On Thursday, February 10, 2011 8:22:00 am Bjoern A. Zeeb wrote: >> On Thu, 10 Feb 2011, John Baldwin wrote: >> >>> This patch adds a 'make toolchains' target that invokes 'make toolchain' for >>> each target. The use case I want it for is a cheaper way to just test kernels >>> via make tinderbox so I can do: >>> >>> make toolchains >>> make MAKE_JUST_KERNELS=yes tinderbox >>> >>> It is implemented by adding a new frob to tweak the target that make universe >>> builds for the world stage of universe (UNIVERSE_TARGET). If that frob is >>> set, then the kernel build step for a universe is skipped. With this, the >>> toolchains target is a simple wrapper for: >>> >>> make UNIVERSE_TARGET=toolchains universe >>> >>> Index: Makefile >>> =================================================================== >>> --- Makefile (revision 218481) >>> +++ Makefile (working copy) >>> @@ -30,6 +30,7 @@ >>> # delete-old-libs - Delete obsolete libraries. >>> # targets - Print a list of supported TARGET/TARGET_ARCH pairs >>> # for world and kernel targets. >>> +# toolchains - Build a toolchain for all world and kernel targets. >> >> Should also go to build(7). > > Ok. > >>> # This makefile is simple by design. The FreeBSD make automatically reads >>> # the /usr/share/mk/sys.mk unless the -m argument is specified on the >>> @@ -307,9 +308,11 @@ make: .PHONY >>> ${MMAKE} install DESTDIR=${MAKEPATH} BINDIR= >>> >>> tinderbox: >>> - @cd ${.CURDIR} && \ >>> - DOING_TINDERBOX=YES ${MAKE} JFLAG=${JFLAG} universe >>> + @cd ${.CURDIR} && ${MAKE} DOING_TINDERBOX=YES universe >> >> You lost th JFLAG again that you had lately added. On purpose? > > It was redundant. The JFLAG was already being passed via MAKEOPTIONS. > >>> +toolchains: >>> + @cd ${.CURDIR} && ${MAKE} UNIVERSE_TARGET=toolchain universe >>> + >>> # >>> # universe >>> # >>> @@ -328,6 +331,12 @@ TARGET_ARCHES_sun4v?= sparc64 >>> TARGET_ARCHES_${target}?= ${target} >>> .endfor >>> >>> +.if defined(UNIVERSE_TARGET) >>> +MAKE_JUST_WORLDS= YES >> >> Not sure that's ideal but ok for a start; Eventually someone could think >> that UNIVERSE_TARGET=kernels could replace the MAKE_JUST_KERNELS=yes. >> With the current logic that however is almost impossible to do. >> Call it UNIVERSE_WORLD_TARGET? > > Actually, I would love to have a 'kernels' target and use > 'make UNIVERSE_TARGET=kernels universe' to replace MAKE_JUST_KERNELS, or rather ="toolchains kernels" universe? > but the kernel build stuff is quite convoluted. One could though > do something like 'make UNIVERSE_TARGET=buildkernel' assuming that > 'make buildkernel' always chose a suitable KERNCONF (I'm betting it doesn't > on powerpc64), so it's not strictly speaking just for world targets. > > I think the main idea is that if UNIVERSE_TARGET is set, only that step is > done for all targets. Otherwise the default action is to build world + > kernels for all targets. In that case having it be UNIVERSE_TARGET makes > sense I think. I'd say go for it. I haven't tested things but I cannot see any problems either. /bz -- Bjoern A. Zeeb You have to have visions! Stop bit received. Insert coin for new address family. From owner-freebsd-current@FreeBSD.ORG Thu Feb 10 16:36:37 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1740D106566B for ; Thu, 10 Feb 2011 16:36:37 +0000 (UTC) (envelope-from lattera@gmail.com) Received: from mail-ww0-f42.google.com (mail-ww0-f42.google.com [74.125.82.42]) by mx1.freebsd.org (Postfix) with ESMTP id 933128FC08 for ; Thu, 10 Feb 2011 16:36:36 +0000 (UTC) Received: by wwi17 with SMTP id 17so3212127wwi.1 for ; Thu, 10 Feb 2011 08:36:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=9hBOiZCnQaikeAokeeMbleEkdgss4sR2v9F82WO2wKQ=; b=Y9eTXKl0syboRPgFvAGeuZwg3KfJjr+acIbRnOUskwQGTYK+oZ1vifXX+8Lm1a9SEG YlFdF/M4fG1jK75zbNKuUJQrsa9Y7jB94a8MaUoNgum+fTromSKy+3Q107yj1MlZmnNH OFUR5rXZg+VNtc9C3ptATco+O4mCwG4V2Munw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=XX+zYVHNq1hxsEt7uvR08wtttYEzh5z0k1zIX3+BSxRnYNUp8rIFXu64QzcwkDPLee GKicTx5f2h6jNNMHcPXYgulKOZShe5L6B2rm3vqiUYd0njIirNaAkbOC7wjldokbSkbE PmzLmoGtD2x0sDXtyIczF3PEVnTNJ7EXRBRqE= MIME-Version: 1.0 Received: by 10.227.151.211 with SMTP id d19mr14188502wbw.124.1297355795102; Thu, 10 Feb 2011 08:36:35 -0800 (PST) Received: by 10.227.68.204 with HTTP; Thu, 10 Feb 2011 08:36:34 -0800 (PST) In-Reply-To: References: <80373F51-25C7-48A0-8920-3444A98D857F@kientzle.com> Date: Thu, 10 Feb 2011 09:36:34 -0700 Message-ID: From: Shawn Webb To: Tim Kientzle Content-Type: multipart/mixed; boundary=0016e659f5f45082b9049bf02fe6 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD-current Subject: Re: setfacl Recursive Functionality X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Feb 2011 16:36:37 -0000 --0016e659f5f45082b9049bf02fe6 Content-Type: text/plain; charset=ISO-8859-1 Attached is a new patch using the acl(3) API for removing invalid inheritance. Unless there are other suggestions, I'll likely submit this upstream. I didn't implement the -P flag since that's the default behavior. Thanks, Shawn On Wed, Feb 9, 2011 at 2:10 PM, Shawn Webb wrote: > Included in the attached patch is the refactor using fts(3) and with the -L > and -H options. I'm still looking for feedback and suggestions on how to > improve the patch. I'll also port these changes over to my getfacl patch. > > If anyone's interested in following up-to-date development of the patch, > the link to it on github is > https://github.com/lattera/patches/blob/master/freebsd/setfacl_recursive.patch > > I'd like to take the time to address why I created the > remove_invalid_inherit function since I got a private email asking why it > existed. Other than symbolic links, non-directory entries cannot have > inheritance set. That function prevents attempting to set inheritance flags > on non-directory entries when doing a recursive call. That way, you can run > `setfacl -R -m user::read_data:file_inherit/dir_inherit:allow > ` and not run into errors. > > Thanks, > > Shawn > > > On Tue, Feb 8, 2011 at 7:51 PM, Shawn Webb wrote: > >> On Tue, Feb 8, 2011 at 7:35 PM, Tim Kientzle wrote: >> >>> On Feb 8, 2011, at 9:58 AM, Shawn Webb wrote: >>> > I've just finished a patch to add recursive functionality to setfacl. >>> Before >>> > I officially submit it, I'd like a few suggestions on how to improve >>> the >>> > patch. >>> > >>> > The part I'm worried about involves the #define directive at top. I'm >>> not >>> > sure what ramifications using that define might have. I needed it for >>> my >>> > remove_invalid_inherit() function to work. >>> >>> You should certainly not need >>> #define _ACL_PRIVATE >>> for any user-space utilities. What exactly is the >>> problem without that? >>> >>> Your approach to directory walking here >>> is a little simplistic. In particular, you're storing >>> every filename for the entire tree in memory, >>> which is a problem for large filesystems. >>> >>> It would be much better to refactor the code so that >>> the actual ACL update was in a function and then >>> recurse_directory should call that function for >>> each filename as it visited it. That will reduce >>> the memory requirements significantly. >>> >>> You should also take a look at fts(3). In particular, >>> you'll want to implement the BSD-standard >>> -L/-P/-H options, and fts(3) makes that much easier. >>> (-L always follows symlinks, -P never follows symlinks, >>> -H follows symlinks on the command line). >>> >>> Tim >>> >>> >> Great suggestions. I'll definitely look at implementing that >> functionality. >> >> As a side note, it looks like my setfacl patch segfaults on >> freebsd-current r218075 with the zpool v28 patchset applied. I wrote it on >> freebsd 8.2-RC3 with zpool v15. >> >> Thanks, >> >> Shawn >> > > --0016e659f5f45082b9049bf02fe6 Content-Type: application/octet-stream; name="setfacl_recursive.patch" Content-Disposition: attachment; filename="setfacl_recursive.patch" Content-Transfer-Encoding: base64 X-Attachment-Id: f_gjzw57un1 LS0tIC91c3Ivc3JjL2Jpbi9zZXRmYWNsL3NldGZhY2wuYwkyMDExLTAyLTAzIDEyOjExOjAyLjMw MzQ5NjMxOCAtMDcwMAorKysgYmluL3NldGZhY2wvc2V0ZmFjbC5jCTIwMTEtMDItMTAgMDk6MTg6 NTIuMzgxMjgzODU4IC0wNzAwCkBAIC0zMiw2ICszMiw4IEBACiAjaW5jbHVkZSA8c3lzL3N0YXQu aD4KICNpbmNsdWRlIDxzeXMvYWNsLmg+CiAjaW5jbHVkZSA8c3lzL3F1ZXVlLmg+CisjaW5jbHVk ZSA8ZnRzLmg+CisjaW5jbHVkZSA8ZGlyZW50Lmg+CiAKICNpbmNsdWRlIDxlcnIuaD4KICNpbmNs dWRlIDxlcnJuby5oPgpAQCAtNDQsNiArNDYsOCBAQAogCiBzdGF0aWMgdm9pZAlhZGRfZmlsZW5h bWUoY29uc3QgY2hhciAqZmlsZW5hbWUpOwogc3RhdGljIHZvaWQJdXNhZ2Uodm9pZCk7CitzdGF0 aWMgdm9pZAlyZWN1cnNlX2RpcmVjdG9yeShjaGFyICpjb25zdCAqcGF0aHMsIGludCByX2ZsYWcs IGludCBsX2ZsYWcsIGludCBiaWdfaF9mbGFnKTsKK3N0YXRpYyBhY2xfdAlyZW1vdmVfaW52YWxp ZF9pbmhlcml0KGNvbnN0IGNoYXIgKnBhdGgsIGFjbF90IGFjbCwgaW50IGxfZmxhZyk7CiAKIHN0 YXRpYyB2b2lkCiBhZGRfZmlsZW5hbWUoY29uc3QgY2hhciAqZmlsZW5hbWUpCkBAIC02MiwzNCAr NjYsMTEyIEBACiBzdGF0aWMgdm9pZAogdXNhZ2Uodm9pZCkKIHsKLQotCWZwcmludGYoc3RkZXJy LCAidXNhZ2U6IHNldGZhY2wgWy1iZGhrbl0gWy1hIHBvc2l0aW9uIGVudHJpZXNdICIKKwlmcHJp bnRmKHN0ZGVyciwgInVzYWdlOiBzZXRmYWNsIFstYmRoa0xuUl0gWy1hIHBvc2l0aW9uIGVudHJp ZXNdICIKIAkgICAgIlstbSBlbnRyaWVzXSBbLU0gZmlsZV0gWy14IGVudHJpZXNdIFstWCBmaWxl XSBbZmlsZSAuLi5dXG4iKTsKIAlleGl0KDEpOwogfQogCitzdGF0aWMgdm9pZAorcmVjdXJzZV9k aXJlY3RvcnkoY2hhciAqY29uc3QgKnBhdGhzLCBpbnQgcl9mbGFnLCBpbnQgbF9mbGFnLCBpbnQg YmlnX2hfZmxhZykKK3sKKwlGVFMgKmZ0c3A7CisJRlRTRU5UICpwLCAqY2hwOworCWludCBmdHNf b3B0aW9ucyA9IEZUU19OT0NIRElSOworCXVuc2lnbmVkIGludCBpOworCQorCWZ0c19vcHRpb25z IHw9IChsX2ZsYWcgPT0gMSkgPyBGVFNfTE9HSUNBTCA6IEZUU19QSFlTSUNBTDsKKwlpZiAoYmln X2hfZmxhZykKKwkJZnRzX29wdGlvbnMgfD0gRlRTX0NPTUZPTExPVzsKKwkKKwlpZiAocl9mbGFn KQorCXsKKwkJZnRzcCA9IGZ0c19vcGVuKHBhdGhzLCBmdHNfb3B0aW9ucywgTlVMTCk7CisJCWlm IChmdHNwID09IE5VTEwpCisJCQlyZXR1cm47CisJCQorCQljaHAgPSBmdHNfY2hpbGRyZW4oZnRz cCwgMCk7CisJCWlmIChjaHAgPT0gTlVMTCkKKwkJCXJldHVybjsKKwkJCisJCXdoaWxlICgocCA9 IGZ0c19yZWFkKGZ0c3ApKSAhPSBOVUxMKSB7CisJCQlpZiAobF9mbGFnID09IDAgJiYgcC0+ZnRz X2luZm8gJiBGVFNfRCkKKwkJCQljb250aW51ZTsKKwkJCWVsc2UgaWYgKGxfZmxhZyA9PSAxICYm IHAtPmZ0c19pbmZvICYgRlRTX0RQKQorCQkJCWNvbnRpbnVlOworCQkJCisJCQlhZGRfZmlsZW5h bWUoc3RyZHVwKHAtPmZ0c19wYXRoKSk7CisJCX0KKwkJCisJCWZ0c19jbG9zZShmdHNwKTsKKwl9 IGVsc2UKKwkJZm9yIChpID0gMDsgcGF0aHNbaV0gIT0gTlVMTDsgaSsrKQorCQkJYWRkX2ZpbGVu YW1lKHBhdGhzW2ldKTsKK30KKworc3RhdGljIGFjbF90CityZW1vdmVfaW52YWxpZF9pbmhlcml0 KGNvbnN0IGNoYXIgKnBhdGgsIGFjbF90IGFjbCwgaW50IGxfZmxhZykKK3sKKwlhY2xfdCBhY2xf bmV3OworCWludCBhY2xfYnJhbmQ7CisJYWNsX2VudHJ5X3QgZW50cnk7CisJaW50IGVudHJ5X2lk OworCWFjbF9mbGFnc2V0X3QgZmxhZ3NldDsKKwlzdHJ1Y3Qgc3RhdCBzYjsKKwkKKwlhY2xfZ2V0 X2JyYW5kX25wKGFjbCwgJmFjbF9icmFuZCk7CisJaWYgKGFjbF9icmFuZCAhPSBBQ0xfQlJBTkRf TkZTNCkKKwkJcmV0dXJuIGFjbDsKKwkKKwlpZiAobF9mbGFnID09IDEpIHsKKwkJaWYgKHN0YXQo cGF0aCwgJnNiKSA9PSAtMSkKKwkJCXJldHVybiBhY2w7CisJfSBlbHNlCisJCWlmIChsc3RhdChw YXRoLCAmc2IpID09IC0xKQorCQkJcmV0dXJuIGFjbDsKKwkKKwlpZiAoU19JU0RJUihzYi5zdF9t b2RlKSAhPSAwKQorCQlyZXR1cm4gYWNsOworCQorCWFjbF9uZXcgPSBhY2xfZHVwKGFjbCk7CisJ CisJZW50cnlfaWQgPSBBQ0xfRklSU1RfRU5UUlk7CisJd2hpbGUgKGFjbF9nZXRfZW50cnkoYWNs X25ldywgZW50cnlfaWQsICZlbnRyeSkgPT0gMSkgeworCQllbnRyeV9pZCA9IEFDTF9ORVhUX0VO VFJZOworCQlhY2xfZ2V0X2ZsYWdzZXRfbnAoZW50cnksICZmbGFnc2V0KTsKKwkJaWYgKGFjbF9n ZXRfZmxhZ19ucChmbGFnc2V0LCBBQ0xfRU5UUllfSU5IRVJJVF9PTkxZKSkgeworCQkJYWNsX2Rl bGV0ZV9lbnRyeShhY2xfbmV3LCBlbnRyeSk7CisJCQljb250aW51ZTsKKwkJfQorCQlhY2xfZGVs ZXRlX2ZsYWdfbnAoZmxhZ3NldCwgQUNMX0VOVFJZX0ZJTEVfSU5IRVJJVCB8IEFDTF9FTlRSWV9E SVJFQ1RPUllfSU5IRVJJVCB8IEFDTF9FTlRSWV9OT19QUk9QQUdBVEVfSU5IRVJJVCk7CisJfQor CQorCXJldHVybiBhY2xfbmV3OworfQorCiBpbnQKIG1haW4oaW50IGFyZ2MsIGNoYXIgKmFyZ3Zb XSkKIHsKLQlhY2xfdCBhY2w7CisJYWNsX3QgYWNsLCBhY2xfYmFja3VwOwogCWFjbF90eXBlX3Qg YWNsX3R5cGU7CiAJY2hhciBmaWxlbmFtZVtQQVRIX01BWF07Ci0JaW50IGxvY2FsX2Vycm9yLCBj YXJyaWVkX2Vycm9yLCBjaCwgaSwgZW50cnlfbnVtYmVyLCByZXQ7Ci0JaW50IGhfZmxhZzsKKwlp bnQgbG9jYWxfZXJyb3IsIGNhcnJpZWRfZXJyb3IsIGNoLCBlbnRyeV9udW1iZXIsIHJldDsKKwlp bnQgaF9mbGFnLCByX2ZsYWcsIGxfZmxhZywgYmlnX2hfZmxhZzsKIAlzdHJ1Y3Qgc2ZfZmlsZSAq ZmlsZTsKIAlzdHJ1Y3Qgc2ZfZW50cnkgKmVudHJ5OwotCWNvbnN0IGNoYXIgKmZuX2R1cDsKKwlj aGFyICpmbl9kdXA7CiAJY2hhciAqZW5kOworCWNoYXIgKipmaWxlcz1OVUxMOworCXVuc2lnbmVk IGludCBudW1maWxlcz0wOwogCXN0cnVjdCBzdGF0IHNiOwogCiAJYWNsX3R5cGUgPSBBQ0xfVFlQ RV9BQ0NFU1M7CiAJY2FycmllZF9lcnJvciA9IGxvY2FsX2Vycm9yID0gMDsKLQloX2ZsYWcgPSBo YXZlX21hc2sgPSBoYXZlX3N0ZGluID0gbl9mbGFnID0gbmVlZF9tYXNrID0gMDsKKwloX2ZsYWcg PSBoYXZlX21hc2sgPSBoYXZlX3N0ZGluID0gbl9mbGFnID0gbmVlZF9tYXNrID0gcl9mbGFnID0g bF9mbGFnID0gYmlnX2hfZmxhZyA9IDA7CiAKIAlUQUlMUV9JTklUKCZlbnRyeWxpc3QpOwogCVRB SUxRX0lOSVQoJmZpbGVsaXN0KTsKIAotCXdoaWxlICgoY2ggPSBnZXRvcHQoYXJnYywgYXJndiwg Ik06WDphOmJkaGttOm54OiIpKSAhPSAtMSkKKwl3aGlsZSAoKGNoID0gZ2V0b3B0KGFyZ2MsIGFy Z3YsICJITFJNOlg6YTpiZGhrbTpueDoiKSkgIT0gLTEpCiAJCXN3aXRjaChjaCkgewogCQljYXNl ICdNJzoKIAkJCWVudHJ5ID0gem1hbGxvYyhzaXplb2Yoc3RydWN0IHNmX2VudHJ5KSk7CkBAIC0x NjcsNiArMjQ5LDE1IEBACiAJCQl9CiAJCQlUQUlMUV9JTlNFUlRfVEFJTCgmZW50cnlsaXN0LCBl bnRyeSwgbmV4dCk7CiAJCQlicmVhazsKKwkJY2FzZSAnUic6CisJCQlyX2ZsYWcgPSAxOworCQkJ YnJlYWs7CisJCWNhc2UgJ0wnOgorCQkJbF9mbGFnID0gMTsKKwkJCWJyZWFrOworCQljYXNlICdI JzoKKwkJCWJpZ19oX2ZsYWcgPSAxOworCQkJYnJlYWs7CiAJCWRlZmF1bHQ6CiAJCQl1c2FnZSgp OwogCQkJYnJlYWs7CkBAIC0xODksMTEgKzI4MCwxOCBAQAogCQkJZm5fZHVwID0gc3RyZHVwKGZp bGVuYW1lKTsKIAkJCWlmIChmbl9kdXAgPT0gTlVMTCkKIAkJCQllcnIoMSwgInN0cmR1cCgpIGZh aWxlZCIpOwotCQkJYWRkX2ZpbGVuYW1lKGZuX2R1cCk7CisJCQlmaWxlcyA9IHJlYWxsb2MoZmls ZXMsICsrbnVtZmlsZXMgKiBzaXplb2YoY2hhciAqKikpOworCQkJaWYgKGZpbGVzID09IE5VTEwp CisJCQkJZXJyKDEsICJyZWFsbG9jKCkgZmFpbGVkIik7CisJCQlmaWxlc1tudW1maWxlcy0xXSA9 IChjaGFyICopZm5fZHVwOwogCQl9CisJCQorCQlmaWxlcyA9IHJlYWxsb2MoZmlsZXMsICsrbnVt ZmlsZXMgKiBzaXplb2YoY2hhciAqKikpOworCQlmaWxlc1tudW1maWxlcy0xXSA9IE5VTEw7CiAJ fSBlbHNlCi0JCWZvciAoaSA9IDA7IGkgPCBhcmdjOyBpKyspCi0JCQlhZGRfZmlsZW5hbWUoYXJn dltpXSk7CisJCWZpbGVzID0gYXJndjsKKwkKKwlyZWN1cnNlX2RpcmVjdG9yeShmaWxlcywgcl9m bGFnLCBsX2ZsYWcsIGJpZ19oX2ZsYWcpOwogCiAJLyogY3ljbGUgdGhyb3VnaCBlYWNoIGZpbGUg Ki8KIAlUQUlMUV9GT1JFQUNIKGZpbGUsICZmaWxlbGlzdCwgbmV4dCkgewpAQCAtMjUwLDEyICsz NDgsMjQgQEAKIAogCQkJc3dpdGNoKGVudHJ5LT5vcCkgewogCQkJY2FzZSBPUF9BRERfQUNMOgor CQkJCWFjbF9iYWNrdXAgPSBlbnRyeS0+YWNsOworCQkJCWVudHJ5LT5hY2wgPSByZW1vdmVfaW52 YWxpZF9pbmhlcml0KGZpbGUtPmZpbGVuYW1lLCBlbnRyeS0+YWNsLCBsX2ZsYWcpOwogCQkJCWxv Y2FsX2Vycm9yICs9IGFkZF9hY2woZW50cnktPmFjbCwKIAkJCQkgICAgZW50cnktPmVudHJ5X251 bWJlciwgJmFjbCwgZmlsZS0+ZmlsZW5hbWUpOworCQkJCWlmIChlbnRyeS0+YWNsICE9IGFjbF9i YWNrdXApIHsKKwkJCQkJYWNsX2ZyZWUoZW50cnktPmFjbCk7CisJCQkJCWVudHJ5LT5hY2wgPSBh Y2xfYmFja3VwOworCQkJCX0KIAkJCQlicmVhazsKIAkJCWNhc2UgT1BfTUVSR0VfQUNMOgorCQkJ CWFjbF9iYWNrdXAgPSBlbnRyeS0+YWNsOworCQkJCWVudHJ5LT5hY2wgPSByZW1vdmVfaW52YWxp ZF9pbmhlcml0KGZpbGUtPmZpbGVuYW1lLCBlbnRyeS0+YWNsLCBsX2ZsYWcpOwogCQkJCWxvY2Fs X2Vycm9yICs9IG1lcmdlX2FjbChlbnRyeS0+YWNsLCAmYWNsLAogCQkJCSAgICBmaWxlLT5maWxl bmFtZSk7CisJCQkJaWYgKGVudHJ5LT5hY2wgIT0gYWNsX2JhY2t1cCkgeworCQkJCQlhY2xfZnJl ZShlbnRyeS0+YWNsKTsKKwkJCQkJZW50cnktPmFjbCA9IGFjbF9iYWNrdXA7CisJCQkJfQogCQkJ CW5lZWRfbWFzayA9IDE7CiAJCQkJYnJlYWs7CiAJCQljYXNlIE9QX1JFTU9WRV9FWFQ6Cg== --0016e659f5f45082b9049bf02fe6-- From owner-freebsd-current@FreeBSD.ORG Fri Feb 11 03:46:50 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38764106566C for ; Fri, 11 Feb 2011 03:46:50 +0000 (UTC) (envelope-from kaduk@mit.edu) Received: from dmz-mailsec-scanner-5.mit.edu (DMZ-MAILSEC-SCANNER-5.MIT.EDU [18.7.68.34]) by mx1.freebsd.org (Postfix) with ESMTP id ED06F8FC15 for ; Fri, 11 Feb 2011 03:46:49 +0000 (UTC) X-AuditID: 12074422-b7c3eae000000a70-e8-4d54ada32fa3 Received: from mailhub-auth-4.mit.edu ( [18.7.62.39]) by dmz-mailsec-scanner-5.mit.edu (Symantec Brightmail Gateway) with SMTP id A7.68.02672.3ADA45D4; Thu, 10 Feb 2011 22:31:47 -0500 (EST) Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by mailhub-auth-4.mit.edu (8.13.8/8.9.2) with ESMTP id p1B3VlKw019287 for ; Thu, 10 Feb 2011 22:31:47 -0500 Received: from multics.mit.edu (MULTICS.MIT.EDU [18.187.1.73]) (authenticated bits=56) (User authenticated as kaduk@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id p1B3Vkwv025959 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 10 Feb 2011 22:31:47 -0500 (EST) Received: (from kaduk@localhost) by multics.mit.edu (8.12.9.20060308) id p1B3Vj4u029540; Thu, 10 Feb 2011 22:31:45 -0500 (EST) Date: Thu, 10 Feb 2011 22:31:45 -0500 (EST) From: Benjamin Kaduk To: freebsd-current@freebsd.org Message-ID: User-Agent: Alpine 1.10 (GSO 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Brightmail-Tracker: AAAAARdlRKU= Subject: tale of a disappearing mouse X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2011 03:46:50 -0000 Dear all, I've been experiencing this issue for quite some time, but never really managed to collect all the data that seemed useful in one place for the same kernel. I think I now have enough to ask for help. Sometimes, when I boot my laptop (Lenovo T400), my pointing device will just ... not be probed. Early on, this seemed to happen maybe half the time, though recently it has been much less common. (Possibly correlated to the presence of an OpenAFS client on this machine, which makes no sense.) Verbose dmesg for the mouse and nomouse case may be found at: http://web.mit.edu/afs/sipb/user/kaduk/freebsd/hysteresis/ The relevant-seeming portion of the diff is: @@ -602,10 +602,16 @@ psm0: unable to allocate IRQ psmcpnp0: irq 12 on acpi0 psm0: current command byte:0047 -psm0: failed to reset the aux device. +psm0: irq 12 on atkbdc0 +ioapic0: routing intpin 12 (ISA IRQ 12) to lapic 0 vector 60 +psm0: [GIANT-LOCKED] +psm0: [ITHREAD] +psm0: model Generic PS/2 mouse, device ID 0-00, 2 buttons +psm0: config:00000000, flags:00000008, packet size:3 +psm0: syncmask:c0, syncbits:00 Where should I be looking to track down the root cause? This is on: FreeBSD hysteresis.mit.edu 9.0-CURRENT FreeBSD 9.0-CURRENT #25: Mon May 17 20:37:32 EDT 2010 kaduk@hysteresis.mit.edu:/usr/obj/usr/src/sys/GENERIC amd64 (Pretty old, I know -- changing kernels while doing development on a filesystem didn't really seem like a good idea.) Thanks, Ben Kaduk From owner-freebsd-current@FreeBSD.ORG Fri Feb 11 04:37:12 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3505106564A; Fri, 11 Feb 2011 04:37:12 +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 8536F8FC08; Fri, 11 Feb 2011 04:37:12 +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 p1B4bBcN050341; Thu, 10 Feb 2011 23:37:11 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.4/Submit) id p1B4bBNV050296; Fri, 11 Feb 2011 04:37:11 GMT (envelope-from tinderbox@freebsd.org) Date: Fri, 11 Feb 2011 04:37:11 GMT Message-Id: <201102110437.p1B4bBNV050296@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 i386/pc98 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2011 04:37:12 -0000 TB --- 2011-02-11 02:50:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2011-02-11 02:50:00 - starting HEAD tinderbox run for i386/pc98 TB --- 2011-02-11 02:50:00 - cleaning the object tree TB --- 2011-02-11 02:50:16 - cvsupping the source tree TB --- 2011-02-11 02:50:16 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/i386/pc98/supfile TB --- 2011-02-11 02:50:54 - building world TB --- 2011-02-11 02:50:54 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 02:50:54 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 02:50:54 - TARGET=pc98 TB --- 2011-02-11 02:50:54 - TARGET_ARCH=i386 TB --- 2011-02-11 02:50:54 - TZ=UTC TB --- 2011-02-11 02:50:54 - __MAKE_CONF=/dev/null TB --- 2011-02-11 02:50:54 - cd /src TB --- 2011-02-11 02:50:54 - /usr/bin/make -B buildworld >>> World build started on Fri Feb 11 02:50:54 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 Fri Feb 11 04:31:45 UTC 2011 TB --- 2011-02-11 04:31:45 - generating LINT kernel config TB --- 2011-02-11 04:31:45 - cd /src/sys/pc98/conf TB --- 2011-02-11 04:31:45 - /usr/bin/make -B LINT TB --- 2011-02-11 04:31:45 - building LINT kernel TB --- 2011-02-11 04:31:45 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 04:31:45 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 04:31:45 - TARGET=pc98 TB --- 2011-02-11 04:31:45 - TARGET_ARCH=i386 TB --- 2011-02-11 04:31:45 - TZ=UTC TB --- 2011-02-11 04:31:45 - __MAKE_CONF=/dev/null TB --- 2011-02-11 04:31:45 - cd /src TB --- 2011-02-11 04:31:45 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Fri Feb 11 04:31:45 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/e1000/e1000_80003es2lan.c -I/src/sys/dev/e1000 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/e1000/e1000_82540.c -I/src/sys/dev/e1000 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/e1000/e1000_82541.c -I/src/sys/dev/e1000 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/e1000/e1000_82542.c -I/src/sys/dev/e1000 cc1: warnings being treated as errors /src/sys/dev/e1000/e1000_82542.c: In function 'e1000_setup_link_82542': /src/sys/dev/e1000/e1000_82542.c:323: warning: implicit declaration of function 'e1000_set_default_fc_generic' /src/sys/dev/e1000/e1000_82542.c:323: warning: nested extern declaration of 'e1000_set_default_fc_generic' *** Error code 1 Stop in /obj/pc98.i386/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2011-02-11 04:37:10 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-02-11 04:37:10 - ERROR: failed to build lint kernel TB --- 2011-02-11 04:37:10 - 5127.87 user 889.24 system 6430.46 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-pc98.full From owner-freebsd-current@FreeBSD.ORG Fri Feb 11 04:43:56 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28D83106564A; Fri, 11 Feb 2011 04:43:56 +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 DF5C38FC08; Fri, 11 Feb 2011 04:43:55 +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 p1B4htMn016987; Thu, 10 Feb 2011 23:43:55 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.4/Submit) id p1B4ht4l016985; Fri, 11 Feb 2011 04:43:55 GMT (envelope-from tinderbox@freebsd.org) Date: Fri, 11 Feb 2011 04:43:55 GMT Message-Id: <201102110443.p1B4ht4l016985@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 i386/i386 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2011 04:43:56 -0000 TB --- 2011-02-11 02:50:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2011-02-11 02:50:00 - starting HEAD tinderbox run for i386/i386 TB --- 2011-02-11 02:50:00 - cleaning the object tree TB --- 2011-02-11 02:50:20 - cvsupping the source tree TB --- 2011-02-11 02:50:20 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/i386/i386/supfile TB --- 2011-02-11 02:55:43 - building world TB --- 2011-02-11 02:55:43 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 02:55:43 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 02:55:43 - TARGET=i386 TB --- 2011-02-11 02:55:43 - TARGET_ARCH=i386 TB --- 2011-02-11 02:55:43 - TZ=UTC TB --- 2011-02-11 02:55:43 - __MAKE_CONF=/dev/null TB --- 2011-02-11 02:55:43 - cd /src TB --- 2011-02-11 02:55:43 - /usr/bin/make -B buildworld >>> World build started on Fri Feb 11 02:55:46 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 Fri Feb 11 04:37:22 UTC 2011 TB --- 2011-02-11 04:37:22 - generating LINT kernel config TB --- 2011-02-11 04:37:22 - cd /src/sys/i386/conf TB --- 2011-02-11 04:37:22 - /usr/bin/make -B LINT TB --- 2011-02-11 04:37:22 - building LINT kernel TB --- 2011-02-11 04:37:22 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 04:37:22 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 04:37:22 - TARGET=i386 TB --- 2011-02-11 04:37:22 - TARGET_ARCH=i386 TB --- 2011-02-11 04:37:22 - TZ=UTC TB --- 2011-02-11 04:37:22 - __MAKE_CONF=/dev/null TB --- 2011-02-11 04:37:22 - cd /src TB --- 2011-02-11 04:37:22 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Fri Feb 11 04:37:22 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/e1000/e1000_80003es2lan.c -I/src/sys/dev/e1000 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/e1000/e1000_82540.c -I/src/sys/dev/e1000 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/e1000/e1000_82541.c -I/src/sys/dev/e1000 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/e1000/e1000_82542.c -I/src/sys/dev/e1000 cc1: warnings being treated as errors /src/sys/dev/e1000/e1000_82542.c: In function 'e1000_setup_link_82542': /src/sys/dev/e1000/e1000_82542.c:323: warning: implicit declaration of function 'e1000_set_default_fc_generic' /src/sys/dev/e1000/e1000_82542.c:323: warning: nested extern declaration of 'e1000_set_default_fc_generic' *** Error code 1 Stop in /obj/i386.i386/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2011-02-11 04:43:54 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-02-11 04:43:54 - ERROR: failed to build lint kernel TB --- 2011-02-11 04:43:54 - 5216.88 user 873.59 system 6834.54 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-i386.full From owner-freebsd-current@FreeBSD.ORG Fri Feb 11 05:06:27 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 945CF1065695; Fri, 11 Feb 2011 05:06:27 +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 655FD8FC08; Fri, 11 Feb 2011 05:06:27 +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 p1B56QNa031160; Fri, 11 Feb 2011 00:06:26 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.4/Submit) id p1B56Qvq031087; Fri, 11 Feb 2011 05:06:26 GMT (envelope-from tinderbox@freebsd.org) Date: Fri, 11 Feb 2011 05:06:26 GMT Message-Id: <201102110506.p1B56Qvq031087@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 amd64/amd64 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2011 05:06:27 -0000 TB --- 2011-02-11 02:50:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2011-02-11 02:50:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2011-02-11 02:50:00 - cleaning the object tree TB --- 2011-02-11 02:50:20 - cvsupping the source tree TB --- 2011-02-11 02:50:20 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/amd64/amd64/supfile TB --- 2011-02-11 02:50:54 - building world TB --- 2011-02-11 02:50:54 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 02:50:54 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 02:50:54 - TARGET=amd64 TB --- 2011-02-11 02:50:54 - TARGET_ARCH=amd64 TB --- 2011-02-11 02:50:54 - TZ=UTC TB --- 2011-02-11 02:50:54 - __MAKE_CONF=/dev/null TB --- 2011-02-11 02:50:54 - cd /src TB --- 2011-02-11 02:50:54 - /usr/bin/make -B buildworld >>> World build started on Fri Feb 11 02:50:54 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 >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Fri Feb 11 05:00:09 UTC 2011 TB --- 2011-02-11 05:00:09 - generating LINT kernel config TB --- 2011-02-11 05:00:09 - cd /src/sys/amd64/conf TB --- 2011-02-11 05:00:09 - /usr/bin/make -B LINT TB --- 2011-02-11 05:00:09 - building LINT kernel TB --- 2011-02-11 05:00:09 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 05:00:09 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 05:00:09 - TARGET=amd64 TB --- 2011-02-11 05:00:09 - TARGET_ARCH=amd64 TB --- 2011-02-11 05:00:09 - TZ=UTC TB --- 2011-02-11 05:00:09 - __MAKE_CONF=/dev/null TB --- 2011-02-11 05:00:09 - cd /src TB --- 2011-02-11 05:00:09 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Fri Feb 11 05:00:09 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 -frename-registers -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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/e1000/e1000_80003es2lan.c -I/src/sys/dev/e1000 cc -c -O2 -frename-registers -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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/e1000/e1000_82540.c -I/src/sys/dev/e1000 cc -c -O2 -frename-registers -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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/e1000/e1000_82541.c -I/src/sys/dev/e1000 cc -c -O2 -frename-registers -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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/e1000/e1000_82542.c -I/src/sys/dev/e1000 cc1: warnings being treated as errors /src/sys/dev/e1000/e1000_82542.c: In function 'e1000_setup_link_82542': /src/sys/dev/e1000/e1000_82542.c:323: warning: implicit declaration of function 'e1000_set_default_fc_generic' /src/sys/dev/e1000/e1000_82542.c:323: warning: nested extern declaration of 'e1000_set_default_fc_generic' *** Error code 1 Stop in /obj/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2011-02-11 05:06:26 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-02-11 05:06:26 - ERROR: failed to build lint kernel TB --- 2011-02-11 05:06:26 - 6456.19 user 1168.95 system 8185.84 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-current@FreeBSD.ORG Fri Feb 11 05:10:43 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CF59106566B; Fri, 11 Feb 2011 05:10:43 +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 B97968FC0C; Fri, 11 Feb 2011 05:10:38 +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 p1B5AWpa064490; Fri, 11 Feb 2011 00:10:37 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.4/Submit) id p1B5AWI7064464; Fri, 11 Feb 2011 05:10:32 GMT (envelope-from tinderbox@freebsd.org) Date: Fri, 11 Feb 2011 05:10:32 GMT Message-Id: <201102110510.p1B5AWI7064464@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 ia64/ia64 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2011 05:10:43 -0000 TB --- 2011-02-11 03:42:58 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2011-02-11 03:42:58 - starting HEAD tinderbox run for ia64/ia64 TB --- 2011-02-11 03:42:58 - cleaning the object tree TB --- 2011-02-11 03:43:09 - cvsupping the source tree TB --- 2011-02-11 03:43:09 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/ia64/ia64/supfile TB --- 2011-02-11 03:43:21 - building world TB --- 2011-02-11 03:43:21 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 03:43:21 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 03:43:21 - TARGET=ia64 TB --- 2011-02-11 03:43:21 - TARGET_ARCH=ia64 TB --- 2011-02-11 03:43:21 - TZ=UTC TB --- 2011-02-11 03:43:21 - __MAKE_CONF=/dev/null TB --- 2011-02-11 03:43:21 - cd /src TB --- 2011-02-11 03:43:21 - /usr/bin/make -B buildworld >>> World build started on Fri Feb 11 03:43:21 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 Fri Feb 11 05:04:10 UTC 2011 TB --- 2011-02-11 05:04:10 - generating LINT kernel config TB --- 2011-02-11 05:04:10 - cd /src/sys/ia64/conf TB --- 2011-02-11 05:04:10 - /usr/bin/make -B LINT TB --- 2011-02-11 05:04:10 - building LINT kernel TB --- 2011-02-11 05:04:10 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 05:04:10 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 05:04:10 - TARGET=ia64 TB --- 2011-02-11 05:04:10 - TARGET_ARCH=ia64 TB --- 2011-02-11 05:04:10 - TZ=UTC TB --- 2011-02-11 05:04:10 - __MAKE_CONF=/dev/null TB --- 2011-02-11 05:04:10 - cd /src TB --- 2011-02-11 05:04:10 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Fri Feb 11 05:04:10 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -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 -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/e1000/e1000_80003es2lan.c -I/src/sys/dev/e1000 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -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 -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/e1000/e1000_82540.c -I/src/sys/dev/e1000 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -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 -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/e1000/e1000_82541.c -I/src/sys/dev/e1000 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -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 -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/e1000/e1000_82542.c -I/src/sys/dev/e1000 cc1: warnings being treated as errors /src/sys/dev/e1000/e1000_82542.c: In function 'e1000_setup_link_82542': /src/sys/dev/e1000/e1000_82542.c:323: warning: implicit declaration of function 'e1000_set_default_fc_generic' /src/sys/dev/e1000/e1000_82542.c:323: warning: nested extern declaration of 'e1000_set_default_fc_generic' *** Error code 1 Stop in /obj/ia64.ia64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2011-02-11 05:10:32 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-02-11 05:10:32 - ERROR: failed to build lint kernel TB --- 2011-02-11 05:10:32 - 4214.20 user 675.99 system 5253.48 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-ia64-ia64.full From owner-freebsd-current@FreeBSD.ORG Fri Feb 11 06:18:21 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8DFA106564A; Fri, 11 Feb 2011 06:18:21 +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 765028FC15; Fri, 11 Feb 2011 06:18:21 +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 p1B6IKCd028121; Fri, 11 Feb 2011 01:18:20 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.4/Submit) id p1B6IKBU028104; Fri, 11 Feb 2011 06:18:20 GMT (envelope-from tinderbox@freebsd.org) Date: Fri, 11 Feb 2011 06:18:20 GMT Message-Id: <201102110618.p1B6IKBU028104@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-current@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2011 06:18:21 -0000 TB --- 2011-02-11 05:10:37 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2011-02-11 05:10:37 - starting HEAD tinderbox run for sparc64/sparc64 TB --- 2011-02-11 05:10:37 - cleaning the object tree TB --- 2011-02-11 05:10:48 - cvsupping the source tree TB --- 2011-02-11 05:10:48 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/sparc64/sparc64/supfile TB --- 2011-02-11 05:11:25 - building world TB --- 2011-02-11 05:11:25 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 05:11:25 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 05:11:25 - TARGET=sparc64 TB --- 2011-02-11 05:11:25 - TARGET_ARCH=sparc64 TB --- 2011-02-11 05:11:25 - TZ=UTC TB --- 2011-02-11 05:11:25 - __MAKE_CONF=/dev/null TB --- 2011-02-11 05:11:25 - cd /src TB --- 2011-02-11 05:11:25 - /usr/bin/make -B buildworld >>> World build started on Fri Feb 11 05:11:25 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 Fri Feb 11 06:13:19 UTC 2011 TB --- 2011-02-11 06:13:19 - generating LINT kernel config TB --- 2011-02-11 06:13:19 - cd /src/sys/sparc64/conf TB --- 2011-02-11 06:13:19 - /usr/bin/make -B LINT TB --- 2011-02-11 06:13:19 - building LINT kernel TB --- 2011-02-11 06:13:19 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 06:13:19 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 06:13:19 - TARGET=sparc64 TB --- 2011-02-11 06:13:19 - TARGET_ARCH=sparc64 TB --- 2011-02-11 06:13:19 - TZ=UTC TB --- 2011-02-11 06:13:19 - __MAKE_CONF=/dev/null TB --- 2011-02-11 06:13:19 - cd /src TB --- 2011-02-11 06:13:19 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Fri Feb 11 06:13:19 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 -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/dev/e1000/e1000_80003es2lan.c -I/src/sys/dev/e1000 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 -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/dev/e1000/e1000_82540.c -I/src/sys/dev/e1000 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 -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/dev/e1000/e1000_82541.c -I/src/sys/dev/e1000 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 -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/dev/e1000/e1000_82542.c -I/src/sys/dev/e1000 cc1: warnings being treated as errors /src/sys/dev/e1000/e1000_82542.c: In function 'e1000_setup_link_82542': /src/sys/dev/e1000/e1000_82542.c:323: warning: implicit declaration of function 'e1000_set_default_fc_generic' /src/sys/dev/e1000/e1000_82542.c:323: warning: nested extern declaration of 'e1000_set_default_fc_generic' *** 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-02-11 06:18:20 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-02-11 06:18:20 - ERROR: failed to build lint kernel TB --- 2011-02-11 06:18:20 - 3042.20 user 633.97 system 4062.48 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sparc64.full From owner-freebsd-current@FreeBSD.ORG Fri Feb 11 06:24:44 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C17E8106566C; Fri, 11 Feb 2011 06:24:44 +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 8BC848FC08; Fri, 11 Feb 2011 06:24:44 +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 p1B6Ohgi075297; Fri, 11 Feb 2011 01:24:43 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.4/Submit) id p1B6OhXk075287; Fri, 11 Feb 2011 06:24:43 GMT (envelope-from tinderbox@freebsd.org) Date: Fri, 11 Feb 2011 06:24:43 GMT Message-Id: <201102110624.p1B6OhXk075287@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 powerpc/powerpc X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2011 06:24:44 -0000 TB --- 2011-02-11 04:43:55 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2011-02-11 04:43:55 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2011-02-11 04:43:55 - cleaning the object tree TB --- 2011-02-11 04:44:07 - cvsupping the source tree TB --- 2011-02-11 04:44:07 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2011-02-11 04:44:45 - building world TB --- 2011-02-11 04:44:45 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 04:44:45 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 04:44:45 - TARGET=powerpc TB --- 2011-02-11 04:44:45 - TARGET_ARCH=powerpc TB --- 2011-02-11 04:44:45 - TZ=UTC TB --- 2011-02-11 04:44:45 - __MAKE_CONF=/dev/null TB --- 2011-02-11 04:44:45 - cd /src TB --- 2011-02-11 04:44:45 - /usr/bin/make -B buildworld >>> World build started on Fri Feb 11 04:44:46 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 Fri Feb 11 06:20:31 UTC 2011 TB --- 2011-02-11 06:20:31 - generating LINT kernel config TB --- 2011-02-11 06:20:31 - cd /src/sys/powerpc/conf TB --- 2011-02-11 06:20:31 - /usr/bin/make -B LINT TB --- 2011-02-11 06:20:31 - building LINT kernel TB --- 2011-02-11 06:20:31 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 06:20:31 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 06:20:31 - TARGET=powerpc TB --- 2011-02-11 06:20:31 - TARGET_ARCH=powerpc TB --- 2011-02-11 06:20:31 - TZ=UTC TB --- 2011-02-11 06:20:31 - __MAKE_CONF=/dev/null TB --- 2011-02-11 06:20:31 - cd /src TB --- 2011-02-11 06:20:31 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Fri Feb 11 06:20:31 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -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 -msoft-float -fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding -fstack-protector -Werror /src/sys/dev/e1000/e1000_80003es2lan.c -I/src/sys/dev/e1000 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -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 -msoft-float -fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding -fstack-protector -Werror /src/sys/dev/e1000/e1000_82540.c -I/src/sys/dev/e1000 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -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 -msoft-float -fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding -fstack-protector -Werror /src/sys/dev/e1000/e1000_82541.c -I/src/sys/dev/e1000 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -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 -msoft-float -fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding -fstack-protector -Werror /src/sys/dev/e1000/e1000_82542.c -I/src/sys/dev/e1000 cc1: warnings being treated as errors /src/sys/dev/e1000/e1000_82542.c: In function 'e1000_setup_link_82542': /src/sys/dev/e1000/e1000_82542.c:323: warning: implicit declaration of function 'e1000_set_default_fc_generic' /src/sys/dev/e1000/e1000_82542.c:323: warning: nested extern declaration of 'e1000_set_default_fc_generic' *** Error code 1 Stop in /obj/powerpc.powerpc/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2011-02-11 06:24:43 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-02-11 06:24:43 - ERROR: failed to build lint kernel TB --- 2011-02-11 06:24:43 - 4871.73 user 817.74 system 6048.23 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-current@FreeBSD.ORG Fri Feb 11 06:37:46 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0707E106566B; Fri, 11 Feb 2011 06:37:46 +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 30A968FC18; Fri, 11 Feb 2011 06:37:44 +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 p1B6biMJ047451; Fri, 11 Feb 2011 01:37:44 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.4/Submit) id p1B6biqa047427; Fri, 11 Feb 2011 06:37:44 GMT (envelope-from tinderbox@freebsd.org) Date: Fri, 11 Feb 2011 06:37:44 GMT Message-Id: <201102110637.p1B6biqa047427@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/sun4v X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2011 06:37:46 -0000 TB --- 2011-02-11 05:32:27 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2011-02-11 05:32:27 - starting HEAD tinderbox run for sparc64/sun4v TB --- 2011-02-11 05:32:27 - cleaning the object tree TB --- 2011-02-11 05:32:36 - cvsupping the source tree TB --- 2011-02-11 05:32:36 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/sparc64/sun4v/supfile TB --- 2011-02-11 05:33:27 - building world TB --- 2011-02-11 05:33:27 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 05:33:27 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 05:33:27 - TARGET=sun4v TB --- 2011-02-11 05:33:27 - TARGET_ARCH=sparc64 TB --- 2011-02-11 05:33:27 - TZ=UTC TB --- 2011-02-11 05:33:27 - __MAKE_CONF=/dev/null TB --- 2011-02-11 05:33:27 - cd /src TB --- 2011-02-11 05:33:27 - /usr/bin/make -B buildworld >>> World build started on Fri Feb 11 05:33:28 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 Fri Feb 11 06:33:26 UTC 2011 TB --- 2011-02-11 06:33:26 - generating LINT kernel config TB --- 2011-02-11 06:33:26 - cd /src/sys/sun4v/conf TB --- 2011-02-11 06:33:26 - /usr/bin/make -B LINT TB --- 2011-02-11 06:33:26 - building LINT kernel TB --- 2011-02-11 06:33:26 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 06:33:26 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 06:33:26 - TARGET=sun4v TB --- 2011-02-11 06:33:26 - TARGET_ARCH=sparc64 TB --- 2011-02-11 06:33:26 - TZ=UTC TB --- 2011-02-11 06:33:26 - __MAKE_CONF=/dev/null TB --- 2011-02-11 06:33:26 - cd /src TB --- 2011-02-11 06:33:26 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Fri Feb 11 06:33:27 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 -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/dev/e1000/e1000_80003es2lan.c -I/src/sys/dev/e1000 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 -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/dev/e1000/e1000_82540.c -I/src/sys/dev/e1000 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 -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/dev/e1000/e1000_82541.c -I/src/sys/dev/e1000 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 -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/dev/e1000/e1000_82542.c -I/src/sys/dev/e1000 cc1: warnings being treated as errors /src/sys/dev/e1000/e1000_82542.c: In function 'e1000_setup_link_82542': /src/sys/dev/e1000/e1000_82542.c:323: warning: implicit declaration of function 'e1000_set_default_fc_generic' /src/sys/dev/e1000/e1000_82542.c:323: warning: nested extern declaration of 'e1000_set_default_fc_generic' *** Error code 1 Stop in /obj/sun4v.sparc64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2011-02-11 06:37:44 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-02-11 06:37:44 - ERROR: failed to build lint kernel TB --- 2011-02-11 06:37:44 - 3024.79 user 620.95 system 3917.13 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sun4v.full From owner-freebsd-current@FreeBSD.ORG Fri Feb 11 06:42:13 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 341161065670; Fri, 11 Feb 2011 06:42:13 +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 E94C58FC0A; Fri, 11 Feb 2011 06:42:12 +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 p1B6gCVR062802; Fri, 11 Feb 2011 01:42:12 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.4/Submit) id p1B6gCJ2062801; Fri, 11 Feb 2011 06:42:12 GMT (envelope-from tinderbox@freebsd.org) Date: Fri, 11 Feb 2011 06:42:12 GMT Message-Id: <201102110642.p1B6gCJ2062801@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 powerpc64/powerpc X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2011 06:42:13 -0000 TB --- 2011-02-11 05:06:26 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2011-02-11 05:06:26 - starting HEAD tinderbox run for powerpc64/powerpc TB --- 2011-02-11 05:06:26 - cleaning the object tree TB --- 2011-02-11 05:06:43 - cvsupping the source tree TB --- 2011-02-11 05:06:43 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/powerpc64/powerpc/supfile TB --- 2011-02-11 05:07:35 - building world TB --- 2011-02-11 05:07:35 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 05:07:35 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 05:07:35 - TARGET=powerpc TB --- 2011-02-11 05:07:35 - TARGET_ARCH=powerpc64 TB --- 2011-02-11 05:07:35 - TZ=UTC TB --- 2011-02-11 05:07:35 - __MAKE_CONF=/dev/null TB --- 2011-02-11 05:07:35 - cd /src TB --- 2011-02-11 05:07:35 - /usr/bin/make -B buildworld >>> World build started on Fri Feb 11 05:07:36 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 >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Fri Feb 11 06:37:40 UTC 2011 TB --- 2011-02-11 06:37:40 - generating LINT kernel config TB --- 2011-02-11 06:37:40 - cd /src/sys/powerpc/conf TB --- 2011-02-11 06:37:40 - /usr/bin/make -B LINT TB --- 2011-02-11 06:37:40 - building LINT kernel TB --- 2011-02-11 06:37:40 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 06:37:40 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 06:37:40 - TARGET=powerpc TB --- 2011-02-11 06:37:40 - TARGET_ARCH=powerpc64 TB --- 2011-02-11 06:37:40 - TZ=UTC TB --- 2011-02-11 06:37:40 - __MAKE_CONF=/dev/null TB --- 2011-02-11 06:37:40 - cd /src TB --- 2011-02-11 06:37:40 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Fri Feb 11 06:37:40 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -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 -msoft-float -fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding -fstack-protector -Werror /src/sys/dev/e1000/e1000_80003es2lan.c -I/src/sys/dev/e1000 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -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 -msoft-float -fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding -fstack-protector -Werror /src/sys/dev/e1000/e1000_82540.c -I/src/sys/dev/e1000 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -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 -msoft-float -fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding -fstack-protector -Werror /src/sys/dev/e1000/e1000_82541.c -I/src/sys/dev/e1000 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -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 -msoft-float -fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding -fstack-protector -Werror /src/sys/dev/e1000/e1000_82542.c -I/src/sys/dev/e1000 cc1: warnings being treated as errors /src/sys/dev/e1000/e1000_82542.c: In function 'e1000_setup_link_82542': /src/sys/dev/e1000/e1000_82542.c:323: warning: implicit declaration of function 'e1000_set_default_fc_generic' /src/sys/dev/e1000/e1000_82542.c:323: warning: nested extern declaration of 'e1000_set_default_fc_generic' *** Error code 1 Stop in /obj/powerpc.powerpc64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2011-02-11 06:42:11 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-02-11 06:42:11 - ERROR: failed to build lint kernel TB --- 2011-02-11 06:42:12 - 4464.94 user 912.80 system 5745.16 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc64-powerpc.full From owner-freebsd-current@FreeBSD.ORG Fri Feb 11 08:37:19 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DA991065674; Fri, 11 Feb 2011 08:37:19 +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 DAE028FC31; Fri, 11 Feb 2011 08:37:18 +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 p1B8bHjl010092; Fri, 11 Feb 2011 03:37:17 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.4/Submit) id p1B8bHj6010082; Fri, 11 Feb 2011 08:37:17 GMT (envelope-from tinderbox@freebsd.org) Date: Fri, 11 Feb 2011 08:37:17 GMT Message-Id: <201102110837.p1B8bHj6010082@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 i386/pc98 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2011 08:37:19 -0000 TB --- 2011-02-11 06:50:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2011-02-11 06:50:00 - starting HEAD tinderbox run for i386/pc98 TB --- 2011-02-11 06:50:00 - cleaning the object tree TB --- 2011-02-11 06:50:13 - cvsupping the source tree TB --- 2011-02-11 06:50:13 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/i386/pc98/supfile TB --- 2011-02-11 06:50:31 - building world TB --- 2011-02-11 06:50:31 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 06:50:31 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 06:50:31 - TARGET=pc98 TB --- 2011-02-11 06:50:31 - TARGET_ARCH=i386 TB --- 2011-02-11 06:50:31 - TZ=UTC TB --- 2011-02-11 06:50:31 - __MAKE_CONF=/dev/null TB --- 2011-02-11 06:50:31 - cd /src TB --- 2011-02-11 06:50:31 - /usr/bin/make -B buildworld >>> World build started on Fri Feb 11 06:50:31 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 Fri Feb 11 08:31:56 UTC 2011 TB --- 2011-02-11 08:31:56 - generating LINT kernel config TB --- 2011-02-11 08:31:56 - cd /src/sys/pc98/conf TB --- 2011-02-11 08:31:56 - /usr/bin/make -B LINT TB --- 2011-02-11 08:31:56 - building LINT kernel TB --- 2011-02-11 08:31:56 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 08:31:56 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 08:31:56 - TARGET=pc98 TB --- 2011-02-11 08:31:56 - TARGET_ARCH=i386 TB --- 2011-02-11 08:31:56 - TZ=UTC TB --- 2011-02-11 08:31:56 - __MAKE_CONF=/dev/null TB --- 2011-02-11 08:31:56 - cd /src TB --- 2011-02-11 08:31:56 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Fri Feb 11 08:31:56 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/e1000/e1000_80003es2lan.c -I/src/sys/dev/e1000 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/e1000/e1000_82540.c -I/src/sys/dev/e1000 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/e1000/e1000_82541.c -I/src/sys/dev/e1000 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/e1000/e1000_82542.c -I/src/sys/dev/e1000 cc1: warnings being treated as errors /src/sys/dev/e1000/e1000_82542.c: In function 'e1000_setup_link_82542': /src/sys/dev/e1000/e1000_82542.c:323: warning: implicit declaration of function 'e1000_set_default_fc_generic' /src/sys/dev/e1000/e1000_82542.c:323: warning: nested extern declaration of 'e1000_set_default_fc_generic' *** Error code 1 Stop in /obj/pc98.i386/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2011-02-11 08:37:17 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-02-11 08:37:17 - ERROR: failed to build lint kernel TB --- 2011-02-11 08:37:17 - 5137.40 user 888.88 system 6436.73 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-pc98.full From owner-freebsd-current@FreeBSD.ORG Fri Feb 11 08:38:50 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 638DE106564A; Fri, 11 Feb 2011 08:38:50 +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 25BF08FC2D; Fri, 11 Feb 2011 08:38:50 +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 p1B8cnPd014962; Fri, 11 Feb 2011 03:38:49 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.4/Submit) id p1B8cnI0014957; Fri, 11 Feb 2011 08:38:49 GMT (envelope-from tinderbox@freebsd.org) Date: Fri, 11 Feb 2011 08:38:49 GMT Message-Id: <201102110838.p1B8cnI0014957@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 i386/i386 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2011 08:38:50 -0000 TB --- 2011-02-11 06:50:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2011-02-11 06:50:00 - starting HEAD tinderbox run for i386/i386 TB --- 2011-02-11 06:50:00 - cleaning the object tree TB --- 2011-02-11 06:50:13 - cvsupping the source tree TB --- 2011-02-11 06:50:13 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/i386/i386/supfile TB --- 2011-02-11 06:50:31 - building world TB --- 2011-02-11 06:50:31 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 06:50:31 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 06:50:31 - TARGET=i386 TB --- 2011-02-11 06:50:31 - TARGET_ARCH=i386 TB --- 2011-02-11 06:50:31 - TZ=UTC TB --- 2011-02-11 06:50:31 - __MAKE_CONF=/dev/null TB --- 2011-02-11 06:50:31 - cd /src TB --- 2011-02-11 06:50:31 - /usr/bin/make -B buildworld >>> World build started on Fri Feb 11 06:50:31 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 Fri Feb 11 08:32:10 UTC 2011 TB --- 2011-02-11 08:32:10 - generating LINT kernel config TB --- 2011-02-11 08:32:10 - cd /src/sys/i386/conf TB --- 2011-02-11 08:32:10 - /usr/bin/make -B LINT TB --- 2011-02-11 08:32:10 - building LINT kernel TB --- 2011-02-11 08:32:11 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 08:32:11 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 08:32:11 - TARGET=i386 TB --- 2011-02-11 08:32:11 - TARGET_ARCH=i386 TB --- 2011-02-11 08:32:11 - TZ=UTC TB --- 2011-02-11 08:32:11 - __MAKE_CONF=/dev/null TB --- 2011-02-11 08:32:11 - cd /src TB --- 2011-02-11 08:32:11 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Fri Feb 11 08:32:11 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/e1000/e1000_80003es2lan.c -I/src/sys/dev/e1000 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/e1000/e1000_82540.c -I/src/sys/dev/e1000 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/e1000/e1000_82541.c -I/src/sys/dev/e1000 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/e1000/e1000_82542.c -I/src/sys/dev/e1000 cc1: warnings being treated as errors /src/sys/dev/e1000/e1000_82542.c: In function 'e1000_setup_link_82542': /src/sys/dev/e1000/e1000_82542.c:323: warning: implicit declaration of function 'e1000_set_default_fc_generic' /src/sys/dev/e1000/e1000_82542.c:323: warning: nested extern declaration of 'e1000_set_default_fc_generic' *** Error code 1 Stop in /obj/i386.i386/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2011-02-11 08:38:49 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-02-11 08:38:49 - ERROR: failed to build lint kernel TB --- 2011-02-11 08:38:49 - 5219.05 user 884.98 system 6528.54 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-i386.full From owner-freebsd-current@FreeBSD.ORG Fri Feb 11 09:10:26 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D91D11065670; Fri, 11 Feb 2011 09:10:26 +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 AC6798FC08; Fri, 11 Feb 2011 09:10:26 +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 p1B9APfW029991; Fri, 11 Feb 2011 04:10:25 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.4/Submit) id p1B9APR5029970; Fri, 11 Feb 2011 09:10:25 GMT (envelope-from tinderbox@freebsd.org) Date: Fri, 11 Feb 2011 09:10:25 GMT Message-Id: <201102110910.p1B9APR5029970@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 ia64/ia64 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2011 09:10:27 -0000 TB --- 2011-02-11 07:42:33 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2011-02-11 07:42:33 - starting HEAD tinderbox run for ia64/ia64 TB --- 2011-02-11 07:42:33 - cleaning the object tree TB --- 2011-02-11 07:42:42 - cvsupping the source tree TB --- 2011-02-11 07:42:42 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/ia64/ia64/supfile TB --- 2011-02-11 07:43:05 - building world TB --- 2011-02-11 07:43:05 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 07:43:05 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 07:43:05 - TARGET=ia64 TB --- 2011-02-11 07:43:05 - TARGET_ARCH=ia64 TB --- 2011-02-11 07:43:05 - TZ=UTC TB --- 2011-02-11 07:43:05 - __MAKE_CONF=/dev/null TB --- 2011-02-11 07:43:05 - cd /src TB --- 2011-02-11 07:43:05 - /usr/bin/make -B buildworld >>> World build started on Fri Feb 11 07:43:06 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 Fri Feb 11 09:04:13 UTC 2011 TB --- 2011-02-11 09:04:13 - generating LINT kernel config TB --- 2011-02-11 09:04:13 - cd /src/sys/ia64/conf TB --- 2011-02-11 09:04:13 - /usr/bin/make -B LINT TB --- 2011-02-11 09:04:13 - building LINT kernel TB --- 2011-02-11 09:04:14 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 09:04:14 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 09:04:14 - TARGET=ia64 TB --- 2011-02-11 09:04:14 - TARGET_ARCH=ia64 TB --- 2011-02-11 09:04:14 - TZ=UTC TB --- 2011-02-11 09:04:14 - __MAKE_CONF=/dev/null TB --- 2011-02-11 09:04:14 - cd /src TB --- 2011-02-11 09:04:14 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Fri Feb 11 09:04:14 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -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 -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/e1000/e1000_80003es2lan.c -I/src/sys/dev/e1000 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -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 -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/e1000/e1000_82540.c -I/src/sys/dev/e1000 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -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 -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/e1000/e1000_82541.c -I/src/sys/dev/e1000 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -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 -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/e1000/e1000_82542.c -I/src/sys/dev/e1000 cc1: warnings being treated as errors /src/sys/dev/e1000/e1000_82542.c: In function 'e1000_setup_link_82542': /src/sys/dev/e1000/e1000_82542.c:323: warning: implicit declaration of function 'e1000_set_default_fc_generic' /src/sys/dev/e1000/e1000_82542.c:323: warning: nested extern declaration of 'e1000_set_default_fc_generic' *** Error code 1 Stop in /obj/ia64.ia64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2011-02-11 09:10:25 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-02-11 09:10:25 - ERROR: failed to build lint kernel TB --- 2011-02-11 09:10:25 - 4215.89 user 679.27 system 5272.46 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-ia64-ia64.full From owner-freebsd-current@FreeBSD.ORG Fri Feb 11 09:12:02 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95D131065670; Fri, 11 Feb 2011 09:12:02 +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 660C88FC13; Fri, 11 Feb 2011 09:12:02 +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 p1B9C1DK040108; Fri, 11 Feb 2011 04:12:01 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.4/Submit) id p1B9C1BU040107; Fri, 11 Feb 2011 09:12:01 GMT (envelope-from tinderbox@freebsd.org) Date: Fri, 11 Feb 2011 09:12:01 GMT Message-Id: <201102110912.p1B9C1BU040107@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 amd64/amd64 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2011 09:12:02 -0000 TB --- 2011-02-11 06:50:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2011-02-11 06:50:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2011-02-11 06:50:00 - cleaning the object tree TB --- 2011-02-11 06:50:17 - cvsupping the source tree TB --- 2011-02-11 06:50:17 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/amd64/amd64/supfile TB --- 2011-02-11 06:55:45 - building world TB --- 2011-02-11 06:55:45 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 06:55:45 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 06:55:45 - TARGET=amd64 TB --- 2011-02-11 06:55:45 - TARGET_ARCH=amd64 TB --- 2011-02-11 06:55:45 - TZ=UTC TB --- 2011-02-11 06:55:45 - __MAKE_CONF=/dev/null TB --- 2011-02-11 06:55:45 - cd /src TB --- 2011-02-11 06:55:45 - /usr/bin/make -B buildworld >>> World build started on Fri Feb 11 06:55:45 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 >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Fri Feb 11 09:05:48 UTC 2011 TB --- 2011-02-11 09:05:49 - generating LINT kernel config TB --- 2011-02-11 09:05:49 - cd /src/sys/amd64/conf TB --- 2011-02-11 09:05:49 - /usr/bin/make -B LINT TB --- 2011-02-11 09:05:49 - building LINT kernel TB --- 2011-02-11 09:05:49 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 09:05:49 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 09:05:49 - TARGET=amd64 TB --- 2011-02-11 09:05:49 - TARGET_ARCH=amd64 TB --- 2011-02-11 09:05:49 - TZ=UTC TB --- 2011-02-11 09:05:49 - __MAKE_CONF=/dev/null TB --- 2011-02-11 09:05:49 - cd /src TB --- 2011-02-11 09:05:49 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Fri Feb 11 09:05:49 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 -frename-registers -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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/e1000/e1000_80003es2lan.c -I/src/sys/dev/e1000 cc -c -O2 -frename-registers -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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/e1000/e1000_82540.c -I/src/sys/dev/e1000 cc -c -O2 -frename-registers -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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/e1000/e1000_82541.c -I/src/sys/dev/e1000 cc -c -O2 -frename-registers -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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/e1000/e1000_82542.c -I/src/sys/dev/e1000 cc1: warnings being treated as errors /src/sys/dev/e1000/e1000_82542.c: In function 'e1000_setup_link_82542': /src/sys/dev/e1000/e1000_82542.c:323: warning: implicit declaration of function 'e1000_set_default_fc_generic' /src/sys/dev/e1000/e1000_82542.c:323: warning: nested extern declaration of 'e1000_set_default_fc_generic' *** Error code 1 Stop in /obj/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2011-02-11 09:12:01 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-02-11 09:12:01 - ERROR: failed to build lint kernel TB --- 2011-02-11 09:12:01 - 6459.87 user 1166.35 system 8520.97 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-current@FreeBSD.ORG Fri Feb 11 10:18:50 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A921106566B; Fri, 11 Feb 2011 10:18:50 +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 05AD68FC15; Fri, 11 Feb 2011 10:18:49 +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 p1BAInb8092616; Fri, 11 Feb 2011 05:18:49 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.4/Submit) id p1BAInJ0092612; Fri, 11 Feb 2011 10:18:49 GMT (envelope-from tinderbox@freebsd.org) Date: Fri, 11 Feb 2011 10:18:49 GMT Message-Id: <201102111018.p1BAInJ0092612@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-current@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2011 10:18:50 -0000 TB --- 2011-02-11 09:12:01 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2011-02-11 09:12:01 - starting HEAD tinderbox run for sparc64/sparc64 TB --- 2011-02-11 09:12:01 - cleaning the object tree TB --- 2011-02-11 09:12:10 - cvsupping the source tree TB --- 2011-02-11 09:12:10 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/sparc64/sparc64/supfile TB --- 2011-02-11 09:12:23 - building world TB --- 2011-02-11 09:12:23 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 09:12:23 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 09:12:23 - TARGET=sparc64 TB --- 2011-02-11 09:12:23 - TARGET_ARCH=sparc64 TB --- 2011-02-11 09:12:23 - TZ=UTC TB --- 2011-02-11 09:12:23 - __MAKE_CONF=/dev/null TB --- 2011-02-11 09:12:23 - cd /src TB --- 2011-02-11 09:12:23 - /usr/bin/make -B buildworld >>> World build started on Fri Feb 11 09:12:25 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 Fri Feb 11 10:13:50 UTC 2011 TB --- 2011-02-11 10:13:50 - generating LINT kernel config TB --- 2011-02-11 10:13:50 - cd /src/sys/sparc64/conf TB --- 2011-02-11 10:13:50 - /usr/bin/make -B LINT TB --- 2011-02-11 10:13:50 - building LINT kernel TB --- 2011-02-11 10:13:50 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 10:13:50 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 10:13:50 - TARGET=sparc64 TB --- 2011-02-11 10:13:50 - TARGET_ARCH=sparc64 TB --- 2011-02-11 10:13:50 - TZ=UTC TB --- 2011-02-11 10:13:50 - __MAKE_CONF=/dev/null TB --- 2011-02-11 10:13:50 - cd /src TB --- 2011-02-11 10:13:50 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Fri Feb 11 10:13:50 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 -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/dev/e1000/e1000_80003es2lan.c -I/src/sys/dev/e1000 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 -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/dev/e1000/e1000_82540.c -I/src/sys/dev/e1000 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 -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/dev/e1000/e1000_82541.c -I/src/sys/dev/e1000 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 -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/dev/e1000/e1000_82542.c -I/src/sys/dev/e1000 cc1: warnings being treated as errors /src/sys/dev/e1000/e1000_82542.c: In function 'e1000_setup_link_82542': /src/sys/dev/e1000/e1000_82542.c:323: warning: implicit declaration of function 'e1000_set_default_fc_generic' /src/sys/dev/e1000/e1000_82542.c:323: warning: nested extern declaration of 'e1000_set_default_fc_generic' *** 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-02-11 10:18:48 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-02-11 10:18:48 - ERROR: failed to build lint kernel TB --- 2011-02-11 10:18:48 - 3045.60 user 637.40 system 4006.92 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sparc64.full From owner-freebsd-current@FreeBSD.ORG Fri Feb 11 10:20:12 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99A7C106564A; Fri, 11 Feb 2011 10:20:12 +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 684678FC15; Fri, 11 Feb 2011 10:20:12 +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 p1BAKBeH004465; Fri, 11 Feb 2011 05:20:11 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.4/Submit) id p1BAKBf8004464; Fri, 11 Feb 2011 10:20:11 GMT (envelope-from tinderbox@freebsd.org) Date: Fri, 11 Feb 2011 10:20:11 GMT Message-Id: <201102111020.p1BAKBf8004464@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 powerpc/powerpc X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2011 10:20:12 -0000 TB --- 2011-02-11 08:38:49 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2011-02-11 08:38:49 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2011-02-11 08:38:49 - cleaning the object tree TB --- 2011-02-11 08:38:58 - cvsupping the source tree TB --- 2011-02-11 08:38:58 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2011-02-11 08:39:15 - building world TB --- 2011-02-11 08:39:15 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 08:39:15 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 08:39:15 - TARGET=powerpc TB --- 2011-02-11 08:39:15 - TARGET_ARCH=powerpc TB --- 2011-02-11 08:39:15 - TZ=UTC TB --- 2011-02-11 08:39:15 - __MAKE_CONF=/dev/null TB --- 2011-02-11 08:39:15 - cd /src TB --- 2011-02-11 08:39:15 - /usr/bin/make -B buildworld >>> World build started on Fri Feb 11 08:39: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 Fri Feb 11 10:15:30 UTC 2011 TB --- 2011-02-11 10:15:30 - generating LINT kernel config TB --- 2011-02-11 10:15:30 - cd /src/sys/powerpc/conf TB --- 2011-02-11 10:15:30 - /usr/bin/make -B LINT TB --- 2011-02-11 10:15:31 - building LINT kernel TB --- 2011-02-11 10:15:31 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 10:15:31 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 10:15:31 - TARGET=powerpc TB --- 2011-02-11 10:15:31 - TARGET_ARCH=powerpc TB --- 2011-02-11 10:15:31 - TZ=UTC TB --- 2011-02-11 10:15:31 - __MAKE_CONF=/dev/null TB --- 2011-02-11 10:15:31 - cd /src TB --- 2011-02-11 10:15:31 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Fri Feb 11 10:15:31 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -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 -msoft-float -fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding -fstack-protector -Werror /src/sys/dev/e1000/e1000_80003es2lan.c -I/src/sys/dev/e1000 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -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 -msoft-float -fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding -fstack-protector -Werror /src/sys/dev/e1000/e1000_82540.c -I/src/sys/dev/e1000 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -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 -msoft-float -fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding -fstack-protector -Werror /src/sys/dev/e1000/e1000_82541.c -I/src/sys/dev/e1000 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -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 -msoft-float -fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding -fstack-protector -Werror /src/sys/dev/e1000/e1000_82542.c -I/src/sys/dev/e1000 cc1: warnings being treated as errors /src/sys/dev/e1000/e1000_82542.c: In function 'e1000_setup_link_82542': /src/sys/dev/e1000/e1000_82542.c:323: warning: implicit declaration of function 'e1000_set_default_fc_generic' /src/sys/dev/e1000/e1000_82542.c:323: warning: nested extern declaration of 'e1000_set_default_fc_generic' *** Error code 1 Stop in /obj/powerpc.powerpc/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2011-02-11 10:20:11 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-02-11 10:20:11 - ERROR: failed to build lint kernel TB --- 2011-02-11 10:20:11 - 4876.94 user 823.48 system 6081.96 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-current@FreeBSD.ORG Fri Feb 11 10:37:08 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2ACE4106566B; Fri, 11 Feb 2011 10:37: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 EA4E88FC14; Fri, 11 Feb 2011 10:37: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 p1BAb7Vl093450; Fri, 11 Feb 2011 05:37:07 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.4/Submit) id p1BAb7Tj093449; Fri, 11 Feb 2011 10:37:07 GMT (envelope-from tinderbox@freebsd.org) Date: Fri, 11 Feb 2011 10:37:07 GMT Message-Id: <201102111037.p1BAb7Tj093449@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/sun4v X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2011 10:37:08 -0000 TB --- 2011-02-11 09:32:29 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2011-02-11 09:32:29 - starting HEAD tinderbox run for sparc64/sun4v TB --- 2011-02-11 09:32:29 - cleaning the object tree TB --- 2011-02-11 09:32:38 - cvsupping the source tree TB --- 2011-02-11 09:32:38 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/sparc64/sun4v/supfile TB --- 2011-02-11 09:32:52 - building world TB --- 2011-02-11 09:32:52 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 09:32:52 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 09:32:52 - TARGET=sun4v TB --- 2011-02-11 09:32:52 - TARGET_ARCH=sparc64 TB --- 2011-02-11 09:32:52 - TZ=UTC TB --- 2011-02-11 09:32:52 - __MAKE_CONF=/dev/null TB --- 2011-02-11 09:32:52 - cd /src TB --- 2011-02-11 09:32:52 - /usr/bin/make -B buildworld >>> World build started on Fri Feb 11 09:32:52 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 Fri Feb 11 10:32:49 UTC 2011 TB --- 2011-02-11 10:32:49 - generating LINT kernel config TB --- 2011-02-11 10:32:49 - cd /src/sys/sun4v/conf TB --- 2011-02-11 10:32:49 - /usr/bin/make -B LINT TB --- 2011-02-11 10:32:49 - building LINT kernel TB --- 2011-02-11 10:32:49 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 10:32:49 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 10:32:49 - TARGET=sun4v TB --- 2011-02-11 10:32:49 - TARGET_ARCH=sparc64 TB --- 2011-02-11 10:32:49 - TZ=UTC TB --- 2011-02-11 10:32:49 - __MAKE_CONF=/dev/null TB --- 2011-02-11 10:32:49 - cd /src TB --- 2011-02-11 10:32:49 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Fri Feb 11 10:32:49 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 -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/dev/e1000/e1000_80003es2lan.c -I/src/sys/dev/e1000 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 -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/dev/e1000/e1000_82540.c -I/src/sys/dev/e1000 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 -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/dev/e1000/e1000_82541.c -I/src/sys/dev/e1000 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 -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/dev/e1000/e1000_82542.c -I/src/sys/dev/e1000 cc1: warnings being treated as errors /src/sys/dev/e1000/e1000_82542.c: In function 'e1000_setup_link_82542': /src/sys/dev/e1000/e1000_82542.c:323: warning: implicit declaration of function 'e1000_set_default_fc_generic' /src/sys/dev/e1000/e1000_82542.c:323: warning: nested extern declaration of 'e1000_set_default_fc_generic' *** Error code 1 Stop in /obj/sun4v.sparc64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2011-02-11 10:37:07 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-02-11 10:37:07 - ERROR: failed to build lint kernel TB --- 2011-02-11 10:37:07 - 3020.51 user 621.85 system 3877.21 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sun4v.full From owner-freebsd-current@FreeBSD.ORG Fri Feb 11 10:45:23 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8206E106564A; Fri, 11 Feb 2011 10:45:23 +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 4DA618FC1A; Fri, 11 Feb 2011 10:45:22 +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 p1BAjMe1021122; Fri, 11 Feb 2011 05:45:22 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.4/Submit) id p1BAjMvv021121; Fri, 11 Feb 2011 10:45:22 GMT (envelope-from tinderbox@freebsd.org) Date: Fri, 11 Feb 2011 10:45:22 GMT Message-Id: <201102111045.p1BAjMvv021121@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 powerpc64/powerpc X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2011 10:45:23 -0000 TB --- 2011-02-11 09:10:26 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2011-02-11 09:10:26 - starting HEAD tinderbox run for powerpc64/powerpc TB --- 2011-02-11 09:10:26 - cleaning the object tree TB --- 2011-02-11 09:10:39 - cvsupping the source tree TB --- 2011-02-11 09:10:39 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/powerpc64/powerpc/supfile TB --- 2011-02-11 09:10:57 - building world TB --- 2011-02-11 09:10:57 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 09:10:57 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 09:10:57 - TARGET=powerpc TB --- 2011-02-11 09:10:57 - TARGET_ARCH=powerpc64 TB --- 2011-02-11 09:10:57 - TZ=UTC TB --- 2011-02-11 09:10:57 - __MAKE_CONF=/dev/null TB --- 2011-02-11 09:10:57 - cd /src TB --- 2011-02-11 09:10:57 - /usr/bin/make -B buildworld >>> World build started on Fri Feb 11 09:10:58 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 >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Fri Feb 11 10:40:54 UTC 2011 TB --- 2011-02-11 10:40:54 - generating LINT kernel config TB --- 2011-02-11 10:40:54 - cd /src/sys/powerpc/conf TB --- 2011-02-11 10:40:54 - /usr/bin/make -B LINT TB --- 2011-02-11 10:40:54 - building LINT kernel TB --- 2011-02-11 10:40:54 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 10:40:54 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 10:40:54 - TARGET=powerpc TB --- 2011-02-11 10:40:54 - TARGET_ARCH=powerpc64 TB --- 2011-02-11 10:40:54 - TZ=UTC TB --- 2011-02-11 10:40:54 - __MAKE_CONF=/dev/null TB --- 2011-02-11 10:40:54 - cd /src TB --- 2011-02-11 10:40:54 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Fri Feb 11 10:40:54 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -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 -msoft-float -fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding -fstack-protector -Werror /src/sys/dev/e1000/e1000_80003es2lan.c -I/src/sys/dev/e1000 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -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 -msoft-float -fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding -fstack-protector -Werror /src/sys/dev/e1000/e1000_82540.c -I/src/sys/dev/e1000 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -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 -msoft-float -fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding -fstack-protector -Werror /src/sys/dev/e1000/e1000_82541.c -I/src/sys/dev/e1000 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -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 -msoft-float -fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding -fstack-protector -Werror /src/sys/dev/e1000/e1000_82542.c -I/src/sys/dev/e1000 cc1: warnings being treated as errors /src/sys/dev/e1000/e1000_82542.c: In function 'e1000_setup_link_82542': /src/sys/dev/e1000/e1000_82542.c:323: warning: implicit declaration of function 'e1000_set_default_fc_generic' /src/sys/dev/e1000/e1000_82542.c:323: warning: nested extern declaration of 'e1000_set_default_fc_generic' *** Error code 1 Stop in /obj/powerpc.powerpc64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2011-02-11 10:45:22 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-02-11 10:45:22 - ERROR: failed to build lint kernel TB --- 2011-02-11 10:45:22 - 4470.55 user 907.35 system 5696.35 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc64-powerpc.full From owner-freebsd-current@FreeBSD.ORG Fri Feb 11 12:56:53 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DFAD81065697 for ; Fri, 11 Feb 2011 12:56:53 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id B03EB8FC1F for ; Fri, 11 Feb 2011 12:56:53 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 5C21146B23; Fri, 11 Feb 2011 07:56:53 -0500 (EST) Received: from jhbbsd.localnet (unknown [209.249.190.10]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 73F7F8A009; Fri, 11 Feb 2011 07:56:52 -0500 (EST) From: John Baldwin To: freebsd-current@freebsd.org Date: Fri, 11 Feb 2011 07:46:08 -0500 User-Agent: KMail/1.13.5 (FreeBSD/7.4-CBSD-20110107; KDE/4.4.5; amd64; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201102110746.08264.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Fri, 11 Feb 2011 07:56:52 -0500 (EST) X-Virus-Scanned: clamav-milter 0.96.3 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=0.5 required=4.2 tests=BAYES_00,MAY_BE_FORGED, RDNS_DYNAMIC autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bigwig.baldwin.cx Cc: Benjamin Kaduk Subject: Re: tale of a disappearing mouse X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2011 12:56:54 -0000 On Thursday, February 10, 2011 10:31:45 pm Benjamin Kaduk wrote: > Dear all, > > I've been experiencing this issue for quite some time, but never really > managed to collect all the data that seemed useful in one place for the > same kernel. I think I now have enough to ask for help. > > Sometimes, when I boot my laptop (Lenovo T400), my pointing device will > just ... not be probed. Early on, this seemed to happen maybe half the > time, though recently it has been much less common. (Possibly correlated > to the presence of an OpenAFS client on this machine, which makes no > sense.) > > Verbose dmesg for the mouse and nomouse case may be found at: > http://web.mit.edu/afs/sipb/user/kaduk/freebsd/hysteresis/ > > The relevant-seeming portion of the diff is: > @@ -602,10 +602,16 @@ > psm0: unable to allocate IRQ > psmcpnp0: irq 12 on acpi0 > psm0: current command byte:0047 > -psm0: failed to reset the aux device. Hmm, I think this is causing the attach to fail and is probably the root cause? I'm not an expert on PS/2 devices though, so I'd probably start instrumenting that code to figure out exactly what is failing and maybe try making a timeout longer, etc.? -- John Baldwin From owner-freebsd-current@FreeBSD.ORG Fri Feb 11 17:19:20 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2614E1065694; Fri, 11 Feb 2011 17:19:20 +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 C20EB8FC0A; Fri, 11 Feb 2011 17:19:19 +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 p1BHJIxr038529; Fri, 11 Feb 2011 12:19:18 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.4/Submit) id p1BHJISl038498; Fri, 11 Feb 2011 17:19:18 GMT (envelope-from tinderbox@freebsd.org) Date: Fri, 11 Feb 2011 17:19:18 GMT Message-Id: <201102111719.p1BHJISl038498@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 i386/pc98 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2011 17:19:20 -0000 TB --- 2011-02-11 16:10:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2011-02-11 16:10:00 - starting HEAD tinderbox run for i386/pc98 TB --- 2011-02-11 16:10:00 - cleaning the object tree TB --- 2011-02-11 16:10:17 - cvsupping the source tree TB --- 2011-02-11 16:10:17 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/i386/pc98/supfile TB --- 2011-02-11 16:10:36 - building world TB --- 2011-02-11 16:10:36 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 16:10:36 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 16:10:36 - TARGET=pc98 TB --- 2011-02-11 16:10:36 - TARGET_ARCH=i386 TB --- 2011-02-11 16:10:36 - TZ=UTC TB --- 2011-02-11 16:10:36 - __MAKE_CONF=/dev/null TB --- 2011-02-11 16:10:36 - cd /src TB --- 2011-02-11 16:10:36 - /usr/bin/make -B buildworld >>> World build started on Fri Feb 11 16:10:36 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 [...] mkdep -f .depend -a -I/src/sys/boot/fdt/../../contrib/libfdt/ -I/src/sys/boot/fdt/../common/ -I/src/sys/boot/fdt/../uboot/lib /src/sys/boot/fdt/../../contrib/libfdt//fdt.c /src/sys/boot/fdt/../../contrib/libfdt//fdt_ro.c /src/sys/boot/fdt/../../contrib/libfdt//fdt_wip.c /src/sys/boot/fdt/../../contrib/libfdt//fdt_sw.c /src/sys/boot/fdt/../../contrib/libfdt//fdt_rw.c /src/sys/boot/fdt/../../contrib/libfdt//fdt_strerror.c /src/sys/boot/fdt/fdt_loader_cmd.c ===> sys/boot/pc98 (depend) ===> sys/boot/pc98/boot0 (depend) rm -f .depend ===> sys/boot/pc98/boot0.5 (depend) rm -f .depend ===> sys/boot/pc98/pc98boot (depend) make: don't know how to make /src/sys/boot/pc98/pc98boot/../boot0/boot0. Stop *** Error code 2 Stop in /src/sys/boot/pc98. *** Error code 1 Stop in /src/sys/boot. *** Error code 1 Stop in /src/sys. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2011-02-11 17:19:18 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-02-11 17:19:18 - ERROR: failed to build world TB --- 2011-02-11 17:19:18 - 3405.97 user 544.92 system 4157.67 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-pc98.full From owner-freebsd-current@FreeBSD.ORG Fri Feb 11 19:40:41 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BBDE51065782 for ; Fri, 11 Feb 2011 19:40:41 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6DFB88FC0A for ; Fri, 11 Feb 2011 19:40:41 +0000 (UTC) Received: by vws9 with SMTP id 9so1844541vws.13 for ; Fri, 11 Feb 2011 11:40:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:references:date:message-id :user-agent:mime-version:content-type; bh=6iN3oV7+9fhBuv+BTTtyIXfs8fgkppE3MzuYfFeQHjM=; b=G/uhU1b/MCe2eSTkUW9hNUk6BM3syg3OGjbTd38yYNvboz5d8igUSNUrZGXtxvx66p 2wRAvaIQLqqblErZBjp+MaX968xR/uiMM8fvQdCh9DOpwzqWp0IJXoooQsGenTguGWoV yN8jsHG5YVYyLhqG8HSkEHoQW8pnGve+PCZ7E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:message-id:user-agent :mime-version:content-type; b=i/JgpM4mbHTZRyjIrG3zniqAVnZJQoIT2oCe7iFxPIRXVUsLRQgMJ3aF3TLNTv2Tr3 jVnVhP0VElWkqJNKD4BbXahp9NTQalyM38asUSD/psDGITc6Qm11jZ9Ehi55YGKVdbTn S66fhjeNo8IyemNRGhgttzK6GZW1zbMDrWN/A= Received: by 10.220.184.75 with SMTP id cj11mr1106600vcb.81.1297453240078; Fri, 11 Feb 2011 11:40:40 -0800 (PST) Received: from localhost (tor-exit.eicat.ca [66.96.16.32]) by mx.google.com with ESMTPS id c8sm461301vcc.9.2011.02.11.11.40.35 (version=SSLv3 cipher=OTHER); Fri, 11 Feb 2011 11:40:38 -0800 (PST) From: Anonymous To: Shawn Webb References: <86k4hkiyr1.fsf@gmail.com> Date: Fri, 11 Feb 2011 22:40:26 +0300 Message-ID: <86ei7enyvp.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: FreeBSD-current Subject: Re: zpool v28 and -current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2011 19:40:41 -0000 Anonymous writes: > Shawn Webb writes: > >> I'm having trouble building freebsd-current (sources as of 29 Jan 2011) with >> the latest zpool v28 patch. `make buildworld` fails. I'd attach a copy of >> the build log, but it's pretty big. I can put it online on my tech blog if >> needed. Has anyone else had the same problem? The `uname -a` output of the >> box in question: >> >> FreeBSD beastie 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r218075: Sat Jan 29 >> 15:14:44 MST 2011 shawn@beastie:/usr/obj/usr/src/sys/GENERIC amd64 > > Try below diff-against-diff. I'm using it for weeks with a few p4 commits. Regen with mm's variant of r218550 for v28. %% --- zfs_20101212.patch pjd's original +++ zfs_20101212.patch sync with r218550 @@ -34850,12 +34851,14 @@ { --- sys/cddl/compat/opensolaris/sys/atomic.h.orig +++ sys/cddl/compat/opensolaris/sys/atomic.h -@@ -39,9 +39,10 @@ - #ifndef __LP64__ +@@ -39,11 +39,10 @@ + #if !defined(__LP64__) && !defined(__mips_n32) extern void atomic_add_64(volatile uint64_t *target, int64_t delta); extern void atomic_dec_64(volatile uint64_t *target); --extern void *atomic_cas_ptr(volatile void *target, void *cmp, void *newval); #endif +-#ifndef __LP64__ +-extern void *atomic_cas_ptr(volatile void *target, void *cmp, void *newval); +-#endif #ifndef __sparc64__ +extern uint32_t atomic_cas_32(volatile uint32_t *target, uint32_t cmp, + uint32_t newval); @@ -38448,9 +38451,9 @@ TUNABLE_QUAD("vfs.zfs.arc_meta_limit", &zfs_arc_meta_limit); -TUNABLE_INT("vfs.zfs.mdcomp_disable", &zfs_mdcomp_disable); SYSCTL_DECL(_vfs_zfs); - SYSCTL_QUAD(_vfs_zfs, OID_AUTO, arc_max, CTLFLAG_RDTUN, &zfs_arc_max, 0, + SYSCTL_UQUAD(_vfs_zfs, OID_AUTO, arc_max, CTLFLAG_RDTUN, &zfs_arc_max, 0, "Maximum ARC size"); - SYSCTL_QUAD(_vfs_zfs, OID_AUTO, arc_min, CTLFLAG_RDTUN, &zfs_arc_min, 0, + SYSCTL_UQUAD(_vfs_zfs, OID_AUTO, arc_min, CTLFLAG_RDTUN, &zfs_arc_min, 0, "Minimum ARC size"); -SYSCTL_INT(_vfs_zfs, OID_AUTO, mdcomp_disable, CTLFLAG_RDTUN, - &zfs_mdcomp_disable, 0, "Disable metadata compression"); @@ -56065,16 +56068,16 @@ + &zfs_txg_synctime_ms, 0, "Target milliseconds to sync a txg"); + +TUNABLE_QUAD("vfs.zfs.write_limit_min", &zfs_write_limit_min); -+SYSCTL_QUAD(_vfs_zfs, OID_AUTO, write_limit_min, CTLFLAG_RDTUN, ++SYSCTL_UQUAD(_vfs_zfs, OID_AUTO, write_limit_min, CTLFLAG_RDTUN, + &zfs_write_limit_min, 0, "Minimum write limit"); +TUNABLE_QUAD("vfs.zfs.write_limit_max", &zfs_write_limit_max); -+SYSCTL_QUAD(_vfs_zfs, OID_AUTO, write_limit_max, CTLFLAG_RDTUN, ++SYSCTL_UQUAD(_vfs_zfs, OID_AUTO, write_limit_max, CTLFLAG_RDTUN, + &zfs_write_limit_max, 0, "Maximum data payload per txg"); +TUNABLE_QUAD("vfs.zfs.write_limit_inflated", &zfs_write_limit_inflated); -+SYSCTL_QUAD(_vfs_zfs, OID_AUTO, write_limit_inflated, CTLFLAG_RDTUN, ++SYSCTL_UQUAD(_vfs_zfs, OID_AUTO, write_limit_inflated, CTLFLAG_RDTUN, + &zfs_write_limit_inflated, 0, ""); +TUNABLE_QUAD("vfs.zfs.write_limit_override", &zfs_write_limit_override); -+SYSCTL_QUAD(_vfs_zfs, OID_AUTO, write_limit_override, CTLFLAG_RDTUN, ++SYSCTL_UQUAD(_vfs_zfs, OID_AUTO, write_limit_override, CTLFLAG_RDTUN, + &zfs_write_limit_override, 0, ""); + +int @@ -75748,7 +75751,7 @@ uint64_t *io_stall; zio_t *io_gang_leader; zio_gang_node_t *io_gang_tree; -@@ -336,56 +416,64 @@ +@@ -336,57 +416,64 @@ kcondvar_t io_cv; /* FMA state */ @@ -75757,9 +75760,8 @@ #ifdef _KERNEL /* FreeBSD only. */ -- struct ostask io_task; -+ struct ostask io_task_issue; -+ struct ostask io_task_interrupt; + struct ostask io_task_issue; + struct ostask io_task_interrupt; #endif }; @@ -76377,7 +76379,7 @@ -SYSCTL_INT(_vfs_zfs_txg, OID_AUTO, synctime, CTLFLAG_RDTUN, &zfs_txg_synctime, - 0, "Target seconds to sync a txg"); -TUNABLE_QUAD("vfs.zfs.txg.write_limit_override", &zfs_write_limit_override); --SYSCTL_QUAD(_vfs_zfs_txg, OID_AUTO, write_limit_override, CTLFLAG_RW, +-SYSCTL_UQUAD(_vfs_zfs_txg, OID_AUTO, write_limit_override, CTLFLAG_RW, - &zfs_write_limit_override, 0, - "Override maximum size of a txg to this size in bytes, " - "value of 0 means don't override"); @@ -94124,10 +94126,12 @@ /*ARGSUSED*/ static int zfs_mount(vfs_t *vfsp) -@@ -1203,6 +1577,12 @@ +@@ -1203,8 +1577,14 @@ goto out; } + vfsp->vfs_flag |= MNT_NFS4ACLS; + +#ifdef SECLABEL + error = zfs_mount_label_policy(vfsp, osname); + if (error) @@ -94504,6 +94508,16 @@ if (noff >= file_sz) { return (ENXIO); } +@@ -353,6 +355,9 @@ + { + + vm_page_wakeup(pp); ++ vm_page_lock(pp); ++ vm_page_activate(pp); ++ vm_page_unlock(pp); + } + + static caddr_t @@ -370,7 +372,6 @@ sf_buf_free(sf); } @@ -94520,7 +94534,7 @@ static void update_pages(vnode_t *vp, int64_t start, int len, objset_t *os, uint64_t oid, int segflg, dmu_tx_t *tx) -@@ -420,6 +420,64 @@ +@@ -420,6 +420,69 @@ } /* @@ -94569,9 +94583,14 @@ + zfs_unmap_page(sf); + VM_OBJECT_LOCK(obj); + vm_page_io_finish(pp); -+ if (error) -+ break; -+ pp->valid = VM_PAGE_BITS_ALL; ++ vm_page_lock(pp); ++ if (error) { ++ vm_page_free(pp); ++ } else { ++ pp->valid = VM_PAGE_BITS_ALL; ++ vm_page_activate(pp); ++ } ++ vm_page_unlock(pp); + } + uio->uio_resid -= bytes; + uio->uio_offset += bytes; @@ -94600,7 +94619,7 @@ ASSERT(vp->v_mount != NULL); obj = vp->v_object; -@@ -450,92 +505,25 @@ +@@ -450,98 +505,25 @@ start = uio->uio_loffset; off = start & PAGEOFFSET; @@ -94692,9 +94711,15 @@ - } + error = dmu_read_uio(os, zp->z_id, uio, bytes); VM_OBJECT_LOCK(obj); -- if (error == 0) -- m->valid = VM_PAGE_BITS_ALL; - vm_page_io_finish(m); +- vm_page_lock(m); +- if (error == 0) { +- m->valid = VM_PAGE_BITS_ALL; +- vm_page_activate(m); +- } else +- vm_page_free(m); +- vm_page_unlock(m); +- - if (error == 0) { - uio->uio_resid -= bytes; - uio->uio_offset += bytes; @@ -103163,7 +103188,7 @@ } return (ZIO_PIPELINE_CONTINUE); -@@ -943,10 +1063,23 @@ +@@ -943,10 +1063,11 @@ */ static void @@ -103173,36 +103198,22 @@ spa_t *spa = zio->io_spa; zio_type_t t = zio->io_type; + int flags = TQ_SLEEP | (cutinline ? TQ_FRONT : 0); -+#ifdef _KERNEL -+ struct ostask *task; -+#endif -+ -+ ASSERT(q == ZIO_TASKQ_ISSUE || q == ZIO_TASKQ_INTERRUPT); -+ -+#ifdef _KERNEL -+ if (q == ZIO_TASKQ_ISSUE) -+ task = &zio->io_task_issue; -+ else /* if (q == ZIO_TASKQ_INTERRUPT) */ -+ task = &zio->io_task_interrupt; -+#endif - - /* - * If we're a config writer or a probe, the normal issue and -@@ -970,8 +1103,13 @@ - q++; - + #ifdef _KERNEL + struct ostask *task; + #endif +@@ -972,10 +1105,10 @@ ASSERT3U(q, <, ZIO_TASKQ_TYPES); -+#ifdef _KERNEL + #ifdef _KERNEL (void) taskq_dispatch_safe(spa->spa_zio_taskq[t][q], -- (task_func_t *)zio_execute, zio, &zio->io_task); +- (task_func_t *)zio_execute, zio, task); + (task_func_t *)zio_execute, zio, flags, task); -+#else -+ (void) taskq_dispatch(spa->spa_zio_taskq[t][q], + #else + (void) taskq_dispatch(spa->spa_zio_taskq[t][q], +- (task_func_t *)zio_execute, zio, TQ_SLEEP); + (task_func_t *)zio_execute, zio, flags); -+#endif + #endif } - static boolean_t @@ -990,7 +1128,7 @@ static int zio_issue_async(zio_t *zio) @@ -104217,22 +104228,16 @@ zio_gang_tree_free(&zio->io_gang_tree); -@@ -2300,18 +2900,36 @@ - * Reexecution is potentially a huge amount of work. - * Hand it off to the otherwise-unused claim taskq. - */ -+#ifdef _KERNEL +@@ -2303,7 +2903,7 @@ + #ifdef _KERNEL (void) taskq_dispatch_safe( spa->spa_zio_taskq[ZIO_TYPE_CLAIM][ZIO_TASKQ_ISSUE], -- (task_func_t *)zio_reexecute, zio, &zio->io_task); +- (task_func_t *)zio_reexecute, zio, + (task_func_t *)zio_reexecute, zio, TQ_SLEEP, -+ &zio->io_task_issue); -+#else -+ (void) taskq_dispatch( -+ spa->spa_zio_taskq[ZIO_TYPE_CLAIM][ZIO_TASKQ_ISSUE], -+ (task_func_t *)zio_reexecute, zio, TQ_SLEEP); -+#endif - } + &zio->io_task_issue); + #else + (void) taskq_dispatch( +@@ -2314,11 +2914,22 @@ return (ZIO_PIPELINE_STOP); } %% From owner-freebsd-current@FreeBSD.ORG Fri Feb 11 20:11:28 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B867D1065670; Fri, 11 Feb 2011 20:11:28 +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 892C28FC15; Fri, 11 Feb 2011 20:11:28 +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 p1BKBREc095387; Fri, 11 Feb 2011 15:11:27 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.4/Submit) id p1BKBRE2095331; Fri, 11 Feb 2011 20:11:27 GMT (envelope-from tinderbox@freebsd.org) Date: Fri, 11 Feb 2011 20:11:27 GMT Message-Id: <201102112011.p1BKBRE2095331@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-current@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2011 20:11:28 -0000 TB --- 2011-02-11 19:04:48 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2011-02-11 19:04:48 - starting HEAD tinderbox run for sparc64/sparc64 TB --- 2011-02-11 19:04:48 - cleaning the object tree TB --- 2011-02-11 19:05:01 - cvsupping the source tree TB --- 2011-02-11 19:05:01 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/sparc64/sparc64/supfile TB --- 2011-02-11 19:05:14 - building world TB --- 2011-02-11 19:05:14 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 19:05:14 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 19:05:14 - TARGET=sparc64 TB --- 2011-02-11 19:05:14 - TARGET_ARCH=sparc64 TB --- 2011-02-11 19:05:14 - TZ=UTC TB --- 2011-02-11 19:05:14 - __MAKE_CONF=/dev/null TB --- 2011-02-11 19:05:14 - cd /src TB --- 2011-02-11 19:05:14 - /usr/bin/make -B buildworld >>> World build started on Fri Feb 11 19:05: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 Fri Feb 11 20:06:34 UTC 2011 TB --- 2011-02-11 20:06:34 - generating LINT kernel config TB --- 2011-02-11 20:06:34 - cd /src/sys/sparc64/conf TB --- 2011-02-11 20:06:34 - /usr/bin/make -B LINT TB --- 2011-02-11 20:06:34 - building LINT kernel TB --- 2011-02-11 20:06:34 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 20:06:34 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 20:06:34 - TARGET=sparc64 TB --- 2011-02-11 20:06:34 - TARGET_ARCH=sparc64 TB --- 2011-02-11 20:06:34 - TZ=UTC TB --- 2011-02-11 20:06:34 - __MAKE_CONF=/dev/null TB --- 2011-02-11 20:06:34 - cd /src TB --- 2011-02-11 20:06:34 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Fri Feb 11 20:06:34 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 -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/dev/dpt/dpt_pci.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 -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/dev/dpt/dpt_scsi.c awk -f /src/sys/tools/makeobjops.awk /src/sys/dev/eisa/eisa_if.m -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 -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 eisa_if.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 -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/dev/e1000/if_em.c -I/src/sys/dev/e1000 cc1: warnings being treated as errors In file included from /src/sys/dev/e1000/if_em.c:84: /src/sys/dev/e1000/e1000_api.h:123: warning: redundant redeclaration of 'e1000_set_default_fc_generic' /src/sys/dev/e1000/e1000_mac.h:73: warning: previous declaration of 'e1000_set_default_fc_generic' was here *** 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-02-11 20:11:27 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-02-11 20:11:27 - ERROR: failed to build lint kernel TB --- 2011-02-11 20:11:27 - 3036.13 user 631.52 system 3998.52 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sparc64.full From owner-freebsd-current@FreeBSD.ORG Fri Feb 11 20:19:52 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D83C4106564A; Fri, 11 Feb 2011 20:19:52 +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 A3C268FC08; Fri, 11 Feb 2011 20:19:52 +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 p1BKJp6e067410; Fri, 11 Feb 2011 15:19:51 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.4/Submit) id p1BKJptN067405; Fri, 11 Feb 2011 20:19:51 GMT (envelope-from tinderbox@freebsd.org) Date: Fri, 11 Feb 2011 20:19:51 GMT Message-Id: <201102112019.p1BKJptN067405@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/sun4v X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2011 20:19:53 -0000 TB --- 2011-02-11 19:13:36 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2011-02-11 19:13:36 - starting HEAD tinderbox run for sparc64/sun4v TB --- 2011-02-11 19:13:36 - cleaning the object tree TB --- 2011-02-11 19:13:44 - cvsupping the source tree TB --- 2011-02-11 19:13:44 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/sparc64/sun4v/supfile TB --- 2011-02-11 19:13:58 - building world TB --- 2011-02-11 19:13:58 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 19:13:58 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 19:13:58 - TARGET=sun4v TB --- 2011-02-11 19:13:58 - TARGET_ARCH=sparc64 TB --- 2011-02-11 19:13:58 - TZ=UTC TB --- 2011-02-11 19:13:58 - __MAKE_CONF=/dev/null TB --- 2011-02-11 19:13:58 - cd /src TB --- 2011-02-11 19:13:58 - /usr/bin/make -B buildworld >>> World build started on Fri Feb 11 19:13:58 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 Fri Feb 11 20:15:30 UTC 2011 TB --- 2011-02-11 20:15:30 - generating LINT kernel config TB --- 2011-02-11 20:15:30 - cd /src/sys/sun4v/conf TB --- 2011-02-11 20:15:30 - /usr/bin/make -B LINT TB --- 2011-02-11 20:15:30 - building LINT kernel TB --- 2011-02-11 20:15:30 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 20:15:30 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 20:15:30 - TARGET=sun4v TB --- 2011-02-11 20:15:30 - TARGET_ARCH=sparc64 TB --- 2011-02-11 20:15:30 - TZ=UTC TB --- 2011-02-11 20:15:30 - __MAKE_CONF=/dev/null TB --- 2011-02-11 20:15:30 - cd /src TB --- 2011-02-11 20:15:30 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Fri Feb 11 20:15:30 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 -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/dev/dcons/dcons_os.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 -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/dev/de/if_de.c awk -f /src/sys/tools/makeobjops.awk /src/sys/dev/eisa/eisa_if.m -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 -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 eisa_if.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 -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/dev/e1000/if_em.c -I/src/sys/dev/e1000 cc1: warnings being treated as errors In file included from /src/sys/dev/e1000/if_em.c:84: /src/sys/dev/e1000/e1000_api.h:123: warning: redundant redeclaration of 'e1000_set_default_fc_generic' /src/sys/dev/e1000/e1000_mac.h:73: warning: previous declaration of 'e1000_set_default_fc_generic' was here *** Error code 1 Stop in /obj/sun4v.sparc64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2011-02-11 20:19:51 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-02-11 20:19:51 - ERROR: failed to build lint kernel TB --- 2011-02-11 20:19:51 - 3021.86 user 634.94 system 3975.59 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sun4v.full From owner-freebsd-current@FreeBSD.ORG Fri Feb 11 20:38:13 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B6B1106566B; Fri, 11 Feb 2011 20:38:13 +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 2D4788FC14; Fri, 11 Feb 2011 20:38:12 +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 p1BKcCEl027571; Fri, 11 Feb 2011 15:38:12 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.4/Submit) id p1BKcCsf027570; Fri, 11 Feb 2011 20:38:12 GMT (envelope-from tinderbox@freebsd.org) Date: Fri, 11 Feb 2011 20:38:12 GMT Message-Id: <201102112038.p1BKcCsf027570@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 powerpc64/powerpc X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2011 20:38:13 -0000 TB --- 2011-02-11 19:03:26 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2011-02-11 19:03:26 - starting HEAD tinderbox run for powerpc64/powerpc TB --- 2011-02-11 19:03:26 - cleaning the object tree TB --- 2011-02-11 19:03:41 - cvsupping the source tree TB --- 2011-02-11 19:03:41 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/powerpc64/powerpc/supfile TB --- 2011-02-11 19:03:59 - building world TB --- 2011-02-11 19:03:59 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 19:03:59 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 19:03:59 - TARGET=powerpc TB --- 2011-02-11 19:03:59 - TARGET_ARCH=powerpc64 TB --- 2011-02-11 19:03:59 - TZ=UTC TB --- 2011-02-11 19:03:59 - __MAKE_CONF=/dev/null TB --- 2011-02-11 19:03:59 - cd /src TB --- 2011-02-11 19:03:59 - /usr/bin/make -B buildworld >>> World build started on Fri Feb 11 19:04:00 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 >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Fri Feb 11 20:33:51 UTC 2011 TB --- 2011-02-11 20:33:51 - generating LINT kernel config TB --- 2011-02-11 20:33:51 - cd /src/sys/powerpc/conf TB --- 2011-02-11 20:33:51 - /usr/bin/make -B LINT TB --- 2011-02-11 20:33:51 - building LINT kernel TB --- 2011-02-11 20:33:51 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 20:33:51 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 20:33:51 - TARGET=powerpc TB --- 2011-02-11 20:33:51 - TARGET_ARCH=powerpc64 TB --- 2011-02-11 20:33:51 - TZ=UTC TB --- 2011-02-11 20:33:51 - __MAKE_CONF=/dev/null TB --- 2011-02-11 20:33:51 - cd /src TB --- 2011-02-11 20:33:51 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Fri Feb 11 20:33:51 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -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 -msoft-float -fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding -fstack-protector -Werror /src/sys/dev/dpt/dpt_pci.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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -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 -msoft-float -fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding -fstack-protector -Werror /src/sys/dev/dpt/dpt_scsi.c awk -f /src/sys/tools/makeobjops.awk /src/sys/dev/eisa/eisa_if.m -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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -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 -msoft-float -fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding -fstack-protector -Werror eisa_if.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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -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 -msoft-float -fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding -fstack-protector -Werror /src/sys/dev/e1000/if_em.c -I/src/sys/dev/e1000 cc1: warnings being treated as errors In file included from /src/sys/dev/e1000/if_em.c:84: /src/sys/dev/e1000/e1000_api.h:123: warning: redundant redeclaration of 'e1000_set_default_fc_generic' /src/sys/dev/e1000/e1000_mac.h:73: warning: previous declaration of 'e1000_set_default_fc_generic' was here *** Error code 1 Stop in /obj/powerpc.powerpc64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2011-02-11 20:38:12 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-02-11 20:38:12 - ERROR: failed to build lint kernel TB --- 2011-02-11 20:38:12 - 4465.31 user 913.46 system 5685.54 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc64-powerpc.full From owner-freebsd-current@FreeBSD.ORG Fri Feb 11 21:49:37 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B8F41065675; Fri, 11 Feb 2011 21:49:37 +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 3C6F58FC17; Fri, 11 Feb 2011 21:49:36 +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 p1BLnafW067558; Fri, 11 Feb 2011 16:49:36 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.4/Submit) id p1BLnaLD067495; Fri, 11 Feb 2011 21:49:36 GMT (envelope-from tinderbox@freebsd.org) Date: Fri, 11 Feb 2011 21:49:36 GMT Message-Id: <201102112149.p1BLnaLD067495@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 i386/pc98 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2011 21:49:37 -0000 TB --- 2011-02-11 20:40:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2011-02-11 20:40:00 - starting HEAD tinderbox run for i386/pc98 TB --- 2011-02-11 20:40:00 - cleaning the object tree TB --- 2011-02-11 20:40:06 - cvsupping the source tree TB --- 2011-02-11 20:40:06 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/i386/pc98/supfile TB --- 2011-02-11 20:40:50 - building world TB --- 2011-02-11 20:40:50 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 20:40:50 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 20:40:50 - TARGET=pc98 TB --- 2011-02-11 20:40:50 - TARGET_ARCH=i386 TB --- 2011-02-11 20:40:50 - TZ=UTC TB --- 2011-02-11 20:40:50 - __MAKE_CONF=/dev/null TB --- 2011-02-11 20:40:50 - cd /src TB --- 2011-02-11 20:40:50 - /usr/bin/make -B buildworld >>> World build started on Fri Feb 11 20:40:51 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 [...] mkdep -f .depend -a -I/src/sys/boot/fdt/../../contrib/libfdt/ -I/src/sys/boot/fdt/../common/ -I/src/sys/boot/fdt/../uboot/lib /src/sys/boot/fdt/../../contrib/libfdt//fdt.c /src/sys/boot/fdt/../../contrib/libfdt//fdt_ro.c /src/sys/boot/fdt/../../contrib/libfdt//fdt_wip.c /src/sys/boot/fdt/../../contrib/libfdt//fdt_sw.c /src/sys/boot/fdt/../../contrib/libfdt//fdt_rw.c /src/sys/boot/fdt/../../contrib/libfdt//fdt_strerror.c /src/sys/boot/fdt/fdt_loader_cmd.c ===> sys/boot/pc98 (depend) ===> sys/boot/pc98/boot0 (depend) rm -f .depend ===> sys/boot/pc98/boot0.5 (depend) rm -f .depend ===> sys/boot/pc98/pc98boot (depend) make: don't know how to make /src/sys/boot/pc98/pc98boot/../boot0/boot0. Stop *** Error code 2 Stop in /src/sys/boot/pc98. *** Error code 1 Stop in /src/sys/boot. *** Error code 1 Stop in /src/sys. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2011-02-11 21:49:35 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-02-11 21:49:35 - ERROR: failed to build world TB --- 2011-02-11 21:49:35 - 3403.63 user 545.16 system 4175.17 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-pc98.full From owner-freebsd-current@FreeBSD.ORG Fri Feb 11 22:28:30 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EEC92106566C; Fri, 11 Feb 2011 22:28:29 +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 A95DB8FC12; Fri, 11 Feb 2011 22:28:29 +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 p1BMSSEm004643; Fri, 11 Feb 2011 17:28:28 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.4/Submit) id p1BMSST3004601; Fri, 11 Feb 2011 22:28:28 GMT (envelope-from tinderbox@freebsd.org) Date: Fri, 11 Feb 2011 22:28:28 GMT Message-Id: <201102112228.p1BMSST3004601@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 i386/i386 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2011 22:28:30 -0000 TB --- 2011-02-11 20:40:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2011-02-11 20:40:00 - starting HEAD tinderbox run for i386/i386 TB --- 2011-02-11 20:40:00 - cleaning the object tree TB --- 2011-02-11 20:40:18 - cvsupping the source tree TB --- 2011-02-11 20:40:18 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/i386/i386/supfile TB --- 2011-02-11 20:40:50 - building world TB --- 2011-02-11 20:40:50 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 20:40:50 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 20:40:50 - TARGET=i386 TB --- 2011-02-11 20:40:50 - TARGET_ARCH=i386 TB --- 2011-02-11 20:40:50 - TZ=UTC TB --- 2011-02-11 20:40:50 - __MAKE_CONF=/dev/null TB --- 2011-02-11 20:40:50 - cd /src TB --- 2011-02-11 20:40:50 - /usr/bin/make -B buildworld >>> World build started on Fri Feb 11 20:40:51 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 Fri Feb 11 22:21:47 UTC 2011 TB --- 2011-02-11 22:21:48 - generating LINT kernel config TB --- 2011-02-11 22:21:48 - cd /src/sys/i386/conf TB --- 2011-02-11 22:21:48 - /usr/bin/make -B LINT TB --- 2011-02-11 22:21:48 - building LINT kernel TB --- 2011-02-11 22:21:48 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 22:21:48 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 22:21:48 - TARGET=i386 TB --- 2011-02-11 22:21:48 - TARGET_ARCH=i386 TB --- 2011-02-11 22:21:48 - TZ=UTC TB --- 2011-02-11 22:21:48 - __MAKE_CONF=/dev/null TB --- 2011-02-11 22:21:48 - cd /src TB --- 2011-02-11 22:21:48 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Fri Feb 11 22:21:48 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/e1000/e1000_82542.c -I/src/sys/dev/e1000 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/e1000/e1000_82543.c -I/src/sys/dev/e1000 cc1: warnings being treated as errors /src/sys/dev/e1000/e1000_82543.c: In function 'e1000_setup_fiber_link_82543': /src/sys/dev/e1000/e1000_82543.c:1166: warning: implicit declaration of function 'e1000_commit_fc_settings_generic' /src/sys/dev/e1000/e1000_82543.c:1166: warning: nested extern declaration of 'e1000_commit_fc_settings_generic' /src/sys/dev/e1000/e1000_82543.c:1182: warning: implicit declaration of function 'e1000_poll_fiber_serdes_link_generic' /src/sys/dev/e1000/e1000_82543.c:1182: warning: nested extern declaration of 'e1000_poll_fiber_serdes_link_generic' *** Error code 1 Stop in /obj/i386.i386/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2011-02-11 22:28:28 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-02-11 22:28:28 - ERROR: failed to build lint kernel TB --- 2011-02-11 22:28:28 - 5219.60 user 882.92 system 6507.72 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-i386.full From owner-freebsd-current@FreeBSD.ORG Fri Feb 11 23:01:20 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D264106566B; Fri, 11 Feb 2011 23:01:20 +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 DC6EC8FC16; Fri, 11 Feb 2011 23:01:19 +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 p1BN1JAd001151; Fri, 11 Feb 2011 18:01:19 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.4/Submit) id p1BN1ID1001115; Fri, 11 Feb 2011 23:01:18 GMT (envelope-from tinderbox@freebsd.org) Date: Fri, 11 Feb 2011 23:01:18 GMT Message-Id: <201102112301.p1BN1ID1001115@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 ia64/ia64 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2011 23:01:20 -0000 TB --- 2011-02-11 21:32:54 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2011-02-11 21:32:54 - starting HEAD tinderbox run for ia64/ia64 TB --- 2011-02-11 21:32:54 - cleaning the object tree TB --- 2011-02-11 21:33:06 - cvsupping the source tree TB --- 2011-02-11 21:33:06 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/ia64/ia64/supfile TB --- 2011-02-11 21:34:26 - building world TB --- 2011-02-11 21:34:26 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 21:34:26 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 21:34:26 - TARGET=ia64 TB --- 2011-02-11 21:34:26 - TARGET_ARCH=ia64 TB --- 2011-02-11 21:34:26 - TZ=UTC TB --- 2011-02-11 21:34:26 - __MAKE_CONF=/dev/null TB --- 2011-02-11 21:34:26 - cd /src TB --- 2011-02-11 21:34:26 - /usr/bin/make -B buildworld >>> World build started on Fri Feb 11 21:34:27 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 Fri Feb 11 22:55:01 UTC 2011 TB --- 2011-02-11 22:55:01 - generating LINT kernel config TB --- 2011-02-11 22:55:01 - cd /src/sys/ia64/conf TB --- 2011-02-11 22:55:01 - /usr/bin/make -B LINT TB --- 2011-02-11 22:55:01 - building LINT kernel TB --- 2011-02-11 22:55:01 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 22:55:01 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 22:55:01 - TARGET=ia64 TB --- 2011-02-11 22:55:01 - TARGET_ARCH=ia64 TB --- 2011-02-11 22:55:01 - TZ=UTC TB --- 2011-02-11 22:55:01 - __MAKE_CONF=/dev/null TB --- 2011-02-11 22:55:01 - cd /src TB --- 2011-02-11 22:55:01 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Fri Feb 11 22:55:01 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -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 -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/e1000/e1000_82542.c -I/src/sys/dev/e1000 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -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 -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/e1000/e1000_82543.c -I/src/sys/dev/e1000 cc1: warnings being treated as errors /src/sys/dev/e1000/e1000_82543.c: In function 'e1000_setup_fiber_link_82543': /src/sys/dev/e1000/e1000_82543.c:1166: warning: implicit declaration of function 'e1000_commit_fc_settings_generic' /src/sys/dev/e1000/e1000_82543.c:1166: warning: nested extern declaration of 'e1000_commit_fc_settings_generic' /src/sys/dev/e1000/e1000_82543.c:1182: warning: implicit declaration of function 'e1000_poll_fiber_serdes_link_generic' /src/sys/dev/e1000/e1000_82543.c:1182: warning: nested extern declaration of 'e1000_poll_fiber_serdes_link_generic' *** Error code 1 Stop in /obj/ia64.ia64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2011-02-11 23:01:18 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-02-11 23:01:18 - ERROR: failed to build lint kernel TB --- 2011-02-11 23:01:18 - 4213.52 user 677.20 system 5304.48 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-ia64-ia64.full From owner-freebsd-current@FreeBSD.ORG Fri Feb 11 23:01:27 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A41C51065734; Fri, 11 Feb 2011 23:01:27 +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 76A488FC0C; Fri, 11 Feb 2011 23:01:27 +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 p1BN1Qpt002508; Fri, 11 Feb 2011 18:01:26 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.4/Submit) id p1BN1QdT002503; Fri, 11 Feb 2011 23:01:26 GMT (envelope-from tinderbox@freebsd.org) Date: Fri, 11 Feb 2011 23:01:26 GMT Message-Id: <201102112301.p1BN1QdT002503@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 amd64/amd64 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2011 23:01:27 -0000 TB --- 2011-02-11 20:40:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2011-02-11 20:40:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2011-02-11 20:40:00 - cleaning the object tree TB --- 2011-02-11 20:40:18 - cvsupping the source tree TB --- 2011-02-11 20:40:18 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/amd64/amd64/supfile TB --- 2011-02-11 20:45:41 - building world TB --- 2011-02-11 20:45:41 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 20:45:41 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 20:45:41 - TARGET=amd64 TB --- 2011-02-11 20:45:41 - TARGET_ARCH=amd64 TB --- 2011-02-11 20:45:41 - TZ=UTC TB --- 2011-02-11 20:45:41 - __MAKE_CONF=/dev/null TB --- 2011-02-11 20:45:41 - cd /src TB --- 2011-02-11 20:45:41 - /usr/bin/make -B buildworld >>> World build started on Fri Feb 11 20:45:42 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 >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Fri Feb 11 22:55:15 UTC 2011 TB --- 2011-02-11 22:55:15 - generating LINT kernel config TB --- 2011-02-11 22:55:15 - cd /src/sys/amd64/conf TB --- 2011-02-11 22:55:15 - /usr/bin/make -B LINT TB --- 2011-02-11 22:55:15 - building LINT kernel TB --- 2011-02-11 22:55:15 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 22:55:15 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 22:55:15 - TARGET=amd64 TB --- 2011-02-11 22:55:15 - TARGET_ARCH=amd64 TB --- 2011-02-11 22:55:15 - TZ=UTC TB --- 2011-02-11 22:55:15 - __MAKE_CONF=/dev/null TB --- 2011-02-11 22:55:15 - cd /src TB --- 2011-02-11 22:55:15 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Fri Feb 11 22:55:15 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 -frename-registers -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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/e1000/e1000_82542.c -I/src/sys/dev/e1000 cc -c -O2 -frename-registers -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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/e1000/e1000_82543.c -I/src/sys/dev/e1000 cc1: warnings being treated as errors /src/sys/dev/e1000/e1000_82543.c: In function 'e1000_setup_fiber_link_82543': /src/sys/dev/e1000/e1000_82543.c:1166: warning: implicit declaration of function 'e1000_commit_fc_settings_generic' /src/sys/dev/e1000/e1000_82543.c:1166: warning: nested extern declaration of 'e1000_commit_fc_settings_generic' /src/sys/dev/e1000/e1000_82543.c:1182: warning: implicit declaration of function 'e1000_poll_fiber_serdes_link_generic' /src/sys/dev/e1000/e1000_82543.c:1182: warning: nested extern declaration of 'e1000_poll_fiber_serdes_link_generic' *** Error code 1 Stop in /obj/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2011-02-11 23:01:26 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-02-11 23:01:26 - ERROR: failed to build lint kernel TB --- 2011-02-11 23:01:26 - 6458.66 user 1159.79 system 8485.81 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-current@FreeBSD.ORG Sat Feb 12 00:08:26 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E34F8106564A; Sat, 12 Feb 2011 00:08:25 +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 B80578FC08; Sat, 12 Feb 2011 00:08:25 +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 p1C08O5T061825; Fri, 11 Feb 2011 19:08:24 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.4/Submit) id p1C08OrA061810; Sat, 12 Feb 2011 00:08:24 GMT (envelope-from tinderbox@freebsd.org) Date: Sat, 12 Feb 2011 00:08:24 GMT Message-Id: <201102120008.p1C08OrA061810@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-current@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Feb 2011 00:08:26 -0000 TB --- 2011-02-11 23:01:19 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2011-02-11 23:01:19 - starting HEAD tinderbox run for sparc64/sparc64 TB --- 2011-02-11 23:01:19 - cleaning the object tree TB --- 2011-02-11 23:01:29 - cvsupping the source tree TB --- 2011-02-11 23:01:29 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/sparc64/sparc64/supfile TB --- 2011-02-11 23:01:46 - building world TB --- 2011-02-11 23:01:46 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 23:01:46 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 23:01:46 - TARGET=sparc64 TB --- 2011-02-11 23:01:46 - TARGET_ARCH=sparc64 TB --- 2011-02-11 23:01:46 - TZ=UTC TB --- 2011-02-11 23:01:46 - __MAKE_CONF=/dev/null TB --- 2011-02-11 23:01:46 - cd /src TB --- 2011-02-11 23:01:46 - /usr/bin/make -B buildworld >>> World build started on Fri Feb 11 23:01:46 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 Sat Feb 12 00:03:13 UTC 2011 TB --- 2011-02-12 00:03:13 - generating LINT kernel config TB --- 2011-02-12 00:03:13 - cd /src/sys/sparc64/conf TB --- 2011-02-12 00:03:13 - /usr/bin/make -B LINT TB --- 2011-02-12 00:03:13 - building LINT kernel TB --- 2011-02-12 00:03:13 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-12 00:03:13 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-12 00:03:13 - TARGET=sparc64 TB --- 2011-02-12 00:03:13 - TARGET_ARCH=sparc64 TB --- 2011-02-12 00:03:13 - TZ=UTC TB --- 2011-02-12 00:03:13 - __MAKE_CONF=/dev/null TB --- 2011-02-12 00:03:13 - cd /src TB --- 2011-02-12 00:03:13 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sat Feb 12 00:03:13 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 -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/dev/e1000/e1000_82542.c -I/src/sys/dev/e1000 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 -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/dev/e1000/e1000_82543.c -I/src/sys/dev/e1000 cc1: warnings being treated as errors /src/sys/dev/e1000/e1000_82543.c: In function 'e1000_setup_fiber_link_82543': /src/sys/dev/e1000/e1000_82543.c:1166: warning: implicit declaration of function 'e1000_commit_fc_settings_generic' /src/sys/dev/e1000/e1000_82543.c:1166: warning: nested extern declaration of 'e1000_commit_fc_settings_generic' /src/sys/dev/e1000/e1000_82543.c:1182: warning: implicit declaration of function 'e1000_poll_fiber_serdes_link_generic' /src/sys/dev/e1000/e1000_82543.c:1182: warning: nested extern declaration of 'e1000_poll_fiber_serdes_link_generic' *** 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-02-12 00:08:24 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-02-12 00:08:24 - ERROR: failed to build lint kernel TB --- 2011-02-12 00:08:24 - 3046.21 user 642.33 system 4025.22 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sparc64.full From owner-freebsd-current@FreeBSD.ORG Sat Feb 12 00:08:26 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0544106566C; Sat, 12 Feb 2011 00:08:26 +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 9EDC48FC1A; Sat, 12 Feb 2011 00:08:26 +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 p1C08QZV061873; Fri, 11 Feb 2011 19:08:26 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.4/Submit) id p1C08QOI061872; Sat, 12 Feb 2011 00:08:26 GMT (envelope-from tinderbox@freebsd.org) Date: Sat, 12 Feb 2011 00:08:26 GMT Message-Id: <201102120008.p1C08QOI061872@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/sun4v X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Feb 2011 00:08:27 -0000 TB --- 2011-02-11 23:01:28 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2011-02-11 23:01:28 - starting HEAD tinderbox run for sparc64/sun4v TB --- 2011-02-11 23:01:28 - cleaning the object tree TB --- 2011-02-11 23:01:38 - cvsupping the source tree TB --- 2011-02-11 23:01:38 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/sparc64/sun4v/supfile TB --- 2011-02-11 23:01:50 - building world TB --- 2011-02-11 23:01:50 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 23:01:50 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 23:01:50 - TARGET=sun4v TB --- 2011-02-11 23:01:50 - TARGET_ARCH=sparc64 TB --- 2011-02-11 23:01:50 - TZ=UTC TB --- 2011-02-11 23:01:50 - __MAKE_CONF=/dev/null TB --- 2011-02-11 23:01:50 - cd /src TB --- 2011-02-11 23:01:50 - /usr/bin/make -B buildworld >>> World build started on Fri Feb 11 23:01:50 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 Sat Feb 12 00:03:19 UTC 2011 TB --- 2011-02-12 00:03:19 - generating LINT kernel config TB --- 2011-02-12 00:03:19 - cd /src/sys/sun4v/conf TB --- 2011-02-12 00:03:19 - /usr/bin/make -B LINT TB --- 2011-02-12 00:03:19 - building LINT kernel TB --- 2011-02-12 00:03:19 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-12 00:03:19 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-12 00:03:19 - TARGET=sun4v TB --- 2011-02-12 00:03:19 - TARGET_ARCH=sparc64 TB --- 2011-02-12 00:03:19 - TZ=UTC TB --- 2011-02-12 00:03:19 - __MAKE_CONF=/dev/null TB --- 2011-02-12 00:03:19 - cd /src TB --- 2011-02-12 00:03:19 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sat Feb 12 00:03:19 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 -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/dev/e1000/e1000_82542.c -I/src/sys/dev/e1000 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 -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/dev/e1000/e1000_82543.c -I/src/sys/dev/e1000 cc1: warnings being treated as errors /src/sys/dev/e1000/e1000_82543.c: In function 'e1000_setup_fiber_link_82543': /src/sys/dev/e1000/e1000_82543.c:1166: warning: implicit declaration of function 'e1000_commit_fc_settings_generic' /src/sys/dev/e1000/e1000_82543.c:1166: warning: nested extern declaration of 'e1000_commit_fc_settings_generic' /src/sys/dev/e1000/e1000_82543.c:1182: warning: implicit declaration of function 'e1000_poll_fiber_serdes_link_generic' /src/sys/dev/e1000/e1000_82543.c:1182: warning: nested extern declaration of 'e1000_poll_fiber_serdes_link_generic' *** Error code 1 Stop in /obj/sun4v.sparc64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2011-02-12 00:08:25 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-02-12 00:08:25 - ERROR: failed to build lint kernel TB --- 2011-02-12 00:08:25 - 3042.13 user 648.95 system 4017.27 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sun4v.full From owner-freebsd-current@FreeBSD.ORG Sat Feb 12 00:10:12 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6DD17106566C; Sat, 12 Feb 2011 00:10:12 +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 38BCB8FC16; Sat, 12 Feb 2011 00:10:12 +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 p1C0AB10065515; Fri, 11 Feb 2011 19:10:11 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.4/Submit) id p1C0ABhX065512; Sat, 12 Feb 2011 00:10:11 GMT (envelope-from tinderbox@freebsd.org) Date: Sat, 12 Feb 2011 00:10:11 GMT Message-Id: <201102120010.p1C0ABhX065512@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 powerpc/powerpc X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Feb 2011 00:10:12 -0000 TB --- 2011-02-11 22:28:29 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2011-02-11 22:28:29 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2011-02-11 22:28:29 - cleaning the object tree TB --- 2011-02-11 22:28:42 - cvsupping the source tree TB --- 2011-02-11 22:28:42 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2011-02-11 22:29:05 - building world TB --- 2011-02-11 22:29:05 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 22:29:05 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 22:29:05 - TARGET=powerpc TB --- 2011-02-11 22:29:05 - TARGET_ARCH=powerpc TB --- 2011-02-11 22:29:05 - TZ=UTC TB --- 2011-02-11 22:29:05 - __MAKE_CONF=/dev/null TB --- 2011-02-11 22:29:05 - cd /src TB --- 2011-02-11 22:29:05 - /usr/bin/make -B buildworld >>> World build started on Fri Feb 11 22:29:05 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 Sat Feb 12 00:05:21 UTC 2011 TB --- 2011-02-12 00:05:21 - generating LINT kernel config TB --- 2011-02-12 00:05:21 - cd /src/sys/powerpc/conf TB --- 2011-02-12 00:05:21 - /usr/bin/make -B LINT TB --- 2011-02-12 00:05:21 - building LINT kernel TB --- 2011-02-12 00:05:21 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-12 00:05:21 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-12 00:05:21 - TARGET=powerpc TB --- 2011-02-12 00:05:21 - TARGET_ARCH=powerpc TB --- 2011-02-12 00:05:21 - TZ=UTC TB --- 2011-02-12 00:05:21 - __MAKE_CONF=/dev/null TB --- 2011-02-12 00:05:21 - cd /src TB --- 2011-02-12 00:05:21 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sat Feb 12 00:05:21 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -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 -msoft-float -fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding -fstack-protector -Werror /src/sys/dev/e1000/e1000_82542.c -I/src/sys/dev/e1000 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -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 -msoft-float -fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding -fstack-protector -Werror /src/sys/dev/e1000/e1000_82543.c -I/src/sys/dev/e1000 cc1: warnings being treated as errors /src/sys/dev/e1000/e1000_82543.c: In function 'e1000_setup_fiber_link_82543': /src/sys/dev/e1000/e1000_82543.c:1166: warning: implicit declaration of function 'e1000_commit_fc_settings_generic' /src/sys/dev/e1000/e1000_82543.c:1166: warning: nested extern declaration of 'e1000_commit_fc_settings_generic' /src/sys/dev/e1000/e1000_82543.c:1182: warning: implicit declaration of function 'e1000_poll_fiber_serdes_link_generic' /src/sys/dev/e1000/e1000_82543.c:1182: warning: nested extern declaration of 'e1000_poll_fiber_serdes_link_generic' *** Error code 1 Stop in /obj/powerpc.powerpc/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2011-02-12 00:10:11 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-02-12 00:10:11 - ERROR: failed to build lint kernel TB --- 2011-02-12 00:10:11 - 4877.25 user 816.12 system 6102.17 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-current@FreeBSD.ORG Sat Feb 12 00:23:09 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F083106564A; Sat, 12 Feb 2011 00:23:09 +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 304798FC0C; Sat, 12 Feb 2011 00:23:09 +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 p1C0N8AG001920; Fri, 11 Feb 2011 19:23:08 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.4/Submit) id p1C0N8nq001919; Sat, 12 Feb 2011 00:23:08 GMT (envelope-from tinderbox@freebsd.org) Date: Sat, 12 Feb 2011 00:23:08 GMT Message-Id: <201102120023.p1C0N8nq001919@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 powerpc64/powerpc X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Feb 2011 00:23:09 -0000 TB --- 2011-02-11 22:45:16 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2011-02-11 22:45:16 - starting HEAD tinderbox run for powerpc64/powerpc TB --- 2011-02-11 22:45:16 - cleaning the object tree TB --- 2011-02-11 22:45:27 - cvsupping the source tree TB --- 2011-02-11 22:45:27 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/powerpc64/powerpc/supfile TB --- 2011-02-11 22:46:18 - building world TB --- 2011-02-11 22:46:18 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-11 22:46:18 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-11 22:46:18 - TARGET=powerpc TB --- 2011-02-11 22:46:18 - TARGET_ARCH=powerpc64 TB --- 2011-02-11 22:46:18 - TZ=UTC TB --- 2011-02-11 22:46:18 - __MAKE_CONF=/dev/null TB --- 2011-02-11 22:46:18 - cd /src TB --- 2011-02-11 22:46:18 - /usr/bin/make -B buildworld >>> World build started on Fri Feb 11 22:46: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 >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Sat Feb 12 00:18:41 UTC 2011 TB --- 2011-02-12 00:18:41 - generating LINT kernel config TB --- 2011-02-12 00:18:41 - cd /src/sys/powerpc/conf TB --- 2011-02-12 00:18:41 - /usr/bin/make -B LINT TB --- 2011-02-12 00:18:41 - building LINT kernel TB --- 2011-02-12 00:18:41 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-12 00:18:41 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-12 00:18:41 - TARGET=powerpc TB --- 2011-02-12 00:18:41 - TARGET_ARCH=powerpc64 TB --- 2011-02-12 00:18:41 - TZ=UTC TB --- 2011-02-12 00:18:41 - __MAKE_CONF=/dev/null TB --- 2011-02-12 00:18:41 - cd /src TB --- 2011-02-12 00:18:41 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sat Feb 12 00:18:41 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -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 -msoft-float -fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding -fstack-protector -Werror /src/sys/dev/e1000/e1000_82542.c -I/src/sys/dev/e1000 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -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 -msoft-float -fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding -fstack-protector -Werror /src/sys/dev/e1000/e1000_82543.c -I/src/sys/dev/e1000 cc1: warnings being treated as errors /src/sys/dev/e1000/e1000_82543.c: In function 'e1000_setup_fiber_link_82543': /src/sys/dev/e1000/e1000_82543.c:1166: warning: implicit declaration of function 'e1000_commit_fc_settings_generic' /src/sys/dev/e1000/e1000_82543.c:1166: warning: nested extern declaration of 'e1000_commit_fc_settings_generic' /src/sys/dev/e1000/e1000_82543.c:1182: warning: implicit declaration of function 'e1000_poll_fiber_serdes_link_generic' /src/sys/dev/e1000/e1000_82543.c:1182: warning: nested extern declaration of 'e1000_poll_fiber_serdes_link_generic' *** Error code 1 Stop in /obj/powerpc.powerpc64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2011-02-12 00:23:08 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-02-12 00:23:08 - ERROR: failed to build lint kernel TB --- 2011-02-12 00:23:08 - 4495.01 user 908.65 system 5871.46 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc64-powerpc.full From owner-freebsd-current@FreeBSD.ORG Sat Feb 12 01:39:12 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB6F7106564A; Sat, 12 Feb 2011 01:39:11 +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 547808FC0C; Sat, 12 Feb 2011 01:39:11 +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 p1C1dAWU042463; Fri, 11 Feb 2011 20:39:10 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.4/Submit) id p1C1dAVm042421; Sat, 12 Feb 2011 01:39:10 GMT (envelope-from tinderbox@freebsd.org) Date: Sat, 12 Feb 2011 01:39:10 GMT Message-Id: <201102120139.p1C1dAVm042421@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 i386/pc98 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Feb 2011 01:39:12 -0000 TB --- 2011-02-12 00:30:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2011-02-12 00:30:00 - starting HEAD tinderbox run for i386/pc98 TB --- 2011-02-12 00:30:00 - cleaning the object tree TB --- 2011-02-12 00:30:08 - cvsupping the source tree TB --- 2011-02-12 00:30:08 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/i386/pc98/supfile TB --- 2011-02-12 00:30:23 - building world TB --- 2011-02-12 00:30:23 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-12 00:30:23 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-12 00:30:23 - TARGET=pc98 TB --- 2011-02-12 00:30:23 - TARGET_ARCH=i386 TB --- 2011-02-12 00:30:23 - TZ=UTC TB --- 2011-02-12 00:30:23 - __MAKE_CONF=/dev/null TB --- 2011-02-12 00:30:23 - cd /src TB --- 2011-02-12 00:30:23 - /usr/bin/make -B buildworld >>> World build started on Sat Feb 12 00:30:23 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 [...] mkdep -f .depend -a -I/src/sys/boot/fdt/../../contrib/libfdt/ -I/src/sys/boot/fdt/../common/ -I/src/sys/boot/fdt/../uboot/lib /src/sys/boot/fdt/../../contrib/libfdt//fdt.c /src/sys/boot/fdt/../../contrib/libfdt//fdt_ro.c /src/sys/boot/fdt/../../contrib/libfdt//fdt_wip.c /src/sys/boot/fdt/../../contrib/libfdt//fdt_sw.c /src/sys/boot/fdt/../../contrib/libfdt//fdt_rw.c /src/sys/boot/fdt/../../contrib/libfdt//fdt_strerror.c /src/sys/boot/fdt/fdt_loader_cmd.c ===> sys/boot/pc98 (depend) ===> sys/boot/pc98/boot0 (depend) rm -f .depend ===> sys/boot/pc98/boot0.5 (depend) rm -f .depend ===> sys/boot/pc98/pc98boot (depend) make: don't know how to make /src/sys/boot/pc98/pc98boot/../boot0/boot0. Stop *** Error code 2 Stop in /src/sys/boot/pc98. *** Error code 1 Stop in /src/sys/boot. *** Error code 1 Stop in /src/sys. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2011-02-12 01:39:09 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-02-12 01:39:09 - ERROR: failed to build world TB --- 2011-02-12 01:39:10 - 3406.00 user 541.47 system 4149.45 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-pc98.full From owner-freebsd-current@FreeBSD.ORG Sat Feb 12 02:18:16 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 482E9106564A; Sat, 12 Feb 2011 02:18:16 +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 0AFA68FC13; Sat, 12 Feb 2011 02:18:15 +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 p1C2IFdO079126; Fri, 11 Feb 2011 21:18:15 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.4/Submit) id p1C2IFmV079097; Sat, 12 Feb 2011 02:18:15 GMT (envelope-from tinderbox@freebsd.org) Date: Sat, 12 Feb 2011 02:18:15 GMT Message-Id: <201102120218.p1C2IFmV079097@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 i386/i386 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Feb 2011 02:18:16 -0000 TB --- 2011-02-12 00:30:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2011-02-12 00:30:00 - starting HEAD tinderbox run for i386/i386 TB --- 2011-02-12 00:30:00 - cleaning the object tree TB --- 2011-02-12 00:30:13 - cvsupping the source tree TB --- 2011-02-12 00:30:13 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/i386/i386/supfile TB --- 2011-02-12 00:30:26 - building world TB --- 2011-02-12 00:30:26 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-12 00:30:26 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-12 00:30:26 - TARGET=i386 TB --- 2011-02-12 00:30:26 - TARGET_ARCH=i386 TB --- 2011-02-12 00:30:26 - TZ=UTC TB --- 2011-02-12 00:30:26 - __MAKE_CONF=/dev/null TB --- 2011-02-12 00:30:26 - cd /src TB --- 2011-02-12 00:30:26 - /usr/bin/make -B buildworld >>> World build started on Sat Feb 12 00:30:26 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 Sat Feb 12 02:11:46 UTC 2011 TB --- 2011-02-12 02:11:46 - generating LINT kernel config TB --- 2011-02-12 02:11:46 - cd /src/sys/i386/conf TB --- 2011-02-12 02:11:46 - /usr/bin/make -B LINT TB --- 2011-02-12 02:11:46 - building LINT kernel TB --- 2011-02-12 02:11:46 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-12 02:11:46 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-12 02:11:46 - TARGET=i386 TB --- 2011-02-12 02:11:46 - TARGET_ARCH=i386 TB --- 2011-02-12 02:11:46 - TZ=UTC TB --- 2011-02-12 02:11:46 - __MAKE_CONF=/dev/null TB --- 2011-02-12 02:11:46 - cd /src TB --- 2011-02-12 02:11:46 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sat Feb 12 02:11:46 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/e1000/e1000_82542.c -I/src/sys/dev/e1000 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/e1000/e1000_82543.c -I/src/sys/dev/e1000 cc1: warnings being treated as errors /src/sys/dev/e1000/e1000_82543.c: In function 'e1000_setup_fiber_link_82543': /src/sys/dev/e1000/e1000_82543.c:1166: warning: implicit declaration of function 'e1000_commit_fc_settings_generic' /src/sys/dev/e1000/e1000_82543.c:1166: warning: nested extern declaration of 'e1000_commit_fc_settings_generic' /src/sys/dev/e1000/e1000_82543.c:1182: warning: implicit declaration of function 'e1000_poll_fiber_serdes_link_generic' /src/sys/dev/e1000/e1000_82543.c:1182: warning: nested extern declaration of 'e1000_poll_fiber_serdes_link_generic' *** Error code 1 Stop in /obj/i386.i386/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2011-02-12 02:18:14 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-02-12 02:18:14 - ERROR: failed to build lint kernel TB --- 2011-02-12 02:18:14 - 5217.34 user 875.49 system 6494.16 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-i386.full From owner-freebsd-current@FreeBSD.ORG Sat Feb 12 02:49:55 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF9B5106566B; Sat, 12 Feb 2011 02:49:55 +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 890CC8FC15; Sat, 12 Feb 2011 02:49:55 +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 p1C2nnIv071848; Fri, 11 Feb 2011 21:49:49 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.4/Submit) id p1C2nnE8071820; Sat, 12 Feb 2011 02:49:49 GMT (envelope-from tinderbox@freebsd.org) Date: Sat, 12 Feb 2011 02:49:49 GMT Message-Id: <201102120249.p1C2nnE8071820@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 ia64/ia64 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Feb 2011 02:49:55 -0000 TB --- 2011-02-12 01:22:34 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2011-02-12 01:22:34 - starting HEAD tinderbox run for ia64/ia64 TB --- 2011-02-12 01:22:34 - cleaning the object tree TB --- 2011-02-12 01:22:41 - cvsupping the source tree TB --- 2011-02-12 01:22:41 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/ia64/ia64/supfile TB --- 2011-02-12 01:23:04 - building world TB --- 2011-02-12 01:23:04 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-12 01:23:04 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-12 01:23:04 - TARGET=ia64 TB --- 2011-02-12 01:23:04 - TARGET_ARCH=ia64 TB --- 2011-02-12 01:23:04 - TZ=UTC TB --- 2011-02-12 01:23:04 - __MAKE_CONF=/dev/null TB --- 2011-02-12 01:23:04 - cd /src TB --- 2011-02-12 01:23:04 - /usr/bin/make -B buildworld >>> World build started on Sat Feb 12 01:23:04 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 Sat Feb 12 02:43:34 UTC 2011 TB --- 2011-02-12 02:43:34 - generating LINT kernel config TB --- 2011-02-12 02:43:34 - cd /src/sys/ia64/conf TB --- 2011-02-12 02:43:34 - /usr/bin/make -B LINT TB --- 2011-02-12 02:43:34 - building LINT kernel TB --- 2011-02-12 02:43:34 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-12 02:43:34 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-12 02:43:34 - TARGET=ia64 TB --- 2011-02-12 02:43:34 - TARGET_ARCH=ia64 TB --- 2011-02-12 02:43:34 - TZ=UTC TB --- 2011-02-12 02:43:34 - __MAKE_CONF=/dev/null TB --- 2011-02-12 02:43:34 - cd /src TB --- 2011-02-12 02:43:34 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sat Feb 12 02:43:34 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -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 -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/e1000/e1000_82542.c -I/src/sys/dev/e1000 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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -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 -mconstant-gp -ffixed-r13 -mfixed-range=f32-f127 -fpic -ffreestanding -Werror /src/sys/dev/e1000/e1000_82543.c -I/src/sys/dev/e1000 cc1: warnings being treated as errors /src/sys/dev/e1000/e1000_82543.c: In function 'e1000_setup_fiber_link_82543': /src/sys/dev/e1000/e1000_82543.c:1166: warning: implicit declaration of function 'e1000_commit_fc_settings_generic' /src/sys/dev/e1000/e1000_82543.c:1166: warning: nested extern declaration of 'e1000_commit_fc_settings_generic' /src/sys/dev/e1000/e1000_82543.c:1182: warning: implicit declaration of function 'e1000_poll_fiber_serdes_link_generic' /src/sys/dev/e1000/e1000_82543.c:1182: warning: nested extern declaration of 'e1000_poll_fiber_serdes_link_generic' *** Error code 1 Stop in /obj/ia64.ia64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2011-02-12 02:49:49 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-02-12 02:49:49 - ERROR: failed to build lint kernel TB --- 2011-02-12 02:49:49 - 4209.37 user 675.62 system 5235.36 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-ia64-ia64.full From owner-freebsd-current@FreeBSD.ORG Sat Feb 12 02:51:20 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFEA8106567A; Sat, 12 Feb 2011 02:51:20 +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 803D08FC12; Sat, 12 Feb 2011 02:51:20 +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 p1C2pJfw080388; Fri, 11 Feb 2011 21:51:19 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.4/Submit) id p1C2pJM8080375; Sat, 12 Feb 2011 02:51:19 GMT (envelope-from tinderbox@freebsd.org) Date: Sat, 12 Feb 2011 02:51:19 GMT Message-Id: <201102120251.p1C2pJM8080375@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 amd64/amd64 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Feb 2011 02:51:20 -0000 TB --- 2011-02-12 00:30:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2011-02-12 00:30:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2011-02-12 00:30:00 - cleaning the object tree TB --- 2011-02-12 00:30:17 - cvsupping the source tree TB --- 2011-02-12 00:30:17 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/amd64/amd64/supfile TB --- 2011-02-12 00:35:44 - building world TB --- 2011-02-12 00:35:44 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-12 00:35:44 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-12 00:35:44 - TARGET=amd64 TB --- 2011-02-12 00:35:44 - TARGET_ARCH=amd64 TB --- 2011-02-12 00:35:44 - TZ=UTC TB --- 2011-02-12 00:35:44 - __MAKE_CONF=/dev/null TB --- 2011-02-12 00:35:44 - cd /src TB --- 2011-02-12 00:35:44 - /usr/bin/make -B buildworld >>> World build started on Sat Feb 12 00:35:44 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 >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Sat Feb 12 02:45:05 UTC 2011 TB --- 2011-02-12 02:45:05 - generating LINT kernel config TB --- 2011-02-12 02:45:05 - cd /src/sys/amd64/conf TB --- 2011-02-12 02:45:05 - /usr/bin/make -B LINT TB --- 2011-02-12 02:45:05 - building LINT kernel TB --- 2011-02-12 02:45:05 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-12 02:45:05 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-12 02:45:05 - TARGET=amd64 TB --- 2011-02-12 02:45:05 - TARGET_ARCH=amd64 TB --- 2011-02-12 02:45:05 - TZ=UTC TB --- 2011-02-12 02:45:05 - __MAKE_CONF=/dev/null TB --- 2011-02-12 02:45:05 - cd /src TB --- 2011-02-12 02:45:05 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sat Feb 12 02:45:05 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 -frename-registers -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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/e1000/e1000_82542.c -I/src/sys/dev/e1000 cc -c -O2 -frename-registers -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 -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/e1000/e1000_82543.c -I/src/sys/dev/e1000 cc1: warnings being treated as errors /src/sys/dev/e1000/e1000_82543.c: In function 'e1000_setup_fiber_link_82543': /src/sys/dev/e1000/e1000_82543.c:1166: warning: implicit declaration of function 'e1000_commit_fc_settings_generic' /src/sys/dev/e1000/e1000_82543.c:1166: warning: nested extern declaration of 'e1000_commit_fc_settings_generic' /src/sys/dev/e1000/e1000_82543.c:1182: warning: implicit declaration of function 'e1000_poll_fiber_serdes_link_generic' /src/sys/dev/e1000/e1000_82543.c:1182: warning: nested extern declaration of 'e1000_poll_fiber_serdes_link_generic' *** Error code 1 Stop in /obj/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2011-02-12 02:51:19 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-02-12 02:51:19 - ERROR: failed to build lint kernel TB --- 2011-02-12 02:51:19 - 6459.66 user 1155.14 system 8478.93 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-current@FreeBSD.ORG Sat Feb 12 06:19:19 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 996ED106566B; Sat, 12 Feb 2011 06:19:19 +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 38DE68FC0A; Sat, 12 Feb 2011 06:19:18 +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 p1C6JIGq074750; Sat, 12 Feb 2011 01:19:18 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.4/8.14.4/Submit) id p1C6JHlt074741; Sat, 12 Feb 2011 06:19:17 GMT (envelope-from tinderbox@freebsd.org) Date: Sat, 12 Feb 2011 06:19:17 GMT Message-Id: <201102120619.p1C6JHlt074741@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 i386/pc98 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Feb 2011 06:19:19 -0000 TB --- 2011-02-12 05:10:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2011-02-12 05:10:00 - starting HEAD tinderbox run for i386/pc98 TB --- 2011-02-12 05:10:00 - cleaning the object tree TB --- 2011-02-12 05:10:05 - cvsupping the source tree TB --- 2011-02-12 05:10:05 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/i386/pc98/supfile TB --- 2011-02-12 05:10:24 - building world TB --- 2011-02-12 05:10:24 - MAKEOBJDIRPREFIX=/obj TB --- 2011-02-12 05:10:24 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2011-02-12 05:10:24 - TARGET=pc98 TB --- 2011-02-12 05:10:24 - TARGET_ARCH=i386 TB --- 2011-02-12 05:10:24 - TZ=UTC TB --- 2011-02-12 05:10:24 - __MAKE_CONF=/dev/null TB --- 2011-02-12 05:10:24 - cd /src TB --- 2011-02-12 05:10:24 - /usr/bin/make -B buildworld >>> World build started on Sat Feb 12 05:10:25 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 [...] mkdep -f .depend -a -I/src/sys/boot/fdt/../../contrib/libfdt/ -I/src/sys/boot/fdt/../common/ -I/src/sys/boot/fdt/../uboot/lib /src/sys/boot/fdt/../../contrib/libfdt//fdt.c /src/sys/boot/fdt/../../contrib/libfdt//fdt_ro.c /src/sys/boot/fdt/../../contrib/libfdt//fdt_wip.c /src/sys/boot/fdt/../../contrib/libfdt//fdt_sw.c /src/sys/boot/fdt/../../contrib/libfdt//fdt_rw.c /src/sys/boot/fdt/../../contrib/libfdt//fdt_strerror.c /src/sys/boot/fdt/fdt_loader_cmd.c ===> sys/boot/pc98 (depend) ===> sys/boot/pc98/boot0 (depend) rm -f .depend ===> sys/boot/pc98/boot0.5 (depend) rm -f .depend ===> sys/boot/pc98/pc98boot (depend) make: don't know how to make /src/sys/boot/pc98/pc98boot/../boot0/boot0. Stop *** Error code 2 Stop in /src/sys/boot/pc98. *** Error code 1 Stop in /src/sys/boot. *** Error code 1 Stop in /src/sys. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2011-02-12 06:19:17 - WARNING: /usr/bin/make returned exit code 1 TB --- 2011-02-12 06:19:17 - ERROR: failed to build world TB --- 2011-02-12 06:19:17 - 3403.23 user 544.80 system 4157.40 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-pc98.full