From owner-freebsd-current@FreeBSD.ORG Sun Feb 12 01:10:26 2012 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 EFF521065687; Sun, 12 Feb 2012 01:10:26 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) by mx1.freebsd.org (Postfix) with ESMTP id 999B58FC0C; Sun, 12 Feb 2012 01:10:26 +0000 (UTC) Received: from julian-mac.elischer.org (c-67-180-24-15.hsd1.ca.comcast.net [67.180.24.15]) (authenticated bits=0) by vps1.elischer.org (8.14.4/8.14.4) with ESMTP id q1C1A0EF076497 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Sat, 11 Feb 2012 17:10:02 -0800 (PST) (envelope-from julian@freebsd.org) Message-ID: <4F3711C0.6020909@freebsd.org> Date: Sat, 11 Feb 2012 17:11:28 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-US; rv:1.9.2.26) Gecko/20120129 Thunderbird/3.1.18 MIME-Version: 1.0 To: Joel Dahl References: <4F34FA17.7080000@quip.cz> <20120210133629.Horde.uDX6B5jmRSRPNQ9NDdkRUI4@webmail.leidinger.net> <201202102037.30996.erichfreebsdlist@ovitrap.com> <20120211080731.GD85504@goofy01.vnodelab.local> In-Reply-To: <20120211080731.GD85504@goofy01.vnodelab.local> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Sun, 12 Feb 2012 01:53:21 +0000 Cc: Warren Block , "Wojciech A. Koszek" , Miroslav Lachman <000.fbsd@quip.cz>, Chris Rees , Eitan Adler , freebsd-current@freebsd.org, Colin Percival , Erich Dollansky , Alexander Leidinger , Gonzalo Nemmi Subject: Re: Enhancing the user experience with tcsh 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, 12 Feb 2012 01:10:27 -0000 On 2/11/12 12:07 AM, Joel Dahl wrote: > On 10-02-2012 9:03, Eitan Adler wrote: >> Picking a random person to reply to. >> >> There are a lot of good suggestions in this thread, but can we please >> remember a few things: >> >> - Users can always add their own ~/.cshrc >> - Many users will get annoyed by what is someone else's amazing setup > With the above in mind, I suggest we change as little as possible from what > we have today (for now) and that we do improvements in small steps. > > I believe 99.99% of all users would find the change below to be a definite > improvement over the current default values in .cshrc: > Put lots of stuff in there and disable them by default > Index: dot.cshrc > =================================================================== > --- dot.cshrc (revision 231507) > +++ dot.cshrc (working copy) > @@ -24,8 +24,10 @@ > # An interactive shell -- set some stuff up > set prompt = "`/bin/hostname -s`# " > set filec > - set history = 100 > - set savehist = 100 > + set history = 1000 > + set savehist = (1000 merge) > + set autolist > + set autoexpand > set mail = (/var/mail/$USER) > if ( $?tcsh ) then > bindkey "^W" backward-delete-word > > Also, a comment pointing to /usr/share/examples/tcsh/complete.tcsh would > be a nice addition to the default .cshrc. > From owner-freebsd-current@FreeBSD.ORG Sun Feb 12 08:12:47 2012 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 0903E106564A; Sun, 12 Feb 2012 08:12:47 +0000 (UTC) (envelope-from joel@freebsd.org) Received: from mail.vnode.se (mail.vnode.se [62.119.52.80]) by mx1.freebsd.org (Postfix) with ESMTP id 767758FC0C; Sun, 12 Feb 2012 08:12:46 +0000 (UTC) Received: from mail.vnode.se (localhost [127.0.0.1]) by mail.vnode.se (Postfix) with ESMTP id 8759EE3F07B; Sun, 12 Feb 2012 09:12:44 +0100 (CET) X-Virus-Scanned: amavisd-new at vnode.se Received: from mail.vnode.se ([127.0.0.1]) by mail.vnode.se (mail.vnode.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30SFhK1t1yLf; Sun, 12 Feb 2012 09:12:42 +0100 (CET) Received: from goofy01.vnodelab.local (unknown [212.247.52.12]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.vnode.se (Postfix) with ESMTPSA id 37968E3F079; Sun, 12 Feb 2012 09:12:41 +0100 (CET) Date: Sun, 12 Feb 2012 09:12:39 +0100 From: Joel Dahl To: Gonzalo Nemmi Message-ID: <20120212081239.GH85504@goofy01.vnodelab.local> References: <4F34FA17.7080000@quip.cz> <20120210133629.Horde.uDX6B5jmRSRPNQ9NDdkRUI4@webmail.leidinger.net> <201202102037.30996.erichfreebsdlist@ovitrap.com> <20120211080731.GD85504@goofy01.vnodelab.local> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Warren Block , Miroslav Lachman <000.fbsd@quip.cz>, Chris Rees , Eitan Adler , freebsd-current@freebsd.org, "Wojciech A. Koszek" Subject: Re: Enhancing the user experience with tcsh 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, 12 Feb 2012 08:12:47 -0000 On 12-02-2012 4:05, Gonzalo Nemmi wrote: > On Sat, Feb 11, 2012 at 5:07 AM, Joel Dahl wrote: > > On 10-02-2012  9:03, Eitan Adler wrote: > >> Picking a random person to reply to. > >> > >> There are a lot of good suggestions in this thread, but can we please > >> remember a few things: > >> > >> - Users can always add their own ~/.cshrc > >> - Many users will get annoyed by what is someone else's amazing setup > > > > With the above in mind, I suggest we change as little as possible from what > > we have today (for now) and that we do improvements in small steps. > > > > I believe 99.99% of all users would find the change below to be a definite > > improvement over the current default values in .cshrc: > > > > Index: dot.cshrc > > =================================================================== > > --- dot.cshrc   (revision 231507) > > +++ dot.cshrc   (working copy) > > @@ -24,8 +24,10 @@ > >        # An interactive shell -- set some stuff up > >        set prompt = "`/bin/hostname -s`# " > >        set filec > > -       set history = 100 > > -       set savehist = 100 > > +       set history = 1000 > > +       set savehist = (1000 merge) > > +       set autolist > > +       set autoexpand > >        set mail = (/var/mail/$USER) > >        if ( $?tcsh ) then > >                bindkey "^W" backward-delete-word > > > > Also, a comment pointing to /usr/share/examples/tcsh/complete.tcsh would > > be a nice addition to the default .cshrc. > > > > -- > > Joel > > Joel, with all due respect, do you really think that 99.9% of all > users will not find the _non_intrusive_ additions below useful? You're missing the point. We need to start with something small that we all can agree on. We'll never reach consensus if we're trying to change too much at once (just check the amount of messages this topic has created already). -- Joel From owner-freebsd-current@FreeBSD.ORG Sun Feb 12 08:44:51 2012 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 A04DE106564A; Sun, 12 Feb 2012 08:44:51 +0000 (UTC) (envelope-from gnemmi@gmail.com) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 661438FC12; Sun, 12 Feb 2012 08:44:51 +0000 (UTC) Received: by pbcxa7 with SMTP id xa7so3140861pbc.13 for ; Sun, 12 Feb 2012 00:44:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=i/6jYMe2m4kSzZ4+ZAHz7VPP2zzmCHvFWOpr5cvCfCo=; b=r98NA27mpvoyO8sD4m9yC8ERz0bxfwaVmafiM40jR3/89ADMT/3E5oqJjvjYIV2X/q nLlkoG6pRuEWoWBoTxtsRSWNPRC8eB2cNqPcQ9Iiid/gayYKVJNsvn+7axlK0I6NnkLC 7dBSCimcAylVju6aFi0qoaoG6hcBU99cuvKBk= MIME-Version: 1.0 Received: by 10.68.218.5 with SMTP id pc5mr34410469pbc.101.1329036289164; Sun, 12 Feb 2012 00:44:49 -0800 (PST) Received: by 10.68.31.138 with HTTP; Sun, 12 Feb 2012 00:44:49 -0800 (PST) In-Reply-To: <20120212081239.GH85504@goofy01.vnodelab.local> References: <4F34FA17.7080000@quip.cz> <20120210133629.Horde.uDX6B5jmRSRPNQ9NDdkRUI4@webmail.leidinger.net> <201202102037.30996.erichfreebsdlist@ovitrap.com> <20120211080731.GD85504@goofy01.vnodelab.local> <20120212081239.GH85504@goofy01.vnodelab.local> Date: Sun, 12 Feb 2012 05:44:49 -0300 Message-ID: From: Gonzalo Nemmi To: Joel Dahl Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Warren Block , Miroslav Lachman <000.fbsd@quip.cz>, Chris Rees , Eitan Adler , freebsd-current@freebsd.org, "Wojciech A. Koszek" Subject: Re: Enhancing the user experience with tcsh 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, 12 Feb 2012 08:44:51 -0000 On Sun, Feb 12, 2012 at 5:12 AM, Joel Dahl wrote: > On 12-02-2012 =A04:05, Gonzalo Nemmi wrote: >> On Sat, Feb 11, 2012 at 5:07 AM, Joel Dahl wrote: >> > On 10-02-2012 =A09:03, Eitan Adler wrote: >> >> Picking a random person to reply to. >> >> >> >> There are a lot of good suggestions in this thread, but can we please >> >> remember a few things: >> >> >> >> - Users can always add their own ~/.cshrc >> >> - Many users will get annoyed by what is someone else's amazing setup >> > >> > With the above in mind, I suggest we change as little as possible from= what >> > we have today (for now) and that we do improvements in small steps. >> > >> > I believe 99.99% of all users would find the change below to be a defi= nite >> > improvement over the current default values in .cshrc: >> > >> > Index: dot.cshrc >> > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >> > --- dot.cshrc =A0 (revision 231507) >> > +++ dot.cshrc =A0 (working copy) >> > @@ -24,8 +24,10 @@ >> > =A0 =A0 =A0 =A0# An interactive shell -- set some stuff up >> > =A0 =A0 =A0 =A0set prompt =3D "`/bin/hostname -s`# " >> > =A0 =A0 =A0 =A0set filec >> > - =A0 =A0 =A0 set history =3D 100 >> > - =A0 =A0 =A0 set savehist =3D 100 >> > + =A0 =A0 =A0 set history =3D 1000 >> > + =A0 =A0 =A0 set savehist =3D (1000 merge) >> > + =A0 =A0 =A0 set autolist >> > + =A0 =A0 =A0 set autoexpand >> > =A0 =A0 =A0 =A0set mail =3D (/var/mail/$USER) >> > =A0 =A0 =A0 =A0if ( $?tcsh ) then >> > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0bindkey "^W" backward-delete-word >> > >> > Also, a comment pointing to /usr/share/examples/tcsh/complete.tcsh wou= ld >> > be a nice addition to the default .cshrc. >> > >> > -- >> > Joel >> >> Joel, with all due respect, do you really think that 99.9% of all >> users will not find the _non_intrusive_ additions below useful? > > You're missing the point. We need to start with something small that we > all can agree on. We'll never reach consensus if we're trying to change > too much at once (just check the amount of messages this topic has create= d > already). > > -- > Joel Sure thing Joel, I understand that but I still keep in mind what was it that prompted Wojciech to open (http://www.freebsd.org/cgi/query-pr.cgi?pr=3D160689): FreeBSD should have .cshrc updated for modern hardware and useful aliases installed by default I can see how the bulk of the messages posted in this thread are not aiming towards the first half of that goal, and I sure hope you can see how I didn=B4t post any aliases, bindkeys, unameit of my liking, except for those unintrusive 4 that I still fail to see how adding them is not a step forward to a ".cshrc updated for modern hardware" given that those 4 keys are on every modern keyboard yet they do no work by default ... Best Regads Gonzalo From owner-freebsd-current@FreeBSD.ORG Sun Feb 12 09:55:56 2012 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 9EA3A106564A; Sun, 12 Feb 2012 09:55:56 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from sakura.ccs.furiru.org (sakura.ccs.furiru.org [IPv6:2001:2f0:104:8060::1]) by mx1.freebsd.org (Postfix) with ESMTP id 2FB848FC13; Sun, 12 Feb 2012 09:55:55 +0000 (UTC) Received: from localhost (authenticated bits=0) by sakura.ccs.furiru.org (unknown) with ESMTP id q1C9tn2v009877; Sun, 12 Feb 2012 18:55:54 +0900 (JST) (envelope-from nyan@FreeBSD.org) Date: Sun, 12 Feb 2012 18:55:49 +0900 (JST) Message-Id: <20120212.185549.343708041257811633.nyan@FreeBSD.org> To: jhb@freebsd.org From: TAKAHASHI Yoshihiro X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: current@freebsd.org Subject: MCA UNCOR error 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, 12 Feb 2012 09:55:56 -0000 I get the following error and kernel panic on my pc98 at the boot time. MCA: Bank 2, Status 0xb600000000140000 MCA: Global Cap 0x0000000000000005, Status 0x0000000000000004 MCA: Vendor "GenuineIntel", ID 0x616, APIC ID 0 MCA: CPU 0 UNCOR PCC no error MCA: Address 0x3446ff003446ff When I disable MCA with hw.mca.enabled=0 on loader prompt, the machine works fine. Does it mean my pc98 is broken? Or other isssue? It's spec is: FreeBSD 10.0-CURRENT #5: Thu Feb 9 13:18:22 UTC 2012 CPU: Pentium Pro (198.95-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x616 Family = 6 Model = 1 Stepping = 6 Features=0xf9ff real memory = 134217728 (128 MB) avail memory = 120471552 (114 MB) --- TAKAHASHI Yoshihiro From owner-freebsd-current@FreeBSD.ORG Sun Feb 12 07:13:13 2012 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 8C2C3106564A for ; Sun, 12 Feb 2012 07:13:13 +0000 (UTC) (envelope-from gnemmi@gmail.com) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 5700C8FC19 for ; Sun, 12 Feb 2012 07:13:13 +0000 (UTC) Received: by pbcxa7 with SMTP id xa7so3100596pbc.13 for ; Sat, 11 Feb 2012 23:13:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=98GzhI0hrWp+13UNgIoGdxp27ibc974JTUNAjCnJI0w=; b=iEYiOxrT3/pVRXlOFFRVDGSa0fu9MIru2AUVPpM4fD3tKIyWjoJiXrCLF5lTpEPR1j GL5GgNK8Hxo6OnQZCRm25z1DaLRDO2zMA8yzgSlvOYI9IxfuXKZgqmVwPB/y+iWERPla goZbYF9RShukJYmf/SVl39h3RaslHXXctyoY8= MIME-Version: 1.0 Received: by 10.68.232.202 with SMTP id tq10mr34107915pbc.68.1329030314556; Sat, 11 Feb 2012 23:05:14 -0800 (PST) Received: by 10.143.154.1 with HTTP; Sat, 11 Feb 2012 23:05:14 -0800 (PST) In-Reply-To: <20120211080731.GD85504@goofy01.vnodelab.local> References: <4F34FA17.7080000@quip.cz> <20120210133629.Horde.uDX6B5jmRSRPNQ9NDdkRUI4@webmail.leidinger.net> <201202102037.30996.erichfreebsdlist@ovitrap.com> <20120211080731.GD85504@goofy01.vnodelab.local> Date: Sun, 12 Feb 2012 04:05:14 -0300 Message-ID: From: Gonzalo Nemmi To: Joel Dahl Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Mailman-Approved-At: Sun, 12 Feb 2012 12:16:07 +0000 Cc: Warren Block , Colin Percival , Miroslav Lachman <000.fbsd@quip.cz>, Chris Rees , Eitan Adler , freebsd-current@freebsd.org, "Wojciech A. Koszek" , Erich Dollansky , Alexander Leidinger Subject: Re: Enhancing the user experience with tcsh 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, 12 Feb 2012 07:13:13 -0000 On Sat, Feb 11, 2012 at 5:07 AM, Joel Dahl wrote: > On 10-02-2012 =A09:03, Eitan Adler wrote: >> Picking a random person to reply to. >> >> There are a lot of good suggestions in this thread, but can we please >> remember a few things: >> >> - Users can always add their own ~/.cshrc >> - Many users will get annoyed by what is someone else's amazing setup > > With the above in mind, I suggest we change as little as possible from wh= at > we have today (for now) and that we do improvements in small steps. > > I believe 99.99% of all users would find the change below to be a definit= e > improvement over the current default values in .cshrc: > > Index: dot.cshrc > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- dot.cshrc =A0 (revision 231507) > +++ dot.cshrc =A0 (working copy) > @@ -24,8 +24,10 @@ > =A0 =A0 =A0 =A0# An interactive shell -- set some stuff up > =A0 =A0 =A0 =A0set prompt =3D "`/bin/hostname -s`# " > =A0 =A0 =A0 =A0set filec > - =A0 =A0 =A0 set history =3D 100 > - =A0 =A0 =A0 set savehist =3D 100 > + =A0 =A0 =A0 set history =3D 1000 > + =A0 =A0 =A0 set savehist =3D (1000 merge) > + =A0 =A0 =A0 set autolist > + =A0 =A0 =A0 set autoexpand > =A0 =A0 =A0 =A0set mail =3D (/var/mail/$USER) > =A0 =A0 =A0 =A0if ( $?tcsh ) then > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0bindkey "^W" backward-delete-word > > Also, a comment pointing to /usr/share/examples/tcsh/complete.tcsh would > be a nice addition to the default .cshrc. > > -- > Joel Joel, with all due respect, do you really think that 99.9% of all users will not find the _non_intrusive_ additions below useful? bindkey "\e[1~" beginning-of-line #make Home key work; bindkey "\e[2~" overwrite-mode #make Ins key work; bindkey "\e[3~" delete-char #make Delete key work; bindkey "\e[4~" end-of-line #make End key work; ... I mean, after all, setting those keys do not change the behaviour nor the output of any given command, they are present in 99.9% of the keyboards we all get to see everyday and they do not work under the current .cshrc config. Im not talking about an "improvement", "making things easier for new users" or "experience improvement" of any kind ... Im talking about including them so all users get to have a fully functional keyboard by default. Gonzalo From owner-freebsd-current@FreeBSD.ORG Sun Feb 12 13:44:41 2012 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 2078E106564A; Sun, 12 Feb 2012 13:44:41 +0000 (UTC) (envelope-from matt.thyer@gmail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 47C8E8FC14; Sun, 12 Feb 2012 13:44:40 +0000 (UTC) Received: by werm13 with SMTP id m13so4542454wer.13 for ; Sun, 12 Feb 2012 05:44:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=wg8I0kckigNRh1k+ibqgrWiEqlYbq5gxPgZS0rN7XlE=; b=IxsFJsj+ZTeUo9tFhRKrt7WnklPnGmTl8q/xYj9wGOaUcMTC6flFttzs2hKAxRJHC0 GcvagJeHt+VARkU/4a6ElxsvBiHDG+GXhf3crEmcgvwPBnWzeNhBLWXTMS2ZKF1dH7CG RnyJDtP1A2ToRnup6qtgkv0r/DZIebUoJR5sU= MIME-Version: 1.0 Received: by 10.181.13.113 with SMTP id ex17mr19207482wid.15.1329054279349; Sun, 12 Feb 2012 05:44:39 -0800 (PST) Received: by 10.216.13.135 with HTTP; Sun, 12 Feb 2012 05:44:39 -0800 (PST) Received: by 10.216.13.135 with HTTP; Sun, 12 Feb 2012 05:44:39 -0800 (PST) In-Reply-To: <20120210124948.GC85504@goofy01.vnodelab.local> References: <20120210124948.GC85504@goofy01.vnodelab.local> Date: Mon, 13 Feb 2012 00:14:39 +1030 Message-ID: From: Matt Thyer To: Joel Dahl Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Warren Block , "Wojciech A. Koszek" , Chris Rees , Eitan Adler , freebsd-current Current , Colin Percival , Gonzalo Nemmi Subject: Re: Enhancing the user experience with tcsh 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, 12 Feb 2012 13:44:41 -0000 > How about adding stuff like this to /usr/share/examples/tcsh/complete.tcsh ? > > -- > Joel Yes to that. This is exactly where these suggestions should go. Feel free to create multiple examples files there but be very carefully with changes to system wide defaults. From owner-freebsd-current@FreeBSD.ORG Sun Feb 12 17:10:57 2012 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 464F7106566C for ; Sun, 12 Feb 2012 17:10:57 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout029.mac.com (asmtpout029.mac.com [17.148.16.104]) by mx1.freebsd.org (Postfix) with ESMTP id 291DA8FC0A for ; Sun, 12 Feb 2012 17:10:54 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from [10.1.2.182] (unknown [173.200.187.194]) by asmtp029.mac.com (Oracle Communications Messaging Server 7u4-23.01 (7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTPSA id <0LZA00I4XIE5UH90@asmtp029.mac.com> for freebsd-current@freebsd.org; Sun, 12 Feb 2012 09:10:54 -0800 (PST) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.6.7361,1.0.260,0.0.0000 definitions=2012-02-12_05:2012-02-10, 2012-02-12, 1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=6.0.2-1012030000 definitions=main-1202120145 From: Chuck Swiger In-reply-to: Date: Sun, 12 Feb 2012 09:10:53 -0800 Message-id: <3A8C8AA5-94A7-44C2-81BD-F348DAC4521A@mac.com> References: <4F34FA17.7080000@quip.cz> <20120210133629.Horde.uDX6B5jmRSRPNQ9NDdkRUI4@webmail.leidinger.net> <201202102037.30996.erichfreebsdlist@ovitrap.com> <20120211080731.GD85504@goofy01.vnodelab.local> To: Gonzalo Nemmi X-Mailer: Apple Mail (2.1084) Cc: freebsd-current@freebsd.org Subject: Re: Enhancing the user experience with tcsh 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, 12 Feb 2012 17:10:57 -0000 On Feb 11, 2012, at 11:05 PM, Gonzalo Nemmi wrote: > Joel, with all due respect, do you really think that 99.9% of all > users will not find the _non_intrusive_ additions below useful? > > bindkey "\e[1~" beginning-of-line #make Home key work; > bindkey "\e[2~" overwrite-mode #make Ins key work; > bindkey "\e[3~" delete-char #make Delete key work; > bindkey "\e[4~" end-of-line #make End key work; Yes, I do not find the additions mentioned right here useful. Much of the time, I'm using a laptop which does not have dedicated Home/INS/Delete/End keys. And even when I am using a full 10x-key keyboard, I would not use them since I prefer using editmode=emacs and Cntl-A / E. Regards, -- -Chuck From owner-freebsd-current@FreeBSD.ORG Sun Feb 12 17:16:07 2012 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 E52E3106564A for ; Sun, 12 Feb 2012 17:16:06 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id A51178FC15 for ; Sun, 12 Feb 2012 17:16:06 +0000 (UTC) Received: by iaeo4 with SMTP id o4so3758200iae.13 for ; Sun, 12 Feb 2012 09:16:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=aI2c5J2XGCPatbA9HRfNYc+E3Hg4ZymNcorQ69rERcU=; b=VHba+n2bE7uk7EqvLvJq60Fa0nyl4mx4bQWlt3dVSyGqBLZvkwzMI8U1LPXbZoUJAN stPwK9/fLgg9o4WNaA57AN10MMpY+S5Wkd47uzv+dCBI/p299bBN9AiK2z/WTDx99KKz llpwb5dmaLGxSemrkCp/Hc4YAeovqRHbshjaM= MIME-Version: 1.0 Received: by 10.50.236.34 with SMTP id ur2mr22354557igc.20.1329066966147; Sun, 12 Feb 2012 09:16:06 -0800 (PST) Received: by 10.231.183.21 with HTTP; Sun, 12 Feb 2012 09:16:05 -0800 (PST) Received: by 10.231.183.21 with HTTP; Sun, 12 Feb 2012 09:16:05 -0800 (PST) In-Reply-To: <3A8C8AA5-94A7-44C2-81BD-F348DAC4521A@mac.com> References: <4F34FA17.7080000@quip.cz> <20120210133629.Horde.uDX6B5jmRSRPNQ9NDdkRUI4@webmail.leidinger.net> <201202102037.30996.erichfreebsdlist@ovitrap.com> <20120211080731.GD85504@goofy01.vnodelab.local> <3A8C8AA5-94A7-44C2-81BD-F348DAC4521A@mac.com> Date: Sun, 12 Feb 2012 17:16:05 +0000 Message-ID: From: Chris Rees To: Chuck Swiger Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-current@freebsd.org, Gonzalo Nemmi Subject: Re: Enhancing the user experience with tcsh 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, 12 Feb 2012 17:16:07 -0000 On 12 Feb 2012 17:11, "Chuck Swiger" wrote: > > On Feb 11, 2012, at 11:05 PM, Gonzalo Nemmi wrote: > > Joel, with all due respect, do you really think that 99.9% of all > > users will not find the _non_intrusive_ additions below useful? > > > > bindkey "\e[1~" beginning-of-line #make Home key work; > > bindkey "\e[2~" overwrite-mode #make Ins key work; > > bindkey "\e[3~" delete-char #make Delete key work; > > bindkey "\e[4~" end-of-line #make End key work; > > Yes, I do not find the additions mentioned right here useful. > > Much of the time, I'm using a laptop which does not have dedicated Home/INS/Delete/End keys. And even when I am using a full 10x-key keyboard, I would not use them since I prefer using editmode=emacs and Cntl-A / E. So do I, but would these hurt you? I think it's insane that by default the standard keys don't work. Chris From owner-freebsd-current@FreeBSD.ORG Sun Feb 12 17:31:11 2012 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 4856F106564A; Sun, 12 Feb 2012 17:31:11 +0000 (UTC) (envelope-from sennaar@gmail.com) Received: from mail-lpp01m020-f182.google.com (mail-lpp01m020-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id 16C178FC0A; Sun, 12 Feb 2012 17:31:09 +0000 (UTC) Received: by lbbgj3 with SMTP id gj3so3038992lbb.13 for ; Sun, 12 Feb 2012 09:31:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=APU8VFJjhun4vA0m29Gblt/CZiECt+xMNuxTgHSjHOg=; b=aUFPPPftxDOw7DM0X2KCRjuXSikOQBn2L8ElPELWOMHcwsDDzRAK9nBnyhRUqSKcyz pekQlMWRs1Mk+Z1L5qLZxOcKX+VqJLiyd+265EJO8RDq79AGjy2A8EDpSsRM2ohpC1n/ 4cCjH4SaxlzP8qWhLulYaMwnFQWsGR3u8Wb58= MIME-Version: 1.0 Received: by 10.112.101.198 with SMTP id fi6mr4749249lbb.18.1329067868751; Sun, 12 Feb 2012 09:31:08 -0800 (PST) Received: by 10.112.12.49 with HTTP; Sun, 12 Feb 2012 09:31:08 -0800 (PST) In-Reply-To: References: <20120126045409.GA90912@nargothrond.kdm.org> <20120207170016.GA51826@nargothrond.kdm.org> Date: Sun, 12 Feb 2012 21:31:08 +0400 Message-ID: From: Stas Orlov To: "Desai, Kashyap" Content-Type: multipart/mixed; boundary=f46d0401697133070904b8c7ba4c Cc: "freebsd-scsi@freebsd.org" , "freebsd-current@freebsd.org" , "Kenneth D. Merry" , Dennis Glatting Subject: Re: LSI supported mps(4) driver available 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, 12 Feb 2012 17:31:11 -0000 --f46d0401697133070904b8c7ba4c Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I build r231557 Current, with recent mps changes, and sc->mps_debug =3D 0xd= ; It actually gets to the installer, refuses to boot from raid1 after default installation, though. Complete dmesg attached. On Wed, Feb 8, 2012 at 1:42 PM, Desai, Kashyap wrot= e: > > >> -----Original Message----- >> From: Kenneth D. Merry [mailto:ken@freebsd.org] >> Sent: Tuesday, February 07, 2012 10:30 PM >> To: Desai, Kashyap >> Cc: Stas Orlov; freebsd-scsi@freebsd.org; freebsd-current@freebsd.org; >> Dennis Glatting >> Subject: Re: LSI supported mps(4) driver available >> >> On Tue, Feb 07, 2012 at 21:00:28 +0530, Desai, Kashyap wrote: >> > Can you to reproduce issue with below mentioned changes.. >> > >> > In mps.c >> > >> > mps_get_tunables(struct mps_softc *sc) >> > { >> > =C2=A0 =C2=A0 char tmpstr[80]; >> > >> > =C2=A0 =C2=A0 /* XXX default to some debugging for now */ >> > =C2=A0 =C2=A0 sc->mps_debug =3D MPS_FAULT; >> > >> > Instead of above line make >> > =C2=A0 =C2=A0 sc->mps_debug =3D 0xd; >> >> You can also put the following in /boot/loader.conf: >> >> hw.mps.debug_level=3D0xd > > Thanks.! This Is what I was trying since last week, but somehow I did not= entered correct syntax. > > >> >> Ken >> -- >> Kenneth Merry >> ken@FreeBSD.ORG --f46d0401697133070904b8c7ba4c Content-Type: application/octet-stream; name=dmesg-lsi Content-Disposition: attachment; filename=dmesg-lsi Content-Transfer-Encoding: base64 X-Attachment-Id: f_gykclacb0 Q29weXJpZ2h0IChjKSAxOTkyLTIwMTIgVGhlIEZyZWVCU0QgUHJvamVjdC4KQ29weXJpZ2h0IChj KSAxOTc5LCAxOTgwLCAxOTgzLCAxOTg2LCAxOTg4LCAxOTg5LCAxOTkxLCAxOTkyLCAxOTkzLCAx OTk0CglUaGUgUmVnZW50cyBvZiB0aGUgVW5pdmVyc2l0eSBvZiBDYWxpZm9ybmlhLiBBbGwgcmln aHRzIHJlc2VydmVkLgpGcmVlQlNEIGlzIGEgcmVnaXN0ZXJlZCB0cmFkZW1hcmsgb2YgVGhlIEZy ZWVCU0QgRm91bmRhdGlvbi4KRnJlZUJTRCAxMC4wLUNVUlJFTlQgIzAgcjIzMTU1N006IFN1biBG ZWIgMTIgMTk6MDk6MDEgTVNLIDIwMTIKICAgIHJvb3RAbm90aGluZzovdXNyL29iai91c3Ivc3Jj L3N5cy9HRU5FUklDIGFtZDY0CldBUk5JTkc6IFdJVE5FU1Mgb3B0aW9uIGVuYWJsZWQsIGV4cGVj dCByZWR1Y2VkIHBlcmZvcm1hbmNlLgpDUFU6IEludGVsKFIpIFhlb24oUikgQ1BVICAgICAgICAg ICBFNTYyMCAgQCAyLjQwR0h6ICgyMzk0LjA1LU1IeiBLOC1jbGFzcyBDUFUpCiAgT3JpZ2luID0g IkdlbnVpbmVJbnRlbCIgIElkID0gMHgyMDZjMiAgRmFtaWx5ID0gNiAgTW9kZWwgPSAyYyAgU3Rl cHBpbmcgPSAyCiAgRmVhdHVyZXM9MHhiZmViZmJmZjxGUFUsVk1FLERFLFBTRSxUU0MsTVNSLFBB RSxNQ0UsQ1g4LEFQSUMsU0VQLE1UUlIsUEdFLE1DQSxDTU9WLFBBVCxQU0UzNixDTEZMVVNILERU UyxBQ1BJLE1NWCxGWFNSLFNTRSxTU0UyLFNTLEhUVCxUTSxQQkU+CiAgRmVhdHVyZXMyPTB4OWVl M2ZkPFNTRTMsRFRFUzY0LE1PTixEU19DUEwsVk1YLFNNWCxFU1QsVE0yLFNTU0UzLENYMTYseFRQ UixQRENNLFBDSUQsRENBLFNTRTQuMSxTU0U0LjIsUE9QQ05UPgogIEFNRCBGZWF0dXJlcz0weDJj MTAwODAwPFNZU0NBTEwsTlgsUGFnZTFHQixSRFRTQ1AsTE0+CiAgQU1EIEZlYXR1cmVzMj0weDE8 TEFIRj4KICBUU0M6IFAtc3RhdGUgaW52YXJpYW50LCBwZXJmb3JtYW5jZSBzdGF0aXN0aWNzCnJl YWwgbWVtb3J5ICA9IDM0MzU5NzM4MzY4ICgzMjc2OCBNQikKYXZhaWwgbWVtb3J5ID0gMzMwODgz NTYzNTIgKDMxNTU1IE1CKQpFdmVudCB0aW1lciAiTEFQSUMiIHF1YWxpdHkgNjAwCkFDUEkgQVBJ QyBUYWJsZTogPERFTEwgICBQRV9TQzMgID4KRnJlZUJTRC9TTVA6IE11bHRpcHJvY2Vzc29yIFN5 c3RlbSBEZXRlY3RlZDogMTYgQ1BVcwpGcmVlQlNEL1NNUDogMiBwYWNrYWdlKHMpIHggNCBjb3Jl KHMpIHggMiBTTVQgdGhyZWFkcwogY3B1MCAoQlNQKTogQVBJQyBJRDogMzIKIGNwdTEgKEFQKTog QVBJQyBJRDogMzMKIGNwdTIgKEFQKTogQVBJQyBJRDogMzQKIGNwdTMgKEFQKTogQVBJQyBJRDog MzUKIGNwdTQgKEFQKTogQVBJQyBJRDogNTAKIGNwdTUgKEFQKTogQVBJQyBJRDogNTEKIGNwdTYg KEFQKTogQVBJQyBJRDogNTIKIGNwdTcgKEFQKTogQVBJQyBJRDogNTMKIGNwdTggKEFQKTogQVBJ QyBJRDogIDAKIGNwdTkgKEFQKTogQVBJQyBJRDogIDEKIGNwdTEwIChBUCk6IEFQSUMgSUQ6ICAy CiBjcHUxMSAoQVApOiBBUElDIElEOiAgMwogY3B1MTIgKEFQKTogQVBJQyBJRDogMTgKIGNwdTEz IChBUCk6IEFQSUMgSUQ6IDE5CiBjcHUxNCAoQVApOiBBUElDIElEOiAyMAogY3B1MTUgKEFQKTog QVBJQyBJRDogMjEKaW9hcGljMTogQ2hhbmdpbmcgQVBJQyBJRCB0byAxCmlvYXBpYzAgPFZlcnNp b24gMi4wPiBpcnFzIDAtMjMgb24gbW90aGVyYm9hcmQKaW9hcGljMSA8VmVyc2lvbiAyLjA+IGly cXMgMzItNTUgb24gbW90aGVyYm9hcmQKa2JkMSBhdCBrYmRtdXgwCmN0bDogQ0FNIFRhcmdldCBM YXllciBsb2FkZWQKYWNwaTA6IDxERUxMIFBFX1NDMz4gb24gbW90aGVyYm9hcmQKYWNwaTA6IFBv d2VyIEJ1dHRvbiAoZml4ZWQpCmNwdTA6IDxBQ1BJIENQVT4gb24gYWNwaTAKY3B1MTogPEFDUEkg Q1BVPiBvbiBhY3BpMApjcHUxOiBpbnZhbGlkIF9DU1QgcGFja2FnZQpjcHUyOiA8QUNQSSBDUFU+ IG9uIGFjcGkwCmNwdTM6IDxBQ1BJIENQVT4gb24gYWNwaTAKY3B1NDogPEFDUEkgQ1BVPiBvbiBh Y3BpMApjcHU1OiA8QUNQSSBDUFU+IG9uIGFjcGkwCmNwdTY6IDxBQ1BJIENQVT4gb24gYWNwaTAK Y3B1NzogPEFDUEkgQ1BVPiBvbiBhY3BpMApjcHU4OiA8QUNQSSBDUFU+IG9uIGFjcGkwCmNwdTk6 IDxBQ1BJIENQVT4gb24gYWNwaTAKY3B1MTA6IDxBQ1BJIENQVT4gb24gYWNwaTAKY3B1MTE6IDxB Q1BJIENQVT4gb24gYWNwaTAKY3B1MTI6IDxBQ1BJIENQVT4gb24gYWNwaTAKY3B1MTM6IDxBQ1BJ IENQVT4gb24gYWNwaTAKY3B1MTQ6IDxBQ1BJIENQVT4gb24gYWNwaTAKY3B1MTU6IDxBQ1BJIENQ VT4gb24gYWNwaTAKYXRydGMwOiA8QVQgcmVhbHRpbWUgY2xvY2s+IHBvcnQgMHg3MC0weDdmIGly cSA4IG9uIGFjcGkwCkV2ZW50IHRpbWVyICJSVEMiIGZyZXF1ZW5jeSAzMjc2OCBIeiBxdWFsaXR5 IDAKYXR0aW1lcjA6IDxBVCB0aW1lcj4gcG9ydCAweDQwLTB4NWYgaXJxIDAgb24gYWNwaTAKVGlt ZWNvdW50ZXIgImk4MjU0IiBmcmVxdWVuY3kgMTE5MzE4MiBIeiBxdWFsaXR5IDAKRXZlbnQgdGlt ZXIgImk4MjU0IiBmcmVxdWVuY3kgMTE5MzE4MiBIeiBxdWFsaXR5IDEwMApocGV0MDogPEhpZ2gg UHJlY2lzaW9uIEV2ZW50IFRpbWVyPiBpb21lbSAweGZlZDAwMDAwLTB4ZmVkMDAzZmYgb24gYWNw aTAKVGltZWNvdW50ZXIgIkhQRVQiIGZyZXF1ZW5jeSAxNDMxODE4MCBIeiBxdWFsaXR5IDk1MApF dmVudCB0aW1lciAiSFBFVCIgZnJlcXVlbmN5IDE0MzE4MTgwIEh6IHF1YWxpdHkgNDUwCkV2ZW50 IHRpbWVyICJIUEVUMSIgZnJlcXVlbmN5IDE0MzE4MTgwIEh6IHF1YWxpdHkgNDQwCkV2ZW50IHRp bWVyICJIUEVUMiIgZnJlcXVlbmN5IDE0MzE4MTgwIEh6IHF1YWxpdHkgNDQwCkV2ZW50IHRpbWVy ICJIUEVUMyIgZnJlcXVlbmN5IDE0MzE4MTgwIEh6IHF1YWxpdHkgNDQwClRpbWVjb3VudGVyICJB Q1BJLXNhZmUiIGZyZXF1ZW5jeSAzNTc5NTQ1IEh6IHF1YWxpdHkgODUwCmFjcGlfdGltZXIwOiA8 MjQtYml0IHRpbWVyIGF0IDMuNTc5NTQ1TUh6PiBwb3J0IDB4ODA4LTB4ODBiIG9uIGFjcGkwCnBj aWIwOiA8QUNQSSBIb3N0LVBDSSBicmlkZ2U+IHBvcnQgMHhjZjgtMHhjZmYgb24gYWNwaTAKcGNp MDogPEFDUEkgUENJIGJ1cz4gb24gcGNpYjAKcGNpYjE6IDxBQ1BJIFBDSS1QQ0kgYnJpZGdlPiBh dCBkZXZpY2UgMS4wIG9uIHBjaTAKcGNpMTogPEFDUEkgUENJIGJ1cz4gb24gcGNpYjEKYmNlMDog PEJyb2FkY29tIE5ldFh0cmVtZSBJSSBCQ001NzA5IDEwMDBCYXNlLVQgKEMwKT4gbWVtIDB4ZDIw MDAwMDAtMHhkM2ZmZmZmZiBpcnEgMzYgYXQgZGV2aWNlIDAuMCBvbiBwY2kxCm1paWJ1czA6IDxN SUkgYnVzPiBvbiBiY2UwCmJyZ3BoeTA6IDxCQ001NzA5IDEwLzEwMC8xMDAwYmFzZVQgUEhZPiBQ SFkgMSBvbiBtaWlidXMwCmJyZ3BoeTA6ICAxMGJhc2VULCAxMGJhc2VULUZEWCwgMTAwYmFzZVRY LCAxMDBiYXNlVFgtRkRYLCAxMDAwYmFzZVQsIDEwMDBiYXNlVC1tYXN0ZXIsIDEwMDBiYXNlVC1G RFgsIDEwMDBiYXNlVC1GRFgtbWFzdGVyLCBhdXRvLCBhdXRvLWZsb3cKYmNlMDogRXRoZXJuZXQg YWRkcmVzczogYjg6YWM6NmY6MTU6NDE6NTIKYmNlMDogQVNJQyAoMHg1NzA5MjAwMyk7IFJldiAo QzApOyBCdXMgKFBDSWUgeDQsIDIuNUdicHMpOyBCL0MgKDUuMi4yKTsgQnVmcyAoUlg6MjtUWDoy O1BHOjgpOyBGbGFncyAoU1BMVHxNU0l8TUZXKTsgTUZXIChOQ1NJIDIuMC44KQpDb2FsIChSWDo2 LDYsMTgsMTg7IFRYOjIwLDIwLDgwLDgwKQpiY2UxOiA8QnJvYWRjb20gTmV0WHRyZW1lIElJIEJD TTU3MDkgMTAwMEJhc2UtVCAoQzApPiBtZW0gMHhkNDAwMDAwMC0weGQ1ZmZmZmZmIGlycSA0OCBh dCBkZXZpY2UgMC4xIG9uIHBjaTEKbWlpYnVzMTogPE1JSSBidXM+IG9uIGJjZTEKYnJncGh5MTog PEJDTTU3MDkgMTAvMTAwLzEwMDBiYXNlVCBQSFk+IFBIWSAxIG9uIG1paWJ1czEKYnJncGh5MTog IDEwYmFzZVQsIDEwYmFzZVQtRkRYLCAxMDBiYXNlVFgsIDEwMGJhc2VUWC1GRFgsIDEwMDBiYXNl VCwgMTAwMGJhc2VULW1hc3RlciwgMTAwMGJhc2VULUZEWCwgMTAwMGJhc2VULUZEWC1tYXN0ZXIs IGF1dG8sIGF1dG8tZmxvdwpiY2UxOiBFdGhlcm5ldCBhZGRyZXNzOiBiODphYzo2ZjoxNTo0MTo1 NApiY2UxOiBBU0lDICgweDU3MDkyMDAzKTsgUmV2IChDMCk7IEJ1cyAoUENJZSB4NCwgMi41R2Jw cyk7IEIvQyAoNS4yLjIpOyBCdWZzIChSWDoyO1RYOjI7UEc6OCk7IEZsYWdzIChTUExUfE1TSXxN RlcpOyBNRlcgKE5DU0kgMi4wLjgpCkNvYWwgKFJYOjYsNiwxOCwxODsgVFg6MjAsMjAsODAsODAp CnBjaWIyOiA8QUNQSSBQQ0ktUENJIGJyaWRnZT4gYXQgZGV2aWNlIDMuMCBvbiBwY2kwCnBjaTI6 IDxBQ1BJIFBDSSBidXM+IG9uIHBjaWIyCmJjZTI6IDxCcm9hZGNvbSBOZXRYdHJlbWUgSUkgQkNN NTcwOSAxMDAwQmFzZS1UIChDMCk+IG1lbSAweGQ2MDAwMDAwLTB4ZDdmZmZmZmYgaXJxIDMyIGF0 IGRldmljZSAwLjAgb24gcGNpMgptaWlidXMyOiA8TUlJIGJ1cz4gb24gYmNlMgpicmdwaHkyOiA8 QkNNNTcwOSAxMC8xMDAvMTAwMGJhc2VUIFBIWT4gUEhZIDEgb24gbWlpYnVzMgpicmdwaHkyOiAg MTBiYXNlVCwgMTBiYXNlVC1GRFgsIDEwMGJhc2VUWCwgMTAwYmFzZVRYLUZEWCwgMTAwMGJhc2VU LCAxMDAwYmFzZVQtbWFzdGVyLCAxMDAwYmFzZVQtRkRYLCAxMDAwYmFzZVQtRkRYLW1hc3Rlciwg YXV0bywgYXV0by1mbG93CmJjZTI6IEV0aGVybmV0IGFkZHJlc3M6IGI4OmFjOjZmOjE1OjQxOjU2 CmJjZTI6IEFTSUMgKDB4NTcwOTIwMDMpOyBSZXYgKEMwKTsgQnVzIChQQ0llIHg0LCAyLjVHYnBz KTsgQi9DICg1LjIuMik7IEJ1ZnMgKFJYOjI7VFg6MjtQRzo4KTsgRmxhZ3MgKFNQTFR8TVNJfE1G Vyk7IE1GVyAoTkNTSSAyLjAuOCkKQ29hbCAoUlg6Niw2LDE4LDE4OyBUWDoyMCwyMCw4MCw4MCkK YmNlMzogPEJyb2FkY29tIE5ldFh0cmVtZSBJSSBCQ001NzA5IDEwMDBCYXNlLVQgKEMwKT4gbWVt IDB4ZDgwMDAwMDAtMHhkOWZmZmZmZiBpcnEgNDIgYXQgZGV2aWNlIDAuMSBvbiBwY2kyCm1paWJ1 czM6IDxNSUkgYnVzPiBvbiBiY2UzCmJyZ3BoeTM6IDxCQ001NzA5IDEwLzEwMC8xMDAwYmFzZVQg UEhZPiBQSFkgMSBvbiBtaWlidXMzCmJyZ3BoeTM6ICAxMGJhc2VULCAxMGJhc2VULUZEWCwgMTAw YmFzZVRYLCAxMDBiYXNlVFgtRkRYLCAxMDAwYmFzZVQsIDEwMDBiYXNlVC1tYXN0ZXIsIDEwMDBi YXNlVC1GRFgsIDEwMDBiYXNlVC1GRFgtbWFzdGVyLCBhdXRvLCBhdXRvLWZsb3cKYmNlMzogRXRo ZXJuZXQgYWRkcmVzczogYjg6YWM6NmY6MTU6NDE6NTgKYmNlMzogQVNJQyAoMHg1NzA5MjAwMyk7 IFJldiAoQzApOyBCdXMgKFBDSWUgeDQsIDIuNUdicHMpOyBCL0MgKDUuMi4yKTsgQnVmcyAoUlg6 MjtUWDoyO1BHOjgpOyBGbGFncyAoU1BMVHxNU0l8TUZXKTsgTUZXIChOQ1NJIDIuMC44KQpDb2Fs IChSWDo2LDYsMTgsMTg7IFRYOjIwLDIwLDgwLDgwKQpwY2liMzogPEFDUEkgUENJLVBDSSBicmlk Z2U+IGF0IGRldmljZSA3LjAgb24gcGNpMApwY2k0OiA8QUNQSSBQQ0kgYnVzPiBvbiBwY2liMwpi Y2U0OiA8QnJvYWRjb20gTmV0WHRyZW1lIElJIEJDTTU3MDkgMTAwMEJhc2UtVCAoQzApPiBtZW0g MHhkYTAwMDAwMC0weGRiZmZmZmZmIGlycSAzOCBhdCBkZXZpY2UgMC4wIG9uIHBjaTQKbWlpYnVz NDogPE1JSSBidXM+IG9uIGJjZTQKYnJncGh5NDogPEJDTTU3MDkgMTAvMTAwLzEwMDBiYXNlVCBQ SFk+IFBIWSAxIG9uIG1paWJ1czQKYnJncGh5NDogIDEwYmFzZVQsIDEwYmFzZVQtRkRYLCAxMDBi YXNlVFgsIDEwMGJhc2VUWC1GRFgsIDEwMDBiYXNlVCwgMTAwMGJhc2VULW1hc3RlciwgMTAwMGJh c2VULUZEWCwgMTAwMGJhc2VULUZEWC1tYXN0ZXIsIGF1dG8sIGF1dG8tZmxvdwpiY2U0OiBFdGhl cm5ldCBhZGRyZXNzOiAwMDoxMDoxODo3NDplMTo1MApiY2U0OiBBU0lDICgweDU3MDkyMDAzKTsg UmV2IChDMCk7IEJ1cyAoUENJZSB4NCwgMi41R2Jwcyk7IEIvQyAoNS4yLjIpOyBCdWZzIChSWDoy O1RYOjI7UEc6OCk7IEZsYWdzIChTUExUfE1TSSkKQ29hbCAoUlg6Niw2LDE4LDE4OyBUWDoyMCwy MCw4MCw4MCkKYmNlNTogPEJyb2FkY29tIE5ldFh0cmVtZSBJSSBCQ001NzA5IDEwMDBCYXNlLVQg KEMwKT4gbWVtIDB4ZGMwMDAwMDAtMHhkZGZmZmZmZiBpcnEgNDUgYXQgZGV2aWNlIDAuMSBvbiBw Y2k0Cm1paWJ1czU6IDxNSUkgYnVzPiBvbiBiY2U1CmJyZ3BoeTU6IDxCQ001NzA5IDEwLzEwMC8x MDAwYmFzZVQgUEhZPiBQSFkgMSBvbiBtaWlidXM1CmJyZ3BoeTU6ICAxMGJhc2VULCAxMGJhc2VU LUZEWCwgMTAwYmFzZVRYLCAxMDBiYXNlVFgtRkRYLCAxMDAwYmFzZVQsIDEwMDBiYXNlVC1tYXN0 ZXIsIDEwMDBiYXNlVC1GRFgsIDEwMDBiYXNlVC1GRFgtbWFzdGVyLCBhdXRvLCBhdXRvLWZsb3cK YmNlNTogRXRoZXJuZXQgYWRkcmVzczogMDA6MTA6MTg6NzQ6ZTE6NTIKYmNlNTogQVNJQyAoMHg1 NzA5MjAwMyk7IFJldiAoQzApOyBCdXMgKFBDSWUgeDQsIDIuNUdicHMpOyBCL0MgKDUuMi4yKTsg QnVmcyAoUlg6MjtUWDoyO1BHOjgpOyBGbGFncyAoU1BMVHxNU0kpCkNvYWwgKFJYOjYsNiwxOCwx ODsgVFg6MjAsMjAsODAsODApCnBjaWI0OiA8QUNQSSBQQ0ktUENJIGJyaWRnZT4gYXQgZGV2aWNl IDkuMCBvbiBwY2kwCnBjaTU6IDxBQ1BJIFBDSSBidXM+IG9uIHBjaWI0CnBjaTA6IDxiYXNlIHBl cmlwaGVyYWwsIGludGVycnVwdCBjb250cm9sbGVyPiBhdCBkZXZpY2UgMjAuMCAobm8gZHJpdmVy IGF0dGFjaGVkKQpwY2kwOiA8YmFzZSBwZXJpcGhlcmFsLCBpbnRlcnJ1cHQgY29udHJvbGxlcj4g YXQgZGV2aWNlIDIwLjEgKG5vIGRyaXZlciBhdHRhY2hlZCkKcGNpMDogPGJhc2UgcGVyaXBoZXJh bCwgaW50ZXJydXB0IGNvbnRyb2xsZXI+IGF0IGRldmljZSAyMC4yIChubyBkcml2ZXIgYXR0YWNo ZWQpCnVoY2kwOiA8SW50ZWwgODI4MDFJIChJQ0g5KSBVU0IgY29udHJvbGxlcj4gcG9ydCAweGVj NDAtMHhlYzVmIGlycSAxNyBhdCBkZXZpY2UgMjYuMCBvbiBwY2kwCnVzYnVzMDogPEludGVsIDgy ODAxSSAoSUNIOSkgVVNCIGNvbnRyb2xsZXI+IG9uIHVoY2kwCnVoY2kxOiA8SW50ZWwgODI4MDFJ IChJQ0g5KSBVU0IgY29udHJvbGxlcj4gcG9ydCAweGVjNjAtMHhlYzdmIGlycSAxOCBhdCBkZXZp Y2UgMjYuMSBvbiBwY2kwCnVzYnVzMTogPEludGVsIDgyODAxSSAoSUNIOSkgVVNCIGNvbnRyb2xs ZXI+IG9uIHVoY2kxCmVoY2kwOiA8SW50ZWwgODI4MDFJIChJQ0g5KSBVU0IgMi4wIGNvbnRyb2xs ZXI+IG1lbSAweGRmMGZmODAwLTB4ZGYwZmZiZmYgaXJxIDE5IGF0IGRldmljZSAyNi43IG9uIHBj aTAKdXNidXMyOiBFSENJIHZlcnNpb24gMS4wCnVzYnVzMjogPEludGVsIDgyODAxSSAoSUNIOSkg VVNCIDIuMCBjb250cm9sbGVyPiBvbiBlaGNpMApwY2liNTogPEFDUEkgUENJLVBDSSBicmlkZ2U+ IGF0IGRldmljZSAyOC4wIG9uIHBjaTAKcGNpMzogPEFDUEkgUENJIGJ1cz4gb24gcGNpYjUKbXBz MDogPExTSSBTQVMyMDA4PiBwb3J0IDB4ZmMwMC0weGZjZmYgbWVtIDB4ZGYyYjAwMDAtMHhkZjJi ZmZmZiwweGRmMmMwMDAwLTB4ZGYyZmZmZmYgaXJxIDE2IGF0IGRldmljZSAwLjAgb24gcGNpMwpt cHMwOiBEb29yYmVsbD0gMHgyMjAwMDAwMAptcHMwOiBEb29yYmVsbD0gMHgxMjAwMDAwMAptcHMw OiBJT0NGYWN0cwk6CglNc2dWZXJzaW9uOiAweDIwMAoJSGVhZGVyVmVyc2lvbjogMHgxMDAwCglJ T0NOdW1iZXI6IDAKCUlPQ0V4Y2VwdGlvbnM6IDB4MAoJTWF4Q2hhaW5EZXB0aDogMTI4CglXaG9J bml0OiBST00gQklPUwoJTnVtYmVyT2ZQb3J0czogMQoJUmVxdWVzdENyZWRpdDogMjYwNwoJUHJv ZHVjdElEOiAweDI3MTMKCUlPQ0NhcGFiaWxpdGllczogMTg1YzxTY3NpVGFza0Z1bGwsRGlhZ1Ry YWNlLFNuYXBCdWYsRUVEUCxUcmFuc1JldHJ5LElSPgoJRldWZXJzaW9uPSA3LTE1LTgtMAoJSU9D UmVxdWVzdEZyYW1lU2l6ZTogMzIKCU1heEluaXRpYXRvcnM6IDEKCU1heFRhcmdldHM6IDQwCglN YXhTYXNFeHBhbmRlcnM6IDIwCglNYXhFbmNsb3N1cmVzOiAxMAoJUHJvdG9jb2xGbGFnczogMzxT Y3NpVGFyZyxTY3NpSW5pdD4KCUhpZ2hQcmlvcml0eUNyZWRpdDogNDcKCU1heFJlcGx5RGVzY3Jp cHRvclBvc3RRdWV1ZURlcHRoOiA2NTUyMAoJUmVwbHlGcmFtZVNpemU6IDMyCglNYXhWb2x1bWVz OiAyCglNYXhEZXZIYW5kbGU6IDc5CglNYXhQZXJzaXN0ZW50RW50cmllczogMTI4Cm1wczA6IEZp cm13YXJlOiAwNy4xNS4wOC4wMCwgRHJpdmVyOiAxMy4wMC4wMC4wMC1mYnNkCm1wczA6IElPQ0Nh cGFiaWxpdGllczogMTg1YzxTY3NpVGFza0Z1bGwsRGlhZ1RyYWNlLFNuYXBCdWYsRUVEUCxUcmFu c1JldHJ5LElSPgptcHMwOiBEb29yYmVsbD0gMHgxMDAwMDAwMAptcHMwOiBEb29yYmVsbD0gMHgx MDAwMDAwMAptcHMwOiBJT0NJbml0IHN0YXR1cz0gMHgwCm1wczA6IFBvcnRGYWN0cwk6CglQb3J0 TnVtYmVyOiAwCglQb3J0VHlwZTogMHgzMAoJTWF4UG9zdGVkQ21kQnVmZmVyczogMAptcHMwOiBF dmVudFJlcGx5CToKCUV2ZW50RGF0YUxlbmd0aDogMAoJQWNrUmVxdWlyZWQ6IDAKCUV2ZW50OiBF dmVudENoYW5nZSAoMHhhKQoJRXZlbnRDb250ZXh0OiAweDAKbXBzMDogRXZlbnRSZXBseQk6CglF dmVudERhdGFMZW5ndGg6IDAKCUFja1JlcXVpcmVkOiAwCglFdmVudDogRXZlbnRDaGFuZ2UgKDB4 YSkKCUV2ZW50Q29udGV4dDogMHgwCnVoY2kyOiA8SW50ZWwgODI4MDFJIChJQ0g5KSBVU0IgY29u dHJvbGxlcj4gcG9ydCAweGVjODAtMHhlYzlmIGlycSAyMSBhdCBkZXZpY2UgMjkuMCBvbiBwY2kw CnVzYnVzMzogPEludGVsIDgyODAxSSAoSUNIOSkgVVNCIGNvbnRyb2xsZXI+IG9uIHVoY2kyCnVo Y2kzOiA8SW50ZWwgODI4MDFJIChJQ0g5KSBVU0IgY29udHJvbGxlcj4gcG9ydCAweGVjYTAtMHhl Y2JmIGlycSAyMCBhdCBkZXZpY2UgMjkuMSBvbiBwY2kwCnVzYnVzNDogPEludGVsIDgyODAxSSAo SUNIOSkgVVNCIGNvbnRyb2xsZXI+IG9uIHVoY2kzCmVoY2kxOiA8SW50ZWwgODI4MDFJIChJQ0g5 KSBVU0IgMi4wIGNvbnRyb2xsZXI+IG1lbSAweGRmMGZmYzAwLTB4ZGYwZmZmZmYgaXJxIDIxIGF0 IGRldmljZSAyOS43IG9uIHBjaTAKdXNidXM1OiBFSENJIHZlcnNpb24gMS4wCnVzYnVzNTogPElu dGVsIDgyODAxSSAoSUNIOSkgVVNCIDIuMCBjb250cm9sbGVyPiBvbiBlaGNpMQpwY2liNjogPEFD UEkgUENJLVBDSSBicmlkZ2U+IGF0IGRldmljZSAzMC4wIG9uIHBjaTAKcGNpNjogPEFDUEkgUENJ IGJ1cz4gb24gcGNpYjYKdmdhcGNpMDogPFZHQS1jb21wYXRpYmxlIGRpc3BsYXk+IG1lbSAweGQx ODAwMDAwLTB4ZDFmZmZmZmYsMHhkZTdmYzAwMC0weGRlN2ZmZmZmLDB4ZGU4MDAwMDAtMHhkZWZm ZmZmZiBpcnEgMTkgYXQgZGV2aWNlIDMuMCBvbiBwY2k2CmlzYWIwOiA8UENJLUlTQSBicmlkZ2U+ IGF0IGRldmljZSAzMS4wIG9uIHBjaTAKaXNhMDogPElTQSBidXM+IG9uIGlzYWIwCmF0YXBjaTA6 IDxJbnRlbCBJQ0g5IFNBVEEzMDAgY29udHJvbGxlcj4gcG9ydCAweGVjMTAtMHhlYzE3LDB4ZWMw OC0weGVjMGIsMHhlYzE4LTB4ZWMxZiwweGVjMGMtMHhlYzBmLDB4ZWMyMC0weGVjMmYsMHhlYzMw LTB4ZWMzZiBpcnEgMjMgYXQgZGV2aWNlIDMxLjIgb24gcGNpMAphdGEyOiA8QVRBIGNoYW5uZWw+ IGF0IGNoYW5uZWwgMCBvbiBhdGFwY2kwCmF0YTM6IDxBVEEgY2hhbm5lbD4gYXQgY2hhbm5lbCAx IG9uIGF0YXBjaTAKdWFydDA6IDwxNjU1MCBvciBjb21wYXRpYmxlPiBwb3J0IDB4M2Y4LTB4M2Zm IGlycSA0IGZsYWdzIDB4MTAgb24gYWNwaTAKdWFydDE6IDwxNjU1MCBvciBjb21wYXRpYmxlPiBw b3J0IDB4MmY4LTB4MmZmIGlycSAzIG9uIGFjcGkwCnFwaTA6IDxRUEkgc3lzdGVtIGJ1cz4gb24g bW90aGVyYm9hcmQKcGNpYjc6IDxRUEkgSG9zdC1QQ0kgYnJpZGdlPiBwY2lidXMgMjU1IG9uIHFw aTAKcGNpMjU1OiA8UENJIGJ1cz4gb24gcGNpYjcKcGNpYjg6IDxRUEkgSG9zdC1QQ0kgYnJpZGdl PiBwY2lidXMgMjU0IG9uIHFwaTAKcGNpMjU0OiA8UENJIGJ1cz4gb24gcGNpYjgKb3JtMDogPElT QSBPcHRpb24gUk9Ncz4gYXQgaW9tZW0gMHhjMDAwMC0weGM3ZmZmLDB4YzgwMDAtMHhjOGZmZiww eGNiODAwLTB4ZDBmZmYsMHhkMTAwMC0weGQxZmZmLDB4ZWMwMDAtMHhlZmZmZiBvbiBpc2EwCnNj MDogPFN5c3RlbSBjb25zb2xlPiBhdCBmbGFncyAweDEwMCBvbiBpc2EwCnNjMDogVkdBIDwxNiB2 aXJ0dWFsIGNvbnNvbGVzLCBmbGFncz0weDMwMD4KdmdhMDogPEdlbmVyaWMgSVNBIFZHQT4gYXQg cG9ydCAweDNjMC0weDNkZiBpb21lbSAweGEwMDAwLTB4YmZmZmYgb24gaXNhMAphdGtiZGMwOiA8 S2V5Ym9hcmQgY29udHJvbGxlciAoaTgwNDIpPiBhdCBwb3J0IDB4NjAsMHg2NCBvbiBpc2EwCmF0 a2JkMDogPEFUIEtleWJvYXJkPiBpcnEgMSBvbiBhdGtiZGMwCmtiZDAgYXQgYXRrYmQwCmF0a2Jk MDogW0dJQU5ULUxPQ0tFRF0KcHBjMDogY2Fubm90IHJlc2VydmUgSS9PIHBvcnQgcmFuZ2UKZXN0 MDogPEVuaGFuY2VkIFNwZWVkU3RlcCBGcmVxdWVuY3kgQ29udHJvbD4gb24gY3B1MAplc3Q6IENQ VSBzdXBwb3J0cyBFbmhhbmNlZCBTcGVlZHN0ZXAsIGJ1dCBpcyBub3QgcmVjb2duaXplZC4KZXN0 OiBjcHVfdmVuZG9yIEdlbnVpbmVJbnRlbCwgbXNyIDEzCmRldmljZV9hdHRhY2g6IGVzdDAgYXR0 YWNoIHJldHVybmVkIDYKcDR0Y2MwOiA8Q1BVIEZyZXF1ZW5jeSBUaGVybWFsIENvbnRyb2w+IG9u IGNwdTAKZXN0MTogPEVuaGFuY2VkIFNwZWVkU3RlcCBGcmVxdWVuY3kgQ29udHJvbD4gb24gY3B1 MQplc3Q6IENQVSBzdXBwb3J0cyBFbmhhbmNlZCBTcGVlZHN0ZXAsIGJ1dCBpcyBub3QgcmVjb2du aXplZC4KZXN0OiBjcHVfdmVuZG9yIEdlbnVpbmVJbnRlbCwgbXNyIDEzCmRldmljZV9hdHRhY2g6 IGVzdDEgYXR0YWNoIHJldHVybmVkIDYKcDR0Y2MxOiA8Q1BVIEZyZXF1ZW5jeSBUaGVybWFsIENv bnRyb2w+IG9uIGNwdTEKZXN0MjogPEVuaGFuY2VkIFNwZWVkU3RlcCBGcmVxdWVuY3kgQ29udHJv bD4gb24gY3B1Mgplc3Q6IENQVSBzdXBwb3J0cyBFbmhhbmNlZCBTcGVlZHN0ZXAsIGJ1dCBpcyBu b3QgcmVjb2duaXplZC4KZXN0OiBjcHVfdmVuZG9yIEdlbnVpbmVJbnRlbCwgbXNyIDEzCmRldmlj ZV9hdHRhY2g6IGVzdDIgYXR0YWNoIHJldHVybmVkIDYKcDR0Y2MyOiA8Q1BVIEZyZXF1ZW5jeSBU aGVybWFsIENvbnRyb2w+IG9uIGNwdTIKZXN0MzogPEVuaGFuY2VkIFNwZWVkU3RlcCBGcmVxdWVu Y3kgQ29udHJvbD4gb24gY3B1Mwplc3Q6IENQVSBzdXBwb3J0cyBFbmhhbmNlZCBTcGVlZHN0ZXAs IGJ1dCBpcyBub3QgcmVjb2duaXplZC4KZXN0OiBjcHVfdmVuZG9yIEdlbnVpbmVJbnRlbCwgbXNy IDEzCmRldmljZV9hdHRhY2g6IGVzdDMgYXR0YWNoIHJldHVybmVkIDYKcDR0Y2MzOiA8Q1BVIEZy ZXF1ZW5jeSBUaGVybWFsIENvbnRyb2w+IG9uIGNwdTMKZXN0NDogPEVuaGFuY2VkIFNwZWVkU3Rl cCBGcmVxdWVuY3kgQ29udHJvbD4gb24gY3B1NAplc3Q6IENQVSBzdXBwb3J0cyBFbmhhbmNlZCBT cGVlZHN0ZXAsIGJ1dCBpcyBub3QgcmVjb2duaXplZC4KZXN0OiBjcHVfdmVuZG9yIEdlbnVpbmVJ bnRlbCwgbXNyIDEzCmRldmljZV9hdHRhY2g6IGVzdDQgYXR0YWNoIHJldHVybmVkIDYKcDR0Y2M0 OiA8Q1BVIEZyZXF1ZW5jeSBUaGVybWFsIENvbnRyb2w+IG9uIGNwdTQKZXN0NTogPEVuaGFuY2Vk IFNwZWVkU3RlcCBGcmVxdWVuY3kgQ29udHJvbD4gb24gY3B1NQplc3Q6IENQVSBzdXBwb3J0cyBF bmhhbmNlZCBTcGVlZHN0ZXAsIGJ1dCBpcyBub3QgcmVjb2duaXplZC4KZXN0OiBjcHVfdmVuZG9y IEdlbnVpbmVJbnRlbCwgbXNyIDEzCmRldmljZV9hdHRhY2g6IGVzdDUgYXR0YWNoIHJldHVybmVk IDYKcDR0Y2M1OiA8Q1BVIEZyZXF1ZW5jeSBUaGVybWFsIENvbnRyb2w+IG9uIGNwdTUKZXN0Njog PEVuaGFuY2VkIFNwZWVkU3RlcCBGcmVxdWVuY3kgQ29udHJvbD4gb24gY3B1Ngplc3Q6IENQVSBz dXBwb3J0cyBFbmhhbmNlZCBTcGVlZHN0ZXAsIGJ1dCBpcyBub3QgcmVjb2duaXplZC4KZXN0OiBj cHVfdmVuZG9yIEdlbnVpbmVJbnRlbCwgbXNyIDEzCmRldmljZV9hdHRhY2g6IGVzdDYgYXR0YWNo IHJldHVybmVkIDYKcDR0Y2M2OiA8Q1BVIEZyZXF1ZW5jeSBUaGVybWFsIENvbnRyb2w+IG9uIGNw dTYKZXN0NzogPEVuaGFuY2VkIFNwZWVkU3RlcCBGcmVxdWVuY3kgQ29udHJvbD4gb24gY3B1Nwpl c3Q6IENQVSBzdXBwb3J0cyBFbmhhbmNlZCBTcGVlZHN0ZXAsIGJ1dCBpcyBub3QgcmVjb2duaXpl ZC4KZXN0OiBjcHVfdmVuZG9yIEdlbnVpbmVJbnRlbCwgbXNyIDEzCmRldmljZV9hdHRhY2g6IGVz dDcgYXR0YWNoIHJldHVybmVkIDYKcDR0Y2M3OiA8Q1BVIEZyZXF1ZW5jeSBUaGVybWFsIENvbnRy b2w+IG9uIGNwdTcKZXN0ODogPEVuaGFuY2VkIFNwZWVkU3RlcCBGcmVxdWVuY3kgQ29udHJvbD4g b24gY3B1OAplc3Q6IENQVSBzdXBwb3J0cyBFbmhhbmNlZCBTcGVlZHN0ZXAsIGJ1dCBpcyBub3Qg cmVjb2duaXplZC4KZXN0OiBjcHVfdmVuZG9yIEdlbnVpbmVJbnRlbCwgbXNyIDEzCmRldmljZV9h dHRhY2g6IGVzdDggYXR0YWNoIHJldHVybmVkIDYKcDR0Y2M4OiA8Q1BVIEZyZXF1ZW5jeSBUaGVy bWFsIENvbnRyb2w+IG9uIGNwdTgKZXN0OTogPEVuaGFuY2VkIFNwZWVkU3RlcCBGcmVxdWVuY3kg Q29udHJvbD4gb24gY3B1OQplc3Q6IENQVSBzdXBwb3J0cyBFbmhhbmNlZCBTcGVlZHN0ZXAsIGJ1 dCBpcyBub3QgcmVjb2duaXplZC4KZXN0OiBjcHVfdmVuZG9yIEdlbnVpbmVJbnRlbCwgbXNyIDEz CmRldmljZV9hdHRhY2g6IGVzdDkgYXR0YWNoIHJldHVybmVkIDYKcDR0Y2M5OiA8Q1BVIEZyZXF1 ZW5jeSBUaGVybWFsIENvbnRyb2w+IG9uIGNwdTkKZXN0MTA6IDxFbmhhbmNlZCBTcGVlZFN0ZXAg RnJlcXVlbmN5IENvbnRyb2w+IG9uIGNwdTEwCmVzdDogQ1BVIHN1cHBvcnRzIEVuaGFuY2VkIFNw ZWVkc3RlcCwgYnV0IGlzIG5vdCByZWNvZ25pemVkLgplc3Q6IGNwdV92ZW5kb3IgR2VudWluZUlu dGVsLCBtc3IgMTMKZGV2aWNlX2F0dGFjaDogZXN0MTAgYXR0YWNoIHJldHVybmVkIDYKcDR0Y2Mx MDogPENQVSBGcmVxdWVuY3kgVGhlcm1hbCBDb250cm9sPiBvbiBjcHUxMAplc3QxMTogPEVuaGFu Y2VkIFNwZWVkU3RlcCBGcmVxdWVuY3kgQ29udHJvbD4gb24gY3B1MTEKZXN0OiBDUFUgc3VwcG9y dHMgRW5oYW5jZWQgU3BlZWRzdGVwLCBidXQgaXMgbm90IHJlY29nbml6ZWQuCmVzdDogY3B1X3Zl bmRvciBHZW51aW5lSW50ZWwsIG1zciAxMwpkZXZpY2VfYXR0YWNoOiBlc3QxMSBhdHRhY2ggcmV0 dXJuZWQgNgpwNHRjYzExOiA8Q1BVIEZyZXF1ZW5jeSBUaGVybWFsIENvbnRyb2w+IG9uIGNwdTEx CmVzdDEyOiA8RW5oYW5jZWQgU3BlZWRTdGVwIEZyZXF1ZW5jeSBDb250cm9sPiBvbiBjcHUxMgpl c3Q6IENQVSBzdXBwb3J0cyBFbmhhbmNlZCBTcGVlZHN0ZXAsIGJ1dCBpcyBub3QgcmVjb2duaXpl ZC4KZXN0OiBjcHVfdmVuZG9yIEdlbnVpbmVJbnRlbCwgbXNyIDEzCmRldmljZV9hdHRhY2g6IGVz dDEyIGF0dGFjaCByZXR1cm5lZCA2CnA0dGNjMTI6IDxDUFUgRnJlcXVlbmN5IFRoZXJtYWwgQ29u dHJvbD4gb24gY3B1MTIKZXN0MTM6IDxFbmhhbmNlZCBTcGVlZFN0ZXAgRnJlcXVlbmN5IENvbnRy b2w+IG9uIGNwdTEzCmVzdDogQ1BVIHN1cHBvcnRzIEVuaGFuY2VkIFNwZWVkc3RlcCwgYnV0IGlz IG5vdCByZWNvZ25pemVkLgplc3Q6IGNwdV92ZW5kb3IgR2VudWluZUludGVsLCBtc3IgMTMKZGV2 aWNlX2F0dGFjaDogZXN0MTMgYXR0YWNoIHJldHVybmVkIDYKcDR0Y2MxMzogPENQVSBGcmVxdWVu Y3kgVGhlcm1hbCBDb250cm9sPiBvbiBjcHUxMwplc3QxNDogPEVuaGFuY2VkIFNwZWVkU3RlcCBG cmVxdWVuY3kgQ29udHJvbD4gb24gY3B1MTQKZXN0OiBDUFUgc3VwcG9ydHMgRW5oYW5jZWQgU3Bl ZWRzdGVwLCBidXQgaXMgbm90IHJlY29nbml6ZWQuCmVzdDogY3B1X3ZlbmRvciBHZW51aW5lSW50 ZWwsIG1zciAxMwpkZXZpY2VfYXR0YWNoOiBlc3QxNCBhdHRhY2ggcmV0dXJuZWQgNgpwNHRjYzE0 OiA8Q1BVIEZyZXF1ZW5jeSBUaGVybWFsIENvbnRyb2w+IG9uIGNwdTE0CmVzdDE1OiA8RW5oYW5j ZWQgU3BlZWRTdGVwIEZyZXF1ZW5jeSBDb250cm9sPiBvbiBjcHUxNQplc3Q6IENQVSBzdXBwb3J0 cyBFbmhhbmNlZCBTcGVlZHN0ZXAsIGJ1dCBpcyBub3QgcmVjb2duaXplZC4KZXN0OiBjcHVfdmVu ZG9yIEdlbnVpbmVJbnRlbCwgbXNyIDEzCmRldmljZV9hdHRhY2g6IGVzdDE1IGF0dGFjaCByZXR1 cm5lZCA2CnA0dGNjMTU6IDxDUFUgRnJlcXVlbmN5IFRoZXJtYWwgQ29udHJvbD4gb24gY3B1MTUK VGltZWNvdW50ZXJzIHRpY2sgZXZlcnkgMS4wMDAgbXNlYwptcHMwOiBtcHNzYXNfc3RhcnR1cF9p bmNyZW1lbnQgZnJlZXppbmcgc2ltcQp1c2J1czA6IDEyTWJwcyBGdWxsIFNwZWVkIFVTQiB2MS4w CnVzYnVzMTogMTJNYnBzIEZ1bGwgU3BlZWQgVVNCIHYxLjAKdXNidXMyOiA0ODBNYnBzIEhpZ2gg U3BlZWQgVVNCIHYyLjAKdXNidXMzOiAxMk1icHMgRnVsbCBTcGVlZCBVU0IgdjEuMAp1c2J1czQ6 IDEyTWJwcyBGdWxsIFNwZWVkIFVTQiB2MS4wCnVzYnVzNTogNDgwTWJwcyBIaWdoIFNwZWVkIFVT QiB2Mi4wCnVnZW4wLjE6IDxJbnRlbD4gYXQgdXNidXMwCnVodWIwOiA8SW50ZWwgVUhDSSByb290 IEhVQiwgY2xhc3MgOS8wLCByZXYgMS4wMC8xLjAwLCBhZGRyIDE+IG9uIHVzYnVzMAp1Z2VuMS4x OiA8SW50ZWw+IGF0IHVzYnVzMQp1aHViMTogPEludGVsIFVIQ0kgcm9vdCBIVUIsIGNsYXNzIDkv MCwgcmV2IDEuMDAvMS4wMCwgYWRkciAxPiBvbiB1c2J1czEKdWdlbjIuMTogPEludGVsPiBhdCB1 c2J1czIKdWh1YjI6IDxJbnRlbCBFSENJIHJvb3QgSFVCLCBjbGFzcyA5LzAsIHJldiAyLjAwLzEu MDAsIGFkZHIgMT4gb24gdXNidXMyCnVnZW4zLjE6IDxJbnRlbD4gYXQgdXNidXMzCnVodWIzOiA8 SW50ZWwgVUhDSSByb290IEhVQiwgY2xhc3MgOS8wLCByZXYgMS4wMC8xLjAwLCBhZGRyIDE+IG9u IHVzYnVzMwp1Z2VuNC4xOiA8SW50ZWw+IGF0IHVzYnVzNAp1aHViNDogPEludGVsIFVIQ0kgcm9v dCBIVUIsIGNsYXNzIDkvMCwgcmV2IDEuMDAvMS4wMCwgYWRkciAxPiBvbiB1c2J1czQKdWdlbjUu MTogPEludGVsPiBhdCB1c2J1czUKdWh1YjU6IDxJbnRlbCBFSENJIHJvb3QgSFVCLCBjbGFzcyA5 LzAsIHJldiAyLjAwLzEuMDAsIGFkZHIgMT4gb24gdXNidXM1CnVodWIwOiAyIHBvcnRzIHdpdGgg MiByZW1vdmFibGUsIHNlbGYgcG93ZXJlZAp1aHViMTogMiBwb3J0cyB3aXRoIDIgcmVtb3ZhYmxl LCBzZWxmIHBvd2VyZWQKdWh1YjM6IDIgcG9ydHMgd2l0aCAyIHJlbW92YWJsZSwgc2VsZiBwb3dl cmVkCnVodWI0OiAyIHBvcnRzIHdpdGggMiByZW1vdmFibGUsIHNlbGYgcG93ZXJlZAptcHMwOiBF dmVudFJlcGx5CToKCUV2ZW50RGF0YUxlbmd0aDogMgoJQWNrUmVxdWlyZWQ6IDAKCUV2ZW50OiBT YXNEaXNjb3ZlcnkgKDB4MTYpCglFdmVudENvbnRleHQ6IDB4MAoJRmxhZ3M6IDE8SW5Qcm9ncmVz cz4KCVJlYXNvbkNvZGU6IERpc2NvdmVyeSBTdGFydGVkCglQaHlzaWNhbFBvcnQ6IDAKCURpc2Nv dmVyeVN0YXR1czogMAptcHMwOiBFdmVudFJlcGx5CToKCUV2ZW50RGF0YUxlbmd0aDogNQoJQWNr UmVxdWlyZWQ6IDAKCUV2ZW50OiBTYXNFbmNsRGV2aWNlU3RhdHVzQ2hhbmdlICgweDFkKQoJRXZl bnRDb250ZXh0OiAweDAKCUVuY2xvc3VyZUhhbmRsZTogMHgxCglSZWFzb25Db2RlOiBBZGRlZAoJ UGh5c2ljYWxQb3J0OiAwCglOdW1TbG90czogOQoJU3RhcnRTbG90OiAwCglQaHlCaXRzOiAweDAK bXBzMDogRXZlbnRSZXBseQk6CglFdmVudERhdGFMZW5ndGg6IDQKCUFja1JlcXVpcmVkOiAwCglF dmVudDogU2FzVG9wb2xvZ3lDaGFuZ2VMaXN0ICgweDFjKQoJRXZlbnRDb250ZXh0OiAweDAKCUVu Y2xvc3VyZUhhbmRsZTogMHgxCglFeHBhbmRlckRldkhhbmRsZTogMHgwCglOdW1QaHlzOiA4CglO dW1FbnRyaWVzOiAxCglTdGFydFBoeU51bTogOAoJRXhwU3RhdHVzOiBVbmtub3duICgweDApCglQ aHlzaWNhbFBvcnQ6IDAKCVBIWVs4XS5BdHRhY2hlZERldkhhbmRsZTogMHgwMDA5CglQSFlbOF0u TGlua1JhdGU6IDEuNUdicHMgKDB4ODApCglQSFlbOF0uUGh5U3RhdHVzOiBOZXdUYXJnZXRBZGRl ZAptcHMwOiAoMCktPihtcHNzYXNfZndfd29yaykgV29ya2luZyBvbiAgRXZlbnQ6IFsxNl0KbXBz MDogKDEpLT4obXBzc2FzX2Z3X3dvcmspIEV2ZW50IEZyZWU6IFsxNl0KbXBzMDogKDEpLT4obXBz c2FzX2Z3X3dvcmspIFdvcmtpbmcgb24gIEV2ZW50OiBbMWRdCm1wczA6ICgyKS0+KG1wc3Nhc19m d193b3JrKSBFdmVudCBGcmVlOiBbMWRdCm1wczA6ICgyKS0+KG1wc3Nhc19md193b3JrKSBXb3Jr aW5nIG9uICBFdmVudDogWzFjXQptcHMwOiBFdmVudFJlcGx5CToKCUV2ZW50RGF0YUxlbmd0aDog NAoJQWNrUmVxdWlyZWQ6IDAKCUV2ZW50OiBTYXNUb3BvbG9neUNoYW5nZUxpc3QgKDB4MWMpCglF dmVudENvbnRleHQ6IDB4MAoJRW5jbG9zdXJlSGFuZGxlOiAweDEKCUV4cGFuZGVyRGV2SGFuZGxl OiAweDAKCU51bVBoeXM6IDgKCU51bUVudHJpZXM6IDEKCVN0YXJ0UGh5TnVtOiAyCglFeHBTdGF0 dXM6IFVua25vd24gKDB4MCkKCVBoeXNpY2FsUG9ydDogMAoJUEhZWzJdLkF0dGFjaGVkRGV2SGFu ZGxlOiAweDAwMGEKCVBIWVsyXS5MaW5rUmF0ZTogNi4wR2JwcyAoMHhhMCkKCVBIWVsyXS5QaHlT dGF0dXM6IE5ld1RhcmdldEFkZGVkCm1wczA6IEV2ZW50UmVwbHkJOgoJRXZlbnREYXRhTGVuZ3Ro OiAyCglBY2tSZXF1aXJlZDogMAoJRXZlbnQ6IFNhc0Rpc2NvdmVyeSAoMHgxNikKCUV2ZW50Q29u dGV4dDogMHgwCglGbGFnczogMzxJblByb2dyZXNzLERldmljZUNoYW5nZT4KCVJlYXNvbkNvZGU6 IERpc2NvdmVyeSBDb21wbGV0ZQoJUGh5c2ljYWxQb3J0OiAwCglEaXNjb3ZlcnlTdGF0dXM6IDAK bXBzMDogRXZlbnRSZXBseQk6CglFdmVudERhdGFMZW5ndGg6IDIKCUFja1JlcXVpcmVkOiAwCglF dmVudDogU2FzRGlzY292ZXJ5ICgweDE2KQoJRXZlbnRDb250ZXh0OiAweDAKCUZsYWdzOiAxPElu UHJvZ3Jlc3M+CglSZWFzb25Db2RlOiBEaXNjb3ZlcnkgU3RhcnRlZAoJUGh5c2ljYWxQb3J0OiAx CglEaXNjb3ZlcnlTdGF0dXM6IDAKbXBzMDogRXZlbnRSZXBseQk6CglFdmVudERhdGFMZW5ndGg6 IDIKCUFja1JlcXVpcmVkOiAwCglFdmVudDogU2FzRGlzY292ZXJ5ICgweDE2KQoJRXZlbnRDb250 ZXh0OiAweDAKCUZsYWdzOiAzPEluUHJvZ3Jlc3MsRGV2aWNlQ2hhbmdlPgoJUmVhc29uQ29kZTog RGlzY292ZXJ5IENvbXBsZXRlCglQaHlzaWNhbFBvcnQ6IDEKCURpc2NvdmVyeVN0YXR1czogMApt cHMwOiBFdmVudFJlcGx5CToKCUV2ZW50RGF0YUxlbmd0aDogMgoJQWNrUmVxdWlyZWQ6IDAKCUV2 ZW50OiBTYXNEaXNjb3ZlcnkgKDB4MTYpCglFdmVudENvbnRleHQ6IDB4MAoJRmxhZ3M6IDE8SW5Q cm9ncmVzcz4KCVJlYXNvbkNvZGU6IERpc2NvdmVyeSBTdGFydGVkCglQaHlzaWNhbFBvcnQ6IDIK CURpc2NvdmVyeVN0YXR1czogMAptcHMwOiBFdmVudFJlcGx5CToKCUV2ZW50RGF0YUxlbmd0aDog MgoJQWNrUmVxdWlyZWQ6IDAKCUV2ZW50OiBTYXNEaXNjb3ZlcnkgKDB4MTYpCglFdmVudENvbnRl eHQ6IDB4MAoJRmxhZ3M6IDM8SW5Qcm9ncmVzcyxEZXZpY2VDaGFuZ2U+CglSZWFzb25Db2RlOiBE aXNjb3ZlcnkgQ29tcGxldGUKCVBoeXNpY2FsUG9ydDogMgoJRGlzY292ZXJ5U3RhdHVzOiAwCm1w czA6IEV2ZW50UmVwbHkJOgoJRXZlbnREYXRhTGVuZ3RoOiAyCglBY2tSZXF1aXJlZDogMAoJRXZl bnQ6IFNhc0Rpc2NvdmVyeSAoMHgxNikKCUV2ZW50Q29udGV4dDogMHgwCglGbGFnczogMTxJblBy b2dyZXNzPgoJUmVhc29uQ29kZTogRGlzY292ZXJ5IFN0YXJ0ZWQKCVBoeXNpY2FsUG9ydDogMwoJ RGlzY292ZXJ5U3RhdHVzOiAwCm1wczA6IEV2ZW50UmVwbHkJOgoJRXZlbnREYXRhTGVuZ3RoOiAy CglBY2tSZXF1aXJlZDogMAoJRXZlbnQ6IFNhc0Rpc2NvdmVyeSAoMHgxNikKCUV2ZW50Q29udGV4 dDogMHgwCglGbGFnczogMzxJblByb2dyZXNzLERldmljZUNoYW5nZT4KCVJlYXNvbkNvZGU6IERp c2NvdmVyeSBDb21wbGV0ZQoJUGh5c2ljYWxQb3J0OiAzCglEaXNjb3ZlcnlTdGF0dXM6IDAKbXBz MDogRXZlbnRSZXBseQk6CglFdmVudERhdGFMZW5ndGg6IDIKCUFja1JlcXVpcmVkOiAwCglFdmVu dDogU2FzRGlzY292ZXJ5ICgweDE2KQoJRXZlbnRDb250ZXh0OiAweDAKCUZsYWdzOiAxPEluUHJv Z3Jlc3M+CglSZWFzb25Db2RlOiBEaXNjb3ZlcnkgU3RhcnRlZAoJUGh5c2ljYWxQb3J0OiA0CglE aXNjb3ZlcnlTdGF0dXM6IDAKbXBzMDogRXZlbnRSZXBseQk6CglFdmVudERhdGFMZW5ndGg6IDIK CUFja1JlcXVpcmVkOiAwCglFdmVudDogU2FzRGlzY292ZXJ5ICgweDE2KQoJRXZlbnRDb250ZXh0 OiAweDAKCUZsYWdzOiAzPEluUHJvZ3Jlc3MsRGV2aWNlQ2hhbmdlPgoJUmVhc29uQ29kZTogRGlz Y292ZXJ5IENvbXBsZXRlCglQaHlzaWNhbFBvcnQ6IDQKCURpc2NvdmVyeVN0YXR1czogMAptcHMw OiBFdmVudFJlcGx5CToKCUV2ZW50RGF0YUxlbmd0aDogMgoJQWNrUmVxdWlyZWQ6IDAKCUV2ZW50 OiBTYXNEaXNjb3ZlcnkgKDB4MTYpCglFdmVudENvbnRleHQ6IDB4MAoJRmxhZ3M6IDE8SW5Qcm9n cmVzcz4KCVJlYXNvbkNvZGU6IERpc2NvdmVyeSBTdGFydGVkCglQaHlzaWNhbFBvcnQ6IDUKCURp c2NvdmVyeVN0YXR1czogMAptcHMwOiBFdmVudFJlcGx5CToKCUV2ZW50RGF0YUxlbmd0aDogMgoJ QWNrUmVxdWlyZWQ6IDAKCUV2ZW50OiBTYXNEaXNjb3ZlcnkgKDB4MTYpCglFdmVudENvbnRleHQ6 IDB4MAoJRmxhZ3M6IDI8RGV2aWNlQ2hhbmdlPgoJUmVhc29uQ29kZTogRGlzY292ZXJ5IENvbXBs ZXRlCglQaHlzaWNhbFBvcnQ6IDUKCURpc2NvdmVyeVN0YXR1czogMAptcHMwOiBFdmVudFJlcGx5 CToKCUV2ZW50RGF0YUxlbmd0aDogNAoJQWNrUmVxdWlyZWQ6IDAKCUV2ZW50OiBTYXNUb3BvbG9n eUNoYW5nZUxpc3QgKDB4MWMpCglFdmVudENvbnRleHQ6IDB4MAoJRW5jbG9zdXJlSGFuZGxlOiAw eDEKCUV4cGFuZGVyRGV2SGFuZGxlOiAweDAKCU51bVBoeXM6IDgKCU51bUVudHJpZXM6IDEKCVN0 YXJ0UGh5TnVtOiAzCglFeHBTdGF0dXM6IFVua25vd24gKDB4MCkKCVBoeXNpY2FsUG9ydDogMAoJ UEhZWzNdLkF0dGFjaGVkRGV2SGFuZGxlOiAweDAwMGIKCVBIWVszXS5MaW5rUmF0ZTogNi4wR2Jw cyAoMHhhMCkKCVBIWVszXS5QaHlTdGF0dXM6IE5ld1RhcmdldEFkZGVkCm1wczA6IEV2ZW50UmVw bHkJOgoJRXZlbnREYXRhTGVuZ3RoOiA0CglBY2tSZXF1aXJlZDogMAoJRXZlbnQ6IFNhc1RvcG9s b2d5Q2hhbmdlTGlzdCAoMHgxYykKCUV2ZW50Q29udGV4dDogMHgwCglFbmNsb3N1cmVIYW5kbGU6 IDB4MQoJRXhwYW5kZXJEZXZIYW5kbGU6IDB4MAoJTnVtUGh5czogOAoJTnVtRW50cmllczogMQoJ U3RhcnRQaHlOdW06IDQKCUV4cFN0YXR1czogVW5rbm93biAoMHgwKQoJUGh5c2ljYWxQb3J0OiAw CglQSFlbNF0uQXR0YWNoZWREZXZIYW5kbGU6IDB4MDAwYwoJUEhZWzRdLkxpbmtSYXRlOiA2LjBH YnBzICgweGEwKQoJUEhZWzRdLlBoeVN0YXR1czogTmV3VGFyZ2V0QWRkZWQKbXBzMDogRXZlbnRS ZXBseQk6CglFdmVudERhdGFMZW5ndGg6IDQKCUFja1JlcXVpcmVkOiAwCglFdmVudDogU2FzVG9w b2xvZ3lDaGFuZ2VMaXN0ICgweDFjKQoJRXZlbnRDb250ZXh0OiAweDAKCUVuY2xvc3VyZUhhbmRs ZTogMHgxCglFeHBhbmRlckRldkhhbmRsZTogMHgwCglOdW1QaHlzOiA4CglOdW1FbnRyaWVzOiAx CglTdGFydFBoeU51bTogNQoJRXhwU3RhdHVzOiBVbmtub3duICgweDApCglQaHlzaWNhbFBvcnQ6 IDAKCVBIWVs1XS5BdHRhY2hlZERldkhhbmRsZTogMHgwMDBkCglQSFlbNV0uTGlua1JhdGU6IDYu MEdicHMgKDB4YTApCglQSFlbNV0uUGh5U3RhdHVzOiBOZXdUYXJnZXRBZGRlZAptcHMwOiBFdmVu dFJlcGx5CToKCUV2ZW50RGF0YUxlbmd0aDogNAoJQWNrUmVxdWlyZWQ6IDAKCUV2ZW50OiBTYXNU b3BvbG9neUNoYW5nZUxpc3QgKDB4MWMpCglFdmVudENvbnRleHQ6IDB4MAoJRW5jbG9zdXJlSGFu ZGxlOiAweDEKCUV4cGFuZGVyRGV2SGFuZGxlOiAweDAKCU51bVBoeXM6IDgKCU51bUVudHJpZXM6 IDEKCVN0YXJ0UGh5TnVtOiA2CglFeHBTdGF0dXM6IFVua25vd24gKDB4MCkKCVBoeXNpY2FsUG9y dDogMAoJUEhZWzZdLkF0dGFjaGVkRGV2SGFuZGxlOiAweDAwMGUKCVBIWVs2XS5MaW5rUmF0ZTog Ni4wR2JwcyAoMHhhMCkKCVBIWVs2XS5QaHlTdGF0dXM6IE5ld1RhcmdldEFkZGVkCmZhaWx1cmUg YXQgL3Vzci9zcmMvc3lzL2Rldi9tcHMvbXBzX3Nhc19sc2kuYzo2NDcvbXBzc2FzX2FkZF9kZXZp Y2UoKSEgQ291bGQgbm90IGdldCBJRCBmb3IgZGV2aWNlIHdpdGggaGFuZGxlIDB4MDAwOQptcHNz YXNfZndfd29yazogZmFpbGVkIHRvIGFkZCBkZXZpY2Ugd2l0aCBoYW5kbGUgMHg5Cm1wczA6IG1w c3Nhc19wcmVwYXJlX3JlbW92ZQptcHNzYXNfcHJlcGFyZV9yZW1vdmUgNTA2IDogaW52YWxpZCBo YW5kbGUgMHg5IAptcHMwOiAoMyktPihtcHNzYXNfZndfd29yaykgRXZlbnQgRnJlZTogWzFjXQpt cHMwOiAoMyktPihtcHNzYXNfZndfd29yaykgV29ya2luZyBvbiAgRXZlbnQ6IFsxY10KbXBzMDog RXZlbnRSZXBseQk6CglFdmVudERhdGFMZW5ndGg6IDQKCUFja1JlcXVpcmVkOiAwCglFdmVudDog U2FzVG9wb2xvZ3lDaGFuZ2VMaXN0ICgweDFjKQoJRXZlbnRDb250ZXh0OiAweDAKCUVuY2xvc3Vy ZUhhbmRsZTogMHgxCglFeHBhbmRlckRldkhhbmRsZTogMHgwCglOdW1QaHlzOiA4CglOdW1FbnRy aWVzOiAxCglTdGFydFBoeU51bTogNwoJRXhwU3RhdHVzOiBVbmtub3duICgweDApCglQaHlzaWNh bFBvcnQ6IDAKCVBIWVs3XS5BdHRhY2hlZERldkhhbmRsZTogMHgwMDBmCglQSFlbN10uTGlua1Jh dGU6IDYuMEdicHMgKDB4YTApCglQSFlbN10uUGh5U3RhdHVzOiBOZXdUYXJnZXRBZGRlZAptcHMw OiBFdmVudFJlcGx5CToKCUV2ZW50RGF0YUxlbmd0aDogMgoJQWNrUmVxdWlyZWQ6IDAKCUV2ZW50 OiBTYXNEaXNjb3ZlcnkgKDB4MTYpCglFdmVudENvbnRleHQ6IDB4MAoJRmxhZ3M6IDE8SW5Qcm9n cmVzcz4KCVJlYXNvbkNvZGU6IERpc2NvdmVyeSBTdGFydGVkCglQaHlzaWNhbFBvcnQ6IDAKCURp c2NvdmVyeVN0YXR1czogMAptcHMwOiBFdmVudFJlcGx5CToKCUV2ZW50RGF0YUxlbmd0aDogNQoJ QWNrUmVxdWlyZWQ6IDAKCUV2ZW50OiBTYXNUb3BvbG9neUNoYW5nZUxpc3QgKDB4MWMpCglFdmVu dENvbnRleHQ6IDB4MAoJRW5jbG9zdXJlSGFuZGxlOiAweDEKCUV4cGFuZGVyRGV2SGFuZGxlOiAw eDAKCU51bVBoeXM6IDgKCU51bUVudHJpZXM6IDIKCVN0YXJ0UGh5TnVtOiAwCglFeHBTdGF0dXM6 IFVua25vd24gKDB4MCkKCVBoeXNpY2FsUG9ydDogMAoJUEhZWzBdLkF0dGFjaGVkRGV2SGFuZGxl OiAweDAwMDAKCVBIWVswXS5MaW5rUmF0ZTogTGlua1JhdGUgVW5rbm93biAoMHgwKQoJUEhZWzBd LlBoeVN0YXR1czogUEhZTGlua1N0YXR1c0NoYW5nZQoJUEhZWzFdLkF0dGFjaGVkRGV2SGFuZGxl OiAweDAwMDAKCVBIWVsxXS5MaW5rUmF0ZTogTGlua1JhdGUgVW5rbm93biAoMHgwKQoJUEhZWzFd LlBoeVN0YXR1czogUEhZTGlua1N0YXR1c0NoYW5nZQptcHMwOiBTQVMgQWRkcmVzcyBmcm9tIFNB UyBkZXZpY2UgcGFnZTAgPSA1MDAwYzUwMDFhY2Y2MDUxCm1wczA6IEZvdW5kIGRldmljZSA8YzAx PFNzcFRhcmcsRGlyZWN0PixFbmQgRGV2aWNlPiA8Ni4wR2Jwcz4gPDB4MDAwYT4gPDEvNT4KbXBz MDogVGFyZ2V0IGlkIDB4OCBhZGRlZAptcHMwOiAoNCktPihtcHNzYXNfZndfd29yaykgRXZlbnQg RnJlZTogWzFjXQptcHMwOiAoNCktPihtcHNzYXNfZndfd29yaykgV29ya2luZyBvbiAgRXZlbnQ6 IFsxNl0KbXBzMDogKDUpLT4obXBzc2FzX2Z3X3dvcmspIEV2ZW50IEZyZWU6IFsxNl0KbXBzMDog KDUpLT4obXBzc2FzX2Z3X3dvcmspIFdvcmtpbmcgb24gIEV2ZW50OiBbMTZdCm1wczA6ICg2KS0+ KG1wc3Nhc19md193b3JrKSBFdmVudCBGcmVlOiBbMTZdCm1wczA6ICg2KS0+KG1wc3Nhc19md193 b3JrKSBXb3JraW5nIG9uICBFdmVudDogWzE2XQptcHMwOiAoNyktPihtcHNzYXNfZndfd29yaykg RXZlbnQgRnJlZTogWzE2XQptcHMwOiAoNyktPihtcHNzYXNfZndfd29yaykgV29ya2luZyBvbiAg RXZlbnQ6IFsxNl0KbXBzMDogKDgpLT4obXBzc2FzX2Z3X3dvcmspIEV2ZW50IEZyZWU6IFsxNl0K bXBzMDogKDgpLT4obXBzc2FzX2Z3X3dvcmspIFdvcmtpbmcgb24gIEV2ZW50OiBbMTZdCm1wczA6 ICg5KS0+KG1wc3Nhc19md193b3JrKSBFdmVudCBGcmVlOiBbMTZdCm1wczA6ICg5KS0+KG1wc3Nh c19md193b3JrKSBXb3JraW5nIG9uICBFdmVudDogWzE2XQptcHMwOiAoMTApLT4obXBzc2FzX2Z3 X3dvcmspIEV2ZW50IEZyZWU6IFsxNl0KbXBzMDogKDEwKS0+KG1wc3Nhc19md193b3JrKSBXb3Jr aW5nIG9uICBFdmVudDogWzE2XQptcHMwOiAoMTEpLT4obXBzc2FzX2Z3X3dvcmspIEV2ZW50IEZy ZWU6IFsxNl0KbXBzMDogKDExKS0+KG1wc3Nhc19md193b3JrKSBXb3JraW5nIG9uICBFdmVudDog WzE2XQptcHMwOiAoMTIpLT4obXBzc2FzX2Z3X3dvcmspIEV2ZW50IEZyZWU6IFsxNl0KbXBzMDog KDEyKS0+KG1wc3Nhc19md193b3JrKSBXb3JraW5nIG9uICBFdmVudDogWzE2XQptcHMwOiAoMTMp LT4obXBzc2FzX2Z3X3dvcmspIEV2ZW50IEZyZWU6IFsxNl0KbXBzMDogKDEzKS0+KG1wc3Nhc19m d193b3JrKSBXb3JraW5nIG9uICBFdmVudDogWzE2XQptcHMwOiAoMTQpLT4obXBzc2FzX2Z3X3dv cmspIEV2ZW50IEZyZWU6IFsxNl0KbXBzMDogKDE0KS0+KG1wc3Nhc19md193b3JrKSBXb3JraW5n IG9uICBFdmVudDogWzE2XQptcHMwOiAoMTUpLT4obXBzc2FzX2Z3X3dvcmspIEV2ZW50IEZyZWU6 IFsxNl0KbXBzMDogKDE1KS0+KG1wc3Nhc19md193b3JrKSBXb3JraW5nIG9uICBFdmVudDogWzFj XQptcHMwOiBFdmVudFJlcGx5CToKCUV2ZW50RGF0YUxlbmd0aDogMgoJQWNrUmVxdWlyZWQ6IDAK CUV2ZW50OiBTYXNEaXNjb3ZlcnkgKDB4MTYpCglFdmVudENvbnRleHQ6IDB4MAoJRmxhZ3M6IDAK CVJlYXNvbkNvZGU6IERpc2NvdmVyeSBDb21wbGV0ZQoJUGh5c2ljYWxQb3J0OiAwCglEaXNjb3Zl cnlTdGF0dXM6IDAKbXBzMDogU0FTIEFkZHJlc3MgZnJvbSBTQVMgZGV2aWNlIHBhZ2UwID0gNTAw MGM1MDAxYWNlZmY0OQptcHMwOiBGb3VuZCBkZXZpY2UgPGMwMTxTc3BUYXJnLERpcmVjdD4sRW5k IERldmljZT4gPDYuMEdicHM+IDwweDAwMGI+IDwxLzQ+Cm1wczA6IFRhcmdldCBpZCAweDcgYWRk ZWQKbXBzMDogKDE2KS0+KG1wc3Nhc19md193b3JrKSBFdmVudCBGcmVlOiBbMWNdCm1wczA6ICgx NiktPihtcHNzYXNfZndfd29yaykgV29ya2luZyBvbiAgRXZlbnQ6IFsxY10KbXBzMDogU0FTIEFk ZHJlc3MgZnJvbSBTQVMgZGV2aWNlIHBhZ2UwID0gNTAwMGM1MDAxYWNlZmNjOQptcHMwOiBGb3Vu ZCBkZXZpY2UgPGMwMTxTc3BUYXJnLERpcmVjdD4sRW5kIERldmljZT4gPDYuMEdicHM+IDwweDAw MGM+IDwxLzM+Cm1wczA6IFRhcmdldCBpZCAweDYgYWRkZWQKbXBzMDogKDE3KS0+KG1wc3Nhc19m d193b3JrKSBFdmVudCBGcmVlOiBbMWNdCm1wczA6ICgxNyktPihtcHNzYXNfZndfd29yaykgV29y a2luZyBvbiAgRXZlbnQ6IFsxY10KbXBzMDogRXZlbnRSZXBseQk6CglFdmVudERhdGFMZW5ndGg6 IDMKCUFja1JlcXVpcmVkOiAwCglFdmVudDogSXJWb2x1bWUgKDB4MWUpCglFdmVudENvbnRleHQ6 IDB4MAptcHMwOiBTQVMgQWRkcmVzcyBmcm9tIFNBUyBkZXZpY2UgcGFnZTAgPSA1MDAwYzUwMDFh Y2VlOWY5Cm1wczA6IEZvdW5kIGRldmljZSA8YzAxPFNzcFRhcmcsRGlyZWN0PixFbmQgRGV2aWNl PiA8Ni4wR2Jwcz4gPDB4MDAwZD4gPDEvMj4KbXBzMDogVGFyZ2V0IGlkIDB4NSBhZGRlZAptcHMw OiAoMTgpLT4obXBzc2FzX2Z3X3dvcmspIEV2ZW50IEZyZWU6IFsxY10KbXBzMDogKDE4KS0+KG1w c3Nhc19md193b3JrKSBXb3JraW5nIG9uICBFdmVudDogWzFjXQptcHMwOiBFdmVudFJlcGx5CToK CUV2ZW50RGF0YUxlbmd0aDogMwoJQWNrUmVxdWlyZWQ6IDAKCUV2ZW50OiBJclZvbHVtZSAoMHgx ZSkKCUV2ZW50Q29udGV4dDogMHgwCm1wczA6IEV2ZW50UmVwbHkJOgoJRXZlbnREYXRhTGVuZ3Ro OiAxOAoJQWNrUmVxdWlyZWQ6IDAKCUV2ZW50OiBJckNvbmZpZ3VyYXRpb25DaGFuZ2VMaXN0ICgw eDIwKQoJRXZlbnRDb250ZXh0OiAweDAKbXBzMDogU0FTIEFkZHJlc3MgZnJvbSBTQVMgZGV2aWNl IHBhZ2UwID0gNTAwMGM1MDAxYWNmMDRlZAptcHMwOiBGb3VuZCBkZXZpY2UgPGMwMTxTc3BUYXJn LERpcmVjdD4sRW5kIERldmljZT4gPDYuMEdicHM+IDwweDAwMGU+IDwxLzE+Cm1wczA6IFRhcmdl dCBpZCAweDQgYWRkZWQKbXBzMDogKDE5KS0+KG1wc3Nhc19md193b3JrKSBFdmVudCBGcmVlOiBb MWNdCm1wczA6ICgxOSktPihtcHNzYXNfZndfd29yaykgV29ya2luZyBvbiAgRXZlbnQ6IFsxY10K bXBzMDogU0FTIEFkZHJlc3MgZnJvbSBTQVMgZGV2aWNlIHBhZ2UwID0gNTAwMGM1MDAxYWNlZDRl MQptcHMwOiBGb3VuZCBkZXZpY2UgPGMwMTxTc3BUYXJnLERpcmVjdD4sRW5kIERldmljZT4gPDYu MEdicHM+IDwweDAwMGY+IDwxLzA+Cm1wczA6IFRhcmdldCBpZCAweDMgYWRkZWQKbXBzMDogKDIw KS0+KG1wc3Nhc19md193b3JrKSBFdmVudCBGcmVlOiBbMWNdCm1wczA6ICgyMCktPihtcHNzYXNf Zndfd29yaykgV29ya2luZyBvbiAgRXZlbnQ6IFsxNl0KbXBzMDogKDIxKS0+KG1wc3Nhc19md193 b3JrKSBFdmVudCBGcmVlOiBbMTZdCm1wczA6ICgyMSktPihtcHNzYXNfZndfd29yaykgV29ya2lu ZyBvbiAgRXZlbnQ6IFsxY10KbXBzMDogKDIyKS0+KG1wc3Nhc19md193b3JrKSBFdmVudCBGcmVl OiBbMWNdCm1wczA6ICgyMiktPihtcHNzYXNfZndfd29yaykgV29ya2luZyBvbiAgRXZlbnQ6IFsx Nl0KbXBzMDogKDIzKS0+KG1wc3Nhc19md193b3JrKSBFdmVudCBGcmVlOiBbMTZdCm1wczA6ICgy MyktPihtcHNzYXNfZndfd29yaykgV29ya2luZyBvbiAgRXZlbnQ6IFsxZV0KbXBzMDogUmVjZWl2 ZWQgSVIgVm9sdW1lIGV2ZW50OgptcHMwOiAgICBWb2x1bWUgU3RhdHVzIGNoYW5nZWQgZnJvbSAw eGIxIHRvIDB4YjEgZm9yIFZvbG9tZSB3aXRoIGhhbmRsZSAweDRlbXBzMDogKDI0KS0+KG1wc3Nh c19md193b3JrKSBFdmVudCBGcmVlOiBbMWVdCm1wczA6ICgyNCktPihtcHNzYXNfZndfd29yaykg V29ya2luZyBvbiAgRXZlbnQ6IFsxZV0KbXBzMDogUmVjZWl2ZWQgSVIgVm9sdW1lIGV2ZW50Ogpt cHMwOiAgICBWb2x1bWUgU3RhdHVzIGNoYW5nZWQgZnJvbSAweGExIHRvIDB4YTEgZm9yIFZvbG9t ZSB3aXRoIGhhbmRsZSAweDRmbXBzMDogKDI1KS0+KG1wc3Nhc19md193b3JrKSBFdmVudCBGcmVl OiBbMWVdCm1wczA6ICgyNSktPihtcHNzYXNfZndfd29yaykgV29ya2luZyBvbiAgRXZlbnQ6IFsy MF0KbXBzMDogUkFJRCB0YXJnZXQgaWQgMSBhZGRlZCAoV1dJRCA9IDB4NjIyYWY0MDI1MTg1MDA0 KQptcHMwOiBSQUlEIHRhcmdldCBpZCAyIGFkZGVkIChXV0lEID0gMHg2MjJhZjU0NjUxODUwMTgp Cm1wczA6IFF1ZXVlaW5nIHJlc2NhbiBmb3IgKHhwdDA6bXBzMDowOjY6LTEpOiAKbXBzMDogUXVl dWVpbmcgcmVzY2FuIGZvciAoeHB0MDptcHMwOjA6NTotMSk6IAptcHMwOiBRdWV1ZWluZyByZXNj YW4gZm9yICh4cHQwOm1wczA6MDo0Oi0xKTogCm1wczA6IFF1ZXVlaW5nIHJlc2NhbiBmb3IgKHhw dDA6bXBzMDowOjM6LTEpOiAKbXBzMDogUXVldWVpbmcgcmVzY2FuIGZvciAoeHB0MDptcHMwOjA6 ODotMSk6IAptcHMwOiBRdWV1ZWluZyByZXNjYW4gZm9yICh4cHQwOm1wczA6MDo3Oi0xKTogCm1w czA6ICgyNiktPihtcHNzYXNfZndfd29yaykgRXZlbnQgRnJlZTogWzIwXQp1aHViMjogNCBwb3J0 cyB3aXRoIDQgcmVtb3ZhYmxlLCBzZWxmIHBvd2VyZWQKdWh1YjU6IDQgcG9ydHMgd2l0aCA0IHJl bW92YWJsZSwgc2VsZiBwb3dlcmVkCm1wczA6IGRpc2VzdGFibGlzaCBjb25maWcgaW50cmhvb2sK bXBzMDogbXBzc2FzX3N0YXJ0dXBfZGVjcmVtZW50IHJlbGVhc2luZyBzaW1xCm1wczA6IFF1ZXVl aW5nIHJlc2NhbiBmb3IgKHhwdDA6bXBzMDowOi0xOi0xKTogCm1wczA6IAloYW5kbGUoMHgwMDRm KSwgaW9jX3N0YXR1cyhzY3NpIGRhdGEgdW5kZXJydW4pKDB4MDA0NSksIAptcHMwOiAJc2NzaV9z dGF0dXMoZ29vZCkoMHgwMCksIHNjc2lfc3RhdGUoICkoMHgwMCkKbXBzMDogCWhhbmRsZSgweDAw NGUpLCBpb2Nfc3RhdHVzKHNjc2kgZGF0YSB1bmRlcnJ1bikoMHgwMDQ1KSwgCm1wczA6IAlzY3Np X3N0YXR1cyhnb29kKSgweDAwKSwgc2NzaV9zdGF0ZSggKSgweDAwKQptcHMwOiAJaGFuZGxlKDB4 MDA0ZiksIGlvY19zdGF0dXMoc3VjY2VzcykoMHgwMDAwKSwgCm1wczA6IAlzY3NpX3N0YXR1cyhj aGVjayBjb25kaXRpb24pKDB4MDIpLCBzY3NpX3N0YXRlKGF1dG9zZW5zZSB2YWxpZCApKDB4MDEp Cm1wczA6IC0+IFNlbnNlIEJ1ZmZlciBEYXRhIDogU3RhcnQgOgoocHJvYmUxOm1wczA6MDoxOjAp OiBSRVBPUlQgTFVOUy4gQ0RCOiBhMCAwIDAgMCAwIDAgMCAwIDAgMTAgMCAwIAoocHJvYmUxOm1w czA6MDoxOjApOiBTQ1NJIHNlbnNlOiBJTExFR0FMIFJFUVVFU1QgYXNjOjIwLDAgKEludmFsaWQg Y29tbWFuZCBvcGVyYXRpb24gY29kZSkKKHByb2JlMTptcHMwOjA6MTowKTogQ29tbWFuZCBTcGVj aWZpYyBJbmZvOiAweGMwODgwM2MwCm1wczA6IC0+IFNlbnNlIEJ1ZmZlciBEYXRhIDogRW5kIDoK bXBzMDogCWhhbmRsZSgweDAwNGUpLCBpb2Nfc3RhdHVzKHN1Y2Nlc3MpKDB4MDAwMCksIAptcHMw OiAJc2NzaV9zdGF0dXMoY2hlY2sgY29uZGl0aW9uKSgweDAyKSwgc2NzaV9zdGF0ZShhdXRvc2Vu c2UgdmFsaWQgKSgweDAxKQptcHMwOiAtPiBTZW5zZSBCdWZmZXIgRGF0YSA6IFN0YXJ0IDoKKHBy b2JlMjptcHMwOjA6MjowKTogUkVQT1JUIExVTlMuIENEQjogYTAgMCAwIDAgMCAwIDAgMCAwIDEw IDAgMCAKKHByb2JlMjptcHMwOjA6MjowKTogU0NTSSBzZW5zZTogSUxMRUdBTCBSRVFVRVNUIGFz YzoyMCwwIChJbnZhbGlkIGNvbW1hbmQgb3BlcmF0aW9uIGNvZGUpCihwcm9iZTI6bXBzMDowOjI6 MCk6IENvbW1hbmQgU3BlY2lmaWMgSW5mbzogMHhjMDg4MDNjMAptcHMwOiAtPiBTZW5zZSBCdWZm ZXIgRGF0YSA6IEVuZCA6Cihwcm9iZTE6bXBzMDowOjE6MCk6IFJFUE9SVCBMVU5TLiBDREI6IGEw IDAgMCAwIDAgMCAwIDAgMCAxMCAwIDAgCihwcm9iZTE6bXBzMDowOjE6MCk6IENBTSBzdGF0dXM6 IFNDU0kgU3RhdHVzIEVycm9yCihwcm9iZTE6bXBzMDowOjE6MCk6IFNDU0kgc3RhdHVzOiBDaGVj ayBDb25kaXRpb24KKHByb2JlMTptcHMwOjA6MTowKTogU0NTSSBzZW5zZTogSUxMRUdBTCBSRVFV RVNUIGFzYzoyMCwwIChJbnZhbGlkIGNvbW1hbmQgb3BlcmF0aW9uIGNvZGUpCihwcm9iZTE6bXBz MDowOjE6MCk6IENvbW1hbmQgU3BlY2lmaWMgSW5mbzogMHhjMDg4MDNjMAoocHJvYmUyOm1wczA6 MDoyOjApOiBSRVBPUlQgTFVOUy4gQ0RCOiBhMCAwIDAgMCAwIDAgMCAwIDAgMTAgMCAwIAoocHJv YmUyOm1wczA6MDoyOjApOiBDQU0gc3RhdHVzOiBTQ1NJIFN0YXR1cyBFcnJvcgoocHJvYmUyOm1w czA6MDoyOjApOiBTQ1NJIHN0YXR1czogQ2hlY2sgQ29uZGl0aW9uCihwcm9iZTI6bXBzMDowOjI6 MCk6IFNDU0kgc2Vuc2U6IElMTEVHQUwgUkVRVUVTVCBhc2M6MjAsMCAoSW52YWxpZCBjb21tYW5k IG9wZXJhdGlvbiBjb2RlKQoocHJvYmUyOm1wczA6MDoyOjApOiBDb21tYW5kIFNwZWNpZmljIElu Zm86IDB4YzA4ODAzYzAKbXBzMDogCWhhbmRsZSgweDAwNGYpLCBpb2Nfc3RhdHVzKHNjc2kgZGF0 YSB1bmRlcnJ1bikoMHgwMDQ1KSwgCm1wczA6IAlzY3NpX3N0YXR1cyhnb29kKSgweDAwKSwgc2Nz aV9zdGF0ZSggKSgweDAwKQptcHMwOiAJaGFuZGxlKDB4MDA0ZSksIGlvY19zdGF0dXMoc2NzaSBk YXRhIHVuZGVycnVuKSgweDAwNDUpLCAKbXBzMDogCXNjc2lfc3RhdHVzKGdvb2QpKDB4MDApLCBz Y3NpX3N0YXRlKCApKDB4MDApCm1wczA6IAloYW5kbGUoMHgwMDRmKSwgaW9jX3N0YXR1cyhzY3Np IGRhdGEgdW5kZXJydW4pKDB4MDA0NSksIAptcHMwOiAJc2NzaV9zdGF0dXMoZ29vZCkoMHgwMCks IHNjc2lfc3RhdGUoICkoMHgwMCkKbXBzMDogCWhhbmRsZSgweDAwNGUpLCBpb2Nfc3RhdHVzKHNj c2kgZGF0YSB1bmRlcnJ1bikoMHgwMDQ1KSwgCm1wczA6IAlzY3NpX3N0YXR1cyhnb29kKSgweDAw KSwgc2NzaV9zdGF0ZSggKSgweDAwKQptcHMwOiAJaGFuZGxlKDB4MDA0ZiksIGlvY19zdGF0dXMo c2NzaSBkYXRhIHVuZGVycnVuKSgweDAwNDUpLCAKbXBzMDogCXNjc2lfc3RhdHVzKGdvb2QpKDB4 MDApLCBzY3NpX3N0YXRlKCApKDB4MDApCm1wczA6IAloYW5kbGUoMHgwMDRlKSwgaW9jX3N0YXR1 cyhzY3NpIGRhdGEgdW5kZXJydW4pKDB4MDA0NSksIAptcHMwOiAJc2NzaV9zdGF0dXMoZ29vZCko MHgwMCksIHNjc2lfc3RhdGUoICkoMHgwMCkKbXBzMDogCWhhbmRsZSgweDAwNGYpLCBpb2Nfc3Rh dHVzKHN1Y2Nlc3MpKDB4MDAwMCksIAptcHMwOiAJc2NzaV9zdGF0dXMoY2hlY2sgY29uZGl0aW9u KSgweDAyKSwgc2NzaV9zdGF0ZShhdXRvc2Vuc2UgdmFsaWQgKSgweDAxKQptcHMwOiAtPiBTZW5z ZSBCdWZmZXIgRGF0YSA6IFN0YXJ0IDoKKHByb2JlMTptcHMwOjA6MTowKTogUkVQT1JUIExVTlMu IENEQjogYTAgMCAwIDAgMCAwIDAgMCAwIDEwIDAgMCAKKHByb2JlMTptcHMwOjA6MTowKTogU0NT SSBzZW5zZTogSUxMRUdBTCBSRVFVRVNUIGFzYzpmZmZmZmZmZixmZmZmZmZmZiAoUmVzZXJ2ZWQg QVNDL0FTQ1EgcGFpcikKbXBzMDogLT4gU2Vuc2UgQnVmZmVyIERhdGEgOiBFbmQgOgoocHJvYmUx Om1wczA6MDoxOjApOiBSRVBPUlQgTFVOUy4gQ0RCOiBhMCAwIDAgMCAwIDAgMCAwIDAgMTAgMCAw IAoocHJvYmUxOm1wczA6MDoxOjApOiBDQU0gc3RhdHVzOiBTQ1NJIFN0YXR1cyBFcnJvcgoocHJv YmUxOm1wczA6MDoxOjApOiBTQ1NJIHN0YXR1czogQ2hlY2sgQ29uZGl0aW9uCihwcm9iZTE6bXBz MDowOjE6MCk6IFNDU0kgc2Vuc2U6IElMTEVHQUwgUkVRVUVTVCBhc2M6ZmZmZmZmZmYsZmZmZmZm ZmYgKFJlc2VydmVkIEFTQy9BU0NRIHBhaXIpCm1wczA6IAloYW5kbGUoMHgwMDRlKSwgaW9jX3N0 YXR1cyhzdWNjZXNzKSgweDAwMDApLCAKbXBzMDogCXNjc2lfc3RhdHVzKGNoZWNrIGNvbmRpdGlv bikoMHgwMiksIHNjc2lfc3RhdGUoYXV0b3NlbnNlIHZhbGlkICkoMHgwMSkKbXBzMDogLT4gU2Vu c2UgQnVmZmVyIERhdGEgOiBTdGFydCA6Cihwcm9iZTI6bXBzMDowOjI6MCk6IFJFUE9SVCBMVU5T LiBDREI6IGEwIDAgMCAwIDAgMCAwIDAgMCAxMCAwIDAgCihwcm9iZTI6bXBzMDowOjI6MCk6IFND U0kgc2Vuc2U6IElMTEVHQUwgUkVRVUVTVCBhc2M6ZmZmZmZmZmYsZmZmZmZmZmYgKFJlc2VydmVk IEFTQy9BU0NRIHBhaXIpCm1wczA6IC0+IFNlbnNlIEJ1ZmZlciBEYXRhIDogRW5kIDoKKHByb2Jl MjptcHMwOjA6MjowKTogUkVQT1JUIExVTlMuIENEQjogYTAgMCAwIDAgMCAwIDAgMCAwIDEwIDAg MCAKKHByb2JlMjptcHMwOjA6MjowKTogQ0FNIHN0YXR1czogU0NTSSBTdGF0dXMgRXJyb3IKKHBy b2JlMjptcHMwOjA6MjowKTogU0NTSSBzdGF0dXM6IENoZWNrIENvbmRpdGlvbgoocHJvYmUyOm1w czA6MDoyOjApOiBTQ1NJIHNlbnNlOiBJTExFR0FMIFJFUVVFU1QgYXNjOmZmZmZmZmZmLGZmZmZm ZmZmIChSZXNlcnZlZCBBU0MvQVNDUSBwYWlyKQptcHMwOiAJaGFuZGxlKDB4MDA0ZiksIGlvY19z dGF0dXMoc2NzaSBkYXRhIHVuZGVycnVuKSgweDAwNDUpLCAKbXBzMDogCXNjc2lfc3RhdHVzKGdv b2QpKDB4MDApLCBzY3NpX3N0YXRlKCApKDB4MDApCm1wczA6IAloYW5kbGUoMHgwMDRlKSwgaW9j X3N0YXR1cyhzY3NpIGRhdGEgdW5kZXJydW4pKDB4MDA0NSksIAptcHMwOiAJc2NzaV9zdGF0dXMo Z29vZCkoMHgwMCksIHNjc2lfc3RhdGUoICkoMHgwMCkKbXBzMDogCWhhbmRsZSgweDAwNGYpLCBp b2Nfc3RhdHVzKHNjc2kgZGF0YSB1bmRlcnJ1bikoMHgwMDQ1KSwgCm1wczA6IAlzY3NpX3N0YXR1 cyhnb29kKSgweDAwKSwgc2NzaV9zdGF0ZSggKSgweDAwKQptcHMwOiAJaGFuZGxlKDB4MDA0ZSks IGlvY19zdGF0dXMoc2NzaSBkYXRhIHVuZGVycnVuKSgweDAwNDUpLCAKbXBzMDogCXNjc2lfc3Rh dHVzKGdvb2QpKDB4MDApLCBzY3NpX3N0YXRlKCApKDB4MDApCm1wczA6IENvbXBsZXRpbmcgcmVz Y2FuIGZvciAoeHB0MDptcHMwOjA6NjotMSk6IAptcHMwOiAJaGFuZGxlKDB4MDA0ZiksIGlvY19z dGF0dXMoc2NzaSBkYXRhIHVuZGVycnVuKSgweDAwNDUpLCAKbXBzMDogCXNjc2lfc3RhdHVzKGdv b2QpKDB4MDApLCBzY3NpX3N0YXRlKCApKDB4MDApCm1wczA6IAloYW5kbGUoMHgwMDRlKSwgaW9j X3N0YXR1cyhzY3NpIGRhdGEgdW5kZXJydW4pKDB4MDA0NSksIAptcHMwOiAJc2NzaV9zdGF0dXMo Z29vZCkoMHgwMCksIHNjc2lfc3RhdGUoICkoMHgwMCkKbXBzMDogCWhhbmRsZSgweDAwNGYpLCBp b2Nfc3RhdHVzKHN1Y2Nlc3MpKDB4MDAwMCksIAptcHMwOiAJc2NzaV9zdGF0dXMoY2hlY2sgY29u ZGl0aW9uKSgweDAyKSwgc2NzaV9zdGF0ZShhdXRvc2Vuc2UgdmFsaWQgKSgweDAxKQptcHMwOiAt PiBTZW5zZSBCdWZmZXIgRGF0YSA6IFN0YXJ0IDoKKHByb2JlMTptcHMwOjA6MTowKTogUkVQT1JU IExVTlMuIENEQjogYTAgMCAwIDAgMCAwIDAgMCAwIDEwIDAgMCAKKHByb2JlMTptcHMwOjA6MTow KTogU0NTSSBzZW5zZTogSUxMRUdBTCBSRVFVRVNUIGFzYzpmZmZmZmZmZixmZmZmZmZmZiAoUmVz ZXJ2ZWQgQVNDL0FTQ1EgcGFpcikKbXBzMDogLT4gU2Vuc2UgQnVmZmVyIERhdGEgOiBFbmQgOgpt cHMwOiAJaGFuZGxlKDB4MDA0ZSksIGlvY19zdGF0dXMoc3VjY2VzcykoMHgwMDAwKSwgCm1wczA6 IAlzY3NpX3N0YXR1cyhjaGVjayBjb25kaXRpb24pKDB4MDIpLCBzY3NpX3N0YXRlKGF1dG9zZW5z ZSB2YWxpZCApKDB4MDEpCm1wczA6IC0+IFNlbnNlIEJ1ZmZlciBEYXRhIDogU3RhcnQgOgoocHJv YmUyOm1wczA6MDoyOjApOiBSRVBPUlQgTFVOUy4gQ0RCOiBhMCAwIDAgMCAwIDAgMCAwIDAgMTAg MCAwIAoocHJvYmUyOm1wczA6MDoyOjApOiBTQ1NJIHNlbnNlOiBJTExFR0FMIFJFUVVFU1QgYXNj OmZmZmZmZmZmLGZmZmZmZmZmIChSZXNlcnZlZCBBU0MvQVNDUSBwYWlyKQptcHMwOiAtPiBTZW5z ZSBCdWZmZXIgRGF0YSA6IEVuZCA6Cihwcm9iZTE6bXBzMDowOjE6MCk6IFJFUE9SVCBMVU5TLiBD REI6IGEwIDAgMCAwIDAgMCAwIDAgMCAxMCAwIDAgCihwcm9iZTE6bXBzMDowOjE6MCk6IENBTSBz dGF0dXM6IFNDU0kgU3RhdHVzIEVycm9yCihwcm9iZTE6bXBzMDowOjE6MCk6IFNDU0kgc3RhdHVz OiBDaGVjayBDb25kaXRpb24KKHByb2JlMTptcHMwOjA6MTowKTogU0NTSSBzZW5zZTogSUxMRUdB TCBSRVFVRVNUIGFzYzpmZmZmZmZmZixmZmZmZmZmZiAoUmVzZXJ2ZWQgQVNDL0FTQ1EgcGFpcikK KHByb2JlMjptcHMwOjA6MjowKTogUkVQT1JUIExVTlMuIENEQjogYTAgMCAwIDAgMCAwIDAgMCAw IDEwIDAgMCAKKHByb2JlMjptcHMwOjA6MjowKTogQ0FNIHN0YXR1czogU0NTSSBTdGF0dXMgRXJy b3IKKHByb2JlMjptcHMwOjA6MjowKTogU0NTSSBzdGF0dXM6IENoZWNrIENvbmRpdGlvbgoocHJv YmUyOm1wczA6MDoyOjApOiBTQ1NJIHNlbnNlOiBJTExFR0FMIFJFUVVFU1QgYXNjOmZmZmZmZmZm LGZmZmZmZmZmIChSZXNlcnZlZCBBU0MvQVNDUSBwYWlyKQptcHMwOiAJaGFuZGxlKDB4MDA0Ziks IGlvY19zdGF0dXMoc2NzaSBkYXRhIHVuZGVycnVuKSgweDAwNDUpLCAKbXBzMDogCXNjc2lfc3Rh dHVzKGdvb2QpKDB4MDApLCBzY3NpX3N0YXRlKCApKDB4MDApCm1wczA6IAloYW5kbGUoMHgwMDRl KSwgaW9jX3N0YXR1cyhzY3NpIGRhdGEgdW5kZXJydW4pKDB4MDA0NSksIAptcHMwOiAJc2NzaV9z dGF0dXMoZ29vZCkoMHgwMCksIHNjc2lfc3RhdGUoICkoMHgwMCkKbXBzMDogCWhhbmRsZSgweDAw NGYpLCBpb2Nfc3RhdHVzKHNjc2kgZGF0YSB1bmRlcnJ1bikoMHgwMDQ1KSwgCm1wczA6IAlzY3Np X3N0YXR1cyhnb29kKSgweDAwKSwgc2NzaV9zdGF0ZSggKSgweDAwKQptcHMwOiAJaGFuZGxlKDB4 MDA0ZSksIGlvY19zdGF0dXMoc2NzaSBkYXRhIHVuZGVycnVuKSgweDAwNDUpLCAKbXBzMDogCXNj c2lfc3RhdHVzKGdvb2QpKDB4MDApLCBzY3NpX3N0YXRlKCApKDB4MDApCm1wczA6IENvbXBsZXRp bmcgcmVzY2FuIGZvciAoeHB0MDptcHMwOjA6NTotMSk6IAptcHMwOiAJaGFuZGxlKDB4MDA0Ziks IGlvY19zdGF0dXMoc2NzaSBkYXRhIHVuZGVycnVuKSgweDAwNDUpLCAKbXBzMDogCXNjc2lfc3Rh dHVzKGdvb2QpKDB4MDApLCBzY3NpX3N0YXRlKCApKDB4MDApCm1wczA6IAloYW5kbGUoMHgwMDRl KSwgaW9jX3N0YXR1cyhzY3NpIGRhdGEgdW5kZXJydW4pKDB4MDA0NSksIAptcHMwOiAJc2NzaV9z dGF0dXMoZ29vZCkoMHgwMCksIHNjc2lfc3RhdGUoICkoMHgwMCkKbXBzMDogCWhhbmRsZSgweDAw NGYpLCBpb2Nfc3RhdHVzKHN1Y2Nlc3MpKDB4MDAwMCksIAptcHMwOiAJc2NzaV9zdGF0dXMoY2hl Y2sgY29uZGl0aW9uKSgweDAyKSwgc2NzaV9zdGF0ZShhdXRvc2Vuc2UgdmFsaWQgKSgweDAxKQpt cHMwOiAtPiBTZW5zZSBCdWZmZXIgRGF0YSA6IFN0YXJ0IDoKKHByb2JlMTptcHMwOjA6MTowKTog UkVQT1JUIExVTlMuIENEQjogYTAgMCAwIDAgMCAwIDAgMCAwIDEwIDAgMCAKKHByb2JlMTptcHMw OjA6MTowKTogU0NTSSBzZW5zZTogSUxMRUdBTCBSRVFVRVNUIGFzYzpmZmZmZmZmZixmZmZmZmZm ZiAoUmVzZXJ2ZWQgQVNDL0FTQ1EgcGFpcikKbXBzMDogLT4gU2Vuc2UgQnVmZmVyIERhdGEgOiBF bmQgOgoocHJvYmUxOm1wczA6MDoxOjApOiBSRVBPUlQgTFVOUy4gQ0RCOiBhMCAwIDAgMCAwIDAg MCAwIDAgMTAgMCAwIAoocHJvYmUxOm1wczA6MDoxOjApOiBDQU0gc3RhdHVzOiBTQ1NJIFN0YXR1 cyBFcnJvcgoocHJvYmUxOm1wczA6MDoxOjApOiBTQ1NJIHN0YXR1czogQ2hlY2sgQ29uZGl0aW9u Cihwcm9iZTE6bXBzMDowOjE6MCk6IFNDU0kgc2Vuc2U6IElMTEVHQUwgUkVRVUVTVCBhc2M6ZmZm ZmZmZmYsZmZmZmZmZmYgKFJlc2VydmVkIEFTQy9BU0NRIHBhaXIpCm1wczA6IAloYW5kbGUoMHgw MDRlKSwgaW9jX3N0YXR1cyhzdWNjZXNzKSgweDAwMDApLCAKbXBzMDogCXNjc2lfc3RhdHVzKGNo ZWNrIGNvbmRpdGlvbikoMHgwMiksIHNjc2lfc3RhdGUoYXV0b3NlbnNlIHZhbGlkICkoMHgwMSkK bXBzMDogLT4gU2Vuc2UgQnVmZmVyIERhdGEgOiBTdGFydCA6Cihwcm9iZTI6bXBzMDowOjI6MCk6 IFJFUE9SVCBMVU5TLiBDREI6IGEwIDAgMCAwIDAgMCAwIDAgMCAxMCAwIDAgCihwcm9iZTI6bXBz MDowOjI6MCk6IFNDU0kgc2Vuc2U6IElMTEVHQUwgUkVRVUVTVCBhc2M6ZmZmZmZmZmYsZmZmZmZm ZmYgKFJlc2VydmVkIEFTQy9BU0NRIHBhaXIpCm1wczA6IC0+IFNlbnNlIEJ1ZmZlciBEYXRhIDog RW5kIDoKKHByb2JlMjptcHMwOjA6MjowKTogUkVQT1JUIExVTlMuIENEQjogYTAgMCAwIDAgMCAw IDAgMCAwIDEwIDAgMCAKKHByb2JlMjptcHMwOjA6MjowKTogQ0FNIHN0YXR1czogU0NTSSBTdGF0 dXMgRXJyb3IKKHByb2JlMjptcHMwOjA6MjowKTogU0NTSSBzdGF0dXM6IENoZWNrIENvbmRpdGlv bgoocHJvYmUyOm1wczA6MDoyOjApOiBTQ1NJIHNlbnNlOiBJTExFR0FMIFJFUVVFU1QgYXNjOmZm ZmZmZmZmLGZmZmZmZmZmIChSZXNlcnZlZCBBU0MvQVNDUSBwYWlyKQptcHMwOiAJaGFuZGxlKDB4 MDA0ZiksIGlvY19zdGF0dXMoc2NzaSBkYXRhIHVuZGVycnVuKSgweDAwNDUpLCAKbXBzMDogCXNj c2lfc3RhdHVzKGdvb2QpKDB4MDApLCBzY3NpX3N0YXRlKCApKDB4MDApCm1wczA6IAloYW5kbGUo MHgwMDRlKSwgaW9jX3N0YXR1cyhzY3NpIGRhdGEgdW5kZXJydW4pKDB4MDA0NSksIAptcHMwOiAJ c2NzaV9zdGF0dXMoZ29vZCkoMHgwMCksIHNjc2lfc3RhdGUoICkoMHgwMCkKbXBzMDogCWhhbmRs ZSgweDAwNGYpLCBpb2Nfc3RhdHVzKHNjc2kgZGF0YSB1bmRlcnJ1bikoMHgwMDQ1KSwgCm1wczA6 IAlzY3NpX3N0YXR1cyhnb29kKSgweDAwKSwgc2NzaV9zdGF0ZSggKSgweDAwKQptcHMwOiAJaGFu ZGxlKDB4MDA0ZSksIGlvY19zdGF0dXMoc2NzaSBkYXRhIHVuZGVycnVuKSgweDAwNDUpLCAKbXBz MDogCXNjc2lfc3RhdHVzKGdvb2QpKDB4MDApLCBzY3NpX3N0YXRlKCApKDB4MDApCm1wczA6IENv bXBsZXRpbmcgcmVzY2FuIGZvciAoeHB0MDptcHMwOjA6NDotMSk6IAptcHMwOiAJaGFuZGxlKDB4 MDA0ZiksIGlvY19zdGF0dXMoc2NzaSBkYXRhIHVuZGVycnVuKSgweDAwNDUpLCAKbXBzMDogCXNj c2lfc3RhdHVzKGdvb2QpKDB4MDApLCBzY3NpX3N0YXRlKCApKDB4MDApCm1wczA6IAloYW5kbGUo MHgwMDRlKSwgaW9jX3N0YXR1cyhzY3NpIGRhdGEgdW5kZXJydW4pKDB4MDA0NSksIAptcHMwOiAJ c2NzaV9zdGF0dXMoZ29vZCkoMHgwMCksIHNjc2lfc3RhdGUoICkoMHgwMCkKbXBzMDogCWhhbmRs ZSgweDAwNGYpLCBpb2Nfc3RhdHVzKHN1Y2Nlc3MpKDB4MDAwMCksIAptcHMwOiAJc2NzaV9zdGF0 dXMoY2hlY2sgY29uZGl0aW9uKSgweDAyKSwgc2NzaV9zdGF0ZShhdXRvc2Vuc2UgdmFsaWQgKSgw eDAxKQptcHMwOiAtPiBTZW5zZSBCdWZmZXIgRGF0YSA6IFN0YXJ0IDoKKHByb2JlMTptcHMwOjA6 MTowKTogUkVQT1JUIExVTlMuIENEQjogYTAgMCAwIDAgMCAwIDAgMCAwIDEwIDAgMCAKKHByb2Jl MTptcHMwOjA6MTowKTogU0NTSSBzZW5zZTogSUxMRUdBTCBSRVFVRVNUIGFzYzpmZmZmZmZmZixm ZmZmZmZmZiAoUmVzZXJ2ZWQgQVNDL0FTQ1EgcGFpcikKbXBzMDogLT4gU2Vuc2UgQnVmZmVyIERh dGEgOiBFbmQgOgptcHMwOiAJaGFuZGxlKDB4MDA0ZSksIGlvY19zdGF0dXMoc3VjY2VzcykoMHgw MDAwKSwgCm1wczA6IAlzY3NpX3N0YXR1cyhjaGVjayBjb25kaXRpb24pKDB4MDIpLCBzY3NpX3N0 YXRlKGF1dG9zZW5zZSB2YWxpZCApKDB4MDEpCm1wczA6IC0+IFNlbnNlIEJ1ZmZlciBEYXRhIDog U3RhcnQgOgoocHJvYmUyOm1wczA6MDoyOjApOiBSRVBPUlQgTFVOUy4gQ0RCOiBhMCAwIDAgMCAw IDAgMCAwIDAgMTAgMCAwIAoocHJvYmUyOm1wczA6MDoyOjApOiBTQ1NJIHNlbnNlOiBJTExFR0FM IFJFUVVFU1QgYXNjOmZmZmZmZmZmLGZmZmZmZmZmIChSZXNlcnZlZCBBU0MvQVNDUSBwYWlyKQpt cHMwOiAtPiBTZW5zZSBCdWZmZXIgRGF0YSA6IEVuZCA6Cihwcm9iZTE6bXBzMDowOjE6MCk6IFJF UE9SVCBMVU5TLiBDREI6IGEwIDAgMCAwIDAgMCAwIDAgMCAxMCAwIDAgCihwcm9iZTE6bXBzMDow OjE6MCk6IENBTSBzdGF0dXM6IFNDU0kgU3RhdHVzIEVycm9yCihwcm9iZTE6bXBzMDowOjE6MCk6 IFNDU0kgc3RhdHVzOiBDaGVjayBDb25kaXRpb24KKHByb2JlMTptcHMwOjA6MTowKTogU0NTSSBz ZW5zZTogSUxMRUdBTCBSRVFVRVNUIGFzYzpmZmZmZmZmZixmZmZmZmZmZiAoUmVzZXJ2ZWQgQVND L0FTQ1EgcGFpcikKKHByb2JlMjptcHMwOjA6MjowKTogUkVQT1JUIExVTlMuIENEQjogYTAgMCAw IDAgMCAwIDAgMCAwIDEwIDAgMCAKKHByb2JlMjptcHMwOjA6MjowKTogQ0FNIHN0YXR1czogU0NT SSBTdGF0dXMgRXJyb3IKKHByb2JlMjptcHMwOjA6MjowKTogU0NTSSBzdGF0dXM6IENoZWNrIENv bmRpdGlvbgoocHJvYmUyOm1wczA6MDoyOjApOiBTQ1NJIHNlbnNlOiBJTExFR0FMIFJFUVVFU1Qg YXNjOmZmZmZmZmZmLGZmZmZmZmZmIChSZXNlcnZlZCBBU0MvQVNDUSBwYWlyKQpjZDAgYXQgYXRh MiBidXMgMCBzY2J1czEgdGFyZ2V0IDAgbHVuIDAKY2QwOiA8VEVBQyBEVkQtUk9NIERWLTI4U1cg Ui4yQT4gUmVtb3ZhYmxlIENELVJPTSBTQ1NJLTAgZGV2aWNlIApjZDA6IDE1MC4wMDBNQi9zIHRy YW5zZmVycyAoU0FUQSAxLngsIFVETUE1LCBBVEFQSSAxMmJ5dGVzLCBQSU8gODE5MmJ5dGVzKQpj ZDA6IEF0dGVtcHQgdG8gcXVlcnkgZGV2aWNlIHNpemUgZmFpbGVkOiBOT1QgUkVBRFksIE1lZGl1 bSBub3QgcHJlc2VudCAtIHRyYXkgY2xvc2VkCm1wczA6IAloYW5kbGUoMHgwMDRmKSwgaW9jX3N0 YXR1cyhzY3NpIGRhdGEgdW5kZXJydW4pKDB4MDA0NSksIAptcHMwOiAJc2NzaV9zdGF0dXMoZ29v ZCkoMHgwMCksIHNjc2lfc3RhdGUoICkoMHgwMCkKbXBzMDogCWhhbmRsZSgweDAwNGUpLCBpb2Nf c3RhdHVzKHNjc2kgZGF0YSB1bmRlcnJ1bikoMHgwMDQ1KSwgCm1wczA6IAlzY3NpX3N0YXR1cyhn b29kKSgweDAwKSwgc2NzaV9zdGF0ZSggKSgweDAwKQptcHMwOiAJaGFuZGxlKDB4MDA0ZiksIGlv Y19zdGF0dXMoc2NzaSBkYXRhIHVuZGVycnVuKSgweDAwNDUpLCAKbXBzMDogCXNjc2lfc3RhdHVz KGdvb2QpKDB4MDApLCBzY3NpX3N0YXRlKCApKDB4MDApCm1wczA6IAloYW5kbGUoMHgwMDRlKSwg aW9jX3N0YXR1cyhzY3NpIGRhdGEgdW5kZXJydW4pKDB4MDA0NSksIAptcHMwOiAJc2NzaV9zdGF0 dXMoZ29vZCkoMHgwMCksIHNjc2lfc3RhdGUoICkoMHgwMCkKbXBzMDogQ29tcGxldGluZyByZXNj YW4gZm9yICh4cHQwOm1wczA6MDozOi0xKTogCm1wczA6IAloYW5kbGUoMHgwMDRmKSwgaW9jX3N0 YXR1cyhzY3NpIGRhdGEgdW5kZXJydW4pKDB4MDA0NSksIAptcHMwOiAJc2NzaV9zdGF0dXMoZ29v ZCkoMHgwMCksIHNjc2lfc3RhdGUoICkoMHgwMCkKbXBzMDogCWhhbmRsZSgweDAwNGUpLCBpb2Nf c3RhdHVzKHNjc2kgZGF0YSB1bmRlcnJ1bikoMHgwMDQ1KSwgCm1wczA6IAlzY3NpX3N0YXR1cyhn b29kKSgweDAwKSwgc2NzaV9zdGF0ZSggKSgweDAwKQptcHMwOiAJaGFuZGxlKDB4MDA0ZiksIGlv Y19zdGF0dXMoc3VjY2VzcykoMHgwMDAwKSwgCm1wczA6IAlzY3NpX3N0YXR1cyhjaGVjayBjb25k aXRpb24pKDB4MDIpLCBzY3NpX3N0YXRlKGF1dG9zZW5zZSB2YWxpZCApKDB4MDEpCm1wczA6IC0+ IFNlbnNlIEJ1ZmZlciBEYXRhIDogU3RhcnQgOgoocHJvYmUxOm1wczA6MDoxOjApOiBSRVBPUlQg TFVOUy4gQ0RCOiBhMCAwIDAgMCAwIDAgMCAwIDAgMTAgMCAwIAoocHJvYmUxOm1wczA6MDoxOjAp OiBTQ1NJIHNlbnNlOiBJTExFR0FMIFJFUVVFU1QgYXNjOmZmZmZmZmZmLGZmZmZmZmZmIChSZXNl cnZlZCBBU0MvQVNDUSBwYWlyKQptcHMwOiAtPiBTZW5zZSBCdWZmZXIgRGF0YSA6IEVuZCA6Cm1w czA6IAloYW5kbGUoMHgwMDRlKSwgaW9jX3N0YXR1cyhzdWNjZXNzKSgweDAwMDApLCAKbXBzMDog CXNjc2lfc3RhdHVzKGNoZWNrIGNvbmRpdGlvbikoMHgwMiksIHNjc2lfc3RhdGUoYXV0b3NlbnNl IHZhbGlkICkoMHgwMSkKbXBzMDogLT4gU2Vuc2UgQnVmZmVyIERhdGEgOiBTdGFydCA6Cihwcm9i ZTI6bXBzMDowOjI6MCk6IFJFUE9SVCBMVU5TLiBDREI6IGEwIDAgMCAwIDAgMCAwIDAgMCAxMCAw IDAgCihwcm9iZTI6bXBzMDowOjI6MCk6IFNDU0kgc2Vuc2U6IElMTEVHQUwgUkVRVUVTVCBhc2M6 ZmZmZmZmZmYsZmZmZmZmZmYgKFJlc2VydmVkIEFTQy9BU0NRIHBhaXIpCm1wczA6IC0+IFNlbnNl IEJ1ZmZlciBEYXRhIDogRW5kIDoKKHByb2JlMTptcHMwOjA6MTowKTogUkVQT1JUIExVTlMuIENE QjogYTAgMCAwIDAgMCAwIDAgMCAwIDEwIDAgMCAKKHByb2JlMTptcHMwOjA6MTowKTogQ0FNIHN0 YXR1czogU0NTSSBTdGF0dXMgRXJyb3IKKHByb2JlMTptcHMwOjA6MTowKTogU0NTSSBzdGF0dXM6 IENoZWNrIENvbmRpdGlvbgoocHJvYmUxOm1wczA6MDoxOjApOiBTQ1NJIHNlbnNlOiBJTExFR0FM IFJFUVVFU1QgYXNjOmZmZmZmZmZmLGZmZmZmZmZmIChSZXNlcnZlZCBBU0MvQVNDUSBwYWlyKQoo cHJvYmUyOm1wczA6MDoyOjApOiBSRVBPUlQgTFVOUy4gQ0RCOiBhMCAwIDAgMCAwIDAgMCAwIDAg MTAgMCAwIAoocHJvYmUyOm1wczA6MDoyOjApOiBDQU0gc3RhdHVzOiBTQ1NJIFN0YXR1cyBFcnJv cgoocHJvYmUyOm1wczA6MDoyOjApOiBTQ1NJIHN0YXR1czogQ2hlY2sgQ29uZGl0aW9uCihwcm9i ZTI6bXBzMDowOjI6MCk6IFNDU0kgc2Vuc2U6IElMTEVHQUwgUkVRVUVTVCBhc2M6ZmZmZmZmZmYs ZmZmZmZmZmYgKFJlc2VydmVkIEFTQy9BU0NRIHBhaXIpCm1wczA6IAloYW5kbGUoMHgwMDRmKSwg aW9jX3N0YXR1cyhzY3NpIGRhdGEgdW5kZXJydW4pKDB4MDA0NSksIAptcHMwOiAJc2NzaV9zdGF0 dXMoZ29vZCkoMHgwMCksIHNjc2lfc3RhdGUoICkoMHgwMCkKbXBzMDogCWhhbmRsZSgweDAwNGUp LCBpb2Nfc3RhdHVzKHNjc2kgZGF0YSB1bmRlcnJ1bikoMHgwMDQ1KSwgCm1wczA6IAlzY3NpX3N0 YXR1cyhnb29kKSgweDAwKSwgc2NzaV9zdGF0ZSggKSgweDAwKQptcHMwOiAJaGFuZGxlKDB4MDA0 ZiksIGlvY19zdGF0dXMoc2NzaSBkYXRhIHVuZGVycnVuKSgweDAwNDUpLCAKbXBzMDogCXNjc2lf c3RhdHVzKGdvb2QpKDB4MDApLCBzY3NpX3N0YXRlKCApKDB4MDApCm1wczA6IAloYW5kbGUoMHgw MDRlKSwgaW9jX3N0YXR1cyhzY3NpIGRhdGEgdW5kZXJydW4pKDB4MDA0NSksIAptcHMwOiAJc2Nz aV9zdGF0dXMoZ29vZCkoMHgwMCksIHNjc2lfc3RhdGUoICkoMHgwMCkKbXBzMDogQ29tcGxldGlu ZyByZXNjYW4gZm9yICh4cHQwOm1wczA6MDo4Oi0xKTogCm1wczA6IAloYW5kbGUoMHgwMDRmKSwg aW9jX3N0YXR1cyhzY3NpIGRhdGEgdW5kZXJydW4pKDB4MDA0NSksIAptcHMwOiAJc2NzaV9zdGF0 dXMoZ29vZCkoMHgwMCksIHNjc2lfc3RhdGUoICkoMHgwMCkKbXBzMDogCWhhbmRsZSgweDAwNGUp LCBpb2Nfc3RhdHVzKHNjc2kgZGF0YSB1bmRlcnJ1bikoMHgwMDQ1KSwgCm1wczA6IAlzY3NpX3N0 YXR1cyhnb29kKSgweDAwKSwgc2NzaV9zdGF0ZSggKSgweDAwKQptcHMwOiAJaGFuZGxlKDB4MDA0 ZiksIGlvY19zdGF0dXMoc3VjY2VzcykoMHgwMDAwKSwgCm1wczA6IAlzY3NpX3N0YXR1cyhjaGVj ayBjb25kaXRpb24pKDB4MDIpLCBzY3NpX3N0YXRlKGF1dG9zZW5zZSB2YWxpZCApKDB4MDEpCm1w czA6IC0+IFNlbnNlIEJ1ZmZlciBEYXRhIDogU3RhcnQgOgoocHJvYmUxOm1wczA6MDoxOjApOiBS RVBPUlQgTFVOUy4gQ0RCOiBhMCAwIDAgMCAwIDAgMCAwIDAgMTAgMCAwIAoocHJvYmUxOm1wczA6 MDoxOjApOiBTQ1NJIHNlbnNlOiBJTExFR0FMIFJFUVVFU1QgYXNjOmZmZmZmZmZmLGZmZmZmZmZm IChSZXNlcnZlZCBBU0MvQVNDUSBwYWlyKQptcHMwOiAtPiBTZW5zZSBCdWZmZXIgRGF0YSA6IEVu ZCA6Cm1wczA6IAloYW5kbGUoMHgwMDRlKSwgaW9jX3N0YXR1cyhzdWNjZXNzKSgweDAwMDApLCAK bXBzMDogCXNjc2lfc3RhdHVzKGNoZWNrIGNvbmRpdGlvbikoMHgwMiksIHNjc2lfc3RhdGUoYXV0 b3NlbnNlIHZhbGlkICkoMHgwMSkKbXBzMDogLT4gU2Vuc2UgQnVmZmVyIERhdGEgOiBTdGFydCA6 Cihwcm9iZTI6bXBzMDowOjI6MCk6IFJFUE9SVCBMVU5TLiBDREI6IGEwIDAgMCAwIDAgMCAwIDAg MCAxMCAwIDAgCihwcm9iZTI6bXBzMDowOjI6MCk6IFNDU0kgc2Vuc2U6IElMTEVHQUwgUkVRVUVT VCBhc2M6ZmZmZmZmZmYsZmZmZmZmZmYgKFJlc2VydmVkIEFTQy9BU0NRIHBhaXIpCm1wczA6IC0+ IFNlbnNlIEJ1ZmZlciBEYXRhIDogRW5kIDoKKHByb2JlMTptcHMwOjA6MTowKTogUkVQT1JUIExV TlMuIENEQjogYTAgMCAwIDAgMCAwIDAgMCAwIDEwIDAgMCAKKHByb2JlMTptcHMwOjA6MTowKTog Q0FNIHN0YXR1czogU0NTSSBTdGF0dXMgRXJyb3IKKHByb2JlMTptcHMwOjA6MTowKTogU0NTSSBz dGF0dXM6IENoZWNrIENvbmRpdGlvbgoocHJvYmUxOm1wczA6MDoxOjApOiBTQ1NJIHNlbnNlOiBJ TExFR0FMIFJFUVVFU1QgYXNjOmZmZmZmZmZmLGZmZmZmZmZmIChSZXNlcnZlZCBBU0MvQVNDUSBw YWlyKQoocHJvYmUyOm1wczA6MDoyOjApOiBSRVBPUlQgTFVOUy4gQ0RCOiBhMCAwIDAgMCAwIDAg MCAwIDAgMTAgMCAwIAoocHJvYmUyOm1wczA6MDoyOjApOiBDQU0gc3RhdHVzOiBTQ1NJIFN0YXR1 cyBFcnJvcgoocHJvYmUyOm1wczA6MDoyOjApOiBTQ1NJIHN0YXR1czogQ2hlY2sgQ29uZGl0aW9u Cihwcm9iZTI6bXBzMDowOjI6MCk6IFNDU0kgc2Vuc2U6IElMTEVHQUwgUkVRVUVTVCBhc2M6ZmZm ZmZmZmYsZmZmZmZmZmYgKFJlc2VydmVkIEFTQy9BU0NRIHBhaXIpCm1wczA6IAloYW5kbGUoMHgw MDRmKSwgaW9jX3N0YXR1cyhzY3NpIGRhdGEgdW5kZXJydW4pKDB4MDA0NSksIAptcHMwOiAJc2Nz aV9zdGF0dXMoZ29vZCkoMHgwMCksIHNjc2lfc3RhdGUoICkoMHgwMCkKbXBzMDogCWhhbmRsZSgw eDAwNGUpLCBpb2Nfc3RhdHVzKHNjc2kgZGF0YSB1bmRlcnJ1bikoMHgwMDQ1KSwgCm1wczA6IAlz Y3NpX3N0YXR1cyhnb29kKSgweDAwKSwgc2NzaV9zdGF0ZSggKSgweDAwKQptcHMwOiAJaGFuZGxl KDB4MDA0ZiksIGlvY19zdGF0dXMoc2NzaSBkYXRhIHVuZGVycnVuKSgweDAwNDUpLCAKbXBzMDog CXNjc2lfc3RhdHVzKGdvb2QpKDB4MDApLCBzY3NpX3N0YXRlKCApKDB4MDApCm1wczA6IAloYW5k bGUoMHgwMDRlKSwgaW9jX3N0YXR1cyhzY3NpIGRhdGEgdW5kZXJydW4pKDB4MDA0NSksIAptcHMw OiAJc2NzaV9zdGF0dXMoZ29vZCkoMHgwMCksIHNjc2lfc3RhdGUoICkoMHgwMCkKbXBzMDogQ29t cGxldGluZyByZXNjYW4gZm9yICh4cHQwOm1wczA6MDo3Oi0xKTogClNNUDogQVAgQ1BVICMxIExh dW5jaGVkIQptcHMwOiAJaGFuZGxlKDB4MDA0ZiksIGlvY19zdGF0dXMoc2NzaSBkYXRhIHVuZGVy cnVuKSgweDAwNDUpLCAKbXBzMDogCXNjc2lfc3RhdHVzKGdvb2QpKDB4MDApLCBzY3NpX3N0YXRl KCApKDB4MDApCm1wczA6IAloYW5kbGUoMHgwMDRlKSwgaW9jX3N0YXR1cyhzY3NpIGRhdGEgdW5k ZXJydW4pKDB4MDA0NSksIAptcHMwOiAJc2NzaV9zdGF0dXMoZ29vZCkoMHgwMCksIHNjc2lfc3Rh dGUoICkoMHgwMCkKbXBzMDogCWhhbmRsZSgweDAwNGYpLCBpb2Nfc3RhdHVzKHN1Y2Nlc3MpKDB4 MDAwMCksIAptcHMwOiAJc2NzaV9zdGF0dXMoY2hlY2sgY29uZGl0aW9uKSgweDAyKSwgc2NzaV9z dGF0ZShhdXRvc2Vuc2UgdmFsaWQgKSgweDAxKQpTTVA6IEFQIENQVSAjMTAgTGF1bmNoZWQhCm1w czA6IC0+IFNlbnNlIEJ1ZmZlciBEYXRhIDogU3RhcnQgOgoocHJvYmUxOm1wczA6MDoxOjApOiBS RVBPUlQgTFVOUy4gQ0RCOiBhMCAwIDAgMCAwIDAgMCAwIDAgMTAgMCAwIAoocHJvYmUxOm1wczA6 MDoxOjApOiBTQ1NJIHNlbnNlOiBJTExFR0FMIFJFUVVFU1QgYXNjOmZmZmZmZmZmLGZmZmZmZmZm IChSZXNlcnZlZCBBU0MvQVNDUSBwYWlyKQptcHMwOiAtPiBTZW5zZSBCdWZmZXIgRGF0YSA6IEVu ZCA6Cm1wczA6IAloYW5kbGUoMHgwMDRlKSwgaW9jX3N0YXR1cyhzdWNjZXNzKSgweDAwMDApLCAK bXBzMDogCXNjc2lfc3RhdHVzKGNoZWNrIGNvbmRpdGlvbikoMHgwMiksIHNjc2lfc3RhdGUoYXV0 b3NlbnNlIHZhbGlkICkoMHgwMSkKbXBzMDogLT4gU2Vuc2UgQnVmZmVyIERhdGEgOiBTdGFydCA6 ClNNUDogQVAgQ1BVICM3IExhdW5jaGVkIQoocHJvYmUyOm1wczA6MDoyOjApOiBSRVBPUlQgTFVO Uy4gQ0RCOiBhMCAwIDAgMCAwIDAgMCAwIDAgMTAgMCAwIAoocHJvYmUyOm1wczA6MDoyOjApOiBT Q1NJIHNlbnNlOiBJTExFR0FMIFJFUVVFU1QgYXNjOmZmZmZmZmZmLGZmZmZmZmZmIChSZXNlcnZl ZCBBU0MvQVNDUSBwYWlyKQptcHMwOiAtPiBTZW5zZSBCdWZmZXIgRGF0YSA6IEVuZCA6Cihwcm9i ZTE6bXBzMDowOjE6MCk6IFJFUE9SVCBMVU5TLiBDREI6IGEwIDAgMCAwIDAgMCAwIDAgMCAxMCAw IDAgCihwcm9iZTE6bXBzMDowOjE6MCk6IENBTSBzdGF0dXM6IFNDU0kgU3RhdHVzIEVycm9yCihw cm9iZTE6bXBzMDowOjE6MCk6IFNDU0kgc3RhdHVzOiBDaGVjayBDb25kaXRpb24KU01QOiBBUCBD UFUgIzExIExhdW5jaGVkIQoocHJvYmUxOm1wczA6MDoxOjApOiBTQ1NJIHNlbnNlOiBJTExFR0FM IFJFUVVFU1QgYXNjOmZmZmZmZmZmLGZmZmZmZmZmIChSZXNlcnZlZCBBU0MvQVNDUSBwYWlyKQoo cHJvYmUyOm1wczA6MDoyOjApOiBSRVBPUlQgTFVOUy4gQ0RCOiBhMCAwIDAgMCAwIDAgMCAwIDAg MTAgMCAwIAoocHJvYmUyOm1wczA6MDoyOjApOiBDQU0gc3RhdHVzOiBTQ1NJIFN0YXR1cyBFcnJv cgoocHJvYmUyOm1wczA6MDoyOjApOiBTQ1NJIHN0YXR1czogQ2hlY2sgQ29uZGl0aW9uCihwcm9i ZTI6bXBzMDowOjI6MCk6IFNDU0kgc2Vuc2U6IElMTEVHQUwgUkVRVUVTVCBhc2M6ZmZmZmZmZmYs ZmZmZmZmZmYgKFJlc2VydmVkIEFTQy9BU0NRIHBhaXIpCm1wczA6IAloYW5kbGUoMHgwMDRmKSwg aW9jX3N0YXR1cyhzY3NpIGRhdGEgdW5kZXJydW4pKDB4MDA0NSksIAptcHMwOiAJc2NzaV9zdGF0 dXMoZ29vZCkoMHgwMCksIHNjc2lfc3RhdGUoICkoMHgwMCkKU01QOiBBUCBDUFUgIzQgTGF1bmNo ZWQhCm1wczA6IAloYW5kbGUoMHgwMDRlKSwgaW9jX3N0YXR1cyhzY3NpIGRhdGEgdW5kZXJydW4p KDB4MDA0NSksIAptcHMwOiAJc2NzaV9zdGF0dXMoZ29vZCkoMHgwMCksIHNjc2lfc3RhdGUoICko MHgwMCkKbXBzMDogCWhhbmRsZSgweDAwNGYpLCBpb2Nfc3RhdHVzKHNjc2kgZGF0YSB1bmRlcnJ1 bikoMHgwMDQ1KSwgCm1wczA6IAlzY3NpX3N0YXR1cyhnb29kKSgweDAwKSwgc2NzaV9zdGF0ZSgg KSgweDAwKQptcHMwOiAJaGFuZGxlKDB4MDA0ZSksIGlvY19zdGF0dXMoc2NzaSBkYXRhIHVuZGVy cnVuKSgweDAwNDUpLCAKbXBzMDogCXNjc2lfc3RhdHVzKGdvb2QpKDB4MDApLCBzY3NpX3N0YXRl KCApKDB4MDApCm1wczA6IENvbXBsZXRpbmcgcmVzY2FuIGZvciAoeHB0MDptcHMwOjA6LTE6LTEp OiAKU01QOiBBUCBDUFUgIzEyIExhdW5jaGVkIQpkYTAgYXQgbXBzMCBidXMgMCBzY2J1czAgdGFy Z2V0IDEgbHVuIDAKZGEwOiA8RGVsbCBWaXJ0dWFsIERpc2sgMTAyOD4gRml4ZWQgRGlyZWN0IEFj Y2VzcyBTQ1NJLTYgZGV2aWNlIApkYTA6IDE1MC4wMDBNQi9zIHRyYW5zZmVycwpkYTA6IENvbW1h bmQgUXVldWVpbmcgZW5hYmxlZApkYTA6IDI4NTU2OE1CICg1ODQ4NDMyNjQgNTEyIGJ5dGUgc2Vj dG9yczogMjU1SCA2M1MvVCAzNjQwNEMpCmRhMSBhdCBtcHMwIGJ1cyAwIHNjYnVzMCB0YXJnZXQg MiBsdW4gMApkYTE6IDxEZWxsIFZpcnR1YWwgRGlzayAxMDI4PiBGaXhlZCBEaXJlY3QgQWNjZXNz IFNDU0ktNiBkZXZpY2UgCmRhMTogMTUwLjAwME1CL3MgdHJhbnNmZXJzCmRhMTogQ29tbWFuZCBR dWV1ZWluZyBlbmFibGVkClNNUDogQVAgQ1BVICM2IExhdW5jaGVkIQpkYTE6IDU3MTEzNk1CICgx MTY5Njg2NTI4IDUxMiBieXRlIHNlY3RvcnM6IDI1NUggNjNTL1QgNzI4MDlDKQpTTVA6IEFQIENQ VSAjMTMgTGF1bmNoZWQhClNNUDogQVAgQ1BVICMzIExhdW5jaGVkIQpTTVA6IEFQIENQVSAjOCBM YXVuY2hlZCEKU01QOiBBUCBDUFUgIzIgTGF1bmNoZWQhClNNUDogQVAgQ1BVICMxNSBMYXVuY2hl ZCEKU01QOiBBUCBDUFUgIzUgTGF1bmNoZWQhClNNUDogQVAgQ1BVICM5IExhdW5jaGVkIQpTTVA6 IEFQIENQVSAjMTQgTGF1bmNoZWQhCldBUk5JTkc6IFdJVE5FU1Mgb3B0aW9uIGVuYWJsZWQsIGV4 cGVjdCByZWR1Y2VkIHBlcmZvcm1hbmNlLgpSb290IG1vdW50IHdhaXRpbmcgZm9yOiB1c2J1czUg dXNidXMyCnVnZW4yLjI6IDx2ZW5kb3IgMHgwNDI0PiBhdCB1c2J1czIKdWh1YjY6IDx2ZW5kb3Ig MHgwNDI0IHByb2R1Y3QgMHgyNTE0LCBjbGFzcyA5LzAsIHJldiAyLjAwLzAuMDAsIGFkZHIgMj4g b24gdXNidXMyCnVodWI2OiAzIHBvcnRzIHdpdGggMyByZW1vdmFibGUsIHNlbGYgcG93ZXJlZAp1 Z2VuMy4yOiA8QXZvY2VudD4gYXQgdXNidXMzCnVrYmQwOiA8S2V5Ym9hcmQ+IG9uIHVzYnVzMwpr YmQyIGF0IHVrYmQwCnVtczA6IDxNb3VzZT4gb24gdXNidXMzCnVtczA6IDMgYnV0dG9ucyBhbmQg W1pdIGNvb3JkaW5hdGVzIElEPTAKUm9vdCBtb3VudCB3YWl0aW5nIGZvcjogdXNidXM1CnVnZW41 LjI6IDxBdm9jZW50PiBhdCB1c2J1czUKdW1hc3MwOiA8U0NTSSBUcmFuc3BhcmVudCBJbnRlcmZh Y2UgMD4gb24gdXNidXM1CnVtYXNzMDogIFNDU0kgb3ZlciBCdWxrLU9ubHk7IHF1aXJrcyA9IDB4 NDEwMAp1bWFzczA6NDowOi0xOiBBdHRhY2hlZCB0byBzY2J1czQKdW1hc3MxOiA8U0NTSSBUcmFu c3BhcmVudCBJbnRlcmZhY2UgMT4gb24gdXNidXM1CnVtYXNzMTogIFNDU0kgb3ZlciBCdWxrLU9u bHk7IHF1aXJrcyA9IDB4NDEwMAp1bWFzczE6NToxOi0xOiBBdHRhY2hlZCB0byBzY2J1czUKVHJ5 aW5nIHRvIG1vdW50IHJvb3QgZnJvbSBjZDk2NjA6L2Rldi9pc285NjYwL0ZSRUVCU0RfSU5TVEFM TCBbcm9dLi4uCm1vdW50cm9vdDogd2FpdGluZyBmb3IgZGV2aWNlIC9kZXYvaXNvOTY2MC9GUkVF QlNEX0lOU1RBTEwgLi4uCihwcm9iZTA6dW1hc3Mtc2ltMDowOjA6MCk6IFRFU1QgVU5JVCBSRUFE WS4gQ0RCOiAwIDAgMCAwIDAgMCAKKHByb2JlMDp1bWFzcy1zaW0wOjA6MDowKTogQ0FNIHN0YXR1 czogU0NTSSBTdGF0dXMgRXJyb3IKKHByb2JlMDp1bWFzcy1zaW0wOjA6MDowKTogU0NTSSBzdGF0 dXM6IENoZWNrIENvbmRpdGlvbgoocHJvYmUwOnVtYXNzLXNpbTA6MDowOjApOiBTQ1NJIHNlbnNl OiBOT1QgUkVBRFkgYXNjOjNhLDAgKE1lZGl1bSBub3QgcHJlc2VudCkKKHByb2JlMTp1bWFzcy1z aW0xOjE6MDowKTogVEVTVCBVTklUIFJFQURZLiBDREI6IDAgMCAwIDAgMCAwIAoocHJvYmUxOnVt YXNzLXNpbTE6MTowOjApOiBDQU0gc3RhdHVzOiBTQ1NJIFN0YXR1cyBFcnJvcgoocHJvYmUxOnVt YXNzLXNpbTE6MTowOjApOiBTQ1NJIHN0YXR1czogQ2hlY2sgQ29uZGl0aW9uCihwcm9iZTE6dW1h c3Mtc2ltMToxOjA6MCk6IFNDU0kgc2Vuc2U6IFVOSVQgQVRURU5USU9OIGFzYzoyOSwwIChQb3dl ciBvbiwgcmVzZXQsIG9yIGJ1cyBkZXZpY2UgcmVzZXQgb2NjdXJyZWQpCmRhMiBhdCB1bWFzcy1z aW0wIGJ1cyAwIHNjYnVzNCB0YXJnZXQgMCBsdW4gMApkYTI6IDxpRFJBQyBMQ0RSSVZFIDAzMjM+ IFJlbW92YWJsZSBEaXJlY3QgQWNjZXNzIFNDU0ktMCBkZXZpY2UgCmRhMjogNDAuMDAwTUIvcyB0 cmFuc2ZlcnMKZGEyOiBBdHRlbXB0IHRvIHF1ZXJ5IGRldmljZSBzaXplIGZhaWxlZDogTk9UIFJF QURZLCBNZWRpdW0gbm90IHByZXNlbnQKY2QxIGF0IHVtYXNzLXNpbTEgYnVzIDEgc2NidXM1IHRh cmdldCAwIGx1biAwCmNkMTogPGlEUkFDIFZpcnR1YWwgQ0QgMDMyMz4gUmVtb3ZhYmxlIENELVJP TSBTQ1NJLTAgZGV2aWNlIApjZDE6IDQwLjAwME1CL3MgdHJhbnNmZXJzCmNkMTogY2QgcHJlc2Vu dCBbMzQ0OTcyIHggMjA0OCBieXRlIHJlY29yZHNdCmxvY2sgb3JkZXIgcmV2ZXJzYWw6CiAxc3Qg MHhmZmZmZmY4N2MwZjE5M2I4IGJ1ZndhaXQgKGJ1ZndhaXQpIEAgL3Vzci9zcmMvc3lzL2tlcm4v dmZzX2Jpby5jOjI2NTgKIDJuZCAweGZmZmZmZTAwMTJlNzE2MDAgZGlyaGFzaCAoZGlyaGFzaCkg QCAvdXNyL3NyYy9zeXMvdWZzL3Vmcy91ZnNfZGlyaGFzaC5jOjI4NApLREI6IHN0YWNrIGJhY2t0 cmFjZToKZGJfdHJhY2Vfc2VsZl93cmFwcGVyKCkgYXQgZGJfdHJhY2Vfc2VsZl93cmFwcGVyKzB4 MmEKa2RiX2JhY2t0cmFjZSgpIGF0IGtkYl9iYWNrdHJhY2UrMHgzNwpfd2l0bmVzc19kZWJ1Z2dl cigpIGF0IF93aXRuZXNzX2RlYnVnZ2VyKzB4MmMKd2l0bmVzc19jaGVja29yZGVyKCkgYXQgd2l0 bmVzc19jaGVja29yZGVyKzB4ODUzCl9zeF94bG9jaygpIGF0IF9zeF94bG9jaysweDVkCnVmc2Rp cmhhc2hfYWNxdWlyZSgpIGF0IHVmc2Rpcmhhc2hfYWNxdWlyZSsweDMzCnVmc2Rpcmhhc2hfYWRk KCkgYXQgdWZzZGlyaGFzaF9hZGQrMHgxOQp1ZnNfZGlyZW50ZXIoKSBhdCB1ZnNfZGlyZW50ZXIr MHg5NzcKdWZzX21rZGlyKCkgYXQgdWZzX21rZGlyKzB4NDljClZPUF9NS0RJUl9BUFYoKSBhdCBW T1BfTUtESVJfQVBWKzB4OTMKa2Vybl9ta2RpcmF0KCkgYXQga2Vybl9ta2RpcmF0KzB4MjkwCmFt ZDY0X3N5c2NhbGwoKSBhdCBhbWQ2NF9zeXNjYWxsKzB4MzllClhmYXN0X3N5c2NhbGwoKSBhdCBY ZmFzdF9zeXNjYWxsKzB4ZjcKLS0tIHN5c2NhbGwgKDEzNiwgRnJlZUJTRCBFTEY2NCwgc3lzX21r ZGlyKSwgcmlwID0gMHg4MDA5NDFiZmMsIHJzcCA9IDB4N2ZmZmZmZmZkOTk4LCByYnAgPSAweDdm ZmZmZmZmZGQ0OSAtLS0KbG9jayBvcmRlciByZXZlcnNhbDoKIDFzdCAweGZmZmZmZTAwMTJmNzc5 ZDAgdWZzICh1ZnMpIEAgL3Vzci9zcmMvc3lzL2tlcm4vdmZzX3N1YnIuYzoyMTY3CiAybmQgMHhm ZmZmZmY4N2MwZjE5M2I4IGJ1ZndhaXQgKGJ1ZndhaXQpIEAgL3Vzci9zcmMvc3lzL3Vmcy9mZnMv ZmZzX3Zub3BzLmM6MjYwCiAzcmQgMHhmZmZmZmUwMDEyZjc3MjcwIHVmcyAodWZzKSBAIC91c3Iv c3JjL3N5cy9rZXJuL3Zmc19zdWJyLmM6MjE2NwpLREI6IHN0YWNrIGJhY2t0cmFjZToKZGJfdHJh Y2Vfc2VsZl93cmFwcGVyKCkgYXQgZGJfdHJhY2Vfc2VsZl93cmFwcGVyKzB4MmEKa2RiX2JhY2t0 cmFjZSgpIGF0IGtkYl9iYWNrdHJhY2UrMHgzNwpfd2l0bmVzc19kZWJ1Z2dlcigpIGF0IF93aXRu ZXNzX2RlYnVnZ2VyKzB4MmMKd2l0bmVzc19jaGVja29yZGVyKCkgYXQgd2l0bmVzc19jaGVja29y ZGVyKzB4ODUzCl9fbG9ja21ncl9hcmdzKCkgYXQgX19sb2NrbWdyX2FyZ3MrMHhkYzYKZmZzX2xv Y2soKSBhdCBmZnNfbG9jaysweDhjClZPUF9MT0NLMV9BUFYoKSBhdCBWT1BfTE9DSzFfQVBWKzB4 OWIKX3ZuX2xvY2soKSBhdCBfdm5fbG9jaysweDQ3CnZnZXQoKSBhdCB2Z2V0KzB4N2IKdmZzX2hh c2hfZ2V0KCkgYXQgdmZzX2hhc2hfZ2V0KzB4ZDUKZmZzX3ZnZXRmKCkgYXQgZmZzX3ZnZXRmKzB4 NDgKc29mdGRlcF9zeW5jX2J1ZigpIGF0IHNvZnRkZXBfc3luY19idWYrMHgzYjEKZmZzX3N5bmN2 bm9kZSgpIGF0IGZmc19zeW5jdm5vZGUrMHgyYjMKZmZzX3RydW5jYXRlKCkgYXQgZmZzX3RydW5j YXRlKzB4NDhmCnVmc19kaXJlbnRlcigpIGF0IHVmc19kaXJlbnRlcisweDc1Ywp1ZnNfbWtkaXIo KSBhdCB1ZnNfbWtkaXIrMHg0OWMKVk9QX01LRElSX0FQVigpIGF0IFZPUF9NS0RJUl9BUFYrMHg5 MwprZXJuX21rZGlyYXQoKSBhdCBrZXJuX21rZGlyYXQrMHgyOTAKYW1kNjRfc3lzY2FsbCgpIGF0 IGFtZDY0X3N5c2NhbGwrMHgzOWUKWGZhc3Rfc3lzY2FsbCgpIGF0IFhmYXN0X3N5c2NhbGwrMHhm NwotLS0gc3lzY2FsbCAoMTM2LCBGcmVlQlNEIEVMRjY0LCBzeXNfbWtkaXIpLCByaXAgPSAweDgw MDk0MWJmYywgcnNwID0gMHg3ZmZmZmZmZmQ5OTgsIHJicCA9IDB4N2ZmZmZmZmZkZDQ5IC0tLQps b2NrIG9yZGVyIHJldmVyc2FsOgogMXN0IDB4ZmZmZmZlMDAxMmRmYzdmOCB1ZnMgKHVmcykgQCAv dXNyL3NyYy9zeXMva2Vybi92ZnNfbW91bnQuYzo4NjAKIDJuZCAweGZmZmZmZTAwMTJiMTQ0NDgg ZGV2ZnMgKGRldmZzKSBAIC91c3Ivc3JjL3N5cy9rZXJuL3Zmc19zdWJyLmM6MjE2NwpLREI6IHN0 YWNrIGJhY2t0cmFjZToKZGJfdHJhY2Vfc2VsZl93cmFwcGVyKCkgYXQgZGJfdHJhY2Vfc2VsZl93 cmFwcGVyKzB4MmEKa2RiX2JhY2t0cmFjZSgpIGF0IGtkYl9iYWNrdHJhY2UrMHgzNwpfd2l0bmVz c19kZWJ1Z2dlcigpIGF0IF93aXRuZXNzX2RlYnVnZ2VyKzB4MmMKd2l0bmVzc19jaGVja29yZGVy KCkgYXQgd2l0bmVzc19jaGVja29yZGVyKzB4ODUzCl9fbG9ja21ncl9hcmdzKCkgYXQgX19sb2Nr bWdyX2FyZ3MrMHhkYzYKdm9wX3N0ZGxvY2soKSBhdCB2b3Bfc3RkbG9jaysweDM5ClZPUF9MT0NL MV9BUFYoKSBhdCBWT1BfTE9DSzFfQVBWKzB4OWIKX3ZuX2xvY2soKSBhdCBfdm5fbG9jaysweDQ3 CnZnZXQoKSBhdCB2Z2V0KzB4N2IKZGV2ZnNfYWxsb2N2KCkgYXQgZGV2ZnNfYWxsb2N2KzB4MTNm CmRldmZzX3Jvb3QoKSBhdCBkZXZmc19yb290KzB4NGQKdmZzX2Rvbm1vdW50KCkgYXQgdmZzX2Rv bm1vdW50KzB4YjIwCnN5c19ubW91bnQoKSBhdCBzeXNfbm1vdW50KzB4NjYKYW1kNjRfc3lzY2Fs bCgpIGF0IGFtZDY0X3N5c2NhbGwrMHgzOWUKWGZhc3Rfc3lzY2FsbCgpIGF0IFhmYXN0X3N5c2Nh bGwrMHhmNwotLS0gc3lzY2FsbCAoMzc4LCBGcmVlQlNEIEVMRjY0LCBzeXNfbm1vdW50KSwgcmlw ID0gMHg4MDBhYzM4OWMsIHJzcCA9IDB4N2ZmZmZmZmZjYTM4LCByYnAgPSAweDdmZmZmZmZmY2E1 MCAtLS0KbG9jayBvcmRlciByZXZlcnNhbDoKIDFzdCAweGZmZmZmZTAwMTJkZmM3ZjggdWZzICh1 ZnMpIEAgL3Vzci9zcmMvc3lzL2tlcm4vdmZzX21vdW50LmM6MTI0OQogMm5kIDB4ZmZmZmZlMDAx MmIxNDI3MCBzeW5jZXIgKHN5bmNlcikgQCAvdXNyL3NyYy9zeXMva2Vybi92ZnNfc3Vici5jOjIy NzkKS0RCOiBzdGFjayBiYWNrdHJhY2U6CmRiX3RyYWNlX3NlbGZfd3JhcHBlcigpIGF0IGRiX3Ry YWNlX3NlbGZfd3JhcHBlcisweDJhCmtkYl9iYWNrdHJhY2UoKSBhdCBrZGJfYmFja3RyYWNlKzB4 MzcKX3dpdG5lc3NfZGVidWdnZXIoKSBhdCBfd2l0bmVzc19kZWJ1Z2dlcisweDJjCndpdG5lc3Nf Y2hlY2tvcmRlcigpIGF0IHdpdG5lc3NfY2hlY2tvcmRlcisweDg1MwpfX2xvY2ttZ3JfYXJncygp IGF0IF9fbG9ja21ncl9hcmdzKzB4ZGM2CnZvcF9zdGRsb2NrKCkgYXQgdm9wX3N0ZGxvY2srMHgz OQpWT1BfTE9DSzFfQVBWKCkgYXQgVk9QX0xPQ0sxX0FQVisweDliCl92bl9sb2NrKCkgYXQgX3Zu X2xvY2srMHg0Nwp2cHV0eCgpIGF0IHZwdXR4KzB4MzI4CmRvdW5tb3VudCgpIGF0IGRvdW5tb3Vu dCsweDI1OQpzeXNfdW5tb3VudCgpIGF0IHN5c191bm1vdW50KzB4MzY4CmFtZDY0X3N5c2NhbGwo KSBhdCBhbWQ2NF9zeXNjYWxsKzB4MzllClhmYXN0X3N5c2NhbGwoKSBhdCBYZmFzdF9zeXNjYWxs KzB4ZjcKLS0tIHN5c2NhbGwgKDIyLCBGcmVlQlNEIEVMRjY0LCBzeXNfdW5tb3VudCksIHJpcCA9 IDB4ODAwOGIwYzdjLCByc3AgPSAweDdmZmZmZmZmZDI3OCwgcmJwID0gMHg4MDBjMDgwMTAgLS0t CmxvY2sgb3JkZXIgcmV2ZXJzYWw6CiAxc3QgMHhmZmZmZmUwMDEyZjc3YmE4IGlzb2ZzIChpc29m cykgQCAvdXNyL3NyYy9zeXMva2Vybi92ZnNfbW91bnQuYzoxMjQ5CiAybmQgMHhmZmZmZmUwMDEy Zjc3NjIwIHN5bmNlciAoc3luY2VyKSBAIC91c3Ivc3JjL3N5cy9rZXJuL3Zmc19zdWJyLmM6MjI3 OQpLREI6IHN0YWNrIGJhY2t0cmFjZToKZGJfdHJhY2Vfc2VsZl93cmFwcGVyKCkgYXQgZGJfdHJh Y2Vfc2VsZl93cmFwcGVyKzB4MmEKa2RiX2JhY2t0cmFjZSgpIGF0IGtkYl9iYWNrdHJhY2UrMHgz Nwpfd2l0bmVzc19kZWJ1Z2dlcigpIGF0IF93aXRuZXNzX2RlYnVnZ2VyKzB4MmMKd2l0bmVzc19j aGVja29yZGVyKCkgYXQgd2l0bmVzc19jaGVja29yZGVyKzB4ODUzCl9fbG9ja21ncl9hcmdzKCkg YXQgX19sb2NrbWdyX2FyZ3MrMHhkYzYKdm9wX3N0ZGxvY2soKSBhdCB2b3Bfc3RkbG9jaysweDM5 ClZPUF9MT0NLMV9BUFYoKSBhdCBWT1BfTE9DSzFfQVBWKzB4OWIKX3ZuX2xvY2soKSBhdCBfdm5f bG9jaysweDQ3CnZwdXR4KCkgYXQgdnB1dHgrMHgzMjgKZG91bm1vdW50KCkgYXQgZG91bm1vdW50 KzB4MjU5CnN5c191bm1vdW50KCkgYXQgc3lzX3VubW91bnQrMHgzNjgKYW1kNjRfc3lzY2FsbCgp IGF0IGFtZDY0X3N5c2NhbGwrMHgzOWUKWGZhc3Rfc3lzY2FsbCgpIGF0IFhmYXN0X3N5c2NhbGwr MHhmNwotLS0gc3lzY2FsbCAoMjIsIEZyZWVCU0QgRUxGNjQsIHN5c191bm1vdW50KSwgcmlwID0g MHg4MDA4YjBjN2MsIHJzcCA9IDB4N2ZmZmZmZmZkMWQ4LCByYnAgPSAweDgwMGM2YTI2MCAtLS0K bG9jayBvcmRlciByZXZlcnNhbDoKIDFzdCAweGZmZmZmZTAwMTJmNzdiYTggaXNvZnMgKGlzb2Zz KSBAIC91c3Ivc3JjL3N5cy9rZXJuL3Zmc19tb3VudC5jOjEyNDkKIDJuZCAweGZmZmZmZTAwMTJm YTgyNzAgZGV2ZnMgKGRldmZzKSBAIC91c3Ivc3JjL3N5cy91ZnMvZmZzL2Zmc192ZnNvcHMuYzox Mzc2CktEQjogc3RhY2sgYmFja3RyYWNlOgpkYl90cmFjZV9zZWxmX3dyYXBwZXIoKSBhdCBkYl90 cmFjZV9zZWxmX3dyYXBwZXIrMHgyYQprZGJfYmFja3RyYWNlKCkgYXQga2RiX2JhY2t0cmFjZSsw eDM3Cl93aXRuZXNzX2RlYnVnZ2VyKCkgYXQgX3dpdG5lc3NfZGVidWdnZXIrMHgyYwp3aXRuZXNz X2NoZWNrb3JkZXIoKSBhdCB3aXRuZXNzX2NoZWNrb3JkZXIrMHg4NTMKX19sb2NrbWdyX2FyZ3Mo KSBhdCBfX2xvY2ttZ3JfYXJncysweGRjNgp2b3Bfc3RkbG9jaygpIGF0IHZvcF9zdGRsb2NrKzB4 MzkKVk9QX0xPQ0sxX0FQVigpIGF0IFZPUF9MT0NLMV9BUFYrMHg5Ygpfdm5fbG9jaygpIGF0IF92 bl9sb2NrKzB4NDcKZmZzX2ZsdXNoZmlsZXMoKSBhdCBmZnNfZmx1c2hmaWxlcysweGI1CnNvZnRk ZXBfZmx1c2hmaWxlcygpIGF0IHNvZnRkZXBfZmx1c2hmaWxlcysweDYzCmZmc191bm1vdW50KCkg YXQgZmZzX3VubW91bnQrMHgxNmQKZG91bm1vdW50KCkgYXQgZG91bm1vdW50KzB4Mjk3CnN5c191 bm1vdW50KCkgYXQgc3lzX3VubW91bnQrMHgzNjgKYW1kNjRfc3lzY2FsbCgpIGF0IGFtZDY0X3N5 c2NhbGwrMHgzOWUKWGZhc3Rfc3lzY2FsbCgpIGF0IFhmYXN0X3N5c2NhbGwrMHhmNwotLS0gc3lz Y2FsbCAoMjIsIEZyZWVCU0QgRUxGNjQsIHN5c191bm1vdW50KSwgcmlwID0gMHg4MDA4YjBjN2Ms IHJzcCA9IDB4N2ZmZmZmZmZkMWQ4LCByYnAgPSAweDgwMGM2YTI2MCAtLS0KYmNlMDogR2lnYWJp dCBsaW5rIHVwIQpiY2UwOiBsaW5rIHN0YXRlIGNoYW5nZWQgdG8gVVAKCg== --f46d0401697133070904b8c7ba4c-- From owner-freebsd-current@FreeBSD.ORG Sun Feb 12 17:31:19 2012 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 7B92A1065735 for ; Sun, 12 Feb 2012 17:31:19 +0000 (UTC) (envelope-from ctuffli@gmail.com) Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by mx1.freebsd.org (Postfix) with ESMTP id 0655B8FC0C for ; Sun, 12 Feb 2012 17:31:18 +0000 (UTC) Received: by wibhn14 with SMTP id hn14so4674347wib.13 for ; Sun, 12 Feb 2012 09:31:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=FNNaoZuKUFbLfcUw19p8E1tJJJBbJfwAdwwyCVMWAD0=; b=wjWRjbbdzFNRk6DREK+yAXDQnFJjvPl4vdKWgTzXPrHsJ2Nga5KN+IOozduAVQOL0q a+zDV21q+BYSDpVxZWVl+sUU46s1Nmjh+a7YeEZPyuHPsinEEklUrcjzlqxnGYoAmmW8 8AQiXqOaIrrONC6zQV628YPBro+u3Up+dKoeQ= MIME-Version: 1.0 Received: by 10.216.136.211 with SMTP id w61mr5024740wei.18.1329067877755; Sun, 12 Feb 2012 09:31:17 -0800 (PST) Received: by 10.216.12.213 with HTTP; Sun, 12 Feb 2012 09:31:17 -0800 (PST) In-Reply-To: References: <4F3218BE.3020404@feral.com> Date: Sun, 12 Feb 2012 09:31:17 -0800 Message-ID: From: Chuck Tuffli To: Daniel Braniss Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@freebsd.org, Matthew Jacob Subject: Re: Announcing Emulex 10G Ethernet NIC driver availability 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, 12 Feb 2012 17:31:19 -0000 On Fri, Feb 10, 2012 at 12:03 AM, Daniel Braniss wrote: >> On Tue, Feb 7, 2012 at 10:39 PM, Matthew Jacob wrote: >> > Any plans for iscsi, fcoe? >> > >> >> Hi All, >> >> >> >> >> >> >> >> Please find the 10Gb Ethernet NIC driver for Emulex OneConnect >> >> (BladeEngine) and Lancer family of network adapters at >> >> Yes, Emulex is working on a native FC/FCoE driver (initiator and/or >> target) that should be ready for wider testing in the next 3-4 months. >> Note this driver only supports the more recent devices such as the >> 10GbE FCoE CNA and 16G FC HBA (i.e. LPe1600x). > > any plans for iSCSI? There is definitely a desire but no commitments at this point. ---chuck From owner-freebsd-current@FreeBSD.ORG Sun Feb 12 17:52:41 2012 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 955B91065672; Sun, 12 Feb 2012 17:52:41 +0000 (UTC) (envelope-from Kashyap.Desai@lsi.com) Received: from na3sys009aog123.obsmtp.com (na3sys009aog123.obsmtp.com [74.125.149.149]) by mx1.freebsd.org (Postfix) with ESMTP id B069C8FC15; Sun, 12 Feb 2012 17:52:40 +0000 (UTC) Received: from paledge01.lsi.com ([192.19.193.42]) (using TLSv1) by na3sys009aob123.postini.com ([74.125.148.12]) with SMTP ID DSNKTzf8Z1pXyqy06DIscPcex+nJb0ub4T3q@postini.com; Sun, 12 Feb 2012 09:52:41 PST Received: from PALCAS01.lsi.com (128.94.213.117) by PALEDGE01.lsi.com (192.19.193.42) with Microsoft SMTP Server (TLS) id 8.3.213.0; Sun, 12 Feb 2012 12:57:48 -0500 Received: from inbexch02.lsi.com (135.36.98.40) by PALCAS01.lsi.com (128.94.213.117) with Microsoft SMTP Server (TLS) id 8.3.213.0; Sun, 12 Feb 2012 12:52:38 -0500 Received: from inbmail01.lsi.com ([135.36.98.64]) by inbexch02.lsi.com ([135.36.98.40]) with mapi; Sun, 12 Feb 2012 23:22:35 +0530 From: "Desai, Kashyap" To: Stas Orlov Date: Sun, 12 Feb 2012 23:22:20 +0530 Thread-Topic: LSI supported mps(4) driver available Thread-Index: AczprCBcOz8RU0dcSEO6OZhiNlaC8AAAg1rw Message-ID: References: <20120126045409.GA90912@nargothrond.kdm.org> <20120207170016.GA51826@nargothrond.kdm.org> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 MIME-Version: 1.0 Cc: "freebsd-scsi@freebsd.org" , "freebsd-current@freebsd.org" , "Kenneth D. Merry" , Dennis Glatting Subject: RE: LSI supported mps(4) driver available 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, 12 Feb 2012 17:52:41 -0000 DQoNCj4gLS0tLS1PcmlnaW5hbCBNZXNzYWdlLS0tLS0NCj4gRnJvbTogU3RhcyBPcmxvdiBbbWFp bHRvOnNlbm5hYXJAZ21haWwuY29tXQ0KPiBTZW50OiBTdW5kYXksIEZlYnJ1YXJ5IDEyLCAyMDEy IDExOjAxIFBNDQo+IFRvOiBEZXNhaSwgS2FzaHlhcA0KPiBDYzogS2VubmV0aCBELiBNZXJyeTsg ZnJlZWJzZC1zY3NpQGZyZWVic2Qub3JnOyBmcmVlYnNkLQ0KPiBjdXJyZW50QGZyZWVic2Qub3Jn OyBEZW5uaXMgR2xhdHRpbmcNCj4gU3ViamVjdDogUmU6IExTSSBzdXBwb3J0ZWQgbXBzKDQpIGRy aXZlciBhdmFpbGFibGUNCj4gDQo+IEkgYnVpbGQgcjIzMTU1NyBDdXJyZW50LCB3aXRoIHJlY2Vu dCBtcHMgY2hhbmdlcywgYW5kIHNjLT5tcHNfZGVidWcgPQ0KPiAweGQ7DQo+IA0KPiBJdCBhY3R1 YWxseSBnZXRzIHRvIHRoZSBpbnN0YWxsZXIsIHJlZnVzZXMgdG8gYm9vdCBmcm9tIHJhaWQxIGFm dGVyDQo+IGRlZmF1bHQgaW5zdGFsbGF0aW9uLCB0aG91Z2guDQo+IA0KPiBDb21wbGV0ZSBkbWVz ZyBhdHRhY2hlZC4NCg0KVmVyeSBxdWljayBvYnNlcnZhdGlvbiA6DQoNCllvdSBoYXZlIHRvdGFs IHNpeCBEcml2ZXIgYXR0YWNoZWQgaW4geW91ciBzeXN0ZW0uDQpJIGd1ZXNzIHlvdSBoYXZlIDIg RHJpdmUgcGFydCBvZiBSYWlkLTEgYW5kIDQgRHJpdmVyIHBhcnQgb2YgUmFpZC0xMC4NCg0KT3V0 IG9mIHRob3NlIHNpeCBEcml2ZSwgb25lIGRyaXZlIGlzIGRldGVjdGVkIGFzICIxLjVHYnBzIiAo c2VlIGJlbG93IHBhcnQgaW4gZG1lc2cgbG9nKQ0KDQoJUEhZWzhdLkF0dGFjaGVkRGV2SGFuZGxl OiAweDAwMDkNCglQSFlbOF0uTGlua1JhdGU6IDEuNUdicHMgKDB4ODApDQoJUEhZWzhdLlBoeVN0 YXR1czogTmV3VGFyZ2V0QWRkZQ0KDQpMU0kgSVIgZG9lcyBub3Qgc3VwcG9ydCBtaXggb2YgbWl4 IG9mIGRpZmZlcmVudCBsaW5rIHNwZWVkIERyaXZlcnMgaW4gYSBzaW5nbGUgVm9sdW1lLg0KSSBh bSBub3Qgc3VyZSBpZiB0aGlzIGlzIHJvb3QgY2F1c2Ugb2YgdGhlIGlzc3VlLCBidXQgZGVmaW5l dGx5IHdvcnRoIHRvIHRyeSB3aHkgdGhhdCBQYXJ0aWN1bGFyIGRyaXZlIGlzIA0KQXQgMS41IEdi cHMgbGluayA/DQoNCkNhbiB5b3UgdHJ5IHRvIHNlZSBpZiBpdCBpcyBjYWJsZSB3aGljaCBpcyBj YXVzaW5nIGxpbmsgdG8gMS41IE9SIERyaXZlIGl0c2VsZiBoYXMgMS41IEdicHMgbWF4IHNwZWVk LiA/DQoNCmAgS2FzaHlhcA0KDQo+IA0KPiBPbiBXZWQsIEZlYiA4LCAyMDEyIGF0IDE6NDIgUE0s IERlc2FpLCBLYXNoeWFwIDxLYXNoeWFwLkRlc2FpQGxzaS5jb20+DQo+IHdyb3RlOg0KPiA+DQo+ ID4NCj4gPj4gLS0tLS1PcmlnaW5hbCBNZXNzYWdlLS0tLS0NCj4gPj4gRnJvbTogS2VubmV0aCBE LiBNZXJyeSBbbWFpbHRvOmtlbkBmcmVlYnNkLm9yZ10NCj4gPj4gU2VudDogVHVlc2RheSwgRmVi cnVhcnkgMDcsIDIwMTIgMTA6MzAgUE0NCj4gPj4gVG86IERlc2FpLCBLYXNoeWFwDQo+ID4+IENj OiBTdGFzIE9ybG92OyBmcmVlYnNkLXNjc2lAZnJlZWJzZC5vcmc7DQo+ID4+IGZyZWVic2QtY3Vy cmVudEBmcmVlYnNkLm9yZzsgRGVubmlzIEdsYXR0aW5nDQo+ID4+IFN1YmplY3Q6IFJlOiBMU0kg c3VwcG9ydGVkIG1wcyg0KSBkcml2ZXIgYXZhaWxhYmxlDQo+ID4+DQo+ID4+IE9uIFR1ZSwgRmVi IDA3LCAyMDEyIGF0IDIxOjAwOjI4ICswNTMwLCBEZXNhaSwgS2FzaHlhcCB3cm90ZToNCj4gPj4g PiBDYW4geW91IHRvIHJlcHJvZHVjZSBpc3N1ZSB3aXRoIGJlbG93IG1lbnRpb25lZCBjaGFuZ2Vz Li4NCj4gPj4gPg0KPiA+PiA+IEluIG1wcy5jDQo+ID4+ID4NCj4gPj4gPiBtcHNfZ2V0X3R1bmFi bGVzKHN0cnVjdCBtcHNfc29mdGMgKnNjKSB7DQo+ID4+ID4gwqAgwqAgY2hhciB0bXBzdHJbODBd Ow0KPiA+PiA+DQo+ID4+ID4gwqAgwqAgLyogWFhYIGRlZmF1bHQgdG8gc29tZSBkZWJ1Z2dpbmcg Zm9yIG5vdyAqLw0KPiA+PiA+IMKgIMKgIHNjLT5tcHNfZGVidWcgPSBNUFNfRkFVTFQ7DQo+ID4+ ID4NCj4gPj4gPiBJbnN0ZWFkIG9mIGFib3ZlIGxpbmUgbWFrZQ0KPiA+PiA+IMKgIMKgIHNjLT5t cHNfZGVidWcgPSAweGQ7DQo+ID4+DQo+ID4+IFlvdSBjYW4gYWxzbyBwdXQgdGhlIGZvbGxvd2lu ZyBpbiAvYm9vdC9sb2FkZXIuY29uZjoNCj4gPj4NCj4gPj4gaHcubXBzLmRlYnVnX2xldmVsPTB4 ZA0KPiA+DQo+ID4gVGhhbmtzLiEgVGhpcyBJcyB3aGF0IEkgd2FzIHRyeWluZyBzaW5jZSBsYXN0 IHdlZWssIGJ1dCBzb21laG93IEkgZGlkDQo+IG5vdCBlbnRlcmVkIGNvcnJlY3Qgc3ludGF4Lg0K PiA+DQo+ID4NCj4gPj4NCj4gPj4gS2VuDQo+ID4+IC0tDQo+ID4+IEtlbm5ldGggTWVycnkNCj4g Pj4ga2VuQEZyZWVCU0QuT1JHDQo= From owner-freebsd-current@FreeBSD.ORG Sun Feb 12 17:52:31 2012 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 CC39B106567D; Sun, 12 Feb 2012 17:52:31 +0000 (UTC) (envelope-from jilles@stack.nl) Received: from mx1.stack.nl (relay04.stack.nl [IPv6:2001:610:1108:5010::107]) by mx1.freebsd.org (Postfix) with ESMTP id 034668FC19; Sun, 12 Feb 2012 17:52:31 +0000 (UTC) Received: from snail.stack.nl (snail.stack.nl [IPv6:2001:610:1108:5010::131]) by mx1.stack.nl (Postfix) with ESMTP id 3B7671DD74B; Sun, 12 Feb 2012 18:52:29 +0100 (CET) Received: by snail.stack.nl (Postfix, from userid 1677) id 1E4AE28468; Sun, 12 Feb 2012 18:52:29 +0100 (CET) Date: Sun, 12 Feb 2012 18:52:29 +0100 From: Jilles Tjoelker To: Gonzalo Nemmi Message-ID: <20120212175228.GB23527@stack.nl> References: <4F34FA17.7080000@quip.cz> <20120210133629.Horde.uDX6B5jmRSRPNQ9NDdkRUI4@webmail.leidinger.net> <201202102037.30996.erichfreebsdlist@ovitrap.com> <20120211080731.GD85504@goofy01.vnodelab.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Mailman-Approved-At: Sun, 12 Feb 2012 18:01:27 +0000 Cc: Warren Block , "Wojciech A. Koszek" , Miroslav Lachman <000.fbsd@quip.cz>, Chris Rees , Eitan Adler , freebsd-current@freebsd.org, Colin Percival , Joel Dahl , Erich Dollansky , Alexander Leidinger Subject: Re: Enhancing the user experience with tcsh 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, 12 Feb 2012 17:52:31 -0000 On Sun, Feb 12, 2012 at 04:05:14AM -0300, Gonzalo Nemmi wrote: > Joel, with all due respect, do you really think that 99.9% of all > users will not find the _non_intrusive_ additions below useful? > bindkey "\e[1~" beginning-of-line #make Home key work; > bindkey "\e[2~" overwrite-mode #make Ins key work; > bindkey "\e[3~" delete-char #make Delete key work; > bindkey "\e[4~" end-of-line #make End key work; > ... I mean, after all, setting those keys do not change the behaviour > nor the output of any given command, they are present in 99.9% of the > keyboards we all get to see everyday and they do not work under the > current .cshrc config. > Im not talking about an "improvement", "making things easier for new > users" or "experience improvement" of any kind ... Im talking about > including them so all users get to have a fully functional keyboard by > default. I think this kind of basic stuff should work without any configuration; it should be fixed in the tcsh code if it does not work already. It looks like Home and End already work in the common configurations (xterm and cons25), so bindkey is unnecessary for them. Delete should be fixed in tcsh like I fixed it in libedit in r212235, which will make it work in xterm but not cons25. If the 7.x/8.x syscons is important enough, further tweaking may be appropriate. The Ins key is more questionable because I think it is not used deliberately by many people but is annoying if you accidentally press it and do not realize. -- Jilles Tjoelker From owner-freebsd-current@FreeBSD.ORG Sun Feb 12 18:05:38 2012 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 64D351065679; Sun, 12 Feb 2012 18:05:38 +0000 (UTC) (envelope-from sennaar@gmail.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 5CD4C8FC16; Sun, 12 Feb 2012 18:05:36 +0000 (UTC) Received: by lagz14 with SMTP id z14so5143771lag.13 for ; Sun, 12 Feb 2012 10:05:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=QN1mx0JSSTb9l4hvueZxq8DyumOekYaB2nUPZlJET9k=; b=F/TYHcw+9/4ZzS9WSilBIoRtK+fLe+0Ld4Pbad2je/iQwivutkw7ORIL/rshd01f+Q CdYY2Xw9Hx6RruEHsqEbkwmdTOm8fyBNrnqPdTU8OpzIh/Vng7JsQqA8LeY2GNIkFl1Y QMvQmNjzF7GXgZYYy9H+OtX/691QDiCcuY1Lo= MIME-Version: 1.0 Received: by 10.112.101.198 with SMTP id fi6mr4780100lbb.18.1329069935976; Sun, 12 Feb 2012 10:05:35 -0800 (PST) Received: by 10.112.12.49 with HTTP; Sun, 12 Feb 2012 10:05:35 -0800 (PST) In-Reply-To: References: <20120126045409.GA90912@nargothrond.kdm.org> <20120207170016.GA51826@nargothrond.kdm.org> Date: Sun, 12 Feb 2012 22:05:35 +0400 Message-ID: From: Stas Orlov To: "Desai, Kashyap" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "freebsd-scsi@freebsd.org" , "freebsd-current@freebsd.org" , "Kenneth D. Merry" , Dennis Glatting Subject: Re: LSI supported mps(4) driver available 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, 12 Feb 2012 18:05:38 -0000 > Out of those six Drive, one drive is detected as "1.5Gbps" (see below par= t in dmesg log) > > =C2=A0 =C2=A0 =C2=A0 =C2=A0PHY[8].AttachedDevHandle: 0x0009 > =C2=A0 =C2=A0 =C2=A0 =C2=A0PHY[8].LinkRate: 1.5Gbps (0x80) > =C2=A0 =C2=A0 =C2=A0 =C2=A0PHY[8].PhyStatus: NewTargetAdde > > LSI IR does not support mix of mix of different link speed Drivers in a s= ingle Volume. > I am not sure if this is root cause of the issue, but definetly worth to = try why that Particular drive is > At 1.5 Gbps link ? > > Can you try to see if it is cable which is causing link to 1.5 OR Drive i= tself has 1.5 Gbps max speed. ? > All six of them are SEAGATE ST9300603SS FS62, 1.5Gbps speed is quite odd. Can't check cabeling right now, I'll exclude that drive from tests for now From owner-freebsd-current@FreeBSD.ORG Sun Feb 12 18:22:35 2012 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 E08B3106564A for ; Sun, 12 Feb 2012 18:22:35 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout029.mac.com (asmtpout029.mac.com [17.148.16.104]) by mx1.freebsd.org (Postfix) with ESMTP id C1BB88FC0C for ; Sun, 12 Feb 2012 18:22:35 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from [10.1.2.182] (unknown [173.200.187.194]) by asmtp029.mac.com (Oracle Communications Messaging Server 7u4-23.01 (7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTPSA id <0LZA00MD2LPMEI40@asmtp029.mac.com> for freebsd-current@freebsd.org; Sun, 12 Feb 2012 10:22:35 -0800 (PST) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.6.7361,1.0.260,0.0.0000 definitions=2012-02-12_07:2012-02-10, 2012-02-12, 1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=6.0.2-1012030000 definitions=main-1202120167 From: Chuck Swiger In-reply-to: Date: Sun, 12 Feb 2012 10:22:33 -0800 Message-id: <60F4612D-96A5-4702-99A2-99E8102C373E@mac.com> References: <4F34FA17.7080000@quip.cz> <20120210133629.Horde.uDX6B5jmRSRPNQ9NDdkRUI4@webmail.leidinger.net> <201202102037.30996.erichfreebsdlist@ovitrap.com> <20120211080731.GD85504@goofy01.vnodelab.local> <3A8C8AA5-94A7-44C2-81BD-F348DAC4521A@mac.com> To: Chris Rees , Gonzalo Nemmi X-Mailer: Apple Mail (2.1084) Cc: freebsd-current@freebsd.org Subject: Re: Enhancing the user experience with tcsh 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, 12 Feb 2012 18:22:36 -0000 On Feb 12, 2012, at 9:16 AM, Chris Rees wrote: > So do I, but would these hurt you? At the present time, no. (At one point, I was using a keyboard where the arrow keys generated "ESC-[ 1 ~" through "4", IIRC, but I haven't been on console on it in some time.) > I think it's insane that by default the standard keys don't work. What "standard keys" would those be? Folks, assuming that everyone uses IBM-AT derived American QUERTY layout keyboard is faulty. Our German friends are more likely to use a QUERTZ layout, French/Benelux tend to use AZERTY, and non ISO-Latin-1 languages like Russian and the asian languages have still other layouts. On the non-laptop keyboard I use most, which does have a QUERTY layout, but it does not have an "Insert" key; that key is the function key: http://en.wikipedia.org/wiki/File:Apple_iMac_Keyboard_A1243.png [1] On other non-American keyboards, the "Insert" key is labelled "Help", and generated 0xF5 ("F1" + Meta/set-high-bit?). Regards, -- -Chuck [1]: Which is decent, but not perfect. I'd swap ESC and "`~", and caps-lock with control, and that would IMO be the perfect layout. For obvious reasons, I don't recall ever using or needing to use the function key. Even when on a Windows box, I wouldn't typically use the middle-upper 6-key Ins/DEL/etc block; I touch-type and my hands don't like to leave home row. (On the other hand, I do change volume and screen brightness daily, and even eject audio CDs more than I need Fn. I'm just as happy to not need to do these things via two key-presses...) PS: Folks, all of the above discussion, which includes my preferences, is aside from my main point, which is that proposed changes should first land as examples. Far too much of what people consider obvious improvements not only do not apply everywhere, they sometimes *don't* *work* and break things. From owner-freebsd-current@FreeBSD.ORG Sun Feb 12 19:14:03 2012 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 F1BDC106564A for ; Sun, 12 Feb 2012 19:14:03 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id AF2C48FC12 for ; Sun, 12 Feb 2012 19:14:03 +0000 (UTC) Received: by iaeo4 with SMTP id o4so3886929iae.13 for ; Sun, 12 Feb 2012 11:14:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=dUOQCLdgdO3YZvYJGhJLFr4V54vYPhaTRacyEWs/kGc=; b=PVOEZAnTIXJbntmvSgt2dDDEjxvkTx9YtXtkvZM+HvyNzx9FJVpCqtUrit/hO8dU6H ljpAp301TFh1MlIUGzPRW7rrEGwkFSM3GHt1f9LifZTD4rJbUGtzTxAjR3B9UymfY6Gq /ZH3eyujajmDQg8y7oPF1Bx/QAEZ7hhhqxCWs= MIME-Version: 1.0 Received: by 10.50.178.65 with SMTP id cw1mr23033987igc.16.1329074043214; Sun, 12 Feb 2012 11:14:03 -0800 (PST) Received: by 10.231.183.21 with HTTP; Sun, 12 Feb 2012 11:14:02 -0800 (PST) Received: by 10.231.183.21 with HTTP; Sun, 12 Feb 2012 11:14:02 -0800 (PST) In-Reply-To: <60F4612D-96A5-4702-99A2-99E8102C373E@mac.com> References: <4F34FA17.7080000@quip.cz> <20120210133629.Horde.uDX6B5jmRSRPNQ9NDdkRUI4@webmail.leidinger.net> <201202102037.30996.erichfreebsdlist@ovitrap.com> <20120211080731.GD85504@goofy01.vnodelab.local> <3A8C8AA5-94A7-44C2-81BD-F348DAC4521A@mac.com> <60F4612D-96A5-4702-99A2-99E8102C373E@mac.com> Date: Sun, 12 Feb 2012 19:14:02 +0000 Message-ID: From: Chris Rees To: Chuck Swiger Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-current@freebsd.org, Gonzalo Nemmi Subject: Re: Enhancing the user experience with tcsh 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, 12 Feb 2012 19:14:04 -0000 On 12 Feb 2012 18:22, "Chuck Swiger" wrote: > > On Feb 12, 2012, at 9:16 AM, Chris Rees wrote: > > So do I, but would these hurt you? > > At the present time, no. (At one point, I was using a keyboard > where the arrow keys generated "ESC-[ 1 ~" through "4", > IIRC, but I haven't been on console on it in some time.) > > > I think it's insane that by default the standard keys don't work. > > What "standard keys" would those be? > > Folks, assuming that everyone uses IBM-AT derived American QUERTY > layout keyboard is faulty. Our German friends are more likely to use > a QUERTZ layout, French/Benelux tend to use AZERTY, and non ISO-Latin-1 > languages like Russian and the asian languages have still other layouts. > > On the non-laptop keyboard I use most, which does have a QUERTY layout, > but it does not have an "Insert" key; that key is the function key: > > http://en.wikipedia.org/wiki/File:Apple_iMac_Keyboard_A1243.png [1] > > On other non-American keyboards, the "Insert" key is labelled "Help", > and generated 0xF5 ("F1" + Meta/set-high-bit?). > > Regards, > -- > -Chuck > > [1]: Which is decent, but not perfect. I'd swap ESC and "`~", and > caps-lock with control, and that would IMO be the perfect layout. > > For obvious reasons, I don't recall ever using or needing to use the > function key. Even when on a Windows box, I wouldn't typically use > the middle-upper 6-key Ins/DEL/etc block; I touch-type and my hands > don't like to leave home row. (On the other hand, I do change volume > and screen brightness daily, and even eject audio CDs more than I need Fn. > I'm just as happy to not need to do these things via two key-presses...) > > PS: Folks, all of the above discussion, which includes my preferences, is > aside from my main point, which is that proposed changes should first > land as examples. Far too much of what people consider obvious improvements > not only do not apply everywhere, they sometimes *don't* *work* and break > things. Right... not once however have you referenced the Home/End/Delete keys, which is what I was talking about (I'll give you Insert) :) The scan codes for those three keys are the same on (almost) all,keyboards. Jilles is right about fixing the tcsh source however. Chris From owner-freebsd-current@FreeBSD.ORG Sun Feb 12 20:28:45 2012 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 19A92106564A for ; Sun, 12 Feb 2012 20:28:45 +0000 (UTC) (envelope-from gnemmi@gmail.com) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id A2A928FC08 for ; Sun, 12 Feb 2012 20:28:44 +0000 (UTC) Received: by pbcxa7 with SMTP id xa7so3496162pbc.13 for ; Sun, 12 Feb 2012 12:28:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=76sbyO2kOlDqiJp0B0S3W8z0oXQuAXVjjr7guTOcgDM=; b=tqz//EfjmGsxhKHL0tmaRKjl+/+hXBM/+bZz79khLxpla9W5NcmkVuyNu/Ze8gqLjL nPxCnUOOPbUoxfy23SHs/TkyC88AdL4h+HF/7PTegKA5T6egW0YsmfhITZxCG6jHTZJV z1kpvWmKb++6PJC/o23GbHFGw/vVvsqta3QCU= MIME-Version: 1.0 Received: by 10.68.238.168 with SMTP id vl8mr12151414pbc.67.1329078524194; Sun, 12 Feb 2012 12:28:44 -0800 (PST) Received: by 10.68.31.138 with HTTP; Sun, 12 Feb 2012 12:28:44 -0800 (PST) In-Reply-To: References: <4F34FA17.7080000@quip.cz> <20120210133629.Horde.uDX6B5jmRSRPNQ9NDdkRUI4@webmail.leidinger.net> <201202102037.30996.erichfreebsdlist@ovitrap.com> <20120211080731.GD85504@goofy01.vnodelab.local> <3A8C8AA5-94A7-44C2-81BD-F348DAC4521A@mac.com> Date: Sun, 12 Feb 2012 17:28:44 -0300 Message-ID: From: Gonzalo Nemmi To: Chris Rees Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current@freebsd.org Subject: Re: Enhancing the user experience with tcsh 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, 12 Feb 2012 20:28:45 -0000 On Sun, Feb 12, 2012 at 2:16 PM, Chris Rees wrote: > > On 12 Feb 2012 17:11, "Chuck Swiger" wrote: >> >> On Feb 11, 2012, at 11:05 PM, Gonzalo Nemmi wrote: >> > Joel, with all due respect, do you really think that 99.9% of all >> > users will not find the _non_intrusive_ additions below useful? >> > >> > bindkey "\e[1~" beginning-of-line #make Home key work; >> > bindkey "\e[2~" overwrite-mode #make Ins key work; >> > bindkey "\e[3~" delete-char #make Delete key work; >> > bindkey "\e[4~" end-of-line #make End key work; >> >> Yes, I do not find the additions mentioned right here useful. >> >> Much of the time, I'm using a laptop which does not have dedicated >> Home/INS/Delete/End keys. =A0And even when I am using a full 10x-key key= board, >> I would not use them since I prefer using editmode=3Demacs and Cntl-A / = E. > > So do I, but would these hurt you? > > I think it's insane that by default the standard keys don't work. > > Chris That=B4s exactly my point! I use vim mode, yet, those keys do exist and they don=B4t work by default! Even if you don=B4t use them those keys should be fully functional by defau= lt. From owner-freebsd-current@FreeBSD.ORG Sun Feb 12 20:56:01 2012 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 B9244106574D for ; Sun, 12 Feb 2012 20:56:01 +0000 (UTC) (envelope-from hannes@mehnert.org) Received: from mail.h3q.com (mail.h3q.com [213.73.89.199]) by mx1.freebsd.org (Postfix) with ESMTP id A75038FC0A for ; Sun, 12 Feb 2012 20:56:00 +0000 (UTC) Received: (qmail 93481 invoked from network); 12 Feb 2012 20:29:19 -0000 Received: from mail.h3q.com (HELO mail.h3q.com) (mail.h3q.com) by mail.h3q.com with CAMELLIA256-SHA encrypted SMTP; 12 Feb 2012 20:29:19 -0000 Message-ID: <4F38211D.4070305@mehnert.org> Date: Sun, 12 Feb 2012 15:29:17 -0500 From: Hannes Mehnert User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0) Gecko/20120210 Thunderbird/10.0 MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <4E836C06.9070405@gmail.com> <4E8374A7.90105@gmail.com> <4E9BDF13.4040006@gmail.com> In-Reply-To: <4E9BDF13.4040006@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: x220 notes 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, 12 Feb 2012 20:56:01 -0000 Hi, I recently got a X220 and installed -CURRENT (with kib's 13.1 patch) on it - let me add some notes on this thread. On 10/17/2011 03:53, Matt wrote: > On 09/28/11 16:01, Kevin Oberman wrote: >> On Wed, Sep 28, 2011 at 12:32 PM, Garrett Cooper >> wrote: >>> On Wed, Sep 28, 2011 at 12:25 PM, Matt wrote: >>>> On 09/28/11 11:52, Garrett Cooper wrote: >>>>> On Wed, Sep 28, 2011 at 11:48 AM, Matt wrote: >>>>>> acpi_ibm needs "LEN0068" added to the list of ibm ids at the >>>>>> beginning of >>>>>> /usr/src/sys/dev/acpi_support/acpi_ibm.c...I'd write a patch but that >>>>>> machine is in a world of ports hurt right now :). >>>>>> With this many of the sysctls and leds work, still no brightness >>>>>> (w or >>>>>> wout >>>>>> intel DRI from Konstantin...thanks Konstantin!!) (there's a pr about that kern/164538) > I'm not sure if I mentioned this in another post, but I can confirm that > adjusting brightness in ibm_acpi for me results in corrupting the fan > speed, which makes me think that addresses have changed, widths/extents > have changed, or something else is different. For what it's worth, > thinkpad-acpi in Linux does this just fine, although I haven't > determined if it's through the EC or ACPI...I am thinking EC however. > > I have a feeling the answer to brightness (aside from KMS patch for X, > which is seperate) might be comparing changelogs for thinkpad ec > handlers on a platform that works like Linux...the code looks mostly > similar...can anyone confirm if Open/NetBSD have issues with the > backlight on these SandyBridge thinkpads? The brightness work fine on Linux, but not on OpenBSD(-CURRENT). But on OpenBSD xbacklight (which uses randr) works to set the brightness once in X. This unfortunately does not work on FreeBSD (receiving "No outputs have backlight property" when running xbacklight). Cheers, Hannes From owner-freebsd-current@FreeBSD.ORG Mon Feb 13 05:37:29 2012 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 C270D106564A for ; Mon, 13 Feb 2012 05:37:29 +0000 (UTC) (envelope-from sendtomatt@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 82D8C8FC19 for ; Mon, 13 Feb 2012 05:37:29 +0000 (UTC) Received: by iaeo4 with SMTP id o4so4661700iae.13 for ; Sun, 12 Feb 2012 21:37:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=Gas+/dmk8IEXJlnyUa5BlsRuyoe6jQQ6H5GWsHujJRo=; b=Aasl6Q2hQD2iSSW+RDzNbgYp/pMB9uYhb/xTA16L9xZ+AJO6IwLByj7ReCNoxi9vvQ T0flEs56C7uh3a7rTvMaN4VLnQQNbH98rGXZd9ctSIptXwqL9qEaIMcs3dZPdw+3Ps4r i2rALZw2YPXzzy/1umNV61jLwfmAOd0y7SnZY= Received: by 10.42.166.74 with SMTP id n10mr19948397icy.36.1329109904550; Sun, 12 Feb 2012 21:11:44 -0800 (PST) Received: from bakeneko.local (c75-111-251-66.ablncmtk01.tx.dh.suddenlink.net. [75.111.251.66]) by mx.google.com with ESMTPS id gw1sm12327232igb.0.2012.02.12.21.11.42 (version=SSLv3 cipher=OTHER); Sun, 12 Feb 2012 21:11:43 -0800 (PST) Message-ID: <4F389B58.3050209@gmail.com> Date: Sun, 12 Feb 2012 21:10:48 -0800 From: matt User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20120111 Thunderbird/9.0 MIME-Version: 1.0 To: Hannes Mehnert References: <4E836C06.9070405@gmail.com> <4E8374A7.90105@gmail.com> <4E9BDF13.4040006@gmail.com> <4F38211D.4070305@mehnert.org> In-Reply-To: <4F38211D.4070305@mehnert.org> X-Enigmail-Version: 1.3.4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current@freebsd.org Subject: Re: x220 notes 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, 13 Feb 2012 05:37:29 -0000 On 02/12/12 12:29, Hannes Mehnert wrote: > Hi, > > I recently got a X220 and installed -CURRENT (with kib's 13.1 patch) on= > it - let me add some notes on this thread. > > On 10/17/2011 03:53, Matt wrote: >> On 09/28/11 16:01, Kevin Oberman wrote: >>> On Wed, Sep 28, 2011 at 12:32 PM, Garrett Cooper = >>> wrote: >>>> On Wed, Sep 28, 2011 at 12:25 PM, Matt wrote:= >>>>> On 09/28/11 11:52, Garrett Cooper wrote: >>>>>> On Wed, Sep 28, 2011 at 11:48 AM, Matt wr= ote: >>>>>>> acpi_ibm needs "LEN0068" added to the list of ibm ids at the >>>>>>> beginning of >>>>>>> /usr/src/sys/dev/acpi_support/acpi_ibm.c...I'd write a patch but = that >>>>>>> machine is in a world of ports hurt right now :). >>>>>>> With this many of the sysctls and leds work, still no brightness >>>>>>> (w or >>>>>>> wout >>>>>>> intel DRI from Konstantin...thanks Konstantin!!) > (there's a pr about that kern/164538) > > >> I'm not sure if I mentioned this in another post, but I can confirm th= at >> adjusting brightness in ibm_acpi for me results in corrupting the fan >> speed, which makes me think that addresses have changed, widths/extent= s >> have changed, or something else is different. For what it's worth, >> thinkpad-acpi in Linux does this just fine, although I haven't >> determined if it's through the EC or ACPI...I am thinking EC however. >> >> I have a feeling the answer to brightness (aside from KMS patch for X,= >> which is seperate) might be comparing changelogs for thinkpad ec >> handlers on a platform that works like Linux...the code looks mostly >> similar...can anyone confirm if Open/NetBSD have issues with the >> backlight on these SandyBridge thinkpads? > The brightness work fine on Linux, but not on OpenBSD(-CURRENT). > > But on OpenBSD xbacklight (which uses randr) works to set the brightnes= s > once in X. This unfortunately does not work on FreeBSD (receiving "No > outputs have backlight property" when running xbacklight). > > > Cheers, > > Hannes > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.o= rg" I had to pause with FreeBSD on my x220 until recently, as it took a rather unfortunate dive off an eight foot ladder. The great news is that the laptop does well with such a drop onto a concrete floor. The bad news is that the hard drive does not! So I'm going to start over with the newer Konstantin patch and 10-current= =2E Maybe OpenBSD has a defined quirk or a different way of querying ACPI display features that is avoiding a quirk or "new way of doing things" at lenovo. "Our" acpi video kernel module does attach, but some data looked bogus. Whatever you do don't set debug.acpi.reset_video! It required removing the battery, although if you need an emergency discotheque, it might suffice. Matt From owner-freebsd-current@FreeBSD.ORG Mon Feb 13 06:01:12 2012 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 28FAF106566B for ; Mon, 13 Feb 2012 06:01:12 +0000 (UTC) (envelope-from jkh@turbofuzz.com) Received: from mail.crittercasa.com (mail.crittercasa.com [208.87.221.231]) by mx1.freebsd.org (Postfix) with ESMTP id 13DE28FC1A for ; Mon, 13 Feb 2012 06:01:11 +0000 (UTC) Received: from [10.20.30.135] (unknown [69.12.250.131]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.crittercasa.com (Postfix) with ESMTPS id B3465164842 for ; Sun, 12 Feb 2012 21:42:49 -0800 (PST) From: "Jordan K. Hubbard" Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Sun, 12 Feb 2012 21:42:47 -0800 Message-Id: <96E91DBD-9E30-46EE-9294-BF7BE750AEF9@turbofuzz.com> To: current@freebsd.org Mime-Version: 1.0 (Apple Message framework v1257) X-Mailer: Apple Mail (2.1257) X-Mailman-Approved-At: Mon, 13 Feb 2012 11:53:13 +0000 Cc: Subject: Does anyone regularly build HEAD with clang? 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, 13 Feb 2012 06:01:12 -0000 I've noticed that it's been broken for about a week as a result of: --- /usr/src/lib/libc/../../include/rpc/rpcb_clnt.h.orig = 2012-02-12 22:42:29.000000000 -0800 +++ /usr/src/lib/libc/../../include/rpc/rpcb_clnt.h 2012-02-12 = 22:41:27.000000000 -0800 @@ -66,7 +66,7 @@ const struct netconfig *, const struct netbuf = *); extern bool_t rpcb_unset(const rpcprog_t, const rpcvers_t, const struct netconfig *); -extern rpcblist *rpcb_getmaps(const struct netconfig *, const = char *); +extern struct rpcblist *rpcb_getmaps(const struct netconfig *, const = char *); extern enum clnt_stat rpcb_rmtcall(const struct netconfig *, const char *, const rpcprog_t, const rpcvers_t, const rpcproc_t, Easy fix (I don't have a commit bit anymore or I'd just check it in), = but it makes me wonder if anyone is building with clang on a regular = basis or they'd have caught this one quickly. Thanks, - Jordan From owner-freebsd-current@FreeBSD.ORG Mon Feb 13 09:54:43 2012 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 E38BC106564A for ; Mon, 13 Feb 2012 09:54:43 +0000 (UTC) (envelope-from vehemens@verizon.net) Received: from vms173017pub.verizon.net (vms173017pub.verizon.net [206.46.173.17]) by mx1.freebsd.org (Postfix) with ESMTP id C98718FC08 for ; Mon, 13 Feb 2012 09:54:43 +0000 (UTC) Received: from sam ([unknown] [74.100.253.20]) by vms173017.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LZB00CDNQ2W6OU0@vms173017.mailsrvcs.net> for freebsd-current@freebsd.org; Mon, 13 Feb 2012 02:54:32 -0600 (CST) From: vehemens To: freebsd-current@freebsd.org Date: Mon, 13 Feb 2012 00:34:36 -0800 User-Agent: KMail/1.9.10 MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit Content-disposition: inline Message-id: <201202130034.36999.vehemens@verizon.net> X-Mailman-Approved-At: Mon, 13 Feb 2012 12:03:10 +0000 Subject: Mesa 8.0 Info 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, 13 Feb 2012 09:54:44 -0000 From owner-freebsd-current@FreeBSD.ORG Mon Feb 13 11:11:35 2012 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 CE969106564A; Mon, 13 Feb 2012 11:11:35 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 869AC8FC08; Mon, 13 Feb 2012 11:11:35 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1Rwtok-0004aL-BN>; Mon, 13 Feb 2012 12:11:34 +0100 Received: from telesto.geoinf.fu-berlin.de ([130.133.86.198]) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1Rwtok-0003aZ-7l>; Mon, 13 Feb 2012 12:11:34 +0100 Message-ID: <4F38EFE0.7090602@mail.zedat.fu-berlin.de> Date: Mon, 13 Feb 2012 12:11:28 +0100 From: "O. Hartmann" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0) Gecko/20120201 Thunderbird/10.0 MIME-Version: 1.0 To: Ports FreeBSD , Current FreeBSD X-Enigmail-Version: 1.3.5 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig4C07E39D607989FDC2D2AE40" X-Originating-IP: 130.133.86.198 X-Mailman-Approved-At: Mon, 13 Feb 2012 12:03:36 +0000 Cc: Subject: print/ghostscript9: ./base/sjpx_openjpeg.c:169: error: too many arguments to function 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, 13 Feb 2012 11:11:36 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig4C07E39D607989FDC2D2AE40 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable This arise today when updating ghostscript9-9.04 to ghostscript9-9.05: cc -DHAVE_MKSTEMP -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_SSE2 -DHAVE_DBUS -O2 -pipe -O2 -fno-strict-aliasing -pipe -march=3Dnative -fPIC -DUPD_SIGNAL=3D0 -I. -I/usr/ports/print/ghostscript9/work/ghostscript-9.05/lcms/include -I/usr/local/include/libpng -I/usr/local/include -I/usr/local/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=3D1 -DHAVE_SYS_TIME_H=3D1 -DGX_COLOR_INDEX_TYPE=3D"unsigned long int" -O2 -pipe -O2 -fno-strict-aliasing -pipe -march=3Dnative -DUSE_LIBICONV_GNU -DUSE_LIBPAPER -I/usr/local/include -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=3D\"/usr/local/lib/ghostscript/9.05\" -Iopenjpeg/libopenjpeg/.. -Iopenjpeg/libopenjpeg -I./soobj -I./base -DUSE_OPENJPEG_JP2 -ffast-math -DOPJ_STATIC -std=3Dc99 -o =2E/soobj/sjpx_openjpeg.o \ -c -DOPJ_STATIC ./base/sjpx_openjpeg.c =2E/base/sjpx_openjpeg.c: In function 'decode_image': =2E/base/sjpx_openjpeg.c:169: error: too many arguments to function 'opj_decode' =2E/base/sjpx_openjpeg.c:205: error: 'opj_image_comp_t' has no member named 'typ' =2E/base/sjpx_openjpeg.c:205: error: 'CTYPE_COLOR' undeclared (first use in this function) =2E/base/sjpx_openjpeg.c:205: error: (Each undeclared identifier is reported only once =2E/base/sjpx_openjpeg.c:205: error: for each function it appears in.) =2E/base/sjpx_openjpeg.c:207: error: 'opj_image_comp_t' has no member named 'typ' =2E/base/sjpx_openjpeg.c:207: error: 'CTYPE_OPACITY' undeclared (first us= e in this function) =2E/base/sjpx_openjpeg.c:217: error: 'CLRSPC_CMYK' undeclared (first use in this function) =2E/base/sjpx_openjpeg.c:250: error: 'opj_image_t' has no member named 'has_palette' =2E/base/sjpx_openjpeg.c:257: error: 'CLRSPC_EYCC' undeclared (first use in this function) gmake[2]: *** [soobj/sjpx_openjpeg.o] Error 1 gmake[2]: Leaving directory `/usr/ports/print/ghostscript9/work/ghostscript-9.05' gmake[1]: *** [so-subtarget] Error 2 gmake[1]: Leaving directory `/usr/ports/print/ghostscript9/work/ghostscript-9.05' gmake: *** [so] Error 2 *** Error code 1 Stop in /usr/ports/print/ghostscript9. *** Error code 1 Stop in /usr/ports/print/ghostscript9. =3D=3D=3D>>> make failed for print/ghostscript9 =3D=3D=3D>>> Aborting update Terminated =3D=3D=3D>>> You can restart from the point of failure with this command = line: portmaster print/ghostscript9 --------------enig4C07E39D607989FDC2D2AE40 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iF4EAREIAAYFAk847+YACgkQU6Ni+wtCKv8AnwD7BzPdpooJW+o38hc49iW+MMnP jS1cENYDB690Juo/Qy0A/0WHCWqDFD6Rtkxw9/+s7XbeucNUp2kPFKhAXmLthJJ8 =HZwx -----END PGP SIGNATURE----- --------------enig4C07E39D607989FDC2D2AE40-- From owner-freebsd-current@FreeBSD.ORG Mon Feb 13 12:17:07 2012 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 B3F17106566B for ; Mon, 13 Feb 2012 12:17:07 +0000 (UTC) (envelope-from rdivacky@vlakno.cz) Received: from vlakno.cz (lev.vlakno.cz [46.28.110.116]) by mx1.freebsd.org (Postfix) with ESMTP id 77D858FC0C for ; Mon, 13 Feb 2012 12:17:07 +0000 (UTC) Received: by vlakno.cz (Postfix, from userid 1002) id 3F91B7F384D; Mon, 13 Feb 2012 12:59:10 +0100 (CET) Date: Mon, 13 Feb 2012 12:59:10 +0100 From: Roman Divacky To: "Jordan K. Hubbard" Message-ID: <20120213115910.GA95597@freebsd.org> References: <96E91DBD-9E30-46EE-9294-BF7BE750AEF9@turbofuzz.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <96E91DBD-9E30-46EE-9294-BF7BE750AEF9@turbofuzz.com> User-Agent: Mutt/1.4.2.3i Cc: current@freebsd.org Subject: Re: Does anyone regularly build HEAD with clang? 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, 13 Feb 2012 12:17:07 -0000 Yes, we do have a buildbots, ie.: http://llvm-amd64.freebsd.your.org:8010/builders/freebsd-clang-amd64/ On Sun, Feb 12, 2012 at 09:42:47PM -0800, Jordan K. Hubbard wrote: > I've noticed that it's been broken for about a week as a result of: > > --- /usr/src/lib/libc/../../include/rpc/rpcb_clnt.h.orig 2012-02-12 22:42:29.000000000 -0800 > +++ /usr/src/lib/libc/../../include/rpc/rpcb_clnt.h 2012-02-12 22:41:27.000000000 -0800 > @@ -66,7 +66,7 @@ > const struct netconfig *, const struct netbuf *); > extern bool_t rpcb_unset(const rpcprog_t, const rpcvers_t, > const struct netconfig *); > -extern rpcblist *rpcb_getmaps(const struct netconfig *, const char *); > +extern struct rpcblist *rpcb_getmaps(const struct netconfig *, const char *); > extern enum clnt_stat rpcb_rmtcall(const struct netconfig *, > const char *, const rpcprog_t, > const rpcvers_t, const rpcproc_t, > > Easy fix (I don't have a commit bit anymore or I'd just check it in), but it makes me wonder if anyone is building with clang on a regular basis or they'd have caught this one quickly. > > Thanks, > > - Jordan > > _______________________________________________ > 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 Mon Feb 13 13:06:52 2012 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 CD530106564A for ; Mon, 13 Feb 2012 13:06:52 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from sakura.ccs.furiru.org (sakura.ccs.furiru.org [IPv6:2001:2f0:104:8060::1]) by mx1.freebsd.org (Postfix) with ESMTP id 498E48FC13 for ; Mon, 13 Feb 2012 13:06:52 +0000 (UTC) Received: from localhost (authenticated bits=0) by sakura.ccs.furiru.org (unknown) with ESMTP id q1DD6knJ018739 for ; Mon, 13 Feb 2012 22:06:49 +0900 (JST) (envelope-from nyan@FreeBSD.org) Date: Mon, 13 Feb 2012 22:06:45 +0900 (JST) Message-Id: <20120213.220645.343708041324869748.nyan@FreeBSD.org> To: current@freebsd.org From: TAKAHASHI Yoshihiro X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Subject: loader is aborted with 'out of memory' 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, 13 Feb 2012 13:06:52 -0000 I got the following error of the current loader if I put the xxx_after line into loader.conf to wait a key after load the xxx module. --- Error: out of memory Module xxx Error executing read -p "Press Enter" Aborted! --- The loader.conf is: xxx_load="YES" xxx_after="read -p \"Press Enter\"" Does anyone know what is wrong? --- TAKAHASHI Yoshihiro From owner-freebsd-current@FreeBSD.ORG Mon Feb 13 13:23:42 2012 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 B64AB106564A for ; Mon, 13 Feb 2012 13:23:42 +0000 (UTC) (envelope-from c.kworr@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 36F1B8FC1B for ; Mon, 13 Feb 2012 13:23:41 +0000 (UTC) Received: by bkcjg1 with SMTP id jg1so4447568bkc.13 for ; Mon, 13 Feb 2012 05:23:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=n/i7q5MmVRS3/N1RWwsMpIXmapfeAHuh452XYWXIzi4=; b=wy51OUYjqO2KPWWZLNO5wwxUUgvB5ycBkd97qgaHRbojvvhvCngA0tBSGTSOHZuIqL 8h4iqPzizRFttXj6YXQwYM0Ffj9Ho8gfTLro8VMO+2K+Pi7VPkXMxm2hj8WYvrqNtzEB uhqYsjs2AnTBXDB9GNE4HqFcafdIHr6MNWUK0= Received: by 10.204.10.73 with SMTP id o9mr6903855bko.99.1329139420930; Mon, 13 Feb 2012 05:23:40 -0800 (PST) Received: from green.tandem.local (43-24-132-95.pool.ukrtel.net. [95.132.24.43]) by mx.google.com with ESMTPS id bw9sm46231672bkb.8.2012.02.13.05.23.38 (version=SSLv3 cipher=OTHER); Mon, 13 Feb 2012 05:23:39 -0800 (PST) Message-ID: <4F390ED8.9090509@gmail.com> Date: Mon, 13 Feb 2012 15:23:36 +0200 From: Volodymyr Kostyrko User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.1) Gecko/20120213 Firefox/10.0.1 SeaMonkey/2.7.1 MIME-Version: 1.0 To: Alex Keda References: <1328887627.38277.68.camel@buffy.york.ac.uk> <1328892101.38277.88.camel@buffy.york.ac.uk> <4F354ED1.3060307@gmail.com> <4F356E84.3090905@lissyara.su> In-Reply-To: <4F356E84.3090905@lissyara.su> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: Enhancing the user experience with tcsh 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, 13 Feb 2012 13:23:42 -0000 Alex Keda wrote: > On 10.02.2012 21:07, Chuck Burns wrote: >> set prompt = "[%n@%m]%c04%# " > it's not needed > > need some as > alias ll ls -lAhG > alias ls ls -G > set autolist = TAB > bindkey "\e[3~" delete-char > ......... > and other _really_ necessary settings This can be as simple as defining CLICOLOR. However colors of ls -G wouldn't match with default color set in LSCOLORS so correct LS_COLORS string would be needed too. -- Sphinx of black quartz judge my vow. From owner-freebsd-current@FreeBSD.ORG Mon Feb 13 13:28:22 2012 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 ECA89106564A for ; Mon, 13 Feb 2012 13:28:22 +0000 (UTC) (envelope-from c.kworr@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 7037C8FC13 for ; Mon, 13 Feb 2012 13:28:22 +0000 (UTC) Received: by bkcjg1 with SMTP id jg1so4452408bkc.13 for ; Mon, 13 Feb 2012 05:28:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=8xJPfKY01vUqFSX6Ho9DnIUAQ/YdrhhMR3eayQuPZnM=; b=PtZpbnP+7LYhOROiHZxn2cCqRZJsEcpFjvA5HcQcu/uO52xA94alYBSl4p6PV034AO ebakjBOFWTcd4/2M2VUT+kG+9HLfFGAxYLzJPQLzA61XSTVT8hFAwT81HNX6CznDBRZg LDUGuYzpho/dgh+j/wtkEaK0WuuGra8+2uZnE= Received: by 10.204.128.146 with SMTP id k18mr6948733bks.92.1329139701464; Mon, 13 Feb 2012 05:28:21 -0800 (PST) Received: from green.tandem.local (43-24-132-95.pool.ukrtel.net. [95.132.24.43]) by mx.google.com with ESMTPS id bw9sm46267629bkb.8.2012.02.13.05.28.19 (version=SSLv3 cipher=OTHER); Mon, 13 Feb 2012 05:28:20 -0800 (PST) Message-ID: <4F390FF2.5000000@gmail.com> Date: Mon, 13 Feb 2012 15:28:18 +0200 From: Volodymyr Kostyrko User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.1) Gecko/20120213 Firefox/10.0.1 SeaMonkey/2.7.1 MIME-Version: 1.0 To: Chris Rees References: <1328887627.38277.68.camel@buffy.york.ac.uk> <1328892101.38277.88.camel@buffy.york.ac.uk> <4F354ED1.3060307@gmail.com> <4F356E84.3090905@lissyara.su> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Alex Keda , freebsd-current@freebsd.org Subject: Re: Enhancing the user experience with tcsh 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, 13 Feb 2012 13:28:23 -0000 Chris Rees wrote: >>> set prompt = "[%n@%m]%c04%# " >> >> it's not needed >> >> need some as >> alias ll ls -lAhG >> alias ls ls -G > > Lscolors are an abomination. -F or nothing at all is better; remember some > people will use white xterms etc. Yeah, a +1 for me. Plain xterm with colorized output makes you feel like using fork to pry your eyes out... That's surely not a good default. -- Sphinx of black quartz judge my vow. From owner-freebsd-current@FreeBSD.ORG Mon Feb 13 13:39:32 2012 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 9BFB7106564A; Mon, 13 Feb 2012 13:39:32 +0000 (UTC) (envelope-from c.kworr@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id B9E548FC15; Mon, 13 Feb 2012 13:39:31 +0000 (UTC) Received: by bkcjg1 with SMTP id jg1so4464108bkc.13 for ; Mon, 13 Feb 2012 05:39:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=1q4yyeLvd+Ckcs0t2LkYNoAoVOs2BrzZT2tVGF40UD4=; b=R/8H3D9Hid85/nPNkpBkx4yKn8Tkeq169hoI2VBQ4mYhWpjP7OlQ4+XWWQeKhQAHlG 0403y3265eZsEm2jkn1A6pZU2a7salFlkmF3qk+HDUxnBVeO549ENHJ28hVCN8PlIsKb iUfmyxzzfIc2voOGAP5qBD9QcDDU9W+8TrM9s= Received: by 10.205.112.6 with SMTP id eq6mr7345791bkc.16.1329140365540; Mon, 13 Feb 2012 05:39:25 -0800 (PST) Received: from green.tandem.local (43-24-132-95.pool.ukrtel.net. [95.132.24.43]) by mx.google.com with ESMTPS id cz3sm46399155bkb.3.2012.02.13.05.39.22 (version=SSLv3 cipher=OTHER); Mon, 13 Feb 2012 05:39:24 -0800 (PST) Message-ID: <4F391289.2010008@gmail.com> Date: Mon, 13 Feb 2012 15:39:21 +0200 From: Volodymyr Kostyrko User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.1) Gecko/20120213 Firefox/10.0.1 SeaMonkey/2.7.1 MIME-Version: 1.0 To: Adam K Kirchhoff References: <20120206014536.7ece944b.miwi@FreeBSD.org> <4F2FF356.2060203@comcast.net> <20120211080425.469719fd@sorrow.ashke.com> In-Reply-To: <20120211080425.469719fd@sorrow.ashke.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, freebsd-current@freebsd.org, x11@freebsd.org Subject: Re: [CFT] Xorg Upgrade 7.5.2 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, 13 Feb 2012 13:39:32 -0000 Adam K Kirchhoff wrote: > > I've run it for a while now and am actually having a pretty serious > issue: > > http://thorn.visualtech.com/screenshot.jpg > > As you can see, that big window on the right monitor (though certainly > doesn't limit itself to just that screen) is almost entirely corrupt. > It's an xfce4 Terminal, though this can happen with nearly any window, > and happens both with compositing enabled or disabled. Getting the > window to redraw somehow (either by highlighting all the text or > resizing it) will fix tha areas that are redrawn. > > The problem is most often triggered by moving the window around, or > moving other windows around on top of it. Unfortunately, it makes X > barely usable. I'm not involved with testing new version but I can second this issue with current version in ports. When I managed to add my TV as a second screen XFCE draws garbage instead of desktop on the second screen. E17 however worked like a charm. I mean... you sure this is not an XFCE issue? -- Sphinx of black quartz judge my vow. From owner-freebsd-current@FreeBSD.ORG Mon Feb 13 13:48:10 2012 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 534DC1065675 for ; Mon, 13 Feb 2012 13:48:10 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from fsm1.ukr.net (fsm1.ukr.net [195.214.192.120]) by mx1.freebsd.org (Postfix) with ESMTP id 0961A8FC08 for ; Mon, 13 Feb 2012 13:48:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=Zdd93Mg0jKWhmMUdWvOqgSZuMGZBmJVaHROtDtiW14Y=; b=eIXVd4ywmoC4wtzqOvK1/WCn3/JsKW6HFICMzbzo139jdD+Go3l7sbtOq7l+Xhwdl8iCTIQ7cgoWr2uTWEFXuIAmsSwD3AGuAYQR9a/+b/UEdoDStPfMRcURinYNShfAicgYlt9Zk0xF0fJ0roZ6ViVroMEZWyxF9C5QYhwS3hs=; Received: from [178.137.138.140] (helo=nonamehost.) by fsm1.ukr.net with esmtpsa ID 1RwvmT-000PSF-Ov ; Mon, 13 Feb 2012 15:17:21 +0200 Date: Mon, 13 Feb 2012 15:17:20 +0200 From: Ivan Klymenko To: vehemens Message-ID: <20120213151720.6a245da3@nonamehost.> In-Reply-To: <201202130034.36999.vehemens@verizon.net> References: <201202130034.36999.vehemens@verizon.net> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current@freebsd.org Subject: Re: Mesa 8.0 Info 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, 13 Feb 2012 13:48:10 -0000 =D0=92 Mon, 13 Feb 2012 00:34:36 -0800 vehemens =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > Well, of course! Haiku is much more meaningful project than FreeBSD! From owner-freebsd-current@FreeBSD.ORG Mon Feb 13 13:59:01 2012 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 BD5541065673 for ; Mon, 13 Feb 2012 13:59:01 +0000 (UTC) (envelope-from akirchhoff135014@comcast.net) Received: from qmta05.westchester.pa.mail.comcast.net (qmta05.westchester.pa.mail.comcast.net [76.96.62.48]) by mx1.freebsd.org (Postfix) with ESMTP id 7E1138FC0A for ; Mon, 13 Feb 2012 13:59:01 +0000 (UTC) Received: from omta05.westchester.pa.mail.comcast.net ([76.96.62.43]) by qmta05.westchester.pa.mail.comcast.net with comcast id ZRvF1i0050vyq2s55Rz13k; Mon, 13 Feb 2012 13:59:01 +0000 Received: from memory.visualtech.com ([50.78.52.49]) by omta05.westchester.pa.mail.comcast.net with comcast id ZRz01i00M13hoka3RRz1tn; Mon, 13 Feb 2012 13:59:01 +0000 Date: Mon, 13 Feb 2012 08:58:59 -0500 From: Adam K Kirchhoff To: Volodymyr Kostyrko Message-ID: <20120213085859.4c065c8b@memory.visualtech.com> In-Reply-To: <4F391289.2010008@gmail.com> References: <20120206014536.7ece944b.miwi@FreeBSD.org> <4F2FF356.2060203@comcast.net> <20120211080425.469719fd@sorrow.ashke.com> <4F391289.2010008@gmail.com> X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.4; x86_64-slackware-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, freebsd-current@freebsd.org, x11@freebsd.org Subject: Re: [CFT] Xorg Upgrade 7.5.2 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, 13 Feb 2012 13:59:01 -0000 On Mon, 13 Feb 2012 15:39:21 +0200 Volodymyr Kostyrko wrote: > Adam K Kirchhoff wrote: > > > > I've run it for a while now and am actually having a pretty serious > > issue: > > > > http://thorn.visualtech.com/screenshot.jpg > > > > As you can see, that big window on the right monitor (though > > certainly doesn't limit itself to just that screen) is almost > > entirely corrupt. It's an xfce4 Terminal, though this can happen > > with nearly any window, and happens both with compositing enabled > > or disabled. Getting the window to redraw somehow (either by > > highlighting all the text or resizing it) will fix tha areas that > > are redrawn. > > > > The problem is most often triggered by moving the window around, or > > moving other windows around on top of it. Unfortunately, it makes X > > barely usable. > > I'm not involved with testing new version but I can second this issue > with current version in ports. When I managed to add my TV as a > second screen XFCE draws garbage instead of desktop on the second > screen. E17 however worked like a charm. I mean... you sure this is > not an XFCE issue? Yes, I'm quite sure. This happens with xfce4, kde4 and just plain openbox. I've seen similar distortion (though not quite the same as what's in my screenshot) from the radeon driver even before testing this new version. I will, however, confirm these various corruptions with the radeon driver happen less with E17. I've also seen the same thing on OpenBSD. The distortion I've seen with the driver/Xorg from ports I've also seen on Slackware when disabling KMS, so I'm quite convinced this is a UMS-specific bug. Adam From owner-freebsd-current@FreeBSD.ORG Mon Feb 13 13:59:02 2012 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 C41E4106567A for ; Mon, 13 Feb 2012 13:59:02 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 84A558FC15 for ; Mon, 13 Feb 2012 13:59:02 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:4cc6:9949:a9e5:2d4f] (unknown [IPv6:2001:7b8:3a7:0:4cc6:9949:a9e5:2d4f]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 625D45C59; Mon, 13 Feb 2012 14:59:01 +0100 (CET) Message-ID: <4F391725.5020008@FreeBSD.org> Date: Mon, 13 Feb 2012 14:59:01 +0100 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20120202 Thunderbird/11.0 MIME-Version: 1.0 To: "Jordan K. Hubbard" References: <96E91DBD-9E30-46EE-9294-BF7BE750AEF9@turbofuzz.com> In-Reply-To: <96E91DBD-9E30-46EE-9294-BF7BE750AEF9@turbofuzz.com> X-Enigmail-Version: 1.4a1pre Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: current@freebsd.org Subject: Re: Does anyone regularly build HEAD with clang? 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, 13 Feb 2012 13:59:02 -0000 On 2012-02-13 06:42, Jordan K. Hubbard wrote: > I've noticed that it's been broken for about a week as a result of: > > --- /usr/src/lib/libc/../../include/rpc/rpcb_clnt.h.orig 2012-02-12 22:42:29.000000000 -0800 > +++ /usr/src/lib/libc/../../include/rpc/rpcb_clnt.h 2012-02-12 22:41:27.000000000 -0800 > @@ -66,7 +66,7 @@ > const struct netconfig *, const struct netbuf *); > extern bool_t rpcb_unset(const rpcprog_t, const rpcvers_t, > const struct netconfig *); > -extern rpcblist *rpcb_getmaps(const struct netconfig *, const char *); > +extern struct rpcblist *rpcb_getmaps(const struct netconfig *, const char *); > extern enum clnt_stat rpcb_rmtcall(const struct netconfig *, > const char *, const rpcprog_t, > const rpcvers_t, const rpcproc_t, > > Easy fix (I don't have a commit bit anymore or I'd just check it in), but it makes me wonder if anyone is building with clang on a regular basis or they'd have caught this one quickly. I build it very regularly, and there are several buildbots that also build it continously (though they currently don't spam the mailing lists). For me, and the buildbots, head builds just fine with clang, though. What was the exact error you got during buildworld? In any case, it is likely your problem is caused by my recent fixes to rpcgen, which make it use the C preprocessor built during buildworld, instead of always using /usr/bin/cpp. What are your CC, CXX and CPP settings in make.conf? And can you please post the file: /usr/obj/usr/src/tmp/usr/include/rpc/rpcb_prot.h which should have been generated by rpcgen during build. It is probably missing the line: typedef struct rp__list rpcblist; From owner-freebsd-current@FreeBSD.ORG Mon Feb 13 14:20:03 2012 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 E99A4106566C; Mon, 13 Feb 2012 14:20:02 +0000 (UTC) (envelope-from c.kworr@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0BE468FC08; Mon, 13 Feb 2012 14:20:01 +0000 (UTC) Received: by bkcjg1 with SMTP id jg1so4508081bkc.13 for ; Mon, 13 Feb 2012 06:20:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=gs+xBwqswXkNjzeG/kp8lkhEb5Nf2RHXEe6eqLxZoJA=; b=Ac68QCoCh5+9m9vQkX6IR/NBpbROXSW0QOny6XsW55beoBMikQAxf6cDB4z/ZxoOnv UQS1AT2Hycr/2PwZJ5FjGjass2RQOV/aV7vi60FFS+Wy50YGLyvsXCt7TV64K/2jBVIK d3ihSG+/lShrepUbA9zLO2bzt4E+XY3DvddtQ= Received: by 10.204.155.145 with SMTP id s17mr7042176bkw.19.1329142799088; Mon, 13 Feb 2012 06:19:59 -0800 (PST) Received: from green.tandem.local (43-24-132-95.pool.ukrtel.net. [95.132.24.43]) by mx.google.com with ESMTPS id bw9sm46685020bkb.8.2012.02.13.06.19.57 (version=SSLv3 cipher=OTHER); Mon, 13 Feb 2012 06:19:58 -0800 (PST) Message-ID: <4F391C0B.10208@gmail.com> Date: Mon, 13 Feb 2012 16:19:55 +0200 From: Volodymyr Kostyrko User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.1) Gecko/20120213 Firefox/10.0.1 SeaMonkey/2.7.1 MIME-Version: 1.0 To: Adam K Kirchhoff References: <20120206014536.7ece944b.miwi@FreeBSD.org> <4F2FF356.2060203@comcast.net> <20120211080425.469719fd@sorrow.ashke.com> <4F391289.2010008@gmail.com> <20120213085859.4c065c8b@memory.visualtech.com> In-Reply-To: <20120213085859.4c065c8b@memory.visualtech.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, freebsd-current@freebsd.org, x11@freebsd.org Subject: Re: [CFT] Xorg Upgrade 7.5.2 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, 13 Feb 2012 14:20:03 -0000 Adam K Kirchhoff wrote: >>> I've run it for a while now and am actually having a pretty serious >>> issue: >>> >>> http://thorn.visualtech.com/screenshot.jpg >>> >>> As you can see, that big window on the right monitor (though >>> certainly doesn't limit itself to just that screen) is almost >>> entirely corrupt. It's an xfce4 Terminal, though this can happen >>> with nearly any window, and happens both with compositing enabled >>> or disabled. Getting the window to redraw somehow (either by >>> highlighting all the text or resizing it) will fix tha areas that >>> are redrawn. >>> >>> The problem is most often triggered by moving the window around, or >>> moving other windows around on top of it. Unfortunately, it makes X >>> barely usable. >> >> I'm not involved with testing new version but I can second this issue >> with current version in ports. When I managed to add my TV as a >> second screen XFCE draws garbage instead of desktop on the second >> screen. E17 however worked like a charm. I mean... you sure this is >> not an XFCE issue? > > Yes, I'm quite sure. This happens with xfce4, kde4 and just plain > openbox. > > I've seen similar distortion (though not quite the same as what's in my > screenshot) from the radeon driver even before testing this new > version. I will, however, confirm these various corruptions with the > radeon driver happen less with E17. Yep, radeon here too. -- Sphinx of black quartz judge my vow. From owner-freebsd-current@FreeBSD.ORG Mon Feb 13 15:28:33 2012 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 6ED5B1065670 for ; Mon, 13 Feb 2012 15:28:33 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id D09448FC18 for ; Mon, 13 Feb 2012 15:28:32 +0000 (UTC) Received: from skuns.kiev.zoral.com.ua (localhost [127.0.0.1]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id q1DFSPkb057187 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 13 Feb 2012 17:28:25 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.5/8.14.5) with ESMTP id q1DFSPBh073145; Mon, 13 Feb 2012 17:28:25 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.5/8.14.5/Submit) id q1DFSPCC073144; Mon, 13 Feb 2012 17:28:25 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Mon, 13 Feb 2012 17:28:25 +0200 From: Konstantin Belousov To: Dmitry Mikulin Message-ID: <20120213152825.GH3283@deviant.kiev.zoral.com.ua> References: <20120204204218.GC3283@deviant.kiev.zoral.com.ua> <4F3043E2.6090607@juniper.net> <20120207121022.GC3283@deviant.kiev.zoral.com.ua> <4F318D74.9030506@juniper.net> <4F31C89C.7010705@juniper.net> <4F3318AD.6000607@juniper.net> <20120209122908.GD3283@deviant.kiev.zoral.com.ua> <4F34311A.9050702@juniper.net> <20120210001725.GJ3283@deviant.kiev.zoral.com.ua> <4F3478B3.9040809@juniper.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="NvQORXwiARETsYmR" Content-Disposition: inline In-Reply-To: <4F3478B3.9040809@juniper.net> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-3.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: freebsd-current Current , Marcel Moolenaar Subject: Re: [ptrace] please review follow fork/exec changes 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, 13 Feb 2012 15:28:33 -0000 --NvQORXwiARETsYmR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I looked at the orphan.patch. Am I right that the orphans are the real childs of the process which are temporarily reparented to the debugger ? Whatever they are, a comment should be added to proc.h describing what does it mean. Please provide me with a test case that demonstrates the issue solved by the change. The new LIST_FOREACH(&q->p_orphans) body is copy/pasted, together with the comments, from the LIST_FOREACH(&q->p_children). Can the common code be moved into some function ? Shouldn't there be some assertion in proc_reparent() for the case when we remove child from the orphans list, that the child is no longer debugged ? Why in proc_reparent(), in the case of P_TRACED child, you do PROC_UNLOC/PROC_LOCK ? It seems that now wait4(2) can be called from the real (non-debugger) parent first and result in the call to proc_reap(), isn't it ? We would then just reparent the child back to the caller, still leaving the zombie and confusing debugger. --NvQORXwiARETsYmR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (FreeBSD) iEYEARECAAYFAk85LBgACgkQC3+MBN1Mb4gRQACg648AR9jq9d3YDE2AGiRvtgce SF0An2GfDxACAG/UiFTa1XJKC8a/nzxj =49Nc -----END PGP SIGNATURE----- --NvQORXwiARETsYmR-- From owner-freebsd-current@FreeBSD.ORG Mon Feb 13 16:34:38 2012 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 972A5106566B for ; Mon, 13 Feb 2012 16:34:38 +0000 (UTC) (envelope-from break19@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 550DA8FC17 for ; Mon, 13 Feb 2012 16:34:38 +0000 (UTC) Received: by yenl12 with SMTP id l12so3149288yen.13 for ; Mon, 13 Feb 2012 08:34:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=zZc/mcdlJ7zJjYN8+kvNnbky7M6KVk7SKcI+zZb3S1Y=; b=UQw9sBy5qiyCDu4IfYafCy/GLdSxN9nvqZNt+iX9HSxEsM7KPerEMGj/yVhxqmY/iY Mqpb6bvgLxyvQZ6QZ8vcsbI5icqRdHnBulW8iUhMQV/oKVXqsGkDW7JvOBqCHpMgwmd8 XHtsdhKhYGpG8P0Bazum2BZz3B2E+q023IS84= Received: by 10.50.15.129 with SMTP id x1mr13366971igc.14.1329150877046; Mon, 13 Feb 2012 08:34:37 -0800 (PST) Received: from [192.168.0.199] ([184.239.67.254]) by mx.google.com with ESMTPS id ut1sm21307849igc.2.2012.02.13.08.34.33 (version=SSLv3 cipher=OTHER); Mon, 13 Feb 2012 08:34:36 -0800 (PST) Message-ID: <4F393B95.7070203@gmail.com> Date: Mon, 13 Feb 2012 10:34:29 -0600 From: Chuck Burns User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <20120213.220645.343708041324869748.nyan@FreeBSD.org> In-Reply-To: <20120213.220645.343708041324869748.nyan@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: loader is aborted with 'out of memory' 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, 13 Feb 2012 16:34:38 -0000 On 2/13/2012 7:06 AM, TAKAHASHI Yoshihiro wrote: > I got the following error of the current loader if I put the xxx_after > line into loader.conf to wait a key after load the xxx module. > > --- > Error: out of memory > Module xxx > Error executing read -p "Press Enter" > Aborted! > --- > > The loader.conf is: > xxx_load="YES" > xxx_after="read -p \"Press Enter\"" > > > Does anyone know what is wrong? > > --- > TAKAHASHI Yoshihiro > _______________________________________________ > 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" Uhm, yea.. it's having trouble executing the command 'read -p "Press Enter"' My guess is, it can't run that command "read". Perhaps it needs a full path, or something? grasping at straws on the fix you want, but the error message is pretty clear.. and without the _after line I'm betting it would boot fine. -- Chuck Burns The Southern Libertarian (owner/editor) http://www.thesouthernlibertarian.com/ From owner-freebsd-current@FreeBSD.ORG Mon Feb 13 16:56:12 2012 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 97EBD106566B for ; Mon, 13 Feb 2012 16:56:12 +0000 (UTC) (envelope-from jkh@turbofuzz.com) Received: from mail.crittercasa.com (mail.crittercasa.com [208.87.221.231]) by mx1.freebsd.org (Postfix) with ESMTP id 74ECF8FC1C for ; Mon, 13 Feb 2012 16:56:12 +0000 (UTC) Received: from [10.20.30.11] (unknown [69.12.250.131]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.crittercasa.com (Postfix) with ESMTPS id 82AED16487C; Mon, 13 Feb 2012 08:56:11 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v1257) From: "Jordan K. Hubbard" In-Reply-To: <4F391725.5020008@FreeBSD.org> Date: Mon, 13 Feb 2012 08:56:10 -0800 Message-Id: References: <96E91DBD-9E30-46EE-9294-BF7BE750AEF9@turbofuzz.com> <4F391725.5020008@FreeBSD.org> To: Dimitry Andric X-Mailer: Apple Mail (2.1257) X-Mailman-Approved-At: Mon, 13 Feb 2012 17:01:35 +0000 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: current@freebsd.org Subject: Re: Does anyone regularly build HEAD with clang? 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, 13 Feb 2012 16:56:12 -0000 On Feb 13, 2012, at 5:59 AM, Dimitry Andric wrote: > I build it very regularly, and there are several buildbots that also > build it continously (though they currently don't spam the mailing > lists). For me, and the buildbots, head builds just fine with clang, > though. What was the exact error you got during buildworld? For that one, the error was: clang -O2 -pipe -I/usr/src/lib/libc/include = -I/usr/src/lib/libc/../../include -I/usr/src/lib/libc/i386 -DNLS = -D__DBINTERFACE_PRIVATE -I/usr/src/lib/libc/../../contrib/gdtoa -DINET6 = -I/usr/obj/usr/src/lib/libc -I/usr/src/lib/libc/resolv -D_ACL_PRIVATE = -DPOSIX_MISTAKE -I/usr/src/lib/libc/../../contrib/tzcode/stdtime = -I/usr/src/lib/libc/stdtime -I/usr/src/lib/libc/locale -DBROKEN_DES = -DPORTMAP -DDES_BUILTIN -I/usr/src/lib/libc/rpc -DYP -DNS_CACHING = -DSYMBOL_VERSIONING -std=3Dgnu99 -fstack-protector -Wsystem-headers = -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign = -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality = -Wno-unused-function -Wno-conversion -Wno-switch-enum -Wno-empty-body -c = /usr/src/lib/libc/rpc/clnt_bcast.c -o clnt_bcast.o In file included from /usr/src/lib/libc/rpc/clnt_bcast.c:61: In file included from /usr/src/lib/libc/../../include/rpc/rpc.h:76: /usr/src/lib/libc/../../include/rpc/rpcb_clnt.h:69:8: error: unknown = type name 'rpcblist' extern rpcblist *rpcb_getmaps(const struct netconfig *, const char *); ^ Though having made my small patch, I've now moved on to: ./contrib/gdtoa -DINET6 -I/usr/obj/usr/src/lib/libc = -I/usr/src/lib/libc/resolv - D_ACL_PRIVATE -DPOSIX_MISTAKE = -I/usr/src/lib/libc/../../contrib/tzcode/stdtime - I/usr/src/lib/libc/stdtime -I/usr/src/lib/libc/locale -DBROKEN_DES = -DPORTMAP -DD ES_BUILTIN -I/usr/src/lib/libc/rpc -DYP -DNS_CACHING -DSYMBOL_VERSIONING = -std=3Dgn u99 -fstack-protector -Wsystem-headers -Wall -Wno-format-y2k = -Wno-uninitialized -Wno-pointer-sign -Wno-tautological-compare -Wno-unused-value = -Wno-parentheses-e quality -Wno-unused-function -Wno-conversion -Wno-switch-enum = -Wno-empty-body -c /usr/src/lib/libc/rpc/clnt_bcast.c -o clnt_bcast.o /usr/src/lib/libc/rpc/clnt_bcast.c:273:28: error: variable has = incomplete type ' struct r_rpcb_rmtcallargs' struct r_rpcb_rmtcallargs barg; /* Remote arguments */ ^ During stage 4.2: building libraries. > What are your CC, CXX and CPP settings in make.conf? And can you = please > post the file: My make.conf is pretty bleeding edge, tailored to seeing how far along = FreeBSD is to making the full transition away from gcc and other GPL'd = bits. I'll attach it. > /usr/obj/usr/src/tmp/usr/include/rpc/rpcb_prot.h Also attached. Thanks for the prompt reply! - Jordan From owner-freebsd-current@FreeBSD.ORG Mon Feb 13 17:10:05 2012 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 011FE106566B; Mon, 13 Feb 2012 17:10:04 +0000 (UTC) (envelope-from zeising@daemonic.se) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) by mx1.freebsd.org (Postfix) with ESMTP id 63AC48FC15; Mon, 13 Feb 2012 17:10:04 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id D1E5440003; Mon, 13 Feb 2012 18:10:01 +0100 (CET) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id C700440004; Mon, 13 Feb 2012 18:10:01 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bernadotte.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=AWL autolearn=disabled version=3.3.1 X-Spam-Score: 0.0 Received: from mx.daemonic.se (mx.daemonic.se [IPv6:2001:470:dca9:0:1::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id 2D4E140003; Mon, 13 Feb 2012 18:10:00 +0100 (CET) Received: from mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) by mx.daemonic.se (Postfix) with ESMTPS id BFCB2119C1B; Mon, 13 Feb 2012 18:09:59 +0100 (CET) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mx.daemonic.se ([IPv6:2001:470:dca9:0:1::3]) (using TLS with cipher CAMELLIA256-SHA) by mailscanner.daemonic.se (mailscanner.daemonic.se [2001:470:dca9:0:1::6]) (amavisd-new, port 10025) with ESMTPS id ZzF5kpXMHh5B; Mon, 13 Feb 2012 18:09:54 +0100 (CET) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2001:470:dca9:0:1::4]) by mx.daemonic.se (Postfix) with ESMTPS id 68B8C119C17; Mon, 13 Feb 2012 18:09:54 +0100 (CET) Received: from [IPv6:2001:470:dca9:1::4] (vivi.daemonic.se [IPv6:2001:470:dca9:1::4]) by mail.daemonic.se (Postfix) with ESMTPSA id 2CE4612B20D; Mon, 13 Feb 2012 18:09:54 +0100 (CET) Message-ID: <4F3943D6.4020407@daemonic.se> Date: Mon, 13 Feb 2012 18:09:42 +0100 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: "Jordan K. Hubbard" References: <96E91DBD-9E30-46EE-9294-BF7BE750AEF9@turbofuzz.com> <4F391725.5020008@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-Mailman-Approved-At: Mon, 13 Feb 2012 17:24:27 +0000 Cc: Dimitry Andric , current@freebsd.org Subject: Re: Does anyone regularly build HEAD with clang? 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, 13 Feb 2012 17:10:05 -0000 On 2012-02-13 17:56, Jordan K. Hubbard wrote: > > On Feb 13, 2012, at 5:59 AM, Dimitry Andric wrote: > >> I build it very regularly, and there are several buildbots that also >> build it continously (though they currently don't spam the mailing >> lists). For me, and the buildbots, head builds just fine with clang, >> though. What was the exact error you got during buildworld? > > For that one, the error was: > > clang -O2 -pipe -I/usr/src/lib/libc/include -I/usr/src/lib/libc/../../include -I/usr/src/lib/libc/i386 -DNLS -D__DBINTERFACE_PRIVATE -I/usr/src/lib/libc/../../contrib/gdtoa -DINET6 -I/usr/obj/usr/src/lib/libc -I/usr/src/lib/libc/resolv -D_ACL_PRIVATE -DPOSIX_MISTAKE -I/usr/src/lib/libc/../../contrib/tzcode/stdtime -I/usr/src/lib/libc/stdtime -I/usr/src/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/usr/src/lib/libc/rpc -DYP -DNS_CACHING -DSYMBOL_VERSIONING -std=gnu99 -fstack-protector -Wsystem-headers -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-conversion -Wno-switch-enum -Wno-empty-body -c /usr/src/lib/libc/rpc/clnt_bcast.c -o clnt_bcast.o > In file included from /usr/src/lib/libc/rpc/clnt_bcast.c:61: > In file included from /usr/src/lib/libc/../../include/rpc/rpc.h:76: > /usr/src/lib/libc/../../include/rpc/rpcb_clnt.h:69:8: error: unknown type name > 'rpcblist' > extern rpcblist *rpcb_getmaps(const struct netconfig *, const char *); > ^ > > Though having made my small patch, I've now moved on to: > > ./contrib/gdtoa -DINET6 -I/usr/obj/usr/src/lib/libc -I/usr/src/lib/libc/resolv - > D_ACL_PRIVATE -DPOSIX_MISTAKE -I/usr/src/lib/libc/../../contrib/tzcode/stdtime - > I/usr/src/lib/libc/stdtime -I/usr/src/lib/libc/locale -DBROKEN_DES -DPORTMAP -DD > ES_BUILTIN -I/usr/src/lib/libc/rpc -DYP -DNS_CACHING -DSYMBOL_VERSIONING -std=gn > u99 -fstack-protector -Wsystem-headers -Wall -Wno-format-y2k -Wno-uninitialized > -Wno-pointer-sign -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-e > quality -Wno-unused-function -Wno-conversion -Wno-switch-enum -Wno-empty-body -c > /usr/src/lib/libc/rpc/clnt_bcast.c -o clnt_bcast.o > /usr/src/lib/libc/rpc/clnt_bcast.c:273:28: error: variable has incomplete type ' > struct r_rpcb_rmtcallargs' > struct r_rpcb_rmtcallargs barg; /* Remote arguments */ > ^ > > During stage 4.2: building libraries. > >> What are your CC, CXX and CPP settings in make.conf? And can you please >> post the file: > > My make.conf is pretty bleeding edge, tailored to seeing how far along FreeBSD is to making the full transition away from gcc and other GPL'd bits. I'll attach it. > >> /usr/obj/usr/src/tmp/usr/include/rpc/rpcb_prot.h > > Also attached. > > > Thanks for the prompt reply! > > - Jordan The ML ate the attachments. Either attach them as text/plain or post them online somewhere. Regards! -- Niclas From owner-freebsd-current@FreeBSD.ORG Mon Feb 13 18:02:38 2012 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 8F02D1065673 for ; Mon, 13 Feb 2012 18:02:38 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 9EE9D8FC0A for ; Mon, 13 Feb 2012 18:02:37 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) for freebsd-current@freebsd.org with esmtp (envelope-from ) id <1Rx0EW-0001X1-Jk>; Mon, 13 Feb 2012 19:02:36 +0100 Received: from e178038241.adsl.alicedsl.de ([85.178.38.241] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.69) for freebsd-current@freebsd.org with esmtpsa (envelope-from ) id <1Rx0EW-0008F2-Ez>; Mon, 13 Feb 2012 19:02:36 +0100 Message-ID: <4F395036.5050104@zedat.fu-berlin.de> Date: Mon, 13 Feb 2012 19:02:30 +0100 From: "O. Hartmann" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0) Gecko/20120202 Thunderbird/10.0 MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <201202130034.36999.vehemens@verizon.net> In-Reply-To: <201202130034.36999.vehemens@verizon.net> X-Enigmail-Version: 1.3.5 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig21A0D30A4A6989011F36FA24" X-Originating-IP: 85.178.38.241 Subject: Re: Mesa 8.0 Info 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, 13 Feb 2012 18:02:38 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig21A0D30A4A6989011F36FA24 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 02/13/12 09:34, vehemens wrote: > Interesting to read that FreeBSD has now explicitely been extracted from the description file :-( --------------enig21A0D30A4A6989011F36FA24 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iQEcBAEBAgAGBQJPOVA8AAoJEOgBcD7A/5N8DSYIAOJDqi/gJtMeCnObBL9xX3ib B8auYMOtciTtGg0hLNJGPrefqe437vhkW1DiwRLOMEszUsTvDvw6l94UBqqCyyoF qqqRoDuNyXu+udRJQgIB/qJWJ74XJ3rF4UIK8bwWRoyTiW3y1+4QfT63/CIRRbmF nNtDfK3ejKSsN/ucK6efXy2fnE64Wm6dm1VeRV7I4gySRSkXT/VewiMuD+uvqTDV YmIBGUuUkCNQo8F/rPxivB8PBdU9xQgBOLsPKOuGxEMphBXYZ0NbRuxWZgkuyE79 RDiVZItB9sJq0a6cq24o25Ti+tQRhuKuF7K4Xd7Iw3Ie1cypIH+VinT/uWH7ZAo= =izNq -----END PGP SIGNATURE----- --------------enig21A0D30A4A6989011F36FA24-- From owner-freebsd-current@FreeBSD.ORG Mon Feb 13 18:31:23 2012 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 6480C1065676 for ; Mon, 13 Feb 2012 18:31:23 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from fsm1.ukr.net (fsm1.ukr.net [195.214.192.120]) by mx1.freebsd.org (Postfix) with ESMTP id 139498FC24 for ; Mon, 13 Feb 2012 18:31:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=cWNJuvgHO5CzRrB4zCp2+Tf6xZLMu+ozSKiqTYaFPXQ=; b=uSXuH8PoJmzWhHZmtSJ2nD5fOoxK2U81a98L5s3t/wSBxk0s1jqjOwU+lyZC+xnaeTnATYUHYVkA85+DXUUrZm8rUrCsztdQZrpbOiG3BgQWacUyHlzRVU4anROfyRPt0TTwyRFxJS0ZjybusJE1wUaHYBc+H+M9ZcA4CFq0xmY=; Received: from [178.137.138.140] (helo=nonamehost.) by fsm1.ukr.net with esmtpsa ID 1Rx0gK-000L5R-CS ; Mon, 13 Feb 2012 20:31:20 +0200 Date: Mon, 13 Feb 2012 20:31:18 +0200 From: Ivan Klymenko To: "O. Hartmann" Message-ID: <20120213203118.2dab45d4@nonamehost.> In-Reply-To: <4F395036.5050104@zedat.fu-berlin.de> References: <201202130034.36999.vehemens@verizon.net> <4F395036.5050104@zedat.fu-berlin.de> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current@freebsd.org Subject: Re: Mesa 8.0 Info 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, 13 Feb 2012 18:31:23 -0000 =D0=92 Mon, 13 Feb 2012 19:02:30 +0100 "O. Hartmann" =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > On 02/13/12 09:34, vehemens wrote: >=20 > > >=20 >=20 > Interesting to read that FreeBSD has now explicitely been extracted > from the description file :-( >=20 The impression that someone really wants to destroy FreeBSD... From owner-freebsd-current@FreeBSD.ORG Mon Feb 13 18:32:31 2012 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 449171065676 for ; Mon, 13 Feb 2012 18:32:31 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by mx1.freebsd.org (Postfix) with ESMTP id CFE198FC12 for ; Mon, 13 Feb 2012 18:32:30 +0000 (UTC) Received: by wibhn14 with SMTP id hn14so5691590wib.13 for ; Mon, 13 Feb 2012 10:32:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=saJKCJxWm16VMdxC45xFcjWTiKjpgy4ETJRCbBeQsEo=; b=GiYMrTHCLFMSPptFIY1cgUoBZR9PrFPWSipg5lOduJJownB1fxGkWVT5uO1lrH4hzI idR2paNHXj5rWqjd+5rpgfjhw+AnT2KM5TihPwai3BGpXRvhb06+HVj7f9Qf7u4c6Pvm JP3M4a9cpYFlx912iJNFN3uX8AmqLNfJRhIQc= MIME-Version: 1.0 Received: by 10.181.12.106 with SMTP id ep10mr19856799wid.8.1329157949678; Mon, 13 Feb 2012 10:32:29 -0800 (PST) Received: by 10.223.158.143 with HTTP; Mon, 13 Feb 2012 10:32:29 -0800 (PST) In-Reply-To: <4F395036.5050104@zedat.fu-berlin.de> References: <201202130034.36999.vehemens@verizon.net> <4F395036.5050104@zedat.fu-berlin.de> Date: Mon, 13 Feb 2012 10:32:29 -0800 Message-ID: From: Kevin Oberman To: "O. Hartmann" Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@freebsd.org Subject: Re: Mesa 8.0 Info 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, 13 Feb 2012 18:32:31 -0000 On Mon, Feb 13, 2012 at 10:02 AM, O. Hartmann wrote: > On 02/13/12 09:34, vehemens wrote: > >> > > > Interesting to read that FreeBSD has now explicitly been extracted from > the description file :-( Well, the section listing FreeBSD was totally removed, so all OSes were explicitly removed and replaced with text describing APIs. Since those are mostly orthogonal, I'd say that they simply removed references to any specific OS with DRI support. -- R. Kevin Oberman, Network Engineer E-mail: kob6558@gmail.com From owner-freebsd-current@FreeBSD.ORG Mon Feb 13 19:15:11 2012 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 8AA9B1065672; Mon, 13 Feb 2012 19:15:11 +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 637EA8FC13; Mon, 13 Feb 2012 19:15:11 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) by cyrus.watson.org (Postfix) with ESMTPSA id 0AB2B46B3C; Mon, 13 Feb 2012 14:15:11 -0500 (EST) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 9106BB940; Mon, 13 Feb 2012 14:15:10 -0500 (EST) From: John Baldwin To: TAKAHASHI Yoshihiro Date: Mon, 13 Feb 2012 13:08:48 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p10; KDE/4.5.5; amd64; ; ) References: <20120212.185549.343708041257811633.nyan@FreeBSD.org> In-Reply-To: <20120212.185549.343708041257811633.nyan@FreeBSD.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201202131308.48171.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 13 Feb 2012 14:15:10 -0500 (EST) Cc: current@freebsd.org Subject: Re: MCA UNCOR error 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, 13 Feb 2012 19:15:11 -0000 On Sunday, February 12, 2012 4:55:49 am TAKAHASHI Yoshihiro wrote: > I get the following error and kernel panic on my pc98 at the boot time. > > MCA: Bank 2, Status 0xb600000000140000 > MCA: Global Cap 0x0000000000000005, Status 0x0000000000000004 > MCA: Vendor "GenuineIntel", ID 0x616, APIC ID 0 > MCA: CPU 0 UNCOR PCC no error > MCA: Address 0x3446ff003446ff > > When I disable MCA with hw.mca.enabled=0 on loader prompt, the machine > works fine. Does it mean my pc98 is broken? Or other isssue? > > It's spec is: > > FreeBSD 10.0-CURRENT #5: Thu Feb 9 13:18:22 UTC 2012 > CPU: Pentium Pro (198.95-MHz 686-class CPU) > Origin = "GenuineIntel" Id = 0x616 Family = 6 Model = 1 Stepping = 6 > Features=0xf9ff > real memory = 134217728 (128 MB) > avail memory = 120471552 (114 MB) Interesting, that is odd to get an error with no error code. Can you tell from the stack trace if your CPU actually raised a machine check exception (trap 28)? -- John Baldwin From owner-freebsd-current@FreeBSD.ORG Mon Feb 13 18:57:57 2012 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 4C3BB106567C for ; Mon, 13 Feb 2012 18:57:57 +0000 (UTC) (envelope-from zeising@daemonic.se) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) by mx1.freebsd.org (Postfix) with ESMTP id BC2F48FC13 for ; Mon, 13 Feb 2012 18:57:56 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id BC40040005 for ; Mon, 13 Feb 2012 19:57:55 +0100 (CET) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id B1E0440004; Mon, 13 Feb 2012 19:57:55 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bernadotte.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=AWL autolearn=disabled version=3.3.1 X-Spam-Score: 0.0 Received: from mx.daemonic.se (mx.daemonic.se [IPv6:2001:470:dca9:0:1::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id 3ED4D40003; Mon, 13 Feb 2012 19:57:54 +0100 (CET) Received: from mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) by mx.daemonic.se (Postfix) with ESMTPS id CF49F119C1B; Mon, 13 Feb 2012 19:57:53 +0100 (CET) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mx.daemonic.se ([IPv6:2001:470:dca9:0:1::3]) (using TLS with cipher CAMELLIA256-SHA) by mailscanner.daemonic.se (mailscanner.daemonic.se [2001:470:dca9:0:1::6]) (amavisd-new, port 10025) with ESMTPS id 3Mxlbe5x6qQj; Mon, 13 Feb 2012 19:57:47 +0100 (CET) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2001:470:dca9:0:1::4]) by mx.daemonic.se (Postfix) with ESMTPS id EC3C6119C17; Mon, 13 Feb 2012 19:57:47 +0100 (CET) Received: from [IPv6:2001:470:dca9:1::4] (vivi.daemonic.se [IPv6:2001:470:dca9:1::4]) by mail.daemonic.se (Postfix) with ESMTPSA id DDB9112B20D; Mon, 13 Feb 2012 19:57:47 +0100 (CET) Message-ID: <4F395D26.2010200@daemonic.se> Date: Mon, 13 Feb 2012 19:57:42 +0100 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: Kevin Oberman References: <201202130034.36999.vehemens@verizon.net> <4F395036.5050104@zedat.fu-berlin.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-Mailman-Approved-At: Mon, 13 Feb 2012 19:17:57 +0000 Cc: freebsd-current@freebsd.org, "O. Hartmann" Subject: Re: Mesa 8.0 Info 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, 13 Feb 2012 18:57:57 -0000 On 2012-02-13 19:32, Kevin Oberman wrote: > On Mon, Feb 13, 2012 at 10:02 AM, O. Hartmann > wrote: >> On 02/13/12 09:34, vehemens wrote: >> >>> >> >> >> Interesting to read that FreeBSD has now explicitly been extracted from >> the description file :-( > > Well, the section listing FreeBSD was totally removed, so all OSes > were explicitly removed and replaced with text describing APIs. Since > those are mostly orthogonal, I'd say that they simply removed > references to any specific OS with DRI support. For those of you interested in trying out MESA 8.0 it is in the experimental xorg repository: http://trillian.chruetertee.ch/ports/browser It is however not part of the CFT miwi sent a week or so ago, since i was released after that. Feel free to try it out though, and report success/failiure. Regards! -- Niclas From owner-freebsd-current@FreeBSD.ORG Mon Feb 13 19:30:11 2012 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 7E77D1065670 for ; Mon, 13 Feb 2012 19:30:11 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from fsm1.ukr.net (fsm1.ukr.net [195.214.192.120]) by mx1.freebsd.org (Postfix) with ESMTP id 2CEA58FC19 for ; Mon, 13 Feb 2012 19:30:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=7HGR+439op5uTBhypH125u7e2PSuzq6M37eZb9GSioo=; b=ofEdXQsjk8QsfvfMIfnTvQ0ZZxgyLDHa3XP/T51NXFNozJfLAoeO+nyZOvidwEFCxHBGlQ+Py0qpiFbBhjahHUt2E12ZJFfR9027Q+OLy8vaQRF/doOHvO+s2c/UQcJSi/44l/vjpmrClkAO2fX7pnIEA+d4DPWEt8hnLqsPPvI=; Received: from [178.137.138.140] (helo=nonamehost.) by fsm1.ukr.net with esmtpsa ID 1Rx1av-0005on-Ul ; Mon, 13 Feb 2012 21:29:49 +0200 Date: Mon, 13 Feb 2012 21:29:48 +0200 From: Ivan Klymenko To: Niclas Zeising Message-ID: <20120213212948.71489cae@nonamehost.> In-Reply-To: <4F395D26.2010200@daemonic.se> References: <201202130034.36999.vehemens@verizon.net> <4F395036.5050104@zedat.fu-berlin.de> <4F395D26.2010200@daemonic.se> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current@freebsd.org, "O. Hartmann" Subject: Re: Mesa 8.0 Info 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, 13 Feb 2012 19:30:11 -0000 =D0=92 Mon, 13 Feb 2012 19:57:42 +0100 Niclas Zeising =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > On 2012-02-13 19:32, Kevin Oberman wrote: > > On Mon, Feb 13, 2012 at 10:02 AM, O. Hartmann > > wrote: > >> On 02/13/12 09:34, vehemens wrote: > >> > >>> > >> > >> > >> Interesting to read that FreeBSD has now explicitly been extracted > >> from the description file :-( > >=20 > > Well, the section listing FreeBSD was totally removed, so all OSes > > were explicitly removed and replaced with text describing APIs. > > Since those are mostly orthogonal, I'd say that they simply removed > > references to any specific OS with DRI support. >=20 > For those of you interested in trying out MESA 8.0 it is in the > experimental xorg repository: > http://trillian.chruetertee.ch/ports/browser > It is however not part of the CFT miwi sent a week or so ago, since i > was released after that. > Feel free to try it out though, and report success/failiure. > Regards! Where did you see there is Mesa 8.0? Can you give my a direct link? From owner-freebsd-current@FreeBSD.ORG Mon Feb 13 19:36:13 2012 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 039C11065789 for ; Mon, 13 Feb 2012 19:36:13 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from fsm2.ukr.net (fsm2.ukr.net [195.214.192.121]) by mx1.freebsd.org (Postfix) with ESMTP id AB0268FC1B for ; Mon, 13 Feb 2012 19:36:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=khROKGnfRVfz0HeYM+lw0Bk7wM47sCl6aYZf0UkFfSI=; b=tHqy6wj5KvoTPahV15gq0RJnpynfsC5kLwO4jEbvvIYl4eQpTDBpDzuvR8fdgur5RLIiLEYYHsptRIPHj1prOO4fVpnm1517cfqDFPfLIPTirMCIHnMnqsdxbZH3TmyCAqjjc9OVmOWeZwv9IzaB7XwuiBL8Hn8VIZbPTJWG478=; Received: from [178.137.138.140] (helo=nonamehost.) by fsm2.ukr.net with esmtpsa ID 1Rx1gk-000DwO-RZ ; Mon, 13 Feb 2012 21:35:50 +0200 Date: Mon, 13 Feb 2012 21:35:49 +0200 From: Ivan Klymenko To: Niclas Zeising Message-ID: <20120213213549.013598f4@nonamehost.> In-Reply-To: <4F395D26.2010200@daemonic.se> References: <201202130034.36999.vehemens@verizon.net> <4F395036.5050104@zedat.fu-berlin.de> <4F395D26.2010200@daemonic.se> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current@freebsd.org, "O. Hartmann" Subject: Re: Mesa 8.0 Info 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, 13 Feb 2012 19:36:13 -0000 =D0=92 Mon, 13 Feb 2012 19:57:42 +0100 Niclas Zeising =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > On 2012-02-13 19:32, Kevin Oberman wrote: > > On Mon, Feb 13, 2012 at 10:02 AM, O. Hartmann > > wrote: > >> On 02/13/12 09:34, vehemens wrote: > >> > >>> > >> > >> > >> Interesting to read that FreeBSD has now explicitly been extracted > >> from the description file :-( > >=20 > > Well, the section listing FreeBSD was totally removed, so all OSes > > were explicitly removed and replaced with text describing APIs. > > Since those are mostly orthogonal, I'd say that they simply removed > > references to any specific OS with DRI support. >=20 > For those of you interested in trying out MESA 8.0 it is in the > experimental xorg repository: > http://trillian.chruetertee.ch/ports/browser > It is however not part of the CFT miwi sent a week or so ago, since i > was released after that. > Feel free to try it out though, and report success/failiure. > Regards! Sorry - had already seen, it is in the trunk :( From owner-freebsd-current@FreeBSD.ORG Mon Feb 13 19:36:22 2012 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 0FF9C106578F for ; Mon, 13 Feb 2012 19:36:22 +0000 (UTC) (envelope-from falkman@gamozo.org) Received: from fireblade.netcore2k.net (fireblade.netcore2k.net [92.48.127.72]) by mx1.freebsd.org (Postfix) with ESMTP id 8E4328FC2B for ; Mon, 13 Feb 2012 19:36:21 +0000 (UTC) Received: by fireblade.netcore2k.net with ESMTP id q1DJAPAQ005459 for ; Mon, 13 Feb 2012 19:10:26 GMT Message-ID: <4F396020.3030205@gamozo.org> Date: Mon, 13 Feb 2012 14:10:24 -0500 From: Brandon Falk User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 MIME-Version: 1.0 To: freebsd-current@freebsd.org References: AF413792-CD59-416A-B4E5-27D860FFB57F@turbofuzz.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Mon, 13 Feb 2012 19:38:51 +0000 Subject: Re: Does anyone regularly build HEAD with clang? 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, 13 Feb 2012 19:36:22 -0000 I was having the exact same issue. The fix? 'CPP=clang-cpp' instead of 'CPP=clang -E' in your make.conf. -Brandon From owner-freebsd-current@FreeBSD.ORG Mon Feb 13 19:49:30 2012 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 22A65106566B for ; Mon, 13 Feb 2012 19:49:30 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from fsm1.ukr.net (fsm1.ukr.net [195.214.192.120]) by mx1.freebsd.org (Postfix) with ESMTP id C960B8FC15 for ; Mon, 13 Feb 2012 19:49:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=d77WKpwSPWia+SlP3/kaV6Ry9CPF/WiNGY/Hy5ly7QM=; b=qhP/7hdpMkzTCh19ZZ3hatVMm+mWGUNOje2xIV/djKt+uxdoOfCp9zw7QNITnz4ik6vSc0TGBwA7ke/evm8vRDVbRZx35kaNecwYZRIJySa1o4XDe/TlHOyE6khWBvZvfcbzgvUsK9yK5lUurgyvJxSIQry83qeBK9abLBFun+U=; Received: from [178.137.138.140] (helo=nonamehost.) by fsm1.ukr.net with esmtpsa ID 1Rx1tp-0009SE-Ht ; Mon, 13 Feb 2012 21:49:21 +0200 Date: Mon, 13 Feb 2012 21:49:16 +0200 From: Ivan Klymenko To: Niclas Zeising Message-ID: <20120213214916.643cfefc@nonamehost.> In-Reply-To: <4F3967FA.1050600@daemonic.se> References: <201202130034.36999.vehemens@verizon.net> <4F395036.5050104@zedat.fu-berlin.de> <4F395D26.2010200@daemonic.se> <20120213212948.71489cae@nonamehost.> <4F3967FA.1050600@daemonic.se> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current@freebsd.org, "O. Hartmann" Subject: Re: Mesa 8.0 Info 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, 13 Feb 2012 19:49:30 -0000 =D0=92 Mon, 13 Feb 2012 20:43:54 +0100 Niclas Zeising =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > On 2012-02-13 20:29, Ivan Klymenko wrote: > > =D0=92 Mon, 13 Feb 2012 19:57:42 +0100 > > Niclas Zeising =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > >=20 > >> On 2012-02-13 19:32, Kevin Oberman wrote: > >>> On Mon, Feb 13, 2012 at 10:02 AM, O. Hartmann > >>> wrote: > >>>> On 02/13/12 09:34, vehemens wrote: > >>>> > >>>>> > >>>> > >>>> > >>>> Interesting to read that FreeBSD has now explicitly been > >>>> extracted from the description file :-( > >>> > >>> Well, the section listing FreeBSD was totally removed, so all OSes > >>> were explicitly removed and replaced with text describing APIs. > >>> Since those are mostly orthogonal, I'd say that they simply > >>> removed references to any specific OS with DRI support. > >> > >> For those of you interested in trying out MESA 8.0 it is in the > >> experimental xorg repository: > >> http://trillian.chruetertee.ch/ports/browser > >> It is however not part of the CFT miwi sent a week or so ago, > >> since i was released after that. > >> Feel free to try it out though, and report success/failiure. > >> Regards! > >=20 > > Where did you see there is Mesa 8.0? Can you give my a direct link? >=20 > Here for instance: > https://trillian.chruetertee.ch/ports/browser/trunk/graphics/libGL > The whole repo is found here: > https://trillian.chruetertee.ch/ports/browser/trunk?order=3Dname > Have a look at the wiki here http://wiki.freebsd.org/Xorg before > playing with it though. To get the new MESA you need the KMS patch, > instructions here http://wiki.freebsd.org/Intel_GPU as well as a > resonably recent intel graphics card (Radeon might work, but that is > unlikely.) > Regards! Thank you - I know, just a few days ago, there was no Mesa 8.0 in the repository ... From owner-freebsd-current@FreeBSD.ORG Mon Feb 13 19:44:08 2012 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 2943E1065673 for ; Mon, 13 Feb 2012 19:44:08 +0000 (UTC) (envelope-from zeising@daemonic.se) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) by mx1.freebsd.org (Postfix) with ESMTP id 653898FC18 for ; Mon, 13 Feb 2012 19:44:06 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 874CE40003 for ; Mon, 13 Feb 2012 20:44:05 +0100 (CET) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id 7B77E40004; Mon, 13 Feb 2012 20:44:05 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bernadotte.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=AWL autolearn=disabled version=3.3.1 X-Spam-Score: 0.0 Received: from mx.daemonic.se (mx.daemonic.se [IPv6:2001:470:dca9:0:1::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id 5A31E40003; Mon, 13 Feb 2012 20:44:03 +0100 (CET) Received: from mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) by mx.daemonic.se (Postfix) with ESMTPS id 1F046119C1B; Mon, 13 Feb 2012 20:44:03 +0100 (CET) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mx.daemonic.se ([IPv6:2001:470:dca9:0:1::3]) (using TLS with cipher CAMELLIA256-SHA) by mailscanner.daemonic.se (mailscanner.daemonic.se [2001:470:dca9:0:1::6]) (amavisd-new, port 10025) with ESMTPS id yVuM6JUI0PWP; Mon, 13 Feb 2012 20:44:00 +0100 (CET) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2001:470:dca9:0:1::4]) by mx.daemonic.se (Postfix) with ESMTPS id 3891C119C17; Mon, 13 Feb 2012 20:44:00 +0100 (CET) Received: from [IPv6:2001:470:dca9:1::4] (vivi.daemonic.se [IPv6:2001:470:dca9:1::4]) by mail.daemonic.se (Postfix) with ESMTPSA id 1BE2712B20D; Mon, 13 Feb 2012 20:44:00 +0100 (CET) Message-ID: <4F3967FA.1050600@daemonic.se> Date: Mon, 13 Feb 2012 20:43:54 +0100 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: Ivan Klymenko References: <201202130034.36999.vehemens@verizon.net> <4F395036.5050104@zedat.fu-berlin.de> <4F395D26.2010200@daemonic.se> <20120213212948.71489cae@nonamehost.> In-Reply-To: <20120213212948.71489cae@nonamehost.> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV using ClamSMTP X-Mailman-Approved-At: Mon, 13 Feb 2012 19:52:27 +0000 Cc: freebsd-current@freebsd.org, "O. Hartmann" Subject: Re: Mesa 8.0 Info 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, 13 Feb 2012 19:44:08 -0000 On 2012-02-13 20:29, Ivan Klymenko wrote: > Ð’ Mon, 13 Feb 2012 19:57:42 +0100 > Niclas Zeising пишет: > >> On 2012-02-13 19:32, Kevin Oberman wrote: >>> On Mon, Feb 13, 2012 at 10:02 AM, O. Hartmann >>> wrote: >>>> On 02/13/12 09:34, vehemens wrote: >>>> >>>>> >>>> >>>> >>>> Interesting to read that FreeBSD has now explicitly been extracted >>>> from the description file :-( >>> >>> Well, the section listing FreeBSD was totally removed, so all OSes >>> were explicitly removed and replaced with text describing APIs. >>> Since those are mostly orthogonal, I'd say that they simply removed >>> references to any specific OS with DRI support. >> >> For those of you interested in trying out MESA 8.0 it is in the >> experimental xorg repository: >> http://trillian.chruetertee.ch/ports/browser >> It is however not part of the CFT miwi sent a week or so ago, since i >> was released after that. >> Feel free to try it out though, and report success/failiure. >> Regards! > > Where did you see there is Mesa 8.0? Can you give my a direct link? Here for instance: https://trillian.chruetertee.ch/ports/browser/trunk/graphics/libGL The whole repo is found here: https://trillian.chruetertee.ch/ports/browser/trunk?order=name Have a look at the wiki here http://wiki.freebsd.org/Xorg before playing with it though. To get the new MESA you need the KMS patch, instructions here http://wiki.freebsd.org/Intel_GPU as well as a resonably recent intel graphics card (Radeon might work, but that is unlikely.) Regards! -- Niclas P.S. For more questions regarding the experimental xorg repo, feel free to ask on x11@freebsd.org. From owner-freebsd-current@FreeBSD.ORG Mon Feb 13 20:19:09 2012 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 4B48A1065728 for ; Mon, 13 Feb 2012 20:19:09 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 053FF8FC0A for ; Mon, 13 Feb 2012 20:19:09 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:4cc6:9949:a9e5:2d4f] (unknown [IPv6:2001:7b8:3a7:0:4cc6:9949:a9e5:2d4f]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id D21AC5C59; Mon, 13 Feb 2012 21:19:07 +0100 (CET) Message-ID: <4F39703B.20204@FreeBSD.org> Date: Mon, 13 Feb 2012 21:19:07 +0100 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20120202 Thunderbird/11.0 MIME-Version: 1.0 To: Brandon Falk References: AF413792-CD59-416A-B4E5-27D860FFB57F@turbofuzz.com <4F396020.3030205@gamozo.org> In-Reply-To: <4F396020.3030205@gamozo.org> X-Enigmail-Version: 1.4a1pre Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: Does anyone regularly build HEAD with clang? 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, 13 Feb 2012 20:19:09 -0000 On 2012-02-13 20:10, Brandon Falk wrote: > I was having the exact same issue. The fix? 'CPP=clang-cpp' instead of > 'CPP=clang -E' in your make.conf. Yes, you should indeed use clang-cpp instead of clang -E. Similarly, never use CPP=gcc -E. This is because in "cpp mode", both gcc and clang behave a little differently than with -E: unknown file extensions (such as the .x extension used for RPC) will be treated as C. But when you use -E, any unknown file extension will be considered an object file, and passed to the linker. Normally, this should lead to errors during building of the rpc include files though... I wonder why this does not happen in your case. From owner-freebsd-current@FreeBSD.ORG Mon Feb 13 22:06:29 2012 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 2190F106566B for ; Mon, 13 Feb 2012 22:06:29 +0000 (UTC) (envelope-from dmitrym@juniper.net) Received: from exprod7og117.obsmtp.com (exprod7og117.obsmtp.com [64.18.2.6]) by mx1.freebsd.org (Postfix) with ESMTP id 25EFF8FC0C for ; Mon, 13 Feb 2012 22:06:27 +0000 (UTC) Received: from P-EMHUB01-HQ.jnpr.net ([66.129.224.36]) (using TLSv1) by exprod7ob117.postini.com ([64.18.6.12]) with SMTP ID DSNKTzmJYkQQUESv6cF6lLybRj90zFm8N+3p@postini.com; Mon, 13 Feb 2012 14:06:28 PST Received: from magenta.juniper.net (172.17.27.123) by P-EMHUB01-HQ.jnpr.net (172.24.192.33) with Microsoft SMTP Server (TLS) id 8.3.213.0; Mon, 13 Feb 2012 14:04:29 -0800 Received: from [172.24.26.191] (dmitrym-lnx.jnpr.net [172.24.26.191]) by magenta.juniper.net (8.11.3/8.11.3) with ESMTP id q1DM4S123415; Mon, 13 Feb 2012 14:04:28 -0800 (PST) (envelope-from dmitrym@juniper.net) Message-ID: <4F3988E8.2040705@juniper.net> Date: Mon, 13 Feb 2012 14:04:24 -0800 From: Dmitry Mikulin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111229 Thunderbird/9.0 MIME-Version: 1.0 To: Konstantin Belousov References: <20120204204218.GC3283@deviant.kiev.zoral.com.ua> <4F3043E2.6090607@juniper.net> <20120207121022.GC3283@deviant.kiev.zoral.com.ua> <4F318D74.9030506@juniper.net> <4F31C89C.7010705@juniper.net> <4F3318AD.6000607@juniper.net> <20120209122908.GD3283@deviant.kiev.zoral.com.ua> <4F34311A.9050702@juniper.net> <20120210001725.GJ3283@deviant.kiev.zoral.com.ua> <4F3478B3.9040809@juniper.net> <20120213152825.GH3283@deviant.kiev.zoral.com.ua> In-Reply-To: <20120213152825.GH3283@deviant.kiev.zoral.com.ua> Content-Type: multipart/mixed; boundary="------------010105090202050104070301" X-EXCLAIMER-MD-CONFIG: f8e27f27-03b2-4c3e-9447-119194e72cb6 X-Mailman-Approved-At: Mon, 13 Feb 2012 22:17:14 +0000 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-current Current , Marcel Moolenaar Subject: Re: [ptrace] please review follow fork/exec changes 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, 13 Feb 2012 22:06:29 -0000 --------------010105090202050104070301 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 02/13/2012 07:28 AM, Konstantin Belousov wrote: > I looked at the orphan.patch. > > Am I right that the orphans are the real childs of the process which > are temporarily reparented to the debugger ? Whatever they are, a comment > should be added to proc.h describing what does it mean. Done. > > Please provide me with a test case that demonstrates the issue > solved by the change. I attached 2 source files that compile into separate binaries. scescx should be able The problem I'm trying to solve is to allow a parent to collect it's child exit status while we're following its child. Gdb detaches from the parent upon successful switch-over from parent to child. At this point due to re-parenting the parent loses the child to gdb and if it's in a wait() it'll get a return status that it has no children to wait for. > > The new LIST_FOREACH(&q->p_orphans) body is copy/pasted, together > with the comments, from the LIST_FOREACH(&q->p_children). Can the > common code be moved into some function ? Moved the common code into a function. Didn't have time to test though. > > Shouldn't there be some assertion in proc_reparent() for the case when > we remove child from the orphans list, that the child is no longer > debugged ? Hmm... Not sure I understand... > > Why in proc_reparent(), in the case of P_TRACED child, you do > PROC_UNLOC/PROC_LOCK ? No idea how it ended up like that... I'll clean it up. > > It seems that now wait4(2) can be called from the real (non-debugger) > parent first and result in the call to proc_reap(), isn't it ? We would > then just reparent the child back to the caller, still leaving the > zombie and confusing debugger. When either gdb or the real parent gets to proc_reap() the process wouldn't get destroyed, it'll get caught by the following clause: if (p->p_oppid && (t = pfind(p->p_oppid)) != NULL) { and the real parent with get the child back into the children's list while gdb will get it into the orphan list. The second time around when proc_reap() is entered, p->p_oppid will be 0 and the process will get really reaped. Does it make sense? And proc_reparent() attempts to keep the orphan list clean and not have the same entries and the list of siblings. The idea is to keep the real parent alive ling enough to collect the statuc of the child running under gdb. --------------010105090202050104070301 Content-Type: text/x-patch; name="orphan-1.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="orphan-1.diff" Index: sys/proc.h =================================================================== --- sys/proc.h (revision 231328) +++ sys/proc.h (working copy) @@ -507,8 +507,6 @@ struct proc { /* The following fields are all zeroed upon creation in fork. */ #define p_startzero p_oppid pid_t p_oppid; /* (c + e) Save ppid in ptrace. XXX */ - int p_dbg_child; /* (c + e) # of debugged children in - ptrace. */ struct vmspace *p_vmspace; /* (b) Address space. */ u_int p_swtick; /* (c) Tick when swapped in or out. */ struct itimerval p_realtimer; /* (c) Alarm timer. */ @@ -576,6 +574,11 @@ struct proc { after fork. */ uint64_t p_prev_runtime; /* (c) Resource usage accounting. */ struct racct *p_racct; /* (b) Resource accounting. */ + /* An orphan is process that has beed re-parented to the debugger + as a result of attaching to it. Need to keep track of tham to + be able to collect the exit status of what used to be children. */ + LIST_ENTRY(proc) p_orphan; /* (e) List of orphan processes. */ + LIST_HEAD(, proc) p_orphans; /* (e) Pointer to list of orphans. */ }; #define p_session p_pgrp->pg_session @@ -867,7 +870,7 @@ void procinit(void); void proc_linkup0(struct proc *p, struct thread *td); void proc_linkup(struct proc *p, struct thread *td); void proc_reap(struct thread *td, struct proc *p, int *status, int options, - struct rusage *rusage); + struct rusage *rusage, int child); void proc_reparent(struct proc *child, struct proc *newparent); struct pstats *pstats_alloc(void); void pstats_fork(struct pstats *src, struct pstats *dst); Index: kern/kern_exit.c =================================================================== --- kern/kern_exit.c (revision 231328) +++ kern/kern_exit.c (working copy) @@ -680,7 +680,7 @@ sys_wait4(struct thread *td, struct wait_args *uap */ void proc_reap(struct thread *td, struct proc *p, int *status, int options, - struct rusage *rusage) + struct rusage *rusage, int child) { struct proc *q, *t; @@ -720,7 +720,6 @@ proc_reap(struct thread *td, struct proc *p, int * if (p->p_oppid && (t = pfind(p->p_oppid)) != NULL) { PROC_LOCK(p); proc_reparent(p, t); - p->p_pptr->p_dbg_child--; p->p_oppid = 0; PROC_UNLOCK(p); pksignal(t, SIGCHLD, p->p_ksi); @@ -738,7 +737,10 @@ proc_reap(struct thread *td, struct proc *p, int * sx_xlock(&allproc_lock); LIST_REMOVE(p, p_list); /* off zombproc */ sx_xunlock(&allproc_lock); - LIST_REMOVE(p, p_sibling); + if (child) + LIST_REMOVE(p, p_sibling); + else + LIST_REMOVE(p, p_orphan); leavepgrp(p); #ifdef PROCDESC if (p->p_procdesc != NULL) @@ -803,12 +805,54 @@ proc_reap(struct thread *td, struct proc *p, int * sx_xunlock(&allproc_lock); } +static int +proc_to_reap (struct thread *td, struct proc *p, pid_t pid, int *status, + int options, struct rusage *rusage, int child) +{ + struct proc *q; + + q = td->td_proc; + PROC_LOCK(p); + if (pid != WAIT_ANY && + p->p_pid != pid && p->p_pgid != -pid) { + PROC_UNLOCK(p); + return (0); + } + if (p_canwait(td, p)) { + PROC_UNLOCK(p); + return (0); + } + + /* + * This special case handles a kthread spawned by linux_clone + * (see linux_misc.c). The linux_wait4 and linux_waitpid + * functions need to be able to distinguish between waiting + * on a process and waiting on a thread. It is a thread if + * p_sigparent is not SIGCHLD, and the WLINUXCLONE option + * signifies we want to wait for threads and not processes. + */ + if ((p->p_sigparent != SIGCHLD) ^ + ((options & WLINUXCLONE) != 0)) { + PROC_UNLOCK(p); + return (0); + } + + PROC_SLOCK(p); + if (p->p_state == PRS_ZOMBIE) { + proc_reap(td, p, status, options, rusage, child); + return (-1); + } + PROC_SUNLOCK(p); + PROC_UNLOCK(p); + return (1); +} + int kern_wait(struct thread *td, pid_t pid, int *status, int options, struct rusage *rusage) { struct proc *p, *q; - int error, nfound; + int error, nfound, ret; AUDIT_ARG_PID(pid); AUDIT_ARG_VALUE(options); @@ -831,37 +875,16 @@ loop: nfound = 0; sx_xlock(&proctree_lock); LIST_FOREACH(p, &q->p_children, p_sibling) { - PROC_LOCK(p); - if (pid != WAIT_ANY && - p->p_pid != pid && p->p_pgid != -pid) { - PROC_UNLOCK(p); + ret = proc_to_reap (td, p, pid, status, options, rusage, 1); + if (ret == 0) continue; - } - if (p_canwait(td, p)) { - PROC_UNLOCK(p); - continue; - } + else if (ret == 1) + nfound++; + else + return (0); - /* - * This special case handles a kthread spawned by linux_clone - * (see linux_misc.c). The linux_wait4 and linux_waitpid - * functions need to be able to distinguish between waiting - * on a process and waiting on a thread. It is a thread if - * p_sigparent is not SIGCHLD, and the WLINUXCLONE option - * signifies we want to wait for threads and not processes. - */ - if ((p->p_sigparent != SIGCHLD) ^ - ((options & WLINUXCLONE) != 0)) { - PROC_UNLOCK(p); - continue; - } - - nfound++; + PROC_LOCK(p); PROC_SLOCK(p); - if (p->p_state == PRS_ZOMBIE) { - proc_reap(td, p, status, options, rusage); - return (0); - } if ((p->p_flag & P_STOPPED_SIG) && (p->p_suspcount == p->p_numthreads) && (p->p_flag & P_WAITED) == 0 && @@ -893,16 +916,21 @@ loop: if (status) *status = SIGCONT; - return (0); } PROC_UNLOCK(p); } + LIST_FOREACH(p, &q->p_orphans, p_orphan) { + ret = proc_to_reap (td, p, pid, status, options, rusage, 0); + if (ret == 0) + continue; + else if (ret == 1) + nfound++; + else + return (0); + } if (nfound == 0) { sx_xunlock(&proctree_lock); - if (td->td_proc->p_dbg_child) - return (0); - else - return (ECHILD); + return (ECHILD); } if (options & WNOHANG) { sx_xunlock(&proctree_lock); @@ -929,6 +957,7 @@ loop: void proc_reparent(struct proc *child, struct proc *parent) { + struct proc *p; sx_assert(&proctree_lock, SX_XLOCKED); PROC_LOCK_ASSERT(child, MA_OWNED); @@ -940,5 +969,15 @@ proc_reparent(struct proc *child, struct proc *par PROC_UNLOCK(child->p_pptr); LIST_REMOVE(child, p_sibling); LIST_INSERT_HEAD(&parent->p_children, child, p_sibling); + + LIST_FOREACH(p, &parent->p_orphans, p_orphan) { + if (p == child) { + LIST_REMOVE(child, p_orphan); + break; + } + } + if (child->p_flag & P_TRACED) + LIST_INSERT_HEAD(&child->p_pptr->p_orphans, child, p_orphan); + child->p_pptr = parent; } Index: kern/kern_fork.c =================================================================== --- kern/kern_fork.c (revision 231328) +++ kern/kern_fork.c (working copy) @@ -590,6 +590,7 @@ do_fork(struct thread *td, int flags, struct proc LIST_INSERT_AFTER(p1, p2, p_pglist); PGRP_UNLOCK(p1->p_pgrp); LIST_INIT(&p2->p_children); + LIST_INIT(&p2->p_orphans); callout_init(&p2->p_itcallout, CALLOUT_MPSAFE); Index: kern/sys_process.c =================================================================== --- kern/sys_process.c (revision 231328) +++ kern/sys_process.c (working copy) @@ -841,8 +841,6 @@ kern_ptrace(struct thread *td, int req, pid_t pid, p->p_flag |= P_TRACED; p->p_oppid = p->p_pptr->p_pid; if (p->p_pptr != td->td_proc) { - /* Remember that a child is being debugged(traced). */ - p->p_pptr->p_dbg_child++; proc_reparent(p, td->td_proc); } data = SIGSTOP; @@ -931,7 +929,6 @@ kern_ptrace(struct thread *td, int req, pid_t pid, PROC_UNLOCK(pp); PROC_LOCK(p); proc_reparent(p, pp); - p->p_pptr->p_dbg_child--; if (pp == initproc) p->p_sigparent = SIGCHLD; } Index: kern/sys_procdesc.c =================================================================== --- kern/sys_procdesc.c (revision 231328) +++ kern/sys_procdesc.c (working copy) @@ -367,7 +367,7 @@ procdesc_close(struct file *fp, struct thread *td) * procdesc_reap(). */ PROC_SLOCK(p); - proc_reap(curthread, p, NULL, 0, NULL); + proc_reap(curthread, p, NULL, 0, NULL, 0); } else { /* * If the process is not yet dead, we need to kill it, but we --------------010105090202050104070301-- From owner-freebsd-current@FreeBSD.ORG Mon Feb 13 22:25:26 2012 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 7BBDB106566B for ; Mon, 13 Feb 2012 22:25:26 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id 09DC38FC0A for ; Mon, 13 Feb 2012 22:25:25 +0000 (UTC) Received: from skuns.kiev.zoral.com.ua (localhost [127.0.0.1]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id q1DMPL96083292 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 14 Feb 2012 00:25:21 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.5/8.14.5) with ESMTP id q1DMPLKl075077; Tue, 14 Feb 2012 00:25:21 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.5/8.14.5/Submit) id q1DMPLMb075076; Tue, 14 Feb 2012 00:25:21 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Tue, 14 Feb 2012 00:25:21 +0200 From: Konstantin Belousov To: Dmitry Mikulin Message-ID: <20120213222521.GK3283@deviant.kiev.zoral.com.ua> References: <20120207121022.GC3283@deviant.kiev.zoral.com.ua> <4F318D74.9030506@juniper.net> <4F31C89C.7010705@juniper.net> <4F3318AD.6000607@juniper.net> <20120209122908.GD3283@deviant.kiev.zoral.com.ua> <4F34311A.9050702@juniper.net> <20120210001725.GJ3283@deviant.kiev.zoral.com.ua> <4F3478B3.9040809@juniper.net> <20120213152825.GH3283@deviant.kiev.zoral.com.ua> <4F3988E8.2040705@juniper.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="SjmCITFdvBK1OWsj" Content-Disposition: inline In-Reply-To: <4F3988E8.2040705@juniper.net> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-3.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: freebsd-current Current , Marcel Moolenaar Subject: Re: [ptrace] please review follow fork/exec changes 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, 13 Feb 2012 22:25:26 -0000 --SjmCITFdvBK1OWsj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 13, 2012 at 02:04:24PM -0800, Dmitry Mikulin wrote: >=20 >=20 > On 02/13/2012 07:28 AM, Konstantin Belousov wrote: > >I looked at the orphan.patch. > > > >Am I right that the orphans are the real childs of the process which > >are temporarily reparented to the debugger ? Whatever they are, a comment > >should be added to proc.h describing what does it mean. >=20 > Done. >=20 >=20 > > > >Please provide me with a test case that demonstrates the issue > >solved by the change. >=20 > I attached 2 source files that compile= =20 > into separate binaries. scescx should be able > The problem I'm trying to solve is to allow a parent to collect it's chil= d=20 > exit status while we're following its child. Gdb detaches from the parent= =20 > upon successful switch-over from parent to child. At this point due to=20 > re-parenting the parent loses the child to gdb and if it's in a wait()=20 > it'll get a return status that it has no children to wait for. This text should be put somewhere in the comment. It took me some time to re-create the reason for the patch during the read. I will take a look at the example tomorrow, thanks. >=20 > > > >The new LIST_FOREACH(&q->p_orphans) body is copy/pasted, together > >with the comments, from the LIST_FOREACH(&q->p_children). Can the > >common code be moved into some function ? >=20 > Moved the common code into a function. Didn't have time to test though. Ok. Do not put the space between function name and '('. Both calls to proc_to_reap() has the space. >=20 > > > >Shouldn't there be some assertion in proc_reparent() for the case when > >we remove child from the orphans list, that the child is no longer > >debugged ? >=20 > Hmm... Not sure I understand... proc_reparent() can move the child both to and from the orphan list. If child is traced, you instert it into the orhpan list. When removing the child from the orphan list, it means that debugger finished with the process. My suggestion is to assert this in proc_reparent (but I am not completely sure that this can be done easily). >=20 > > > >Why in proc_reparent(), in the case of P_TRACED child, you do > >PROC_UNLOC/PROC_LOCK ? >=20 > No idea how it ended up like that... I'll clean it up. >=20 > > > >It seems that now wait4(2) can be called from the real (non-debugger) > >parent first and result in the call to proc_reap(), isn't it ? We would > >then just reparent the child back to the caller, still leaving the > >zombie and confusing debugger. > When either gdb or the real parent gets to proc_reap() the process wouldn= 't=20 > get destroyed, it'll get caught by the following clause: > if (p->p_oppid && (t =3D pfind(p->p_oppid)) !=3D NULL) { >=20 > and the real parent with get the child back into the children's list whil= e=20 > gdb will get it into the orphan list. The second time around when=20 > proc_reap() is entered, p->p_oppid will be 0 and the process will get=20 > really reaped. Does it make sense? And proc_reparent() attempts to keep t= he=20 > orphan list clean and not have the same entries and the list of siblings. Right, this is what I figured. But I asked about some further implication of this change: if real parent spuriosly calls wait4(2) on the child pid after the child exited, but before the debugger called the wait4(), then exactly the code you noted above will be run. This results in the child being fully returned to the original parent. Next, the wait4() call from debugger gets an error, and zombie will be kept around until parent calls wait4() for this pid once more. Am I missed something ? >=20 > The idea is to keep the real parent alive ling enough to collect the=20 > statuc of the child running under gdb. >=20 --SjmCITFdvBK1OWsj Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (FreeBSD) iEYEARECAAYFAk85jdEACgkQC3+MBN1Mb4g9+ACeKuDWA3GEv87zQje1uSsZWCyx Ip0An1mHbSGznkVPlUy8ubyzXTZGWm+B =uI3N -----END PGP SIGNATURE----- --SjmCITFdvBK1OWsj-- From owner-freebsd-current@FreeBSD.ORG Mon Feb 13 22:53:36 2012 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 AFFD1106566C for ; Mon, 13 Feb 2012 22:53:36 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 62FC28FC14 for ; Mon, 13 Feb 2012 22:53:36 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1Rx4m7-0007z3-62>; Mon, 13 Feb 2012 23:53:35 +0100 Received: from e178038241.adsl.alicedsl.de ([85.178.38.241] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1Rx4m7-0006nq-12>; Mon, 13 Feb 2012 23:53:35 +0100 Message-ID: <4F39946E.6090405@zedat.fu-berlin.de> Date: Mon, 13 Feb 2012 23:53:34 +0100 From: "O. Hartmann" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0) Gecko/20120202 Thunderbird/10.0 MIME-Version: 1.0 To: Ivan Klymenko References: <201202130034.36999.vehemens@verizon.net> <4F395036.5050104@zedat.fu-berlin.de> <20120213203118.2dab45d4@nonamehost.> In-Reply-To: <20120213203118.2dab45d4@nonamehost.> X-Enigmail-Version: 1.3.5 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig89C687F1BC5E5A94DAFEB374" X-Originating-IP: 85.178.38.241 Cc: freebsd-current@freebsd.org Subject: Re: Mesa 8.0 Info 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, 13 Feb 2012 22:53:36 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig89C687F1BC5E5A94DAFEB374 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 02/13/12 19:31, Ivan Klymenko wrote: > =D0=92 Mon, 13 Feb 2012 19:02:30 +0100 > "O. Hartmann" =D0=BF=D0=B8=D1=88=D0=B5=D1= =82: >=20 >> On 02/13/12 09:34, vehemens wrote: >> >>> >> >> >> Interesting to read that FreeBSD has now explicitely been extracted >> from the description file :-( >> >=20 > The impression that someone really wants to destroy FreeBSD... More the impression that the world is filled up with Linux-PR-nailed heads. RedHat, Suse, they all make a lot of money with their "distributions", namely the server distributions, services et cetera. As I learned in my "carreer" at university, it has been a hard and long way to make the heterogeneous landscape of several UNIX flavors compatible by designing "standards". Today, nearly every pupil, scholar or even teacher associates with the terminus UNIX Linux! --------------enig89C687F1BC5E5A94DAFEB374 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iQEcBAEBAgAGBQJPOZRuAAoJEOgBcD7A/5N8ruEH/RrQ1Za+ApOA4bzhA+HgzW76 EpldStquxWC8vAxlOMd4QJZXm7bobP0L9PXRDRuwjTue10kyFb518GsAhIxgMQZN g9nYTXan30fYxc5Ogl7dvAxUnFeXirynV8runExR/31WiP8Re+j14VAkQxV9df3d nYIQ2kkhouQuWskO1u8w+KscHH1sv32tA0JTQEKVIi8NGJTUUdgSYf/+8qapXfoP K3G8naD/N5+OkuZl1zloR5vAyoPysWEPim0em9gmncKsgBzYFBApLM6dnYhF7gcr s1UveLu8j8V9i9IAvF7MKzyTIY9huwaPeLrNghHvsIaRnQqW+FKnzGF57xE7ZsY= =xQDv -----END PGP SIGNATURE----- --------------enig89C687F1BC5E5A94DAFEB374-- From owner-freebsd-current@FreeBSD.ORG Mon Feb 13 22:52:10 2012 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 DEB8B106566B for ; Mon, 13 Feb 2012 22:52:09 +0000 (UTC) (envelope-from dmitrym@juniper.net) Received: from exprod7og116.obsmtp.com (exprod7og116.obsmtp.com [64.18.2.219]) by mx1.freebsd.org (Postfix) with ESMTP id 6F6FE8FC0A for ; Mon, 13 Feb 2012 22:52:09 +0000 (UTC) Received: from P-EMHUB01-HQ.jnpr.net ([66.129.224.36]) (using TLSv1) by exprod7ob116.postini.com ([64.18.6.12]) with SMTP ID DSNKTzmUFzx0ryJ2kCyPNb6gAj0mKJlrRyTU@postini.com; Mon, 13 Feb 2012 14:52:09 PST Received: from magenta.juniper.net (172.17.27.123) by P-EMHUB01-HQ.jnpr.net (172.24.192.33) with Microsoft SMTP Server (TLS) id 8.3.213.0; Mon, 13 Feb 2012 14:50:50 -0800 Received: from [172.24.26.191] (dmitrym-lnx.jnpr.net [172.24.26.191]) by magenta.juniper.net (8.11.3/8.11.3) with ESMTP id q1DMon147453; Mon, 13 Feb 2012 14:50:49 -0800 (PST) (envelope-from dmitrym@juniper.net) Message-ID: <4F3993C5.5020703@juniper.net> Date: Mon, 13 Feb 2012 14:50:45 -0800 From: Dmitry Mikulin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111229 Thunderbird/9.0 MIME-Version: 1.0 To: Konstantin Belousov References: <20120207121022.GC3283@deviant.kiev.zoral.com.ua> <4F318D74.9030506@juniper.net> <4F31C89C.7010705@juniper.net> <4F3318AD.6000607@juniper.net> <20120209122908.GD3283@deviant.kiev.zoral.com.ua> <4F34311A.9050702@juniper.net> <20120210001725.GJ3283@deviant.kiev.zoral.com.ua> <4F3478B3.9040809@juniper.net> <20120213152825.GH3283@deviant.kiev.zoral.com.ua> <4F3988E8.2040705@juniper.net> <20120213222521.GK3283@deviant.kiev.zoral.com.ua> In-Reply-To: <20120213222521.GK3283@deviant.kiev.zoral.com.ua> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: f8e27f27-03b2-4c3e-9447-119194e72cb6 X-Mailman-Approved-At: Mon, 13 Feb 2012 22:56:48 +0000 Cc: freebsd-current Current , Marcel Moolenaar Subject: Re: [ptrace] please review follow fork/exec changes 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, 13 Feb 2012 22:52:10 -0000 >> The problem I'm trying to solve is to allow a parent to collect it's child >> exit status while we're following its child. Gdb detaches from the parent >> upon successful switch-over from parent to child. At this point due to >> re-parenting the parent loses the child to gdb and if it's in a wait() >> it'll get a return status that it has no children to wait for. > This text should be put somewhere in the comment. It took me some time > to re-create the reason for the patch during the read. I'll find a place in the code to add this comment. > > I will take a look at the example tomorrow, thanks. >>> The new LIST_FOREACH(&q->p_orphans) body is copy/pasted, together >>> with the comments, from the LIST_FOREACH(&q->p_children). Can the >>> common code be moved into some function ? >> Moved the common code into a function. Didn't have time to test though. > Ok. Do not put the space between function name and '('. > Both calls to proc_to_reap() has the space. Habit of a different coding convention... fixed > >>> Shouldn't there be some assertion in proc_reparent() for the case when >>> we remove child from the orphans list, that the child is no longer >>> debugged ? >> Hmm... Not sure I understand... > proc_reparent() can move the child both to and from the orphan list. > If child is traced, you instert it into the orhpan list. > When removing the child from the orphan list, it means that > debugger finished with the process. My suggestion is to assert this > in proc_reparent (but I am not completely sure that this can be done > easily). Need to think about this one. > >>> Why in proc_reparent(), in the case of P_TRACED child, you do >>> PROC_UNLOC/PROC_LOCK ? >> No idea how it ended up like that... I'll clean it up. >> >>> It seems that now wait4(2) can be called from the real (non-debugger) >>> parent first and result in the call to proc_reap(), isn't it ? We would >>> then just reparent the child back to the caller, still leaving the >>> zombie and confusing debugger. >> When either gdb or the real parent gets to proc_reap() the process wouldn't >> get destroyed, it'll get caught by the following clause: >> if (p->p_oppid&& (t = pfind(p->p_oppid)) != NULL) { >> >> and the real parent with get the child back into the children's list while >> gdb will get it into the orphan list. The second time around when >> proc_reap() is entered, p->p_oppid will be 0 and the process will get >> really reaped. Does it make sense? And proc_reparent() attempts to keep the >> orphan list clean and not have the same entries and the list of siblings. > Right, this is what I figured. But I asked about some further implication > of this change: > > if real parent spuriosly calls wait4(2) on the child pid after the child > exited, but before the debugger called the wait4(), then exactly the > code you noted above will be run. This results in the child being fully > returned to the original parent. > > Next, the wait4() call from debugger gets an error, and zombie will be > kept around until parent calls wait4() for this pid once more. > > Am I missed something ? In this case the process will move from gdb's child list to gdb's orphan list when the real parent does a wait4(). Next time around the wait loop in gdb it'll be caught by the orphan's proc_reap(). From owner-freebsd-current@FreeBSD.ORG Mon Feb 13 23:01:07 2012 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 8814F1065670 for ; Mon, 13 Feb 2012 23:01:07 +0000 (UTC) (envelope-from gahr@gahr.no-ip.org) Received: from cpanel05.rubas-s05.net (cpanel05.rubas-s05.net [195.182.222.75]) by mx1.freebsd.org (Postfix) with ESMTP id 34C478FC08 for ; Mon, 13 Feb 2012 23:01:06 +0000 (UTC) Received: from 175-3.192-178.cust.bluewin.ch ([178.192.3.175] helo=gahr.no-ip.org) by cpanel05.rubas-s05.net with esmtpa (Exim 4.69) (envelope-from ) id 1Rx3tk-0004Mr-JV; Mon, 13 Feb 2012 22:57:24 +0100 Received: by gahr.no-ip.org (Postfix, from userid 1001) id F252045033; Mon, 13 Feb 2012 22:57:12 +0100 (CET) Date: Mon, 13 Feb 2012 22:57:12 +0100 From: Pietro Cerutti To: vehemens Message-ID: <20120213215712.GD60128@gahrfit.gahr.ch> References: <201202130034.36999.vehemens@verizon.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="at6+YcpfzWZg/htY" Content-Disposition: inline In-Reply-To: <201202130034.36999.vehemens@verizon.net> X-PGP-Key: 0x9571F78E X-PGP-Fingerprint: 1203 92B5 3919 AF84 9B97 28D6 C0C2 6A98 9571 F78E User-Agent: Mutt/1.5.21 (2010-09-15) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel05.rubas-s05.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - gahr.no-ip.org X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-current@freebsd.org Subject: Re: Mesa 8.0 Info X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gahr@FreeBSD.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 23:01:07 -0000 --at6+YcpfzWZg/htY Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2012-Feb-13, 00:34, vehemens wrote: > FWIW, I'm going to update graphics/libosmesa within the next few days. --=20 Pietro Cerutti The FreeBSD Project gahr@FreeBSD.org PGP Public Key: http://gahr.ch/pgp --at6+YcpfzWZg/htY Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (FreeBSD) iEYEARECAAYFAk85hzgACgkQwMJqmJVx947b5gCgkwTPnlw5ELPslpb0tlAwzO0p tn4An2YGzLO+jQckPIjVmDCdLPqmq1Ls =h2l4 -----END PGP SIGNATURE----- --at6+YcpfzWZg/htY-- From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 00:55:47 2012 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 173001065674 for ; Tue, 14 Feb 2012 00:55:47 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id DA9088FC22 for ; Tue, 14 Feb 2012 00:55:46 +0000 (UTC) Received: by daec6 with SMTP id c6so5956392dae.13 for ; Mon, 13 Feb 2012 16:55:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=NzXMI5gNe+34e8OeQ5s46XZMoQHqqQy0vwhVWTBqYl0=; b=nfX2gaI/Tm/TDBmD9UTcvtXqaXsqWqFG3jwq4sLvxOvEQkPV0VBWUWnDDMKhx9rF39 JZEfbfrXzYQu2Ieo9TcVj3DJ/ZZp84+cDN4Jfx0R99C5HASxr2VcY+mJpCVHc4Fmg2zr dmpVQwujR0aX/F7+ulxJ3PtNxsE9tqrGQkpgE= Received: by 10.68.74.170 with SMTP id u10mr52380460pbv.99.1329180946307; Mon, 13 Feb 2012 16:55:46 -0800 (PST) Received: from pyunyh@gmail.com ([114.111.62.249]) by mx.google.com with ESMTPS id li19sm43256864pbb.17.2012.02.13.16.55.43 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 13 Feb 2012 16:55:44 -0800 (PST) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Tue, 14 Feb 2012 09:55:40 -0800 From: YongHyeon PYUN Date: Tue, 14 Feb 2012 09:55:40 -0800 To: Michael Butler Message-ID: <20120214175540.GA5226@michelle.cdnetworks.com> References: <4F174C4F.2010302@protected-networks.net> <20120119005457.GE7469@michelle.cdnetworks.com> <4F176B76.5010809@protected-networks.net> <20120119015258.GF7469@michelle.cdnetworks.com> <4F271A66.6060601@protected-networks.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F271A66.6060601@protected-networks.net> User-Agent: Mutt/1.4.2.3i Cc: current@freebsd.org Subject: Re: Intermittent re0 phy failure X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 00:55:47 -0000 On Mon, Jan 30, 2012 at 05:32:06PM -0500, Michael Butler wrote: > On 01/18/12 20:52, YongHyeon PYUN wrote: > > On Wed, Jan 18, 2012 at 08:01:42PM -0500, Michael Butler wrote: > >> On 01/18/12 19:54, YongHyeon PYUN wrote: > >>> On Wed, Jan 18, 2012 at 05:48:47PM -0500, Michael Butler wrote: > >>>> At random intervals, when re0 is without any significant load; idle for > >>>> lengthy periods, I see .. > >>>> > >>>> kernel: re0: PHY read failed > >>>> last message repeated 4 times > >>>> kernel: re0: link state changed to DOWN > >>>> > >>>> Unplugging the cable and re-inserting is sufficient to restore > >>>> functionality. > > [ .. snip .. ] > > > > > Thanks a lot. > > Would you try attached patch? > > Since applying this (for 8168D) and the patch at SVN r230336 (which > affected another system of mine), neither system has "gone deaf", > Thanks for testing. Committed to HEAD(r231622). > Thanks! > > imb From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 09:28:42 2012 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 4D4641065672; Tue, 14 Feb 2012 09:28:42 +0000 (UTC) (envelope-from l.pizzamiglio@bally-wulff.de) Received: from mail.bally-wulff.de (mail.bally-wulff.de [212.144.118.8]) by mx1.freebsd.org (Postfix) with ESMTP id D20978FC13; Tue, 14 Feb 2012 09:28:41 +0000 (UTC) Received: from bwex.bally-wulff.de (unknown [192.168.204.106]) by mail.bally-wulff.de (Postfix) with ESMTP id 55962408B; Tue, 14 Feb 2012 10:08:04 +0100 (CET) Received: from pizzamig.bally.de ([192.9.205.30]) by bwex.bally-wulff.de with Microsoft SMTPSVC(6.0.3790.4675); Tue, 14 Feb 2012 10:08:05 +0100 Message-ID: <4F3A2471.6090907@bally-wulff.de> Date: Tue, 14 Feb 2012 10:08:01 +0100 From: Luca Pizzamiglio User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:10.0) Gecko/20120202 Thunderbird/10.0 MIME-Version: 1.0 To: miwi@FreeBSD.org References: <20120206014536.7ece944b.miwi@FreeBSD.org> In-Reply-To: <20120206014536.7ece944b.miwi@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 14 Feb 2012 09:08:05.0212 (UTC) FILETIME=[2945A1C0:01CCEAF8] Cc: ports@FreeBSD.org, freebsd-current@FreeBSD.org, x11@FreeBSD.org Subject: Re: [CFT] Xorg Upgrade 7.5.2 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, 14 Feb 2012 09:28:42 -0000 Running on: * Intel Sandybridge (+ optimus, disabled) on FreeBSD 9.0 * NVidia GTS 450 on FreeBSD 8.2 Not unkwonw problem. Usual problem on Intel Sandybridge (tty switch, KMS patch issues on FreeBSD 9 and optimus incompatibility (/dev/dri/card1)). Tested with KDE 4.7.4 and desktop effect activated. Not all effect are available using openGL. AFAIK KDE 4.8 is able to use more OpenGL effects using the same library. Thanks for the great job you've done! Best regards, Luca On 02/06/12 02:45, Martin Wilke wrote: > Knock knock... > > The X11 Team is pleased to announce the next round of Xorg updates. > Note that this is experimental so you really have to know what you are > doing, read UPDATING in the repository, and follow our exact > instructions. We are specifically looking for feedback from Intel, ATI > and NVIDIA users. > > Summary of changes: > > xf86-video-nouveau has been removed along with the WITHOUT_NOUVEAU > knob. We suggest switching to the nvidia blob. > > KMS Support [1]: > Unfortunately, the intel KMS driver will only work for the latest > FreeBSD 9-STABLE or 10-CURRENT users. The patch for HEAD current is > named all.13.1.patch. The higher the version the newer the patch is. > Other needed patches are already available in the Xorg update. > > HEAD Users: > Get the latest patchset from Kib here: > http://people.freebsd.org/~kib/drm/ > > 9-STABLE Users: > 'meowthink' is currently maintaining the backport to 9 STABLE. > Make sure you have the latest FreeBSD 9-STABLE source. > Get the patch from here: > https://docs.google.com/leaf?id=0BxbPi2OX4_B-NWY3NWU3MzEtNDBjYy00NTljLThlZGItMWFlYjIyYjI4Yjk3&hl=en_US > > Rebuild your Kernel and reboot. > > Known issuse: > There will be a patch reject in the sys/dev/drm/i915_suspend.c file. > The solution is to manually undo the expansion of the $FreeBSD: ....$ > tag, so it only saysis $FreeBSD$. > > Checkout Xorg Development Repo: > You will need to install devel/subversion in order to checkout the xorg > repo. Next, you will need to add WITH_NEW_XORG=yes in > your /etc/make.conf if you want to try out the new Xorg and mesa. > > Intel users: note that if you are not qualified for the KMS patch, you > shouldn't use WITH_NEW_XORG=yes because the old intel driver doesn't > build with the new X server. If you are qualified, you should also set > WITH_KMS=yes in /etc/make.conf. > > svn co https://trillian.chruetertee.ch/svn/ports/tags/xorg_7_5_2 > > A small merge script to merge the svn checkout into the real portstree > can be found here: > > http://people.freebsd.org/~miwi/xorg/xorgmerge > > The script is a modified version of the old kdemerge script. Please set > the KDEDIR variable to the path of your X.org ports. > > After merging, run one of the following command, depending on which > tool you use to manage your installed packages. > > portupgrade -af \* > portmaster -a > > After installing these, you will have to rebuild all xf86-* ports. We > will bump all related ports during the commit to the ports tree. > > Roadmap: > > Our current plan is to let the CFT running until the last weekend of > February. We hope to get a lot feedback to solve as many problems as > possible. So please help us to get the best xorg update ever in! > > > Links: > http://wiki.freebsd.org/Intel_GPU [1] > http://wiki.freebsd.org/Xorg > http://miwi.bsdcrew.de/2012/02/working-on-xorg-stuff/ > > Your FreeBSD Xorg Team > > PS: Please reply to the x11@ mailing list. Cross posted due to the > potentially disruptive nature of the change and need to get a wide > variety of testers. > From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 12:57:55 2012 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 00A85106566B; Tue, 14 Feb 2012 12:57:55 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from sakura.ccs.furiru.org (sakura.ccs.furiru.org [IPv6:2001:2f0:104:8060::1]) by mx1.freebsd.org (Postfix) with ESMTP id 82FA78FC0A; Tue, 14 Feb 2012 12:57:54 +0000 (UTC) Received: from localhost (authenticated bits=0) by sakura.ccs.furiru.org (unknown) with ESMTP id q1ECvomn026422; Tue, 14 Feb 2012 21:57:52 +0900 (JST) (envelope-from nyan@FreeBSD.org) Date: Tue, 14 Feb 2012 21:57:50 +0900 (JST) Message-Id: <20120214.215750.343708041257791038.nyan@FreeBSD.org> To: jhb@freebsd.org From: TAKAHASHI Yoshihiro In-Reply-To: <201202131308.48171.jhb@freebsd.org> References: <20120212.185549.343708041257811633.nyan@FreeBSD.org> <201202131308.48171.jhb@freebsd.org> X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: current@freebsd.org Subject: Re: MCA UNCOR error 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, 14 Feb 2012 12:57:55 -0000 In article <201202131308.48171.jhb@freebsd.org> John Baldwin writes: > On Sunday, February 12, 2012 4:55:49 am TAKAHASHI Yoshihiro wrote: >> I get the following error and kernel panic on my pc98 at the boot time. >> >> MCA: Bank 2, Status 0xb600000000140000 >> MCA: Global Cap 0x0000000000000005, Status 0x0000000000000004 >> MCA: Vendor "GenuineIntel", ID 0x616, APIC ID 0 >> MCA: CPU 0 UNCOR PCC no error >> MCA: Address 0x3446ff003446ff >> >> When I disable MCA with hw.mca.enabled=0 on loader prompt, the machine >> works fine. Does it mean my pc98 is broken? Or other isssue? >> >> It's spec is: >> >> FreeBSD 10.0-CURRENT #5: Thu Feb 9 13:18:22 UTC 2012 >> CPU: Pentium Pro (198.95-MHz 686-class CPU) >> Origin = "GenuineIntel" Id = 0x616 Family = 6 Model = 1 Stepping = 6 >> Features=0xf9ff >> real memory = 134217728 (128 MB) >> avail memory = 120471552 (114 MB) > > Interesting, that is odd to get an error with no error code. > > Can you tell from the stack trace if your CPU actually raised a machine check > exception (trap 28)? I tested with debugger enabled kernel. Please get from: http://home.jp.freebsd.org/~nyan/mca-error1.jpg http://home.jp.freebsd.org/~nyan/mca-error2.jpg (Sorry for jpeg images) --- TAKAHASHI Yoshihiro From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 13:02:17 2012 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 E42B0106564A for ; Tue, 14 Feb 2012 13:02:17 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from sakura.ccs.furiru.org (sakura.ccs.furiru.org [IPv6:2001:2f0:104:8060::1]) by mx1.freebsd.org (Postfix) with ESMTP id 6D4418FC17 for ; Tue, 14 Feb 2012 13:02:17 +0000 (UTC) Received: from localhost (authenticated bits=0) by sakura.ccs.furiru.org (unknown) with ESMTP id q1ED2G89026451; Tue, 14 Feb 2012 22:02:16 +0900 (JST) (envelope-from nyan@FreeBSD.org) Date: Tue, 14 Feb 2012 22:02:15 +0900 (JST) Message-Id: <20120214.220215.242248466259195106.nyan@FreeBSD.org> To: break19@gmail.com From: TAKAHASHI Yoshihiro In-Reply-To: <4F393B95.7070203@gmail.com> References: <20120213.220645.343708041324869748.nyan@FreeBSD.org> <4F393B95.7070203@gmail.com> X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: loader is aborted with 'out of memory' 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, 14 Feb 2012 13:02:18 -0000 In article <4F393B95.7070203@gmail.com> Chuck Burns writes: > On 2/13/2012 7:06 AM, TAKAHASHI Yoshihiro wrote: >> I got the following error of the current loader if I put the xxx_after >> line into loader.conf to wait a key after load the xxx module. >> >> --- >> Error: out of memory >> Module xxx >> Error executing read -p "Press Enter" >> Aborted! >> --- >> >> The loader.conf is: >> xxx_load="YES" >> xxx_after="read -p \"Press Enter\"" >> >> Does anyone know what is wrong? >> > Uhm, yea.. it's having trouble executing the command 'read -p "Press > Enter"' > > My guess is, it can't run that command "read". Perhaps it needs a full > path, or something? grasping at straws on the fix you want, but the > error message is pretty clear.. and without the _after line I'm > betting it would boot fine. What I'd like to do is making boot and mfsroot floppy images to install for pc98. So I want to fix this problem. If I tested the loader image on current with the forth scripts on 8.x, the _before and _after work fine. --- TAKAHASHI Yoshihiro From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 06:01:46 2012 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 354271065678 for ; Tue, 14 Feb 2012 06:01:46 +0000 (UTC) (envelope-from vehemens@verizon.net) Received: from vms173005pub.verizon.net (vms173005pub.verizon.net [206.46.173.5]) by mx1.freebsd.org (Postfix) with ESMTP id 115578FC0C for ; Tue, 14 Feb 2012 06:01:45 +0000 (UTC) Received: from sam ([unknown] [74.100.245.14]) by vms173005.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LZD0063HCQWMFU1@vms173005.mailsrvcs.net>; Tue, 14 Feb 2012 00:01:45 -0600 (CST) From: vehemens To: gahr@freebsd.org Date: Mon, 13 Feb 2012 21:41:20 -0800 User-Agent: KMail/1.9.10 References: <201202130034.36999.vehemens@verizon.net> <20120213215712.GD60128@gahrfit.gahr.ch> In-reply-to: <20120213215712.GD60128@gahrfit.gahr.ch> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Content-disposition: inline Message-id: <201202132141.20999.vehemens@verizon.net> X-Mailman-Approved-At: Tue, 14 Feb 2012 13:17:50 +0000 Cc: freebsd-current@freebsd.org Subject: Re: Mesa 8.0 Info 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, 14 Feb 2012 06:01:46 -0000 On Monday 13 February 2012 13:57:12 Pietro Cerutti wrote: > On 2012-Feb-13, 00:34, vehemens wrote: > > >8e1c9c163ed2b91bc> > > FWIW, I'm going to update graphics/libosmesa within the next few days. A long as you account for removed changes such as "300c, r600c: Remove these DRI drivers.", you should be fine. From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 07:07:33 2012 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 7AEFF1065747; Tue, 14 Feb 2012 07:07:33 +0000 (UTC) (envelope-from jkh@turbofuzz.com) Received: from mail.crittercasa.com (mail.crittercasa.com [208.87.221.231]) by mx1.freebsd.org (Postfix) with ESMTP id 5DD208FC08; Tue, 14 Feb 2012 07:07:33 +0000 (UTC) Received: from [10.20.30.135] (jkh-dsl.crittercasa.com [69.12.250.131]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.crittercasa.com (Postfix) with ESMTPS id 5F8B716487C; Mon, 13 Feb 2012 23:07:32 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v1257) From: "Jordan K. Hubbard" In-Reply-To: <4F3943D6.4020407@daemonic.se> Date: Mon, 13 Feb 2012 23:07:30 -0800 Message-Id: <6270A5F5-5989-4FAD-9555-0F17E7F5BA9F@turbofuzz.com> References: <96E91DBD-9E30-46EE-9294-BF7BE750AEF9@turbofuzz.com> <4F391725.5020008@FreeBSD.org> <4F3943D6.4020407@daemonic.se> To: Niclas Zeising X-Mailer: Apple Mail (2.1257) X-Mailman-Approved-At: Tue, 14 Feb 2012 13:24:16 +0000 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Dimitry Andric , current@freebsd.org Subject: Re: Does anyone regularly build HEAD with clang? 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, 14 Feb 2012 07:07:33 -0000 On Feb 13, 2012, at 9:09 AM, Niclas Zeising wrote: > The ML ate the attachments. Either attach them as text/plain or post > them online somewhere. Well, Brandon Falk actually appears to have nailed the root cause. I = followed older instructions on = http://wiki.freebsd.org/BuildingFreeBSDWithClang which said to set = CPP=3D"clang -E" and this has been updated to "clang-cpp", which I = didn't realize it. Once I made that change in make.conf, everything is = proceeding perfectly! It's on a slow atom box so my "make world kernel" = hasn't actually completed yet, but I think it's gone far enough that I = can assume success! Sorry for the stale build settings which led to a false alarm on my = part, and thanks to Brandon for replying off-list with the solution! - Jordan From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 08:21:57 2012 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 4D7BA106566B for ; Tue, 14 Feb 2012 08:21:57 +0000 (UTC) (envelope-from timp87@gmail.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id 257148FC17 for ; Tue, 14 Feb 2012 08:21:57 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1RxDMG-0003QD-9p for freebsd-current@freebsd.org; Tue, 14 Feb 2012 00:03:28 -0800 Date: Tue, 14 Feb 2012 00:03:28 -0800 (PST) From: timp To: freebsd-current@freebsd.org Message-ID: <1329206608296-5481784.post@n5.nabble.com> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Tue, 14 Feb 2012 13:24:28 +0000 Subject: Re: Enhancing the user experience with tcsh 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, 14 Feb 2012 08:21:57 -0000 My diff: +set autolist -setenv PAGER more +setenv PAGER less if ($?prompt) then # An interactive shell -- set some stuff up + set promptchars = '$#' + set prompt = "%{^[[50;73;1m%}\[`whoami`@%m %~\]%#%{^[[m%} " I think 'set autolist' must have everyone. PAGER is not necessary. And this is best prompt I think =) -- View this message in context: http://freebsd.1045724.n5.nabble.com/Enhancing-the-user-experience-with-tcsh-tp5471144p5481784.html Sent from the freebsd-current mailing list archive at Nabble.com. From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 13:27:28 2012 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 1E793106564A; Tue, 14 Feb 2012 13:27:28 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 485098FC0C; Tue, 14 Feb 2012 13:27:27 +0000 (UTC) Received: by werm13 with SMTP id m13so6468044wer.13 for ; Tue, 14 Feb 2012 05:27:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=+8j10F1tdyggMbXvVciuJBxRLIva3pLccKZL+icmd70=; b=Q0mmAiHSR8pLMnpyZS/jIwguBz7B1moqT51pWamOlkzmL/qitCXreP6eOBaQeRXOkl z2ue5FZ4sBRhcJ57MTlOFOwHGmnLyajHFseEc+v7WzjoEbs5e1/nngsv5hGZkIUBebTm m2/3sHerUbc86TlNrSRqVmvccNrgzrGlNG4bI= Received: by 10.180.80.35 with SMTP id o3mr24229390wix.5.1329226046274; Tue, 14 Feb 2012 05:27:26 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.15.90 with HTTP; Tue, 14 Feb 2012 05:26:56 -0800 (PST) In-Reply-To: References: <1328887627.38277.68.camel@buffy.york.ac.uk> From: Eitan Adler Date: Tue, 14 Feb 2012 08:26:56 -0500 Message-ID: To: Astrodog Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQl9iYRyxDDvjcuOb4OFiDiDDT+Q3BcMHpQla3xkfd6UmKb21ygeIERrtFGWY9seK1z7XLf3 Cc: Chris Rees , Colin Percival , freebsd-current Current , "Wojciech A. Koszek" Subject: Re: Enhancing the user experience with tcsh 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, 14 Feb 2012 13:27:28 -0000 On Tue, Feb 14, 2012 at 8:19 AM, Astrodog wrote: > Personally, I pay very little attention to the prompt. That being said... > Plenty of people prefer widely different configurations for the prompt. > I think everyone agrees that the default prompt isn't particularly > informative, however, achieving consensus here is going to be almost > impossible. I suggest that it be handled as a seperate discussion, > perhaps? That would result in even more of a bikeshed than this thread. I'm pretty sure I'm going to go with one of the prompts posted to this thread after a bit of experimentation. Remember that the prompts are for inexperienced users and those of you with awesome prompts are not the target audience for the change. > I am against this change, barring a more compelling reason to include > it. Default behavior limits $PATH to areas that are only writable as > root, and there is no garuntee that $HOME can only be written by the > user. As a result, the change may create unanticipated and unnoticed > security consequences some installations. I believe this outweighs the > functionality provided by the proposed change, given how trivial this > is to configure after the fact. set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin $HOME/bin) is the default -- Eitan Adler From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 13:34:23 2012 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 B7D55106566B; Tue, 14 Feb 2012 13:34:23 +0000 (UTC) (envelope-from astrodog@gmail.com) Received: from mail-tul01m020-f182.google.com (mail-tul01m020-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 630588FC08; Tue, 14 Feb 2012 13:34:23 +0000 (UTC) Received: by obcwo16 with SMTP id wo16so10779745obc.13 for ; Tue, 14 Feb 2012 05:34:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=be7f1+L+l/R7+UQgZQ8Zg3YZgufWZ8jb9eLM/0VrLGg=; b=soh8QJARXaRh9XX4E5SgNgGz1DnK5Eqetf1/mMGrqIcWvM8+Q/w4v6umdhh7NruzUO MHuf1XXm97qIPXmzb6IdqabhKTTx6gFnQgKJesQEoT8nEH+nCr1/bga6vzGiGmp66yub +65tJXWY/aO5fwiPHhjZWsrg0irTmc3aboXQY= MIME-Version: 1.0 Received: by 10.182.49.104 with SMTP id t8mr15461652obn.13.1329226463007; Tue, 14 Feb 2012 05:34:23 -0800 (PST) Received: by 10.182.91.131 with HTTP; Tue, 14 Feb 2012 05:34:22 -0800 (PST) In-Reply-To: References: <1328887627.38277.68.camel@buffy.york.ac.uk> Date: Tue, 14 Feb 2012 07:34:22 -0600 Message-ID: From: Astrodog To: Eitan Adler Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Chris Rees , Colin Percival , freebsd-current Current , "Wojciech A. Koszek" Subject: Re: Enhancing the user experience with tcsh 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, 14 Feb 2012 13:34:23 -0000 On Tue, Feb 14, 2012 at 7:26 AM, Eitan Adler wrote: > On Tue, Feb 14, 2012 at 8:19 AM, Astrodog wrote: >> Personally, I pay very little attention to the prompt. That being said..= . >> Plenty of people prefer widely different configurations for the prompt. >> I think everyone agrees that the default prompt isn't particularly >> informative, however, achieving consensus here is going to be almost >> impossible. I suggest that it be handled as a seperate discussion, >> perhaps? > > That would result in even more of a bikeshed than this thread. I'm > pretty sure I'm going to go with one of the prompts posted to this > thread after a bit of experimentation. > Remember that the prompts are for inexperienced users and those of you > with awesome prompts are not the target audience for the change. I'm not actually against any of the prompts that have been suggested. They're all fine with me. I use too many shared machines, or use machines temporarly to expect anything at all from the prompt anyway. > >> I am against this change, barring a more compelling reason to include >> it. Default behavior limits $PATH to areas that are only writable as >> root, and there is no garuntee that $HOME can only be written by the >> user. As a result, the change may create unanticipated and unnoticed >> security consequences some installations. I believe this outweighs the >> functionality provided by the proposed change, given how trivial this >> is to configure after the fact. > > =A0set path =3D (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin > /usr/local/bin $HOME/bin) > > is the default > Whoops. I should have known a couple of years ago that adding a handful of random patches to my build machine wasn't a great idea. From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 13:38:40 2012 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 D65EF10656D8 for ; Tue, 14 Feb 2012 13:38:40 +0000 (UTC) (envelope-from freebsd-current@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 8C9298FC25 for ; Tue, 14 Feb 2012 13:38:40 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1RxIab-0001V2-A0 for freebsd-current@freebsd.org; Tue, 14 Feb 2012 14:38:37 +0100 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Feb 2012 14:38:37 +0100 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Feb 2012 14:38:37 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-current@freebsd.org From: Ivan Voras Date: Tue, 14 Feb 2012 14:38:24 +0100 Lines: 39 Message-ID: References: <1328887627.38277.68.camel@buffy.york.ac.uk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig481075B38F48E5977707DC13" X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0) Gecko/20120213 Thunderbird/10.0 In-Reply-To: X-Enigmail-Version: 1.3.5 Subject: Re: Enhancing the user experience with tcsh 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, 14 Feb 2012 13:38:40 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig481075B38F48E5977707DC13 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 10/02/2012 17:25, Eitan Adler wrote: > setenv BLOCKSIZE K Why note BLOCKSIZE M? It's pretty much ridiculous to count kilobytes nowadays. > Many people had alternative suggestions for the prompt. Can you please > clarify why you believe your prompt should be the _default_ one? My prompt suggestion: set prompt=3D"%U%m%u:%B%~%b%# " It makes the prompt lines clearly and loudly visible in a screen full of busy commands. --------------enig481075B38F48E5977707DC13 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk86Y9AACgkQldnAQVacBciOrgCgqK6Wth78b+NxdsDozjWEfawZ Z5oAoIugUhfGtNjqVO4SkozynBuiBVWQ =yFX4 -----END PGP SIGNATURE----- --------------enig481075B38F48E5977707DC13-- From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 13:48:54 2012 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 5AD57106566B for ; Tue, 14 Feb 2012 13:48:54 +0000 (UTC) (envelope-from astrodog@gmail.com) Received: from mail-tul01m020-f182.google.com (mail-tul01m020-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 21AEA8FC17 for ; Tue, 14 Feb 2012 13:48:54 +0000 (UTC) Received: by obcwo16 with SMTP id wo16so10802676obc.13 for ; Tue, 14 Feb 2012 05:48:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=tsTBm79V3ikioTu7sNl05yqt3//x/IuWEXp/w/2tS24=; b=ibCSUW9F1uYJ1QttbEWJ+yXfQA7WployEdjo4qJZ/J720GOG+4tvcgPse2TvBZ58Z+ ZU5C47leJcs/c8jGYXqw8Wasyn8zrON9YFQLH2uC3y77sW/t5HGei6wJCf/3bvOwGkcC lVQ4w/tU5kJ/l6JBSxq2mOP2yNfeXe5KBQepU= MIME-Version: 1.0 Received: by 10.60.25.65 with SMTP id a1mr525303oeg.23.1329225583538; Tue, 14 Feb 2012 05:19:43 -0800 (PST) Received: by 10.182.91.131 with HTTP; Tue, 14 Feb 2012 05:19:43 -0800 (PST) In-Reply-To: References: <1328887627.38277.68.camel@buffy.york.ac.uk> Date: Tue, 14 Feb 2012 07:19:43 -0600 Message-ID: From: Astrodog To: Eitan Adler Content-Type: text/plain; charset=ISO-8859-1 Cc: Chris Rees , Colin Percival , freebsd-current Current , "Wojciech A. Koszek" Subject: Re: Enhancing the user experience with tcsh 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, 14 Feb 2012 13:48:54 -0000 ... snip ... > if ($?prompt) then > # An interactive shell -- set some stuff up > - set prompt = "`/bin/hostname -s`# " > + set prompt = "[%n@%m]%c04%# " > + set promptchars = "%#" > > Many people had alternative suggestions for the prompt. Can you please > clarify why you believe your prompt should be the _default_ one? > While many admins are able to deal with short non-descriptive prompts > it helps new users to have more detail on the prompt line. I'd like to > commit some change to the default: currently it is very undescriptive. > I am leaving open which prompt I am going with at the end though. Personally, I pay very little attention to the prompt. That being said... Plenty of people prefer widely different configurations for the prompt. I think everyone agrees that the default prompt isn't particularly informative, however, achieving consensus here is going to be almost impossible. I suggest that it be handled as a seperate discussion, perhaps? > > set filec > - set history = 100 > - set savehist = 100 > + set history = 10000 > + set savehist = 10000 > > No one complained about this one - it is almost certainly going to > stay it the final version. > > + set autolist > > set autolist=ambiguous makes sense here - I will likely go with that. > > + # Use history to aid expansion > + set autoexpand > > No one complained about this - it is almost certainly going to stay > it the final version. > > Now to address some comments made in the thread. I'm sorry for not > preserving attribution here. > >> How about adding stuff like this to /usr/share/examples/tcsh/complete.tcsh ? >> Along with a comment in .cshrc pointing to that file (or even a commented line to source it), it would be an improvement. > > +1 I'll add a comment addressing this file. > >> I use the $HOME/bin on my machines but I am not so sure to make this a general thing. > > Many people expect it, and given that it is the last item in the path > it won't affect all that much. I am against this change, barring a more compelling reason to include it. Default behavior limits $PATH to areas that are only writable as root, and there is no garuntee that $HOME can only be written by the user. As a result, the change may create unanticipated and unnoticed security consequences some installations. I believe this outweighs the functionality provided by the proposed change, given how trivial this is to configure after the fact. ... snip ... These two issues aside, I do like the idea here. Here's hoping it doesn't collapse under thousands of coats of paint. --- Harrison From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 13:50:08 2012 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 8086E1065672; Tue, 14 Feb 2012 13:50: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 0CDEF8FC16; Tue, 14 Feb 2012 13:50:07 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EDo6N7052861; Tue, 14 Feb 2012 08:50:06 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EDo6ZM052860; Tue, 14 Feb 2012 13:50:06 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 13:50:06 GMT Message-Id: <201202141350.q1EDo6ZM052860@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: Tue, 14 Feb 2012 13:50:08 -0000 TB --- 2012-02-14 13:33:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 13:33:00 - starting HEAD tinderbox run for sparc64/sparc64 TB --- 2012-02-14 13:33:00 - cleaning the object tree TB --- 2012-02-14 13:33:00 - cvsupping the source tree TB --- 2012-02-14 13:33:00 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/sparc64/sparc64/supfile TB --- 2012-02-14 13:33:31 - building world TB --- 2012-02-14 13:33:31 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 13:33:31 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 13:33:31 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 13:33:31 - SRCCONF=/dev/null TB --- 2012-02-14 13:33:31 - TARGET=sparc64 TB --- 2012-02-14 13:33:31 - TARGET_ARCH=sparc64 TB --- 2012-02-14 13:33:31 - TZ=UTC TB --- 2012-02-14 13:33:31 - __MAKE_CONF=/dev/null TB --- 2012-02-14 13:33:31 - cd /src TB --- 2012-02-14 13:33:31 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 13:33:32 UTC 2012 >>> 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 [...] /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 13:50:06 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 13:50:06 - ERROR: failed to build world TB --- 2012-02-14 13:50:06 - 774.38 user 154.21 system 1025.77 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sparc64.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 14:09:36 2012 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 9714B106567E; Tue, 14 Feb 2012 14:09:36 +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 6E42B8FC22; Tue, 14 Feb 2012 14:09:36 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) by cyrus.watson.org (Postfix) with ESMTPSA id 25B3E46B3C; Tue, 14 Feb 2012 09:09:36 -0500 (EST) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 8157CB966; Tue, 14 Feb 2012 09:09:35 -0500 (EST) From: John Baldwin To: TAKAHASHI Yoshihiro Date: Tue, 14 Feb 2012 09:09:33 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p10; KDE/4.5.5; amd64; ; ) References: <20120212.185549.343708041257811633.nyan@FreeBSD.org> <201202131308.48171.jhb@freebsd.org> <20120214.215750.343708041257791038.nyan@FreeBSD.org> In-Reply-To: <20120214.215750.343708041257791038.nyan@FreeBSD.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201202140909.33894.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Tue, 14 Feb 2012 09:09:35 -0500 (EST) Cc: current@freebsd.org Subject: Re: MCA UNCOR error 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, 14 Feb 2012 14:09:36 -0000 On Tuesday, February 14, 2012 7:57:50 am TAKAHASHI Yoshihiro wrote: > In article <201202131308.48171.jhb@freebsd.org> > John Baldwin writes: > > > On Sunday, February 12, 2012 4:55:49 am TAKAHASHI Yoshihiro wrote: > >> I get the following error and kernel panic on my pc98 at the boot time. > >> > >> MCA: Bank 2, Status 0xb600000000140000 > >> MCA: Global Cap 0x0000000000000005, Status 0x0000000000000004 > >> MCA: Vendor "GenuineIntel", ID 0x616, APIC ID 0 > >> MCA: CPU 0 UNCOR PCC no error > >> MCA: Address 0x3446ff003446ff > >> > >> When I disable MCA with hw.mca.enabled=0 on loader prompt, the machine > >> works fine. Does it mean my pc98 is broken? Or other isssue? > >> > >> It's spec is: > >> > >> FreeBSD 10.0-CURRENT #5: Thu Feb 9 13:18:22 UTC 2012 > >> CPU: Pentium Pro (198.95-MHz 686-class CPU) > >> Origin = "GenuineIntel" Id = 0x616 Family = 6 Model = 1 Stepping = 6 > >> Features=0xf9ff > >> real memory = 134217728 (128 MB) > >> avail memory = 120471552 (114 MB) > > > > Interesting, that is odd to get an error with no error code. > > > > Can you tell from the stack trace if your CPU actually raised a machine check > > exception (trap 28)? > > I tested with debugger enabled kernel. > Please get from: > http://home.jp.freebsd.org/~nyan/mca-error1.jpg > http://home.jp.freebsd.org/~nyan/mca-error2.jpg > (Sorry for jpeg images) Humm. Try this: Index: x86/x86/mca.c =================================================================== --- mca.c (revision 231678) +++ mca.c (working copy) @@ -548,7 +548,12 @@ mca_scan(enum scan_mode mode) valid = mca_check_status(i, &rec); if (valid) { count++; - if (rec.mr_status & ucmask) { + /* + * Don't treat records that do not specify an + * error as unrecoverable. + */ + if ((rec.mr_status & MC_STATUS_MCA_ERROR) != 0 && + rec.mr_status & ucmask) { recoverable = 0; mca_log(&rec); } -- John Baldwin From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 14:39:37 2012 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 806031065677 for ; Tue, 14 Feb 2012 14:39:37 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: from mail-tul01m020-f182.google.com (mail-tul01m020-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 44E928FC22 for ; Tue, 14 Feb 2012 14:39:36 +0000 (UTC) Received: by obcwo16 with SMTP id wo16so35920obc.13 for ; Tue, 14 Feb 2012 06:39:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=VxHMErzpJmICUWaNVdbcfX83/lu2wukPBlZzfOgxTAs=; b=vlsQBBmZPcxM7/Nx8hB6EQ/n20qNiJleLXd1JotjnIZ7sAHBcGFUSDjFQNX1kkRDqN 9unsHvhsffyPRuhvLcVuy72bEdHLYH8FvuUADkoKGnEikov+qwwgo7E1ooUvYddV3W+E 63mr6XCGN7+1QjHLzNkJcVsjU3lBBQjM3eeQs= MIME-Version: 1.0 Received: by 10.182.109.106 with SMTP id hr10mr15642452obb.27.1329230376685; Tue, 14 Feb 2012 06:39:36 -0800 (PST) Received: by 10.182.38.38 with HTTP; Tue, 14 Feb 2012 06:39:36 -0800 (PST) Date: Tue, 14 Feb 2012 09:39:36 -0500 Message-ID: From: Mehmet Erol Sanliturk To: FreeBSD Current Content-Type: multipart/mixed; boundary=f46d0444ee556d514b04b8ed902c X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Effect of Processor and Memory on KDE4 execution speed 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, 14 Feb 2012 14:39:37 -0000 --f46d0444ee556d514b04b8ed902c Content-Type: text/plain; charset=UTF-8 Dear All , Today I have encountered a case which I think informing you about it may be useful . In my previous messages , I have mentioned very slowness of KDE4 . Onto another computer I have installed DruidBSD 9.0 b56 amd64 , and KDE4 . In that installation KDE4 worked surprisingly fast . To understand whether difference is among FreeBSD or DruidBSD , I have installed FreeBSD 9.0 Release amd64 and KDE4 on the same computer instead of DruidBSD . The KDE4 has worked flawlesly i.e. , means very fast . To make equivalent the installations on both computers , I have installed FreeBSD 9.0 Release amd64 and KDE4 on the slow computer exactly as in fast computer . Starting times after first boot ( to eliminate initialization effects ) are the following ( All timings are from "root" ) : >From "startx" ( which contains "exec ... kde4 ..." ) to appearance of KDE menu symbol at the bottom left corner : Fast computer : 8 GB : 0+ ( < 1 ) minute ( 4 x 2 GB ) Slow computer : 4 GB : 2+ ( < 3 ) minutes ( 2 x 2 GB ) ( 2 x ! GB chips removed ) , 6 GB : 8+ ( < 9 ) minutes ( 2 x ( 2 , 1 ) GB ) . ( Memory chip installation conforms to main board manual . ) ( The clock does not have second counter . ) Fast Computer CPU : Intel Pentium Dual CPU E2220 @ 2.40 GHz ( 2397.65-MHz K-8class CPU ) ACPI APIC Table : < INTEL DG965WH > Slow Computer CPU : Intel Core 2 QUAD CPU Q6600 @ 2.40 GHz ( 2397.65-MHz K-8class CPU ) ACPI APIC Table : < INTEL DG965WH > ( The main boards are the same ) . ( All of the memory chips are the same : Kingston HyperX 800 MHz ) I could not understand the reason(s) of the differences . Boot DMESG outputs are attached . Thank you very much . Mehmet Erol Sanliturk --f46d0444ee556d514b04b8ed902c Content-Type: text/plain; charset=US-ASCII; name="dmesg.boot.E2220.TXT" Content-Disposition: attachment; filename="dmesg.boot.E2220.TXT" Content-Transfer-Encoding: base64 X-Attachment-Id: f_gyn14ppj0 V2FpdGluZyAobWF4IDYwIHNlY29uZHMpIGZvciBzeXN0ZW0gcHJvY2VzcyBgdm5scnUnIHRvIHN0 b3AuLi5kb25lCldhaXRpbmcgKG1heCA2MCBzZWNvbmRzKSBmb3Igc3lzdGVtIHByb2Nlc3MgYGJ1 ZmRhZW1vbicgdG8gc3RvcC4uLmRvbmUKV2FpdGluZyAobWF4IDYwIHNlY29uZHMpIGZvciBzeXN0 ZW0gcHJvY2VzcyBgc3luY2VyJyB0byBzdG9wLi4uClN5bmNpbmcgZGlza3MsIHZub2RlcyByZW1h aW5pbmcuLi4wIDAgZG9uZQpBbGwgYnVmZmVycyBzeW5jZWQuClVwdGltZTogMWgxN20yM3MKUmVi b290aW5nLi4uCmNwdV9yZXNldDogU3RvcHBpbmcgb3RoZXIgQ1BVcwpDb3B5cmlnaHQgKGMpIDE5 OTItMjAxMiBUaGUgRnJlZUJTRCBQcm9qZWN0LgpDb3B5cmlnaHQgKGMpIDE5NzksIDE5ODAsIDE5 ODMsIDE5ODYsIDE5ODgsIDE5ODksIDE5OTEsIDE5OTIsIDE5OTMsIDE5OTQKCVRoZSBSZWdlbnRz IG9mIHRoZSBVbml2ZXJzaXR5IG9mIENhbGlmb3JuaWEuIEFsbCByaWdodHMgcmVzZXJ2ZWQuCkZy ZWVCU0QgaXMgYSByZWdpc3RlcmVkIHRyYWRlbWFyayBvZiBUaGUgRnJlZUJTRCBGb3VuZGF0aW9u LgpGcmVlQlNEIDkuMC1SRUxFQVNFICMwOiBUdWUgSmFuICAzIDA3OjQ2OjMwIFVUQyAyMDEyCiAg ICByb290QGZhcnJlbGwuY3NlLmJ1ZmZhbG8uZWR1Oi91c3Ivb2JqL3Vzci9zcmMvc3lzL0dFTkVS SUMgYW1kNjQKQ1BVOiBJbnRlbChSKSBQZW50aXVtKFIpIER1YWwgIENQVSAgRTIyMjAgIEAgMi40 MEdIeiAoMjM5Ny42NS1NSHogSzgtY2xhc3MgQ1BVKQogIE9yaWdpbiA9ICJHZW51aW5lSW50ZWwi ICBJZCA9IDB4NmZkICBGYW1pbHkgPSA2ICBNb2RlbCA9IGYgIFN0ZXBwaW5nID0gMTMKICBGZWF0 dXJlcz0weGJmZWJmYmZmPEZQVSxWTUUsREUsUFNFLFRTQyxNU1IsUEFFLE1DRSxDWDgsQVBJQyxT RVAsTVRSUixQR0UsTUNBLENNT1YsUEFULFBTRTM2LENMRkxVU0gsRFRTLEFDUEksTU1YLEZYU1Is U1NFLFNTRTIsU1MsSFRULFRNLFBCRT4KICBGZWF0dXJlczI9MHhlMzlkPFNTRTMsRFRFUzY0LE1P TixEU19DUEwsRVNULFRNMixTU1NFMyxDWDE2LHhUUFIsUERDTT4KICBBTUQgRmVhdHVyZXM9MHgy MDEwMDgwMDxTWVNDQUxMLE5YLExNPgogIEFNRCBGZWF0dXJlczI9MHgxPExBSEY+CiAgVFNDOiBQ LXN0YXRlIGludmFyaWFudCwgcGVyZm9ybWFuY2Ugc3RhdGlzdGljcwpyZWFsIG1lbW9yeSAgPSA4 NTg5OTM0NTkyICg4MTkyIE1CKQphdmFpbCBtZW1vcnkgPSA4MTYzOTg3NDU2ICg3Nzg1IE1CKQpF dmVudCB0aW1lciAiTEFQSUMiIHF1YWxpdHkgNDAwCkFDUEkgQVBJQyBUYWJsZTogPElOVEVMICBE Rzk2NVdIID4KRnJlZUJTRC9TTVA6IE11bHRpcHJvY2Vzc29yIFN5c3RlbSBEZXRlY3RlZDogMiBD UFVzCkZyZWVCU0QvU01QOiAxIHBhY2thZ2UocykgeCAyIGNvcmUocykKIGNwdTAgKEJTUCk6IEFQ SUMgSUQ6ICAwCiBjcHUxIChBUCk6IEFQSUMgSUQ6ICAxCmlvYXBpYzA6IENoYW5naW5nIEFQSUMg SUQgdG8gMgppb2FwaWMwIDxWZXJzaW9uIDIuMD4gaXJxcyAwLTIzIG9uIG1vdGhlcmJvYXJkCmti ZDEgYXQga2JkbXV4MAphY3BpMDogPElOVEVMIERHOTY1V0g+IG9uIG1vdGhlcmJvYXJkCmFjcGkw OiBQb3dlciBCdXR0b24gKGZpeGVkKQpUaW1lY291bnRlciAiQUNQSS1mYXN0IiBmcmVxdWVuY3kg MzU3OTU0NSBIeiBxdWFsaXR5IDkwMAphY3BpX3RpbWVyMDogPDI0LWJpdCB0aW1lciBhdCAzLjU3 OTU0NU1Iej4gcG9ydCAweDQwOC0weDQwYiBvbiBhY3BpMApjcHUwOiA8QUNQSSBDUFU+IG9uIGFj cGkwCmNwdTE6IDxBQ1BJIENQVT4gb24gYWNwaTAKYWNwaV9idXR0b24wOiA8U2xlZXAgQnV0dG9u PiBvbiBhY3BpMApwY2liMDogPEFDUEkgSG9zdC1QQ0kgYnJpZGdlPiBwb3J0IDB4Y2Y4LTB4Y2Zm IG9uIGFjcGkwCnBjaTA6IDxBQ1BJIFBDSSBidXM+IG9uIHBjaWIwCnZnYXBjaTA6IDxWR0EtY29t cGF0aWJsZSBkaXNwbGF5PiBwb3J0IDB4MzQxMC0weDM0MTcgbWVtIDB4ZTAyMDAwMDAtMHhlMDJm ZmZmZiwweGQwMDAwMDAwLTB4ZGZmZmZmZmYgaXJxIDE2IGF0IGRldmljZSAyLjAgb24gcGNpMAph Z3AwOiA8SW50ZWwgRzk2NSBTVkdBIGNvbnRyb2xsZXI+IG9uIHZnYXBjaTAKYWdwMDogYXBlcnR1 cmUgc2l6ZSBpcyAyNTZNLCBkZXRlY3RlZCA3Njc2ayBzdG9sZW4gbWVtb3J5CnBjaTA6IDxzaW1w bGUgY29tbXM+IGF0IGRldmljZSAzLjAgKG5vIGRyaXZlciBhdHRhY2hlZCkKZW0wOiA8SW50ZWwo UikgUFJPLzEwMDAgTmV0d29yayBDb25uZWN0aW9uIDcuMi4zPiBwb3J0IDB4MzBlMC0weDMwZmYg bWVtIDB4ZTAzMDAwMDAtMHhlMDMxZmZmZiwweGUwMzI0MDAwLTB4ZTAzMjRmZmYgaXJxIDIwIGF0 IGRldmljZSAyNS4wIG9uIHBjaTAKZW0wOiBVc2luZyBhbiBNU0kgaW50ZXJydXB0CmVtMDogRXRo ZXJuZXQgYWRkcmVzczogMDA6MWM6YzA6MWU6YzM6OTAKdWhjaTA6IDxJbnRlbCA4MjgwMUggKElD SDgpIFVTQiBjb250cm9sbGVyIFVTQi1EPiBwb3J0IDB4MzBjMC0weDMwZGYgaXJxIDE2IGF0IGRl dmljZSAyNi4wIG9uIHBjaTAKdWhjaTA6IExlZ1N1cCA9IDB4MmYwMAp1c2J1czA6IDxJbnRlbCA4 MjgwMUggKElDSDgpIFVTQiBjb250cm9sbGVyIFVTQi1EPiBvbiB1aGNpMAp1aGNpMTogPEludGVs IDgyODAxSCAoSUNIOCkgVVNCIGNvbnRyb2xsZXIgVVNCLUU+IHBvcnQgMHgzMGEwLTB4MzBiZiBp cnEgMjEgYXQgZGV2aWNlIDI2LjEgb24gcGNpMAp1aGNpMTogTGVnU3VwID0gMHgyZjAwCnVzYnVz MTogPEludGVsIDgyODAxSCAoSUNIOCkgVVNCIGNvbnRyb2xsZXIgVVNCLUU+IG9uIHVoY2kxCmVo Y2kwOiA8SW50ZWwgODI4MDFIIChJQ0g4KSBVU0IgMi4wIGNvbnRyb2xsZXIgVVNCMi1CPiBtZW0g MHhlMDMyNWMwMC0weGUwMzI1ZmZmIGlycSAxOCBhdCBkZXZpY2UgMjYuNyBvbiBwY2kwCnVzYnVz MjogRUhDSSB2ZXJzaW9uIDEuMAp1c2J1czI6IDxJbnRlbCA4MjgwMUggKElDSDgpIFVTQiAyLjAg Y29udHJvbGxlciBVU0IyLUI+IG9uIGVoY2kwCmhkYWMwOiA8SW50ZWwgODI4MDFIIEhpZ2ggRGVm aW5pdGlvbiBBdWRpbyBDb250cm9sbGVyPiBtZW0gMHhlMDMyMDAwMC0weGUwMzIzZmZmIGlycSAy MiBhdCBkZXZpY2UgMjcuMCBvbiBwY2kwCnBjaWIxOiA8QUNQSSBQQ0ktUENJIGJyaWRnZT4gYXQg ZGV2aWNlIDI4LjAgb24gcGNpMApwY2kxOiA8QUNQSSBQQ0kgYnVzPiBvbiBwY2liMQpwY2liMjog PEFDUEkgUENJLVBDSSBicmlkZ2U+IGF0IGRldmljZSAyOC4xIG9uIHBjaTAKcGNpMjogPEFDUEkg UENJIGJ1cz4gb24gcGNpYjIKYXRhcGNpMDogPE1hcnZlbGwgODhTWDYxMDEgVURNQTEzMyBjb250 cm9sbGVyPiBwb3J0IDB4MjAxOC0weDIwMWYsMHgyMDI0LTB4MjAyNywweDIwMTAtMHgyMDE3LDB4 MjAyMC0weDIwMjMsMHgyMDAwLTB4MjAwZiBtZW0gMHhlMDEwMDAwMC0weGUwMTAwMWZmIGlycSAx NyBhdCBkZXZpY2UgMC4wIG9uIHBjaTIKYXRhMjogPEFUQSBjaGFubmVsIDA+IG9uIGF0YXBjaTAK cGNpYjM6IDxBQ1BJIFBDSS1QQ0kgYnJpZGdlPiBhdCBkZXZpY2UgMjguMiBvbiBwY2kwCnBjaTM6 IDxBQ1BJIFBDSSBidXM+IG9uIHBjaWIzCnBjaWI0OiA8QUNQSSBQQ0ktUENJIGJyaWRnZT4gYXQg ZGV2aWNlIDI4LjMgb24gcGNpMApwY2k0OiA8QUNQSSBQQ0kgYnVzPiBvbiBwY2liNApwY2liNTog PEFDUEkgUENJLVBDSSBicmlkZ2U+IGF0IGRldmljZSAyOC40IG9uIHBjaTAKcGNpNTogPEFDUEkg UENJIGJ1cz4gb24gcGNpYjUKdWhjaTI6IDxJbnRlbCA4MjgwMUggKElDSDgpIFVTQiBjb250cm9s bGVyIFVTQi1BPiBwb3J0IDB4MzA4MC0weDMwOWYgaXJxIDIzIGF0IGRldmljZSAyOS4wIG9uIHBj aTAKdWhjaTI6IExlZ1N1cCA9IDB4MmYwMAp1c2J1czM6IDxJbnRlbCA4MjgwMUggKElDSDgpIFVT QiBjb250cm9sbGVyIFVTQi1BPiBvbiB1aGNpMgp1aGNpMzogPEludGVsIDgyODAxSCAoSUNIOCkg VVNCIGNvbnRyb2xsZXIgVVNCLUI+IHBvcnQgMHgzMDYwLTB4MzA3ZiBpcnEgMTkgYXQgZGV2aWNl IDI5LjEgb24gcGNpMAp1aGNpMzogTGVnU3VwID0gMHgyZjAwCnVzYnVzNDogPEludGVsIDgyODAx SCAoSUNIOCkgVVNCIGNvbnRyb2xsZXIgVVNCLUI+IG9uIHVoY2kzCnVoY2k0OiA8SW50ZWwgODI4 MDFIIChJQ0g4KSBVU0IgY29udHJvbGxlciBVU0ItQz4gcG9ydCAweDMwNDAtMHgzMDVmIGlycSAx OCBhdCBkZXZpY2UgMjkuMiBvbiBwY2kwCnVoY2k0OiBMZWdTdXAgPSAweDJmMDAKdXNidXM1OiA8 SW50ZWwgODI4MDFIIChJQ0g4KSBVU0IgY29udHJvbGxlciBVU0ItQz4gb24gdWhjaTQKZWhjaTE6 IDxJbnRlbCA4MjgwMUggKElDSDgpIFVTQiAyLjAgY29udHJvbGxlciBVU0IyLUE+IG1lbSAweGUw MzI1ODAwLTB4ZTAzMjViZmYgaXJxIDIzIGF0IGRldmljZSAyOS43IG9uIHBjaTAKdXNidXM2OiBF SENJIHZlcnNpb24gMS4wCnVzYnVzNjogPEludGVsIDgyODAxSCAoSUNIOCkgVVNCIDIuMCBjb250 cm9sbGVyIFVTQjItQT4gb24gZWhjaTEKcGNpYjY6IDxBQ1BJIFBDSS1QQ0kgYnJpZGdlPiBhdCBk ZXZpY2UgMzAuMCBvbiBwY2kwCnBjaTY6IDxBQ1BJIFBDSSBidXM+IG9uIHBjaWI2CnZyMDogPFZJ QSBWVDYxMDIgUmhpbmUgSUkgMTAvMTAwQmFzZVRYPiBwb3J0IDB4MTAwMC0weDEwZmYgbWVtIDB4 ZTAwMDQ4MDAtMHhlMDAwNDhmZiBpcnEgMjIgYXQgZGV2aWNlIDEuMCBvbiBwY2k2CnZyMDogUXVp cmtzOiAweDAKdnIwOiBSZXZpc2lvbjogMHg0MwptaWlidXMwOiA8TUlJIGJ1cz4gb24gdnIwCnVr cGh5MDogPEdlbmVyaWMgSUVFRSA4MDIuM3UgbWVkaWEgaW50ZXJmYWNlPiBQSFkgMSBvbiBtaWli dXMwCnVrcGh5MDogIG5vbmUsIDEwYmFzZVQsIDEwYmFzZVQtRkRYLCAxMDBiYXNlVFgsIDEwMGJh c2VUWC1GRFgsIGF1dG8KdnIwOiBFdGhlcm5ldCBhZGRyZXNzOiAwMDplMDo0Yzo3NzowNToyOApm d29oY2kwOiA8VGV4YXMgSW5zdHJ1bWVudHMgVFNCNDNBQjIyL0E+IG1lbSAweGUwMDA0MDAwLTB4 ZTAwMDQ3ZmYsMHhlMDAwMDAwMC0weGUwMDAzZmZmIGlycSAxOSBhdCBkZXZpY2UgMy4wIG9uIHBj aTYKZndvaGNpMDogT0hDSSB2ZXJzaW9uIDEuMTAgKFJPTT0wKQpmd29oY2kwOiBOby4gb2YgSXNv Y2hyb25vdXMgY2hhbm5lbHMgaXMgNC4KZndvaGNpMDogRVVJNjQgMDA6OTA6Mjc6MDA6MDE6ZjM6 MGY6ZWMKZndvaGNpMDogUGh5IDEzOTRhIGF2YWlsYWJsZSBTNDAwLCAyIHBvcnRzLgpmd29oY2kw OiBMaW5rIFM0MDAsIG1heF9yZWMgMjA0OCBieXRlcy4KZmlyZXdpcmUwOiA8SUVFRTEzOTQoRmly ZVdpcmUpIGJ1cz4gb24gZndvaGNpMApmd2UwOiA8RXRoZXJuZXQgb3ZlciBGaXJlV2lyZT4gb24g ZmlyZXdpcmUwCmlmX2Z3ZTA6IEZha2UgRXRoZXJuZXQgYWRkcmVzczogMDI6OTA6Mjc6ZjM6MGY6 ZWMKZndlMDogRXRoZXJuZXQgYWRkcmVzczogMDI6OTA6Mjc6ZjM6MGY6ZWMKZndpcDA6IDxJUCBv dmVyIEZpcmVXaXJlPiBvbiBmaXJld2lyZTAKZndpcDA6IEZpcmV3aXJlIGFkZHJlc3M6IDAwOjkw OjI3OjAwOjAxOmYzOjBmOmVjIEAgMHhmZmZlMDAwMDAwMDAsIFM0MDAsIG1heHJlYyAyMDQ4CmRj b25zX2Nyb20wOiA8ZGNvbnMgY29uZmlndXJhdGlvbiBST00+IG9uIGZpcmV3aXJlMApkY29uc19j cm9tMDogYnVzX2FkZHIgMHgxNDE0MDAwCmZ3b2hjaTA6IEluaXRpYXRlIGJ1cyByZXNldApmd29o Y2kwOiBmd29oY2lfaW50cl9jb3JlOiBCVVMgcmVzZXQKZndvaGNpMDogZndvaGNpX2ludHJfY29y ZTogbm9kZV9pZD0weDAwMDAwMDAwLCBTZWxmSUQgQ291bnQ9MSwgQ1lDTEVNQVNURVIgbW9kZQpp c2FiMDogPFBDSS1JU0EgYnJpZGdlPiBhdCBkZXZpY2UgMzEuMCBvbiBwY2kwCmlzYTA6IDxJU0Eg YnVzPiBvbiBpc2FiMAphaGNpMDogPEludGVsIElDSDggQUhDSSBTQVRBIGNvbnRyb2xsZXI+IHBv cnQgMHgzNDA4LTB4MzQwZiwweDM0MWMtMHgzNDFmLDB4MzQwMC0weDM0MDcsMHgzNDE4LTB4MzQx YiwweDMwMjAtMHgzMDNmIG1lbSAweGUwMzI1MDAwLTB4ZTAzMjU3ZmYgaXJxIDE5IGF0IGRldmlj ZSAzMS4yIG9uIHBjaTAKYWhjaTA6IEFIQ0kgdjEuMTAgd2l0aCA2IDNHYnBzIHBvcnRzLCBQb3J0 IE11bHRpcGxpZXIgbm90IHN1cHBvcnRlZAphaGNpY2gwOiA8QUhDSSBjaGFubmVsPiBhdCBjaGFu bmVsIDAgb24gYWhjaTAKYWhjaWNoMTogPEFIQ0kgY2hhbm5lbD4gYXQgY2hhbm5lbCAxIG9uIGFo Y2kwCmFoY2ljaDI6IDxBSENJIGNoYW5uZWw+IGF0IGNoYW5uZWwgMiBvbiBhaGNpMAphaGNpY2gz OiA8QUhDSSBjaGFubmVsPiBhdCBjaGFubmVsIDMgb24gYWhjaTAKYWhjaWNoNDogPEFIQ0kgY2hh bm5lbD4gYXQgY2hhbm5lbCA0IG9uIGFoY2kwCmFoY2ljaDU6IDxBSENJIGNoYW5uZWw+IGF0IGNo YW5uZWwgNSBvbiBhaGNpMApwY2kwOiA8c2VyaWFsIGJ1cywgU01CdXM+IGF0IGRldmljZSAzMS4z IChubyBkcml2ZXIgYXR0YWNoZWQpCmF0cnRjMDogPEFUIHJlYWx0aW1lIGNsb2NrPiBwb3J0IDB4 NzAtMHg3MSwweDc0LTB4NzcgaXJxIDggb24gYWNwaTAKRXZlbnQgdGltZXIgIlJUQyIgZnJlcXVl bmN5IDMyNzY4IEh6IHF1YWxpdHkgMAphdHRpbWVyMDogPEFUIHRpbWVyPiBwb3J0IDB4NDAtMHg0 MywweDUwLTB4NTMgaXJxIDAgb24gYWNwaTAKVGltZWNvdW50ZXIgImk4MjU0IiBmcmVxdWVuY3kg MTE5MzE4MiBIeiBxdWFsaXR5IDAKRXZlbnQgdGltZXIgImk4MjU0IiBmcmVxdWVuY3kgMTE5MzE4 MiBIeiBxdWFsaXR5IDEwMApwcGMwOiA8UGFyYWxsZWwgcG9ydD4gcG9ydCAweDM3OC0weDM3Ziww eDc3OC0weDc3ZiBpcnEgNyBvbiBhY3BpMApwcGMwOiBHZW5lcmljIGNoaXBzZXQgKEVDUC9QUzIv TklCQkxFKSBpbiBDT01QQVRJQkxFIG1vZGUKcHBjMDogRklGTyB3aXRoIDE2LzE2LzggYnl0ZXMg dGhyZXNob2xkCnBwYnVzMDogPFBhcmFsbGVsIHBvcnQgYnVzPiBvbiBwcGMwCnBsaXAwOiA8UExJ UCBuZXR3b3JrIGludGVyZmFjZT4gb24gcHBidXMwCmxwdDA6IDxQcmludGVyPiBvbiBwcGJ1czAK bHB0MDogSW50ZXJydXB0LWRyaXZlbiBwb3J0CnBwaTA6IDxQYXJhbGxlbCBJL08+IG9uIHBwYnVz MAp1YXJ0MDogPDE2NTUwIG9yIGNvbXBhdGlibGU+IHBvcnQgMHgzZjgtMHgzZmYgaXJxIDQgZmxh Z3MgMHgxMCBvbiBhY3BpMApvcm0wOiA8SVNBIE9wdGlvbiBST01zPiBhdCBpb21lbSAweGQwODAw LTB4ZDE3ZmYsMHhkMTgwMC0weGQyN2ZmIG9uIGlzYTAKc2MwOiA8U3lzdGVtIGNvbnNvbGU+IGF0 IGZsYWdzIDB4MTAwIG9uIGlzYTAKc2MwOiBWR0EgPDE2IHZpcnR1YWwgY29uc29sZXMsIGZsYWdz PTB4MzAwPgp2Z2EwOiA8R2VuZXJpYyBJU0EgVkdBPiBhdCBwb3J0IDB4M2MwLTB4M2RmIGlvbWVt IDB4YTAwMDAtMHhiZmZmZiBvbiBpc2EwCmF0a2JkYzA6IDxLZXlib2FyZCBjb250cm9sbGVyIChp ODA0Mik+IGF0IHBvcnQgMHg2MCwweDY0IG9uIGlzYTAKYXRrYmQwOiA8QVQgS2V5Ym9hcmQ+IGly cSAxIG9uIGF0a2JkYzAKa2JkMCBhdCBhdGtiZDAKYXRrYmQwOiBbR0lBTlQtTE9DS0VEXQplc3Qw OiA8RW5oYW5jZWQgU3BlZWRTdGVwIEZyZXF1ZW5jeSBDb250cm9sPiBvbiBjcHUwCnA0dGNjMDog PENQVSBGcmVxdWVuY3kgVGhlcm1hbCBDb250cm9sPiBvbiBjcHUwCmVzdDE6IDxFbmhhbmNlZCBT cGVlZFN0ZXAgRnJlcXVlbmN5IENvbnRyb2w+IG9uIGNwdTEKcDR0Y2MxOiA8Q1BVIEZyZXF1ZW5j eSBUaGVybWFsIENvbnRyb2w+IG9uIGNwdTEKVGltZWNvdW50ZXJzIHRpY2sgZXZlcnkgMS4wMDAg bXNlYwpmaXJld2lyZTA6IDEgbm9kZXMsIG1heGhvcCA8PSAwIGNhYmxlIElSTSBpcm0oMCkgICht ZSkgCmZpcmV3aXJlMDogYnVzIG1hbmFnZXIgMCAKaGRhYzA6IEhEQSBDb2RlYyAjMjogU2lnbWF0 ZWwgU1RBQzkyNzFECnBjbTA6IDxIREEgU2lnbWF0ZWwgU1RBQzkyNzFEIFBDTSAjMCBBbmFsb2c+ IGF0IGNhZCAyIG5pZCAxIG9uIGhkYWMwCnBjbTE6IDxIREEgU2lnbWF0ZWwgU1RBQzkyNzFEIFBD TSAjMSBBbmFsb2c+IGF0IGNhZCAyIG5pZCAxIG9uIGhkYWMwCnBjbTI6IDxIREEgU2lnbWF0ZWwg U1RBQzkyNzFEIFBDTSAjMiBEaWdpdGFsPiBhdCBjYWQgMiBuaWQgMSBvbiBoZGFjMAp1c2J1czA6 IDEyTWJwcyBGdWxsIFNwZWVkIFVTQiB2MS4wCnVzYnVzMTogMTJNYnBzIEZ1bGwgU3BlZWQgVVNC IHYxLjAKdXNidXMyOiA0ODBNYnBzIEhpZ2ggU3BlZWQgVVNCIHYyLjAKdXNidXMzOiAxMk1icHMg RnVsbCBTcGVlZCBVU0IgdjEuMAp1c2J1czQ6IDEyTWJwcyBGdWxsIFNwZWVkIFVTQiB2MS4wCnVz YnVzNTogMTJNYnBzIEZ1bGwgU3BlZWQgVVNCIHYxLjAKdXNidXM2OiA0ODBNYnBzIEhpZ2ggU3Bl ZWQgVVNCIHYyLjAKdWdlbjAuMTogPEludGVsPiBhdCB1c2J1czAKdWh1YjA6IDxJbnRlbCBVSENJ IHJvb3QgSFVCLCBjbGFzcyA5LzAsIHJldiAxLjAwLzEuMDAsIGFkZHIgMT4gb24gdXNidXMwCnVn ZW4xLjE6IDxJbnRlbD4gYXQgdXNidXMxCnVodWIxOiA8SW50ZWwgVUhDSSByb290IEhVQiwgY2xh c3MgOS8wLCByZXYgMS4wMC8xLjAwLCBhZGRyIDE+IG9uIHVzYnVzMQp1Z2VuMi4xOiA8SW50ZWw+ IGF0IHVzYnVzMgp1aHViMjogPEludGVsIEVIQ0kgcm9vdCBIVUIsIGNsYXNzIDkvMCwgcmV2IDIu MDAvMS4wMCwgYWRkciAxPiBvbiB1c2J1czIKdWdlbjMuMTogPEludGVsPiBhdCB1c2J1czMKdWh1 YjM6IDxJbnRlbCBVSENJIHJvb3QgSFVCLCBjbGFzcyA5LzAsIHJldiAxLjAwLzEuMDAsIGFkZHIg MT4gb24gdXNidXMzCnVnZW40LjE6IDxJbnRlbD4gYXQgdXNidXM0CnVodWI0OiA8SW50ZWwgVUhD SSByb290IEhVQiwgY2xhc3MgOS8wLCByZXYgMS4wMC8xLjAwLCBhZGRyIDE+IG9uIHVzYnVzNAp1 Z2VuNS4xOiA8SW50ZWw+IGF0IHVzYnVzNQp1aHViNTogPEludGVsIFVIQ0kgcm9vdCBIVUIsIGNs YXNzIDkvMCwgcmV2IDEuMDAvMS4wMCwgYWRkciAxPiBvbiB1c2J1czUKdWdlbjYuMTogPEludGVs PiBhdCB1c2J1czYKdWh1YjY6IDxJbnRlbCBFSENJIHJvb3QgSFVCLCBjbGFzcyA5LzAsIHJldiAy LjAwLzEuMDAsIGFkZHIgMT4gb24gdXNidXM2CnVodWIwOiAyIHBvcnRzIHdpdGggMiByZW1vdmFi bGUsIHNlbGYgcG93ZXJlZAp1aHViMTogMiBwb3J0cyB3aXRoIDIgcmVtb3ZhYmxlLCBzZWxmIHBv d2VyZWQKdWh1YjM6IDIgcG9ydHMgd2l0aCAyIHJlbW92YWJsZSwgc2VsZiBwb3dlcmVkCnVodWI0 OiAyIHBvcnRzIHdpdGggMiByZW1vdmFibGUsIHNlbGYgcG93ZXJlZAp1aHViNTogMiBwb3J0cyB3 aXRoIDIgcmVtb3ZhYmxlLCBzZWxmIHBvd2VyZWQKYWRhMCBhdCBhaGNpY2gwIGJ1cyAwIHNjYnVz MSB0YXJnZXQgMCBsdW4gMAphZGEwOiA8U1QzMjUwNDEwQVMgMy5BQUM+IEFUQS03IFNBVEEgMS54 IGRldmljZQphZGEwOiAxNTAuMDAwTUIvcyB0cmFuc2ZlcnMgKFNBVEEgMS54LCBVRE1BNiwgUElP IDgxOTJieXRlcykKYWRhMDogQ29tbWFuZCBRdWV1ZWluZyBlbmFibGVkCmFkYTA6IDIzODQ3NU1C ICg0ODgzOTcxNjggNTEyIGJ5dGUgc2VjdG9yczogMTZIIDYzUy9UIDE2MzgzQykKYWRhMDogUHJl dmlvdXNseSB3YXMga25vd24gYXMgYWQ2ClNNUDogQVAgQ1BVICMxIExhdW5jaGVkIQpUaW1lY291 bnRlciAiVFNDLWxvdyIgZnJlcXVlbmN5IDkzNjU4MjggSHogcXVhbGl0eSAxMDAwCnVodWIyOiA0 IHBvcnRzIHdpdGggNCByZW1vdmFibGUsIHNlbGYgcG93ZXJlZAp1aHViNjogNiBwb3J0cyB3aXRo IDYgcmVtb3ZhYmxlLCBzZWxmIHBvd2VyZWQKY2QwIGF0IGF0YTIgYnVzIDAgc2NidXMwIHRhcmdl dCAxIGx1biAwCmNkMDogPEFTVVMgRFJXLTIyQjJTIDEuMDE+IFJlbW92YWJsZSBDRC1ST00gU0NT SS0wIGRldmljZSAKY2QwOiA2Ni43MDBNQi9zIHRyYW5zZmVycyAoVURNQTQsIEFUQVBJIDEyYnl0 ZXMsIFBJTyA2NTUzNGJ5dGVzKQpjZDA6IEF0dGVtcHQgdG8gcXVlcnkgZGV2aWNlIHNpemUgZmFp bGVkOiBOT1QgUkVBRFksIE1lZGl1bSBub3QgcHJlc2VudCAtIHRyYXkgY2xvc2VkClRyeWluZyB0 byBtb3VudCByb290IGZyb20gdWZzOi9kZXYvYWRhMHAyIFtyd10uLi4KdWdlbjUuMjogPE1hY2Fs bHk+IGF0IHVzYnVzNQp1aHViNzogPE1hY2FsbHkgaUtleSAgICAgPiBvbiB1c2J1czUKdWh1Yjc6 IDMgcG9ydHMgd2l0aCAyIHJlbW92YWJsZSwgYnVzIHBvd2VyZWQKdWdlbjUuMzogPE1hY2FsbHk+ IGF0IHVzYnVzNQp1a2JkMDogPE1hY2FsbHkgaUtleSAgICAgPiBvbiB1c2J1czUKa2JkMiBhdCB1 a2JkMAp1Z2VuNS40OiA8TG9naXRlY2g+IGF0IHVzYnVzNQp1bXMwOiA8TG9naXRlY2ggVHJhY2ti YWxsLCBjbGFzcyAwLzAsIHJldiAxLjEwLzIuMjAsIGFkZHIgND4gb24gdXNidXM1CnVtczA6IDMg YnV0dG9ucyBhbmQgW1hZWl0gY29vcmRpbmF0ZXMgSUQ9MAo= --f46d0444ee556d514b04b8ed902c Content-Type: text/plain; charset=US-ASCII; name="dmesg.boot.Q6600.TXT" Content-Disposition: attachment; filename="dmesg.boot.Q6600.TXT" Content-Transfer-Encoding: base64 X-Attachment-Id: f_gyn154hx1 Q29weXJpZ2h0IChjKSAxOTkyLTIwMTIgVGhlIEZyZWVCU0QgUHJvamVjdC4KQ29weXJpZ2h0IChj KSAxOTc5LCAxOTgwLCAxOTgzLCAxOTg2LCAxOTg4LCAxOTg5LCAxOTkxLCAxOTkyLCAxOTkzLCAx OTk0CglUaGUgUmVnZW50cyBvZiB0aGUgVW5pdmVyc2l0eSBvZiBDYWxpZm9ybmlhLiBBbGwgcmln aHRzIHJlc2VydmVkLgpGcmVlQlNEIGlzIGEgcmVnaXN0ZXJlZCB0cmFkZW1hcmsgb2YgVGhlIEZy ZWVCU0QgRm91bmRhdGlvbi4KRnJlZUJTRCA5LjAtUkVMRUFTRSAjMDogVHVlIEphbiAgMyAwNzo0 NjozMCBVVEMgMjAxMgogICAgcm9vdEBmYXJyZWxsLmNzZS5idWZmYWxvLmVkdTovdXNyL29iai91 c3Ivc3JjL3N5cy9HRU5FUklDIGFtZDY0CkNQVTogSW50ZWwoUikgQ29yZShUTSkyIFF1YWQgQ1BV ICAgIFE2NjAwICBAIDIuNDBHSHogKDIzOTcuNjUtTUh6IEs4LWNsYXNzIENQVSkKICBPcmlnaW4g PSAiR2VudWluZUludGVsIiAgSWQgPSAweDZmYiAgRmFtaWx5ID0gNiAgTW9kZWwgPSBmICBTdGVw cGluZyA9IDExCiAgRmVhdHVyZXM9MHhiZmViZmJmZjxGUFUsVk1FLERFLFBTRSxUU0MsTVNSLFBB RSxNQ0UsQ1g4LEFQSUMsU0VQLE1UUlIsUEdFLE1DQSxDTU9WLFBBVCxQU0UzNixDTEZMVVNILERU UyxBQ1BJLE1NWCxGWFNSLFNTRSxTU0UyLFNTLEhUVCxUTSxQQkU+CiAgRmVhdHVyZXMyPTB4ZTNi ZDxTU0UzLERURVM2NCxNT04sRFNfQ1BMLFZNWCxFU1QsVE0yLFNTU0UzLENYMTYseFRQUixQRENN PgogIEFNRCBGZWF0dXJlcz0weDIwMTAwODAwPFNZU0NBTEwsTlgsTE0+CiAgQU1EIEZlYXR1cmVz Mj0weDE8TEFIRj4KICBUU0M6IFAtc3RhdGUgaW52YXJpYW50LCBwZXJmb3JtYW5jZSBzdGF0aXN0 aWNzCnJlYWwgbWVtb3J5ICA9IDY0NDI0NTA5NDQgKDYxNDQgTUIpCmF2YWlsIG1lbW9yeSA9IDYw OTIxMjgyNTYgKDU4MDkgTUIpCkV2ZW50IHRpbWVyICJMQVBJQyIgcXVhbGl0eSA0MDAKQUNQSSBB UElDIFRhYmxlOiA8SU5URUwgIERHOTY1V0ggPgpGcmVlQlNEL1NNUDogTXVsdGlwcm9jZXNzb3Ig U3lzdGVtIERldGVjdGVkOiA0IENQVXMKRnJlZUJTRC9TTVA6IDEgcGFja2FnZShzKSB4IDQgY29y ZShzKQogY3B1MCAoQlNQKTogQVBJQyBJRDogIDAKIGNwdTEgKEFQKTogQVBJQyBJRDogIDEKIGNw dTIgKEFQKTogQVBJQyBJRDogIDIKIGNwdTMgKEFQKTogQVBJQyBJRDogIDMKaW9hcGljMDogQ2hh bmdpbmcgQVBJQyBJRCB0byAyCmlvYXBpYzAgPFZlcnNpb24gMi4wPiBpcnFzIDAtMjMgb24gbW90 aGVyYm9hcmQKa2JkMSBhdCBrYmRtdXgwCmFjcGkwOiA8SU5URUwgREc5NjVXSD4gb24gbW90aGVy Ym9hcmQKYWNwaTA6IFBvd2VyIEJ1dHRvbiAoZml4ZWQpClRpbWVjb3VudGVyICJBQ1BJLXNhZmUi IGZyZXF1ZW5jeSAzNTc5NTQ1IEh6IHF1YWxpdHkgODUwCmFjcGlfdGltZXIwOiA8MjQtYml0IHRp bWVyIGF0IDMuNTc5NTQ1TUh6PiBwb3J0IDB4NDA4LTB4NDBiIG9uIGFjcGkwCmNwdTA6IDxBQ1BJ IENQVT4gb24gYWNwaTAKY3B1MTogPEFDUEkgQ1BVPiBvbiBhY3BpMApjcHUyOiA8QUNQSSBDUFU+ IG9uIGFjcGkwCmNwdTM6IDxBQ1BJIENQVT4gb24gYWNwaTAKYWNwaV9idXR0b24wOiA8U2xlZXAg QnV0dG9uPiBvbiBhY3BpMApwY2liMDogPEFDUEkgSG9zdC1QQ0kgYnJpZGdlPiBwb3J0IDB4Y2Y4 LTB4Y2ZmIG9uIGFjcGkwCnBjaTA6IDxBQ1BJIFBDSSBidXM+IG9uIHBjaWIwCnZnYXBjaTA6IDxW R0EtY29tcGF0aWJsZSBkaXNwbGF5PiBwb3J0IDB4MzQxMC0weDM0MTcgbWVtIDB4ZTAyMDAwMDAt MHhlMDJmZmZmZiwweGQwMDAwMDAwLTB4ZGZmZmZmZmYgaXJxIDE2IGF0IGRldmljZSAyLjAgb24g cGNpMAphZ3AwOiA8SW50ZWwgRzk2NSBTVkdBIGNvbnRyb2xsZXI+IG9uIHZnYXBjaTAKYWdwMDog YXBlcnR1cmUgc2l6ZSBpcyAyNTZNLCBkZXRlY3RlZCA3Njc2ayBzdG9sZW4gbWVtb3J5CnBjaTA6 IDxzaW1wbGUgY29tbXM+IGF0IGRldmljZSAzLjAgKG5vIGRyaXZlciBhdHRhY2hlZCkKZW0wOiA8 SW50ZWwoUikgUFJPLzEwMDAgTmV0d29yayBDb25uZWN0aW9uIDcuMi4zPiBwb3J0IDB4MzBlMC0w eDMwZmYgbWVtIDB4ZTAzMDAwMDAtMHhlMDMxZmZmZiwweGUwMzI0MDAwLTB4ZTAzMjRmZmYgaXJx IDIwIGF0IGRldmljZSAyNS4wIG9uIHBjaTAKZW0wOiBVc2luZyBhbiBNU0kgaW50ZXJydXB0CmVt MDogRXRoZXJuZXQgYWRkcmVzczogMDA6MWM6YzA6MWU6YzQ6MDUKdWhjaTA6IDxJbnRlbCA4Mjgw MUggKElDSDgpIFVTQiBjb250cm9sbGVyIFVTQi1EPiBwb3J0IDB4MzBjMC0weDMwZGYgaXJxIDE2 IGF0IGRldmljZSAyNi4wIG9uIHBjaTAKdWhjaTA6IExlZ1N1cCA9IDB4MmYwMAp1c2J1czA6IDxJ bnRlbCA4MjgwMUggKElDSDgpIFVTQiBjb250cm9sbGVyIFVTQi1EPiBvbiB1aGNpMAp1aGNpMTog PEludGVsIDgyODAxSCAoSUNIOCkgVVNCIGNvbnRyb2xsZXIgVVNCLUU+IHBvcnQgMHgzMGEwLTB4 MzBiZiBpcnEgMjEgYXQgZGV2aWNlIDI2LjEgb24gcGNpMAp1aGNpMTogTGVnU3VwID0gMHgyZjAw CnVzYnVzMTogPEludGVsIDgyODAxSCAoSUNIOCkgVVNCIGNvbnRyb2xsZXIgVVNCLUU+IG9uIHVo Y2kxCmVoY2kwOiA8SW50ZWwgODI4MDFIIChJQ0g4KSBVU0IgMi4wIGNvbnRyb2xsZXIgVVNCMi1C PiBtZW0gMHhlMDMyNWMwMC0weGUwMzI1ZmZmIGlycSAxOCBhdCBkZXZpY2UgMjYuNyBvbiBwY2kw CnVzYnVzMjogRUhDSSB2ZXJzaW9uIDEuMAp1c2J1czI6IDxJbnRlbCA4MjgwMUggKElDSDgpIFVT QiAyLjAgY29udHJvbGxlciBVU0IyLUI+IG9uIGVoY2kwCmhkYWMwOiA8SW50ZWwgODI4MDFIIEhp Z2ggRGVmaW5pdGlvbiBBdWRpbyBDb250cm9sbGVyPiBtZW0gMHhlMDMyMDAwMC0weGUwMzIzZmZm IGlycSAyMiBhdCBkZXZpY2UgMjcuMCBvbiBwY2kwCnBjaWIxOiA8QUNQSSBQQ0ktUENJIGJyaWRn ZT4gYXQgZGV2aWNlIDI4LjAgb24gcGNpMApwY2kxOiA8QUNQSSBQQ0kgYnVzPiBvbiBwY2liMQpw Y2liMjogPEFDUEkgUENJLVBDSSBicmlkZ2U+IGF0IGRldmljZSAyOC4xIG9uIHBjaTAKcGNpMjog PEFDUEkgUENJIGJ1cz4gb24gcGNpYjIKYXRhcGNpMDogPE1hcnZlbGwgODhTWDYxMDEgVURNQTEz MyBjb250cm9sbGVyPiBwb3J0IDB4MjAxOC0weDIwMWYsMHgyMDI0LTB4MjAyNywweDIwMTAtMHgy MDE3LDB4MjAyMC0weDIwMjMsMHgyMDAwLTB4MjAwZiBtZW0gMHhlMDEwMDAwMC0weGUwMTAwMWZm IGlycSAxNyBhdCBkZXZpY2UgMC4wIG9uIHBjaTIKYXRhMjogPEFUQSBjaGFubmVsIDA+IG9uIGF0 YXBjaTAKcGNpYjM6IDxBQ1BJIFBDSS1QQ0kgYnJpZGdlPiBhdCBkZXZpY2UgMjguMiBvbiBwY2kw CnBjaTM6IDxBQ1BJIFBDSSBidXM+IG9uIHBjaWIzCnBjaWI0OiA8QUNQSSBQQ0ktUENJIGJyaWRn ZT4gYXQgZGV2aWNlIDI4LjMgb24gcGNpMApwY2k0OiA8QUNQSSBQQ0kgYnVzPiBvbiBwY2liNApw Y2liNTogPEFDUEkgUENJLVBDSSBicmlkZ2U+IGF0IGRldmljZSAyOC40IG9uIHBjaTAKcGNpNTog PEFDUEkgUENJIGJ1cz4gb24gcGNpYjUKdWhjaTI6IDxJbnRlbCA4MjgwMUggKElDSDgpIFVTQiBj b250cm9sbGVyIFVTQi1BPiBwb3J0IDB4MzA4MC0weDMwOWYgaXJxIDIzIGF0IGRldmljZSAyOS4w IG9uIHBjaTAKdWhjaTI6IExlZ1N1cCA9IDB4MmYwMAp1c2J1czM6IDxJbnRlbCA4MjgwMUggKElD SDgpIFVTQiBjb250cm9sbGVyIFVTQi1BPiBvbiB1aGNpMgp1aGNpMzogPEludGVsIDgyODAxSCAo SUNIOCkgVVNCIGNvbnRyb2xsZXIgVVNCLUI+IHBvcnQgMHgzMDYwLTB4MzA3ZiBpcnEgMTkgYXQg ZGV2aWNlIDI5LjEgb24gcGNpMAp1aGNpMzogTGVnU3VwID0gMHgyZjAwCnVzYnVzNDogPEludGVs IDgyODAxSCAoSUNIOCkgVVNCIGNvbnRyb2xsZXIgVVNCLUI+IG9uIHVoY2kzCnVoY2k0OiA8SW50 ZWwgODI4MDFIIChJQ0g4KSBVU0IgY29udHJvbGxlciBVU0ItQz4gcG9ydCAweDMwNDAtMHgzMDVm IGlycSAxOCBhdCBkZXZpY2UgMjkuMiBvbiBwY2kwCnVoY2k0OiBMZWdTdXAgPSAweDJmMDAKdXNi dXM1OiA8SW50ZWwgODI4MDFIIChJQ0g4KSBVU0IgY29udHJvbGxlciBVU0ItQz4gb24gdWhjaTQK ZWhjaTE6IDxJbnRlbCA4MjgwMUggKElDSDgpIFVTQiAyLjAgY29udHJvbGxlciBVU0IyLUE+IG1l bSAweGUwMzI1ODAwLTB4ZTAzMjViZmYgaXJxIDIzIGF0IGRldmljZSAyOS43IG9uIHBjaTAKdXNi dXM2OiBFSENJIHZlcnNpb24gMS4wCnVzYnVzNjogPEludGVsIDgyODAxSCAoSUNIOCkgVVNCIDIu MCBjb250cm9sbGVyIFVTQjItQT4gb24gZWhjaTEKcGNpYjY6IDxBQ1BJIFBDSS1QQ0kgYnJpZGdl PiBhdCBkZXZpY2UgMzAuMCBvbiBwY2kwCnBjaTY6IDxBQ1BJIFBDSSBidXM+IG9uIHBjaWI2CnJs MDogPFJlYWxUZWsgODEzOSAxMC8xMDBCYXNlVFg+IHBvcnQgMHgxMDAwLTB4MTBmZiBtZW0gMHhl MDAwNDgwMC0weGUwMDA0OGZmIGlycSAxOCBhdCBkZXZpY2UgMi4wIG9uIHBjaTYKbWlpYnVzMDog PE1JSSBidXM+IG9uIHJsMApybHBoeTA6IDxSZWFsVGVrIGludGVybmFsIG1lZGlhIGludGVyZmFj ZT4gUEhZIDAgb24gbWlpYnVzMApybHBoeTA6ICAxMGJhc2VULCAxMGJhc2VULUZEWCwgMTAwYmFz ZVRYLCAxMDBiYXNlVFgtRkRYLCBhdXRvCnJsMDogRXRoZXJuZXQgYWRkcmVzczogMDA6MWY6MWY6 Mzg6YmQ6OWMKZndvaGNpMDogPFRleGFzIEluc3RydW1lbnRzIFRTQjQzQUIyMi9BPiBtZW0gMHhl MDAwNDAwMC0weGUwMDA0N2ZmLDB4ZTAwMDAwMDAtMHhlMDAwM2ZmZiBpcnEgMTkgYXQgZGV2aWNl IDMuMCBvbiBwY2k2CmZ3b2hjaTA6IE9IQ0kgdmVyc2lvbiAxLjEwIChST009MCkKZndvaGNpMDog Tm8uIG9mIElzb2Nocm9ub3VzIGNoYW5uZWxzIGlzIDQuCmZ3b2hjaTA6IEVVSTY0IDAwOjkwOjI3 OjAwOjAxOmYzOjEwOjM3CmZ3b2hjaTA6IFBoeSAxMzk0YSBhdmFpbGFibGUgUzQwMCwgMiBwb3J0 cy4KZndvaGNpMDogTGluayBTNDAwLCBtYXhfcmVjIDIwNDggYnl0ZXMuCmZpcmV3aXJlMDogPElF RUUxMzk0KEZpcmVXaXJlKSBidXM+IG9uIGZ3b2hjaTAKZndlMDogPEV0aGVybmV0IG92ZXIgRmly ZVdpcmU+IG9uIGZpcmV3aXJlMAppZl9md2UwOiBGYWtlIEV0aGVybmV0IGFkZHJlc3M6IDAyOjkw OjI3OmYzOjEwOjM3CmZ3ZTA6IEV0aGVybmV0IGFkZHJlc3M6IDAyOjkwOjI3OmYzOjEwOjM3CmZ3 aXAwOiA8SVAgb3ZlciBGaXJlV2lyZT4gb24gZmlyZXdpcmUwCmZ3aXAwOiBGaXJld2lyZSBhZGRy ZXNzOiAwMDo5MDoyNzowMDowMTpmMzoxMDozNyBAIDB4ZmZmZTAwMDAwMDAwLCBTNDAwLCBtYXhy ZWMgMjA0OApkY29uc19jcm9tMDogPGRjb25zIGNvbmZpZ3VyYXRpb24gUk9NPiBvbiBmaXJld2ly ZTAKZGNvbnNfY3JvbTA6IGJ1c19hZGRyIDB4MTQyNDAwMApmd29oY2kwOiBJbml0aWF0ZSBidXMg cmVzZXQKZndvaGNpMDogZndvaGNpX2ludHJfY29yZTogQlVTIHJlc2V0CmZ3b2hjaTA6IGZ3b2hj aV9pbnRyX2NvcmU6IG5vZGVfaWQ9MHgwMDAwMDAwMCwgU2VsZklEIENvdW50PTEsIENZQ0xFTUFT VEVSIG1vZGUKaXNhYjA6IDxQQ0ktSVNBIGJyaWRnZT4gYXQgZGV2aWNlIDMxLjAgb24gcGNpMApp c2EwOiA8SVNBIGJ1cz4gb24gaXNhYjAKYWhjaTA6IDxJbnRlbCBJQ0g4IEFIQ0kgU0FUQSBjb250 cm9sbGVyPiBwb3J0IDB4MzQwOC0weDM0MGYsMHgzNDFjLTB4MzQxZiwweDM0MDAtMHgzNDA3LDB4 MzQxOC0weDM0MWIsMHgzMDIwLTB4MzAzZiBtZW0gMHhlMDMyNTAwMC0weGUwMzI1N2ZmIGlycSAx OSBhdCBkZXZpY2UgMzEuMiBvbiBwY2kwCmFoY2kwOiBBSENJIHYxLjEwIHdpdGggNiAzR2JwcyBw b3J0cywgUG9ydCBNdWx0aXBsaWVyIG5vdCBzdXBwb3J0ZWQKYWhjaWNoMDogPEFIQ0kgY2hhbm5l bD4gYXQgY2hhbm5lbCAwIG9uIGFoY2kwCmFoY2ljaDE6IDxBSENJIGNoYW5uZWw+IGF0IGNoYW5u ZWwgMSBvbiBhaGNpMAphaGNpY2gyOiA8QUhDSSBjaGFubmVsPiBhdCBjaGFubmVsIDIgb24gYWhj aTAKYWhjaWNoMzogPEFIQ0kgY2hhbm5lbD4gYXQgY2hhbm5lbCAzIG9uIGFoY2kwCmFoY2ljaDQ6 IDxBSENJIGNoYW5uZWw+IGF0IGNoYW5uZWwgNCBvbiBhaGNpMAphaGNpY2g1OiA8QUhDSSBjaGFu bmVsPiBhdCBjaGFubmVsIDUgb24gYWhjaTAKcGNpMDogPHNlcmlhbCBidXMsIFNNQnVzPiBhdCBk ZXZpY2UgMzEuMyAobm8gZHJpdmVyIGF0dGFjaGVkKQphdHJ0YzA6IDxBVCByZWFsdGltZSBjbG9j az4gcG9ydCAweDcwLTB4NzEsMHg3NC0weDc3IGlycSA4IG9uIGFjcGkwCkV2ZW50IHRpbWVyICJS VEMiIGZyZXF1ZW5jeSAzMjc2OCBIeiBxdWFsaXR5IDAKYXR0aW1lcjA6IDxBVCB0aW1lcj4gcG9y dCAweDQwLTB4NDMsMHg1MC0weDUzIGlycSAwIG9uIGFjcGkwClRpbWVjb3VudGVyICJpODI1NCIg ZnJlcXVlbmN5IDExOTMxODIgSHogcXVhbGl0eSAwCkV2ZW50IHRpbWVyICJpODI1NCIgZnJlcXVl bmN5IDExOTMxODIgSHogcXVhbGl0eSAxMDAKcHBjMDogPFBhcmFsbGVsIHBvcnQ+IHBvcnQgMHgz NzgtMHgzN2YsMHg3NzgtMHg3N2YgaXJxIDcgb24gYWNwaTAKcHBjMDogR2VuZXJpYyBjaGlwc2V0 IChFQ1AvUFMyL05JQkJMRSkgaW4gQ09NUEFUSUJMRSBtb2RlCnBwYzA6IEZJRk8gd2l0aCAxNi8x Ni84IGJ5dGVzIHRocmVzaG9sZApwcGJ1czA6IDxQYXJhbGxlbCBwb3J0IGJ1cz4gb24gcHBjMApw bGlwMDogPFBMSVAgbmV0d29yayBpbnRlcmZhY2U+IG9uIHBwYnVzMApscHQwOiA8UHJpbnRlcj4g b24gcHBidXMwCmxwdDA6IEludGVycnVwdC1kcml2ZW4gcG9ydApwcGkwOiA8UGFyYWxsZWwgSS9P PiBvbiBwcGJ1czAKdWFydDA6IDwxNjU1MCBvciBjb21wYXRpYmxlPiBwb3J0IDB4M2Y4LTB4M2Zm IGlycSA0IGZsYWdzIDB4MTAgb24gYWNwaTAKb3JtMDogPElTQSBPcHRpb24gUk9Ncz4gYXQgaW9t ZW0gMHhkMDgwMC0weGQxN2ZmLDB4ZDE4MDAtMHhkMjdmZiBvbiBpc2EwCnNjMDogPFN5c3RlbSBj b25zb2xlPiBhdCBmbGFncyAweDEwMCBvbiBpc2EwCnNjMDogVkdBIDwxNiB2aXJ0dWFsIGNvbnNv bGVzLCBmbGFncz0weDMwMD4KdmdhMDogPEdlbmVyaWMgSVNBIFZHQT4gYXQgcG9ydCAweDNjMC0w eDNkZiBpb21lbSAweGEwMDAwLTB4YmZmZmYgb24gaXNhMAphdGtiZGMwOiA8S2V5Ym9hcmQgY29u dHJvbGxlciAoaTgwNDIpPiBhdCBwb3J0IDB4NjAsMHg2NCBvbiBpc2EwCmF0a2JkMDogPEFUIEtl eWJvYXJkPiBpcnEgMSBvbiBhdGtiZGMwCmtiZDAgYXQgYXRrYmQwCmF0a2JkMDogW0dJQU5ULUxP Q0tFRF0KZXN0MDogPEVuaGFuY2VkIFNwZWVkU3RlcCBGcmVxdWVuY3kgQ29udHJvbD4gb24gY3B1 MApwNHRjYzA6IDxDUFUgRnJlcXVlbmN5IFRoZXJtYWwgQ29udHJvbD4gb24gY3B1MAplc3QxOiA8 RW5oYW5jZWQgU3BlZWRTdGVwIEZyZXF1ZW5jeSBDb250cm9sPiBvbiBjcHUxCnA0dGNjMTogPENQ VSBGcmVxdWVuY3kgVGhlcm1hbCBDb250cm9sPiBvbiBjcHUxCmVzdDI6IDxFbmhhbmNlZCBTcGVl ZFN0ZXAgRnJlcXVlbmN5IENvbnRyb2w+IG9uIGNwdTIKcDR0Y2MyOiA8Q1BVIEZyZXF1ZW5jeSBU aGVybWFsIENvbnRyb2w+IG9uIGNwdTIKZXN0MzogPEVuaGFuY2VkIFNwZWVkU3RlcCBGcmVxdWVu Y3kgQ29udHJvbD4gb24gY3B1MwpwNHRjYzM6IDxDUFUgRnJlcXVlbmN5IFRoZXJtYWwgQ29udHJv bD4gb24gY3B1MwpUaW1lY291bnRlcnMgdGljayBldmVyeSAxLjAwMCBtc2VjCmZpcmV3aXJlMDog MSBub2RlcywgbWF4aG9wIDw9IDAgY2FibGUgSVJNIGlybSgwKSAgKG1lKSAKZmlyZXdpcmUwOiBi dXMgbWFuYWdlciAwIApoZGFjMDogSERBIENvZGVjICMyOiBTaWdtYXRlbCBTVEFDOTI3MUQKcGNt MDogPEhEQSBTaWdtYXRlbCBTVEFDOTI3MUQgUENNICMwIEFuYWxvZz4gYXQgY2FkIDIgbmlkIDEg b24gaGRhYzAKcGNtMTogPEhEQSBTaWdtYXRlbCBTVEFDOTI3MUQgUENNICMxIEFuYWxvZz4gYXQg Y2FkIDIgbmlkIDEgb24gaGRhYzAKcGNtMjogPEhEQSBTaWdtYXRlbCBTVEFDOTI3MUQgUENNICMy IERpZ2l0YWw+IGF0IGNhZCAyIG5pZCAxIG9uIGhkYWMwCnVzYnVzMDogMTJNYnBzIEZ1bGwgU3Bl ZWQgVVNCIHYxLjAKdXNidXMxOiAxMk1icHMgRnVsbCBTcGVlZCBVU0IgdjEuMAp1c2J1czI6IDQ4 ME1icHMgSGlnaCBTcGVlZCBVU0IgdjIuMAp1c2J1czM6IDEyTWJwcyBGdWxsIFNwZWVkIFVTQiB2 MS4wCnVzYnVzNDogMTJNYnBzIEZ1bGwgU3BlZWQgVVNCIHYxLjAKdXNidXM1OiAxMk1icHMgRnVs bCBTcGVlZCBVU0IgdjEuMAp1c2J1czY6IDQ4ME1icHMgSGlnaCBTcGVlZCBVU0IgdjIuMAp1Z2Vu MC4xOiA8SW50ZWw+IGF0IHVzYnVzMAp1aHViMDogPEludGVsIFVIQ0kgcm9vdCBIVUIsIGNsYXNz IDkvMCwgcmV2IDEuMDAvMS4wMCwgYWRkciAxPiBvbiB1c2J1czAKdWdlbjEuMTogPEludGVsPiBh dCB1c2J1czEKdWh1YjE6IDxJbnRlbCBVSENJIHJvb3QgSFVCLCBjbGFzcyA5LzAsIHJldiAxLjAw LzEuMDAsIGFkZHIgMT4gb24gdXNidXMxCnVnZW4yLjE6IDxJbnRlbD4gYXQgdXNidXMyCnVodWIy OiA8SW50ZWwgRUhDSSByb290IEhVQiwgY2xhc3MgOS8wLCByZXYgMi4wMC8xLjAwLCBhZGRyIDE+ IG9uIHVzYnVzMgp1Z2VuMy4xOiA8SW50ZWw+IGF0IHVzYnVzMwp1aHViMzogPEludGVsIFVIQ0kg cm9vdCBIVUIsIGNsYXNzIDkvMCwgcmV2IDEuMDAvMS4wMCwgYWRkciAxPiBvbiB1c2J1czMKdWdl bjQuMTogPEludGVsPiBhdCB1c2J1czQKdWh1YjQ6IDxJbnRlbCBVSENJIHJvb3QgSFVCLCBjbGFz cyA5LzAsIHJldiAxLjAwLzEuMDAsIGFkZHIgMT4gb24gdXNidXM0CnVnZW41LjE6IDxJbnRlbD4g YXQgdXNidXM1CnVodWI1OiA8SW50ZWwgVUhDSSByb290IEhVQiwgY2xhc3MgOS8wLCByZXYgMS4w MC8xLjAwLCBhZGRyIDE+IG9uIHVzYnVzNQp1Z2VuNi4xOiA8SW50ZWw+IGF0IHVzYnVzNgp1aHVi NjogPEludGVsIEVIQ0kgcm9vdCBIVUIsIGNsYXNzIDkvMCwgcmV2IDIuMDAvMS4wMCwgYWRkciAx PiBvbiB1c2J1czYKYWRhMCBhdCBhaGNpY2g0IGJ1cyAwIHNjYnVzNSB0YXJnZXQgMCBsdW4gMAph ZGEwOiA8U1QzMjUwNDEwQVMgMy5BQUY+IEFUQS03IFNBVEEgMS54IGRldmljZQphZGEwOiAxNTAu MDAwTUIvcyB0cmFuc2ZlcnMgKFNBVEEgMS54LCBVRE1BNiwgUElPIDgxOTJieXRlcykKYWRhMDog Q29tbWFuZCBRdWV1ZWluZyBlbmFibGVkCmFkYTA6IDIzODQ3NU1CICg0ODgzOTcxNjggNTEyIGJ5 dGUgc2VjdG9yczogMTZIIDYzUy9UIDE2MzgzQykKYWRhMDogUHJldmlvdXNseSB3YXMga25vd24g YXMgYWQxNApTTVA6IEFQIENQVSAjMyBMYXVuY2hlZCEKY2QwIGF0IGF0YTIgYnVzIDAgc2NidXMw IHRhcmdldCAwIGx1biAwCmNkMDogPEFTVVMgRFJXLTIyQjJTIDEuMDE+IFJlbW92YWJsZSBDRC1S T00gU0NTSS0wIGRldmljZSAKY2QwOiA2Ni43MDBNQi9zIHRyYW5zZmVycyAoVURNQTQsIEFUQVBJ IDEyYnl0ZXMsIFNNUDogQVAgQ1BVICMxIExhdW5jaGVkIQpQSU8gNjU1MzRieXRlcykKY2QwOiBB dHRlbXB0IHRvIHF1ZXJ5IGRldmljZSBzaXplIGZhaWxlZDogTk9UIFJFQURZLCBNZWRpdW0gbm90 IHByZXNlbnQgLSB0cmF5IGNsb3NlZApjZDEgYXQgYXRhMiBidXMgMCBzY2J1czAgdGFyZ2V0IDEg bHVuIDAKU01QOiBBUCBDUFUgIzIgTGF1bmNoZWQhCmNkMTogPFBISUxJUFMgU1BEMjQxNFQgUDEu MD4gUmVtb3ZhYmxlIENELVJPTSBTQ1NJLTAgZGV2aWNlIApjZDE6IDY2LjcwME1CL3MgdHJhbnNm ZXJzIChVRE1BNCwgQVRBUEkgMTJieXRlcywgUElPIDY1NTM0Ynl0ZXMpCmNkMTogQXR0ZW1wdCB0 byBxdWVyeSBkZXZpY2Ugc2l6ZSBmYWlsZWQ6IE5PVCBSRUFEWSwgTWVkaXVtIG5vdCBwcmVzZW50 IC0gdHJheSBjbG9zZWQKVGltZWNvdW50ZXIgIlRTQy1sb3ciIGZyZXF1ZW5jeSA5MzY1ODE4IEh6 IHF1YWxpdHkgMTAwMAp1aHViMTogMiBwb3J0cyB3aXRoIDIgcmVtb3ZhYmxlLCBzZWxmIHBvd2Vy ZWQKdWh1YjA6IDIgcG9ydHMgd2l0aCAyIHJlbW92YWJsZSwgc2VsZiBwb3dlcmVkCnVodWIzOiAy IHBvcnRzIHdpdGggMiByZW1vdmFibGUsIHNlbGYgcG93ZXJlZAp1aHViNDogMiBwb3J0cyB3aXRo IDIgcmVtb3ZhYmxlLCBzZWxmIHBvd2VyZWQKdWh1YjU6IDIgcG9ydHMgd2l0aCAyIHJlbW92YWJs ZSwgc2VsZiBwb3dlcmVkClJvb3QgbW91bnQgd2FpdGluZyBmb3I6IHVzYnVzNiB1c2J1czIKUm9v dCBtb3VudCB3YWl0aW5nIGZvcjogdXNidXM2IHVzYnVzMgp1aHViMjogNCBwb3J0cyB3aXRoIDQg cmVtb3ZhYmxlLCBzZWxmIHBvd2VyZWQKUm9vdCBtb3VudCB3YWl0aW5nIGZvcjogdXNidXM2IHVz YnVzMgp1aHViNjogNiBwb3J0cyB3aXRoIDYgcmVtb3ZhYmxlLCBzZWxmIHBvd2VyZWQKVHJ5aW5n IHRvIG1vdW50IHJvb3QgZnJvbSB1ZnM6L2Rldi9hZGEwcDIgW3J3XS4uLgp1Z2VuMC4yOiA8TG9n aXRlY2g+IGF0IHVzYnVzMAp1bXMwOiA8TG9naXRlY2ggVHJhY2tiYWxsLCBjbGFzcyAwLzAsIHJl diAxLjEwLzIuMjAsIGFkZHIgMj4gb24gdXNidXMwCnVtczA6IDMgYnV0dG9ucyBhbmQgW1hZWl0g Y29vcmRpbmF0ZXMgSUQ9MAp1Z2VuMC4zOiA8TWFjYWxseT4gYXQgdXNidXMwCnVodWI3OiA8TWFj YWxseSBpS2V5ICAgICA+IG9uIHVzYnVzMAp1aHViNzogMyBwb3J0cyB3aXRoIDIgcmVtb3ZhYmxl LCBidXMgcG93ZXJlZAp1Z2VuMC40OiA8TWFjYWxseT4gYXQgdXNidXMwCnVrYmQwOiA8TWFjYWxs eSBpS2V5ICAgICA+IG9uIHVzYnVzMAprYmQyIGF0IHVrYmQwCg== --f46d0444ee556d514b04b8ed902c-- From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 14:40:24 2012 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 B8E0A106566C; Tue, 14 Feb 2012 14:40:24 +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 42B538FC1B; Tue, 14 Feb 2012 14:40:24 +0000 (UTC) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id D8B4D2842D; Tue, 14 Feb 2012 15:40:21 +0100 (CET) Received: from [192.168.1.2] (ip-86-49-61-235.net.upcbroadband.cz [86.49.61.235]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 163F928423; Tue, 14 Feb 2012 15:40:19 +0100 (CET) Message-ID: <4F3A7252.9090802@quip.cz> Date: Tue, 14 Feb 2012 15:40:18 +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.19) Gecko/20110420 Lightning/1.0b1 SeaMonkey/2.0.14 MIME-Version: 1.0 To: Eitan Adler References: <1328887627.38277.68.camel@buffy.york.ac.uk> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Chris Rees , freebsd-current Current , Astrodog , "Wojciech A. Koszek" , Colin Percival Subject: Re: Enhancing the user experience with tcsh 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, 14 Feb 2012 14:40:24 -0000 Eitan Adler wrote: > On Tue, Feb 14, 2012 at 8:19 AM, Astrodog wrote: >> Personally, I pay very little attention to the prompt. That being said... >> Plenty of people prefer widely different configurations for the prompt. >> I think everyone agrees that the default prompt isn't particularly >> informative, however, achieving consensus here is going to be almost >> impossible. I suggest that it be handled as a seperate discussion, >> perhaps? > > That would result in even more of a bikeshed than this thread. I'm > pretty sure I'm going to go with one of the prompts posted to this > thread after a bit of experimentation. > Remember that the prompts are for inexperienced users and those of you > with awesome prompts are not the target audience for the change. Not just prompts, but everything in default .cshrc / .tcshrc should be targeted to inexperienced new users and we should look at it from this point of view. Not from "our personal preferences". The current and future changes in .cshrc is not targeted to us - readers of freebsd-current@, but to new users comming from the world of windows and penguins. I still remember those days when I came from Win95 to FreeBSD 4.x and didn't know anything about shell's possibilities. Somebody recommends me bash and I used it as my default shell for a couple of years - until I realized, that same or better prompt, completion and history search can be achieved with already installed csh / tcsh. Just by few modifications in .cshrc. I don't think readers of this mailing list are using default unmodified .cshrc. So the question is not "what is good to me" (or to you), but "what is good for new users?". What can we serve them to make their life easier and show them the power and possibilities of tcsh. We all can still use our good old .cshrc modifications, our own prompt, colors, etc. as we already do. That's why I am proposing as much "Good features (TM)" enabled by default as possible. Because we others can easily disabled them if we don't like them. But new users can't enabled them, because they don't know about them. Miroslav Lachman From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 15:11:27 2012 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 399FB106566B; Tue, 14 Feb 2012 15:11:27 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from sakura.ccs.furiru.org (sakura.ccs.furiru.org [IPv6:2001:2f0:104:8060::1]) by mx1.freebsd.org (Postfix) with ESMTP id B92FF8FC18; Tue, 14 Feb 2012 15:11:26 +0000 (UTC) Received: from localhost (authenticated bits=0) by sakura.ccs.furiru.org (unknown) with ESMTP id q1EFBM2O027140; Wed, 15 Feb 2012 00:11:24 +0900 (JST) (envelope-from nyan@FreeBSD.org) Date: Wed, 15 Feb 2012 00:11:22 +0900 (JST) Message-Id: <20120215.001122.932491896825562262.nyan@FreeBSD.org> To: jhb@freebsd.org From: TAKAHASHI Yoshihiro In-Reply-To: <201202140909.33894.jhb@freebsd.org> References: <201202131308.48171.jhb@freebsd.org> <20120214.215750.343708041257791038.nyan@FreeBSD.org> <201202140909.33894.jhb@freebsd.org> X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: current@freebsd.org Subject: Re: MCA UNCOR error 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, 14 Feb 2012 15:11:27 -0000 In article <201202140909.33894.jhb@freebsd.org> John Baldwin writes: >> >> I get the following error and kernel panic on my pc98 at the boot time. >> >> >> >> MCA: Bank 2, Status 0xb600000000140000 >> >> MCA: Global Cap 0x0000000000000005, Status 0x0000000000000004 >> >> MCA: Vendor "GenuineIntel", ID 0x616, APIC ID 0 >> >> MCA: CPU 0 UNCOR PCC no error >> >> MCA: Address 0x3446ff003446ff >> >> >> >> When I disable MCA with hw.mca.enabled=0 on loader prompt, the machine >> >> works fine. Does it mean my pc98 is broken? Or other isssue? >> > >> > Interesting, that is odd to get an error with no error code. >> > >> > Can you tell from the stack trace if your CPU actually raised a machine check >> > exception (trap 28)? >> >> I tested with debugger enabled kernel. >> Please get from: >> http://home.jp.freebsd.org/~nyan/mca-error1.jpg >> http://home.jp.freebsd.org/~nyan/mca-error2.jpg >> (Sorry for jpeg images) > > Humm. Try this: Thanks. But it still panics. http://home.jp.freebsd.org/~nyan/mca-error3.jpg http://home.jp.freebsd.org/~nyan/mca-error4.jpg http://home.jp.freebsd.org/~nyan/mca-error5.jpg --- TAKAHASHI Yoshihiro From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 16:00:28 2012 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 04CDC106564A; Tue, 14 Feb 2012 16:00: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 A14778FC12; Tue, 14 Feb 2012 16:00:27 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EG0QbT027910; Tue, 14 Feb 2012 11:00:26 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EG0Qoh027909; Tue, 14 Feb 2012 16:00:26 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 16:00:26 GMT Message-Id: <201202141600.q1EG0Qoh027909@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: Tue, 14 Feb 2012 16:00:28 -0000 TB --- 2012-02-14 15:40:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 15:40:00 - starting HEAD tinderbox run for i386/i386 TB --- 2012-02-14 15:40:00 - cleaning the object tree TB --- 2012-02-14 15:40:00 - cvsupping the source tree TB --- 2012-02-14 15:40:00 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/i386/i386/supfile TB --- 2012-02-14 15:40:14 - building world TB --- 2012-02-14 15:40:14 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 15:40:14 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 15:40:14 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 15:40:14 - SRCCONF=/dev/null TB --- 2012-02-14 15:40:14 - TARGET=i386 TB --- 2012-02-14 15:40:14 - TARGET_ARCH=i386 TB --- 2012-02-14 15:40:14 - TZ=UTC TB --- 2012-02-14 15:40:14 - __MAKE_CONF=/dev/null TB --- 2012-02-14 15:40:14 - cd /src TB --- 2012-02-14 15:40:14 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 15:40:15 UTC 2012 >>> 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 [...] /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 16:00:26 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 16:00:26 - ERROR: failed to build world TB --- 2012-02-14 16:00:26 - 959.48 user 186.16 system 1226.05 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-i386.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 16:00:29 2012 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 6BBAD106566B; Tue, 14 Feb 2012 16:00: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 1337F8FC15; Tue, 14 Feb 2012 16:00:28 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EG0S5x028064; Tue, 14 Feb 2012 11:00:28 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EG0S5j028063; Tue, 14 Feb 2012 16:00:28 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 16:00:28 GMT Message-Id: <201202141600.q1EG0S5j028063@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: Tue, 14 Feb 2012 16:00:29 -0000 TB --- 2012-02-14 15:40:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 15:40:00 - starting HEAD tinderbox run for i386/pc98 TB --- 2012-02-14 15:40:00 - cleaning the object tree TB --- 2012-02-14 15:40:00 - cvsupping the source tree TB --- 2012-02-14 15:40:00 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/i386/pc98/supfile TB --- 2012-02-14 15:40:14 - building world TB --- 2012-02-14 15:40:14 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 15:40:14 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 15:40:14 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 15:40:14 - SRCCONF=/dev/null TB --- 2012-02-14 15:40:14 - TARGET=pc98 TB --- 2012-02-14 15:40:14 - TARGET_ARCH=i386 TB --- 2012-02-14 15:40:14 - TZ=UTC TB --- 2012-02-14 15:40:14 - __MAKE_CONF=/dev/null TB --- 2012-02-14 15:40:14 - cd /src TB --- 2012-02-14 15:40:14 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 15:40:15 UTC 2012 >>> 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 [...] /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 16:00:28 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 16:00:28 - ERROR: failed to build world TB --- 2012-02-14 16:00:28 - 959.23 user 187.20 system 1227.75 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-pc98.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 16:01:15 2012 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 33BFF106575F; Tue, 14 Feb 2012 16:01:15 +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 C7AF08FC08; Tue, 14 Feb 2012 16:01:14 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EG1EQZ033085; Tue, 14 Feb 2012 11:01:14 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EG1EZG033084; Tue, 14 Feb 2012 16:01:14 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 16:01:14 GMT Message-Id: <201202141601.q1EG1EZG033084@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 arm/arm 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: Tue, 14 Feb 2012 16:01:15 -0000 TB --- 2012-02-14 15:40:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 15:40:00 - starting HEAD tinderbox run for arm/arm TB --- 2012-02-14 15:40:00 - cleaning the object tree TB --- 2012-02-14 15:40:00 - cvsupping the source tree TB --- 2012-02-14 15:40:00 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/arm/arm/supfile TB --- 2012-02-14 15:45:27 - building world TB --- 2012-02-14 15:45:27 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 15:45:27 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 15:45:27 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 15:45:27 - SRCCONF=/dev/null TB --- 2012-02-14 15:45:27 - TARGET=arm TB --- 2012-02-14 15:45:27 - TARGET_ARCH=arm TB --- 2012-02-14 15:45:27 - TZ=UTC TB --- 2012-02-14 15:45:27 - __MAKE_CONF=/dev/null TB --- 2012-02-14 15:45:27 - cd /src TB --- 2012-02-14 15:45:27 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 15:45:28 UTC 2012 >>> 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 [...] /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 16:01:14 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 16:01:14 - ERROR: failed to build world TB --- 2012-02-14 16:01:14 - 709.35 user 173.58 system 1273.39 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 16:01:36 2012 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 2A83810657BA; Tue, 14 Feb 2012 16:01:36 +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 C58D88FC1D; Tue, 14 Feb 2012 16:01:35 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EG1UJo034082; Tue, 14 Feb 2012 11:01:30 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EG1Ucr034081; Tue, 14 Feb 2012 16:01:30 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 16:01:30 GMT Message-Id: <201202141601.q1EG1Ucr034081@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: Tue, 14 Feb 2012 16:01:36 -0000 TB --- 2012-02-14 15:40:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 15:40:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2012-02-14 15:40:00 - cleaning the object tree TB --- 2012-02-14 15:40:00 - cvsupping the source tree TB --- 2012-02-14 15:40:00 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/amd64/amd64/supfile TB --- 2012-02-14 15:40:14 - building world TB --- 2012-02-14 15:40:14 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 15:40:14 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 15:40:14 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 15:40:14 - SRCCONF=/dev/null TB --- 2012-02-14 15:40:14 - TARGET=amd64 TB --- 2012-02-14 15:40:14 - TARGET_ARCH=amd64 TB --- 2012-02-14 15:40:14 - TZ=UTC TB --- 2012-02-14 15:40:14 - __MAKE_CONF=/dev/null TB --- 2012-02-14 15:40:14 - cd /src TB --- 2012-02-14 15:40:14 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 15:40:15 UTC 2012 >>> 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 [...] /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 16:01:30 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 16:01:30 - ERROR: failed to build world TB --- 2012-02-14 16:01:30 - 1006.33 user 191.64 system 1289.45 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 16:17:35 2012 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 C2530106564A; Tue, 14 Feb 2012 16:17:35 +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 652DE8FC08; Tue, 14 Feb 2012 16:17:35 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EGHYTv005707; Tue, 14 Feb 2012 11:17:34 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EGHYSI005693; Tue, 14 Feb 2012 16:17:34 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 16:17:34 GMT Message-Id: <201202141617.q1EGHYSI005693@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 mips/mips 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: Tue, 14 Feb 2012 16:17:35 -0000 TB --- 2012-02-14 16:00:28 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 16:00:28 - starting HEAD tinderbox run for mips/mips TB --- 2012-02-14 16:00:28 - cleaning the object tree TB --- 2012-02-14 16:00:28 - cvsupping the source tree TB --- 2012-02-14 16:00:28 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/mips/mips/supfile TB --- 2012-02-14 16:00:45 - building world TB --- 2012-02-14 16:00:45 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 16:00:45 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 16:00:45 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 16:00:45 - SRCCONF=/dev/null TB --- 2012-02-14 16:00:45 - TARGET=mips TB --- 2012-02-14 16:00:45 - TARGET_ARCH=mips TB --- 2012-02-14 16:00:45 - TZ=UTC TB --- 2012-02-14 16:00:45 - __MAKE_CONF=/dev/null TB --- 2012-02-14 16:00:45 - cd /src TB --- 2012-02-14 16:00:45 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 16:00:45 UTC 2012 >>> 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 [...] /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 16:17:34 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 16:17:34 - ERROR: failed to build world TB --- 2012-02-14 16:17:34 - 766.02 user 163.52 system 1025.81 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-mips-mips.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 16:20:10 2012 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 B5772106566B; Tue, 14 Feb 2012 16:20:10 +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 5D0008FC19; Tue, 14 Feb 2012 16:20:10 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EGK97k037940; Tue, 14 Feb 2012 11:20:09 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EGK9uf037933; Tue, 14 Feb 2012 16:20:09 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 16:20:09 GMT Message-Id: <201202141620.q1EGK9uf037933@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: Tue, 14 Feb 2012 16:20:10 -0000 TB --- 2012-02-14 16:00:26 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 16:00:26 - starting HEAD tinderbox run for ia64/ia64 TB --- 2012-02-14 16:00:26 - cleaning the object tree TB --- 2012-02-14 16:00:26 - cvsupping the source tree TB --- 2012-02-14 16:00:26 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/ia64/ia64/supfile TB --- 2012-02-14 16:00:45 - building world TB --- 2012-02-14 16:00:45 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 16:00:45 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 16:00:45 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 16:00:45 - SRCCONF=/dev/null TB --- 2012-02-14 16:00:45 - TARGET=ia64 TB --- 2012-02-14 16:00:45 - TARGET_ARCH=ia64 TB --- 2012-02-14 16:00:45 - TZ=UTC TB --- 2012-02-14 16:00:45 - __MAKE_CONF=/dev/null TB --- 2012-02-14 16:00:45 - cd /src TB --- 2012-02-14 16:00:45 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 16:00:45 UTC 2012 >>> 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 [...] /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 16:20:09 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 16:20:09 - ERROR: failed to build world TB --- 2012-02-14 16:20:09 - 915.88 user 179.23 system 1182.66 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-ia64-ia64.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 16:22:14 2012 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 C39EA106564A; Tue, 14 Feb 2012 16:22:14 +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 6395A8FC0C; Tue, 14 Feb 2012 16:22:14 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EGMDom050203; Tue, 14 Feb 2012 11:22:13 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EGMDE5050202; Tue, 14 Feb 2012 16:22:13 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 16:22:13 GMT Message-Id: <201202141622.q1EGMDE5050202@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: Tue, 14 Feb 2012 16:22:14 -0000 TB --- 2012-02-14 16:01:14 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 16:01:14 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2012-02-14 16:01:14 - cleaning the object tree TB --- 2012-02-14 16:01:14 - cvsupping the source tree TB --- 2012-02-14 16:01:14 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2012-02-14 16:01:25 - building world TB --- 2012-02-14 16:01:25 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 16:01:25 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 16:01:25 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 16:01:25 - SRCCONF=/dev/null TB --- 2012-02-14 16:01:25 - TARGET=powerpc TB --- 2012-02-14 16:01:25 - TARGET_ARCH=powerpc TB --- 2012-02-14 16:01:25 - TZ=UTC TB --- 2012-02-14 16:01:25 - __MAKE_CONF=/dev/null TB --- 2012-02-14 16:01:25 - cd /src TB --- 2012-02-14 16:01:25 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 16:01:25 UTC 2012 >>> 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 [...] /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 16:22:13 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 16:22:13 - ERROR: failed to build world TB --- 2012-02-14 16:22:13 - 983.73 user 181.66 system 1259.40 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 16:22:59 2012 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 E43FB1065686; Tue, 14 Feb 2012 16:22:59 +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 17F908FC13; Tue, 14 Feb 2012 16:22:58 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EGMwZx051673; Tue, 14 Feb 2012 11:22:58 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EGMwWU051672; Tue, 14 Feb 2012 16:22:58 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 16:22:58 GMT Message-Id: <201202141622.q1EGMwWU051672@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: Tue, 14 Feb 2012 16:23:00 -0000 TB --- 2012-02-14 16:01:30 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 16:01:30 - starting HEAD tinderbox run for powerpc64/powerpc TB --- 2012-02-14 16:01:30 - cleaning the object tree TB --- 2012-02-14 16:01:30 - cvsupping the source tree TB --- 2012-02-14 16:01:30 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/powerpc64/powerpc/supfile TB --- 2012-02-14 16:01:41 - building world TB --- 2012-02-14 16:01:41 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 16:01:41 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 16:01:41 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 16:01:41 - SRCCONF=/dev/null TB --- 2012-02-14 16:01:41 - TARGET=powerpc TB --- 2012-02-14 16:01:41 - TARGET_ARCH=powerpc64 TB --- 2012-02-14 16:01:41 - TZ=UTC TB --- 2012-02-14 16:01:41 - __MAKE_CONF=/dev/null TB --- 2012-02-14 16:01:41 - cd /src TB --- 2012-02-14 16:01:41 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 16:01:42 UTC 2012 >>> 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 [...] /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 16:22:58 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 16:22:58 - ERROR: failed to build world TB --- 2012-02-14 16:22:58 - 1010.34 user 186.64 system 1287.97 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc64-powerpc.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 16:32:58 2012 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 4D119106566C; Tue, 14 Feb 2012 16:32:58 +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 E1E198FC08; Tue, 14 Feb 2012 16:32:56 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EGWtwU082001; Tue, 14 Feb 2012 11:32:55 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EGWtOU082000; Tue, 14 Feb 2012 16:32:55 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 16:32:55 GMT Message-Id: <201202141632.q1EGWtOU082000@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: Tue, 14 Feb 2012 16:32:58 -0000 TB --- 2012-02-14 16:17:34 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 16:17:34 - starting HEAD tinderbox run for sparc64/sparc64 TB --- 2012-02-14 16:17:34 - cleaning the object tree TB --- 2012-02-14 16:17:36 - cvsupping the source tree TB --- 2012-02-14 16:17:36 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/sparc64/sparc64/supfile TB --- 2012-02-14 16:17:56 - building world TB --- 2012-02-14 16:17:56 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 16:17:56 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 16:17:56 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 16:17:56 - SRCCONF=/dev/null TB --- 2012-02-14 16:17:56 - TARGET=sparc64 TB --- 2012-02-14 16:17:56 - TARGET_ARCH=sparc64 TB --- 2012-02-14 16:17:56 - TZ=UTC TB --- 2012-02-14 16:17:56 - __MAKE_CONF=/dev/null TB --- 2012-02-14 16:17:56 - cd /src TB --- 2012-02-14 16:17:56 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 16:17:57 UTC 2012 >>> 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 [...] /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 16:32:55 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 16:32:55 - ERROR: failed to build world TB --- 2012-02-14 16:32:55 - 750.73 user 142.32 system 920.70 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sparc64.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 16:33:09 2012 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 A2E6C1065745; Tue, 14 Feb 2012 16:33:09 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4BA858FC14; Tue, 14 Feb 2012 16:33:09 +0000 (UTC) Received: by ghbg15 with SMTP id g15so137863ghb.13 for ; Tue, 14 Feb 2012 08:33:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=RadhSRxdYpgBRxFvgcoNrCPY5dAvXyjiH7OIgpY4eqI=; b=lzUA4zE+GxEf6uKng34bZS0A4N+UQM257eYYKgfY6FJ6ZiwoGqv4VXMoM53j5U2JjA 3kwJPxm1npQwIlx4h1zEqfVr7QqUabXzzcI6evtxf8FxmIOj+ndWHkJKUmUOR4UuxdCc uM0NmP3VOLEFHo4D5v4i1wygi+LTw/IZ8NQCE= MIME-Version: 1.0 Received: by 10.50.153.234 with SMTP id vj10mr4826453igb.16.1329237188651; Tue, 14 Feb 2012 08:33:08 -0800 (PST) Received: by 10.231.183.21 with HTTP; Tue, 14 Feb 2012 08:33:07 -0800 (PST) Received: by 10.231.183.21 with HTTP; Tue, 14 Feb 2012 08:33:07 -0800 (PST) In-Reply-To: <4F38EFE0.7090602@mail.zedat.fu-berlin.de> References: <4F38EFE0.7090602@mail.zedat.fu-berlin.de> Date: Tue, 14 Feb 2012 16:33:07 +0000 Message-ID: From: Chris Rees To: "O. Hartmann" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Current FreeBSD , Ports FreeBSD Subject: Re: print/ghostscript9: ./base/sjpx_openjpeg.c:169: error: too many arguments to function 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, 14 Feb 2012 16:33:09 -0000 On 13 Feb 2012 11:14, "O. Hartmann" wrote: > > This arise today when updating ghostscript9-9.04 to ghostscript9-9.05: > > > cc -DHAVE_MKSTEMP -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE > -DHAVE_SSE2 -DHAVE_DBUS -O2 -pipe -O2 -fno-strict-aliasing -pipe > -march=native -fPIC -DUPD_SIGNAL=0 -I. > -I/usr/ports/print/ghostscript9/work/ghostscript-9.05/lcms/include > -I/usr/local/include/libpng -I/usr/local/include > -I/usr/local/include/freetype2 -Wall -Wstrict-prototypes -Wundef > -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings > -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin > -fno-common -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 > -DGX_COLOR_INDEX_TYPE="unsigned long int" -O2 -pipe -O2 > -fno-strict-aliasing -pipe -march=native -DUSE_LIBICONV_GNU > -DUSE_LIBPAPER -I/usr/local/include -DGS_DEVS_SHARED > -DGS_DEVS_SHARED_DIR=\"/usr/local/lib/ghostscript/9.05\" > -Iopenjpeg/libopenjpeg/.. -Iopenjpeg/libopenjpeg -I./soobj -I./base > -DUSE_OPENJPEG_JP2 -ffast-math -DOPJ_STATIC -std=c99 -o > ./soobj/sjpx_openjpeg.o \ > -c -DOPJ_STATIC ./base/sjpx_openjpeg.c > ./base/sjpx_openjpeg.c: In function 'decode_image': > ./base/sjpx_openjpeg.c:169: error: too many arguments to function > 'opj_decode' > ./base/sjpx_openjpeg.c:205: error: 'opj_image_comp_t' has no member > named 'typ' > ./base/sjpx_openjpeg.c:205: error: 'CTYPE_COLOR' undeclared (first use > in this function) > ./base/sjpx_openjpeg.c:205: error: (Each undeclared identifier is > reported only once > ./base/sjpx_openjpeg.c:205: error: for each function it appears in.) > ./base/sjpx_openjpeg.c:207: error: 'opj_image_comp_t' has no member > named 'typ' > ./base/sjpx_openjpeg.c:207: error: 'CTYPE_OPACITY' undeclared (first use > in this function) > ./base/sjpx_openjpeg.c:217: error: 'CLRSPC_CMYK' undeclared (first use > in this function) > ./base/sjpx_openjpeg.c:250: error: 'opj_image_t' has no member named > 'has_palette' > ./base/sjpx_openjpeg.c:257: error: 'CLRSPC_EYCC' undeclared (first use > in this function) > gmake[2]: *** [soobj/sjpx_openjpeg.o] Error 1 > gmake[2]: Leaving directory > `/usr/ports/print/ghostscript9/work/ghostscript-9.05' > gmake[1]: *** [so-subtarget] Error 2 > gmake[1]: Leaving directory > `/usr/ports/print/ghostscript9/work/ghostscript-9.05' > gmake: *** [so] Error 2 > *** Error code 1 > > Stop in /usr/ports/print/ghostscript9. > *** Error code 1 > > Stop in /usr/ports/print/ghostscript9. > > ===>>> make failed for print/ghostscript9 > ===>>> Aborting update > > Terminated > > ===>>> You can restart from the point of failure with this command line: > portmaster print/ghostscript9 > This has already been discussed on ports@, please don't cross-post. Chris From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 16:55:34 2012 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 3E9D81065676; Tue, 14 Feb 2012 16:55:34 +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 DA4B18FC19; Tue, 14 Feb 2012 16:55:33 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EGtX6g027572; Tue, 14 Feb 2012 11:55:33 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EGtXcC027553; Tue, 14 Feb 2012 16:55:33 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 16:55:33 GMT Message-Id: <201202141655.q1EGtXcC027553@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 arm/arm 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: Tue, 14 Feb 2012 16:55:34 -0000 TB --- 2012-02-14 16:40:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 16:40:00 - starting HEAD tinderbox run for arm/arm TB --- 2012-02-14 16:40:00 - cleaning the object tree TB --- 2012-02-14 16:40:03 - cvsupping the source tree TB --- 2012-02-14 16:40:03 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/arm/arm/supfile TB --- 2012-02-14 16:40:27 - building world TB --- 2012-02-14 16:40:27 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 16:40:27 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 16:40:27 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 16:40:27 - SRCCONF=/dev/null TB --- 2012-02-14 16:40:27 - TARGET=arm TB --- 2012-02-14 16:40:27 - TARGET_ARCH=arm TB --- 2012-02-14 16:40:27 - TZ=UTC TB --- 2012-02-14 16:40:27 - __MAKE_CONF=/dev/null TB --- 2012-02-14 16:40:27 - cd /src TB --- 2012-02-14 16:40:27 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 16:40:27 UTC 2012 >>> 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 [...] /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 16:55:33 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 16:55:33 - ERROR: failed to build world TB --- 2012-02-14 16:55:33 - 702.58 user 161.59 system 932.54 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 17:00:27 2012 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 09C1E106566C; Tue, 14 Feb 2012 17:00: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 48EB48FC0A; Tue, 14 Feb 2012 17:00:25 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EH0OTh085704; Tue, 14 Feb 2012 12:00:24 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EH0OQp085694; Tue, 14 Feb 2012 17:00:24 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 17:00:24 GMT Message-Id: <201202141700.q1EH0OQp085694@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: Tue, 14 Feb 2012 17:00:27 -0000 TB --- 2012-02-14 16:40:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 16:40:00 - starting HEAD tinderbox run for i386/pc98 TB --- 2012-02-14 16:40:00 - cleaning the object tree TB --- 2012-02-14 16:40:03 - cvsupping the source tree TB --- 2012-02-14 16:40:03 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/i386/pc98/supfile TB --- 2012-02-14 16:40:27 - building world TB --- 2012-02-14 16:40:27 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 16:40:27 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 16:40:27 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 16:40:27 - SRCCONF=/dev/null TB --- 2012-02-14 16:40:27 - TARGET=pc98 TB --- 2012-02-14 16:40:27 - TARGET_ARCH=i386 TB --- 2012-02-14 16:40:27 - TZ=UTC TB --- 2012-02-14 16:40:27 - __MAKE_CONF=/dev/null TB --- 2012-02-14 16:40:27 - cd /src TB --- 2012-02-14 16:40:27 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 16:40:28 UTC 2012 >>> 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 [...] /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 17:00:24 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 17:00:24 - ERROR: failed to build world TB --- 2012-02-14 17:00:24 - 959.61 user 176.20 system 1224.24 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-pc98.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 17:01:27 2012 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 157F81065674; Tue, 14 Feb 2012 17: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 B06398FC14; Tue, 14 Feb 2012 17:01:26 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EH1Qcv092829; Tue, 14 Feb 2012 12:01:26 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EH1QQQ092814; Tue, 14 Feb 2012 17:01:26 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 17:01:26 GMT Message-Id: <201202141701.q1EH1QQQ092814@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: Tue, 14 Feb 2012 17:01:27 -0000 TB --- 2012-02-14 16:40:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 16:40:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2012-02-14 16:40:00 - cleaning the object tree TB --- 2012-02-14 16:40:03 - cvsupping the source tree TB --- 2012-02-14 16:40:03 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/amd64/amd64/supfile TB --- 2012-02-14 16:40:27 - building world TB --- 2012-02-14 16:40:27 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 16:40:27 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 16:40:27 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 16:40:27 - SRCCONF=/dev/null TB --- 2012-02-14 16:40:27 - TARGET=amd64 TB --- 2012-02-14 16:40:27 - TARGET_ARCH=amd64 TB --- 2012-02-14 16:40:27 - TZ=UTC TB --- 2012-02-14 16:40:27 - __MAKE_CONF=/dev/null TB --- 2012-02-14 16:40:27 - cd /src TB --- 2012-02-14 16:40:27 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 16:40:28 UTC 2012 >>> 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 [...] /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 17:01:26 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 17:01:26 - ERROR: failed to build world TB --- 2012-02-14 17:01:26 - 1005.08 user 185.20 system 1285.62 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 17:06:06 2012 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 DCF0F1065790; Tue, 14 Feb 2012 17:06:06 +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 8009C8FC1C; Tue, 14 Feb 2012 17:06:06 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EH65w6038456; Tue, 14 Feb 2012 12:06:05 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EH65Mt038428; Tue, 14 Feb 2012 17:06:05 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 17:06:05 GMT Message-Id: <201202141706.q1EH65Mt038428@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: Tue, 14 Feb 2012 17:06:07 -0000 TB --- 2012-02-14 16:40:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 16:40:00 - starting HEAD tinderbox run for i386/i386 TB --- 2012-02-14 16:40:00 - cleaning the object tree TB --- 2012-02-14 16:40:03 - cvsupping the source tree TB --- 2012-02-14 16:40:03 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/i386/i386/supfile TB --- 2012-02-14 16:45:31 - building world TB --- 2012-02-14 16:45:31 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 16:45:31 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 16:45:31 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 16:45:31 - SRCCONF=/dev/null TB --- 2012-02-14 16:45:31 - TARGET=i386 TB --- 2012-02-14 16:45:31 - TARGET_ARCH=i386 TB --- 2012-02-14 16:45:31 - TZ=UTC TB --- 2012-02-14 16:45:31 - __MAKE_CONF=/dev/null TB --- 2012-02-14 16:45:31 - cd /src TB --- 2012-02-14 16:45:31 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 16:45:31 UTC 2012 >>> 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 [...] /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 17:06:05 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 17:06:05 - ERROR: failed to build world TB --- 2012-02-14 17:06:05 - 963.52 user 174.20 system 1565.19 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-i386.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 17:15:56 2012 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 089E31065686; Tue, 14 Feb 2012 17:15: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 A4D228FC1B; Tue, 14 Feb 2012 17:15:55 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EHFsmG035903; Tue, 14 Feb 2012 12:15:54 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EHFsD6035890; Tue, 14 Feb 2012 17:15:54 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 17:15:54 GMT Message-Id: <201202141715.q1EHFsD6035890@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: Tue, 14 Feb 2012 17:15:56 -0000 TB --- 2012-02-14 16:55:33 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 16:55:33 - starting HEAD tinderbox run for ia64/ia64 TB --- 2012-02-14 16:55:33 - cleaning the object tree TB --- 2012-02-14 16:55:36 - cvsupping the source tree TB --- 2012-02-14 16:55:36 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/ia64/ia64/supfile TB --- 2012-02-14 16:56:27 - building world TB --- 2012-02-14 16:56:27 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 16:56:27 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 16:56:27 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 16:56:27 - SRCCONF=/dev/null TB --- 2012-02-14 16:56:27 - TARGET=ia64 TB --- 2012-02-14 16:56:27 - TARGET_ARCH=ia64 TB --- 2012-02-14 16:56:27 - TZ=UTC TB --- 2012-02-14 16:56:27 - __MAKE_CONF=/dev/null TB --- 2012-02-14 16:56:27 - cd /src TB --- 2012-02-14 16:56:27 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 16:56:27 UTC 2012 >>> 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 [...] /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 17:15:54 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 17:15:54 - ERROR: failed to build world TB --- 2012-02-14 17:15:54 - 914.78 user 180.71 system 1221.69 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-ia64-ia64.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 17:17:43 2012 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 4B3CF106564A; Tue, 14 Feb 2012 17:17: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 E6EE08FC16; Tue, 14 Feb 2012 17:17:42 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EHHg3O053635; Tue, 14 Feb 2012 12:17:42 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EHHgPg053621; Tue, 14 Feb 2012 17:17:42 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 17:17:42 GMT Message-Id: <201202141717.q1EHHgPg053621@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 mips/mips 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: Tue, 14 Feb 2012 17:17:43 -0000 TB --- 2012-02-14 17:00:24 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 17:00:24 - starting HEAD tinderbox run for mips/mips TB --- 2012-02-14 17:00:24 - cleaning the object tree TB --- 2012-02-14 17:00:26 - cvsupping the source tree TB --- 2012-02-14 17:00:26 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/mips/mips/supfile TB --- 2012-02-14 17:00:37 - building world TB --- 2012-02-14 17:00:37 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 17:00:37 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 17:00:37 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 17:00:37 - SRCCONF=/dev/null TB --- 2012-02-14 17:00:37 - TARGET=mips TB --- 2012-02-14 17:00:37 - TARGET_ARCH=mips TB --- 2012-02-14 17:00:37 - TZ=UTC TB --- 2012-02-14 17:00:37 - __MAKE_CONF=/dev/null TB --- 2012-02-14 17:00:37 - cd /src TB --- 2012-02-14 17:00:37 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 17:00:38 UTC 2012 >>> 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 [...] /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 17:17:42 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 17:17:42 - ERROR: failed to build world TB --- 2012-02-14 17:17:42 - 766.73 user 164.02 system 1037.40 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-mips-mips.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 17:22:11 2012 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 D0BCA106564A; Tue, 14 Feb 2012 17:22: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 711768FC0C; Tue, 14 Feb 2012 17:22:11 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EHMAak093750; Tue, 14 Feb 2012 12:22:10 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EHMANg093741; Tue, 14 Feb 2012 17:22:10 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 17:22:10 GMT Message-Id: <201202141722.q1EHMANg093741@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: Tue, 14 Feb 2012 17:22:11 -0000 TB --- 2012-02-14 17:01:26 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 17:01:26 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2012-02-14 17:01:26 - cleaning the object tree TB --- 2012-02-14 17:01:28 - cvsupping the source tree TB --- 2012-02-14 17:01:28 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2012-02-14 17:01:38 - building world TB --- 2012-02-14 17:01:38 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 17:01:38 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 17:01:38 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 17:01:38 - SRCCONF=/dev/null TB --- 2012-02-14 17:01:38 - TARGET=powerpc TB --- 2012-02-14 17:01:38 - TARGET_ARCH=powerpc TB --- 2012-02-14 17:01:38 - TZ=UTC TB --- 2012-02-14 17:01:38 - __MAKE_CONF=/dev/null TB --- 2012-02-14 17:01:38 - cd /src TB --- 2012-02-14 17:01:38 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 17:01:39 UTC 2012 >>> 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 [...] /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 17:22:10 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 17:22:10 - ERROR: failed to build world TB --- 2012-02-14 17:22:10 - 981.22 user 180.03 system 1244.32 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 17:26:44 2012 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 70607106564A; Tue, 14 Feb 2012 17:26: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 0FB038FC12; Tue, 14 Feb 2012 17:26:43 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EHQhql024586; Tue, 14 Feb 2012 12:26:43 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EHQhYv024585; Tue, 14 Feb 2012 17:26:43 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 17:26:43 GMT Message-Id: <201202141726.q1EHQhYv024585@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: Tue, 14 Feb 2012 17:26:44 -0000 TB --- 2012-02-14 17:06:05 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 17:06:05 - starting HEAD tinderbox run for powerpc64/powerpc TB --- 2012-02-14 17:06:05 - cleaning the object tree TB --- 2012-02-14 17:06:08 - cvsupping the source tree TB --- 2012-02-14 17:06:08 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/powerpc64/powerpc/supfile TB --- 2012-02-14 17:06:19 - building world TB --- 2012-02-14 17:06:19 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 17:06:19 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 17:06:19 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 17:06:19 - SRCCONF=/dev/null TB --- 2012-02-14 17:06:19 - TARGET=powerpc TB --- 2012-02-14 17:06:19 - TARGET_ARCH=powerpc64 TB --- 2012-02-14 17:06:19 - TZ=UTC TB --- 2012-02-14 17:06:19 - __MAKE_CONF=/dev/null TB --- 2012-02-14 17:06:19 - cd /src TB --- 2012-02-14 17:06:19 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 17:06:19 UTC 2012 >>> 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 [...] /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 17:26:43 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 17:26:43 - ERROR: failed to build world TB --- 2012-02-14 17:26:43 - 1004.32 user 184.88 system 1237.34 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc64-powerpc.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 17:31:00 2012 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 108B71065672; Tue, 14 Feb 2012 17:31:00 +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 8EDCA8FC15; Tue, 14 Feb 2012 17:30:59 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EHUwqo035805; Tue, 14 Feb 2012 12:30:58 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EHUweM035804; Tue, 14 Feb 2012 17:30:58 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 17:30:58 GMT Message-Id: <201202141730.q1EHUweM035804@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: Tue, 14 Feb 2012 17:31:00 -0000 TB --- 2012-02-14 17:15:55 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 17:15:55 - starting HEAD tinderbox run for sparc64/sparc64 TB --- 2012-02-14 17:15:55 - cleaning the object tree TB --- 2012-02-14 17:15:56 - cvsupping the source tree TB --- 2012-02-14 17:15:56 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/sparc64/sparc64/supfile TB --- 2012-02-14 17:16:07 - building world TB --- 2012-02-14 17:16:07 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 17:16:07 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 17:16:07 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 17:16:07 - SRCCONF=/dev/null TB --- 2012-02-14 17:16:07 - TARGET=sparc64 TB --- 2012-02-14 17:16:07 - TARGET_ARCH=sparc64 TB --- 2012-02-14 17:16:07 - TZ=UTC TB --- 2012-02-14 17:16:07 - __MAKE_CONF=/dev/null TB --- 2012-02-14 17:16:07 - cd /src TB --- 2012-02-14 17:16:07 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 17:16:07 UTC 2012 >>> 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 [...] /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 17:30:58 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 17:30:58 - ERROR: failed to build world TB --- 2012-02-14 17:30:58 - 742.23 user 146.24 system 903.35 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sparc64.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 17:55:23 2012 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 04E781065677; Tue, 14 Feb 2012 17:55: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 9C8198FC17; Tue, 14 Feb 2012 17:55:21 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EHtLna085121; Tue, 14 Feb 2012 12:55:21 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EHtKS1085109; Tue, 14 Feb 2012 17:55:20 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 17:55:20 GMT Message-Id: <201202141755.q1EHtKS1085109@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 arm/arm 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: Tue, 14 Feb 2012 17:55:23 -0000 TB --- 2012-02-14 17:40:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 17:40:00 - starting HEAD tinderbox run for arm/arm TB --- 2012-02-14 17:40:00 - cleaning the object tree TB --- 2012-02-14 17:40:03 - cvsupping the source tree TB --- 2012-02-14 17:40:03 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/arm/arm/supfile TB --- 2012-02-14 17:40:26 - building world TB --- 2012-02-14 17:40:26 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 17:40:26 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 17:40:26 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 17:40:26 - SRCCONF=/dev/null TB --- 2012-02-14 17:40:26 - TARGET=arm TB --- 2012-02-14 17:40:26 - TARGET_ARCH=arm TB --- 2012-02-14 17:40:26 - TZ=UTC TB --- 2012-02-14 17:40:26 - __MAKE_CONF=/dev/null TB --- 2012-02-14 17:40:26 - cd /src TB --- 2012-02-14 17:40:26 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 17:40:27 UTC 2012 >>> 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 [...] /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 17:55:20 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 17:55:20 - ERROR: failed to build world TB --- 2012-02-14 17:55:20 - 700.53 user 163.29 system 920.20 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 18:00:16 2012 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 E381C106567A; Tue, 14 Feb 2012 18:00:15 +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 78C398FC1B; Tue, 14 Feb 2012 18:00:15 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EI0Emb028842; Tue, 14 Feb 2012 13:00:14 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EI0ETX028821; Tue, 14 Feb 2012 18:00:14 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 18:00:14 GMT Message-Id: <201202141800.q1EI0ETX028821@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: Tue, 14 Feb 2012 18:00:16 -0000 TB --- 2012-02-14 17:40:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 17:40:00 - starting HEAD tinderbox run for i386/i386 TB --- 2012-02-14 17:40:00 - cleaning the object tree TB --- 2012-02-14 17:40:03 - cvsupping the source tree TB --- 2012-02-14 17:40:03 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/i386/i386/supfile TB --- 2012-02-14 17:40:24 - building world TB --- 2012-02-14 17:40:24 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 17:40:24 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 17:40:24 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 17:40:24 - SRCCONF=/dev/null TB --- 2012-02-14 17:40:24 - TARGET=i386 TB --- 2012-02-14 17:40:24 - TARGET_ARCH=i386 TB --- 2012-02-14 17:40:24 - TZ=UTC TB --- 2012-02-14 17:40:24 - __MAKE_CONF=/dev/null TB --- 2012-02-14 17:40:24 - cd /src TB --- 2012-02-14 17:40:24 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 17:40:24 UTC 2012 >>> 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 [...] /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 18:00:14 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 18:00:14 - ERROR: failed to build world TB --- 2012-02-14 18:00:14 - 960.22 user 172.43 system 1213.94 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-i386.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 18:00:25 2012 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 3A168106567F; Tue, 14 Feb 2012 18:00:24 +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 64BC58FC15; Tue, 14 Feb 2012 18:00:24 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EI0Nqa030211; Tue, 14 Feb 2012 13:00:23 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EI0NDa030207; Tue, 14 Feb 2012 18:00:23 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 18:00:23 GMT Message-Id: <201202141800.q1EI0NDa030207@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: Tue, 14 Feb 2012 18:00:25 -0000 TB --- 2012-02-14 17:40:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 17:40:00 - starting HEAD tinderbox run for i386/pc98 TB --- 2012-02-14 17:40:00 - cleaning the object tree TB --- 2012-02-14 17:40:03 - cvsupping the source tree TB --- 2012-02-14 17:40:03 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/i386/pc98/supfile TB --- 2012-02-14 17:40:26 - building world TB --- 2012-02-14 17:40:26 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 17:40:26 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 17:40:26 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 17:40:26 - SRCCONF=/dev/null TB --- 2012-02-14 17:40:26 - TARGET=pc98 TB --- 2012-02-14 17:40:26 - TARGET_ARCH=i386 TB --- 2012-02-14 17:40:26 - TZ=UTC TB --- 2012-02-14 17:40:26 - __MAKE_CONF=/dev/null TB --- 2012-02-14 17:40:26 - cd /src TB --- 2012-02-14 17:40:26 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 17:40:26 UTC 2012 >>> 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 [...] /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 18:00:23 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 18:00:23 - ERROR: failed to build world TB --- 2012-02-14 18:00:23 - 960.01 user 175.62 system 1223.10 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-pc98.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 18:08:23 2012 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 42D64106566B; Tue, 14 Feb 2012 18:08: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 DE1408FC12; Tue, 14 Feb 2012 18:08:22 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EI8MbV012949; Tue, 14 Feb 2012 13:08:22 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EI8MBi012940; Tue, 14 Feb 2012 18:08:22 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 18:08:22 GMT Message-Id: <201202141808.q1EI8MBi012940@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: Tue, 14 Feb 2012 18:08:23 -0000 TB --- 2012-02-14 17:40:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 17:40:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2012-02-14 17:40:00 - cleaning the object tree TB --- 2012-02-14 17:40:03 - cvsupping the source tree TB --- 2012-02-14 17:40:03 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/amd64/amd64/supfile TB --- 2012-02-14 17:46:41 - building world TB --- 2012-02-14 17:46:41 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 17:46:41 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 17:46:41 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 17:46:41 - SRCCONF=/dev/null TB --- 2012-02-14 17:46:41 - TARGET=amd64 TB --- 2012-02-14 17:46:41 - TARGET_ARCH=amd64 TB --- 2012-02-14 17:46:41 - TZ=UTC TB --- 2012-02-14 17:46:41 - __MAKE_CONF=/dev/null TB --- 2012-02-14 17:46:41 - cd /src TB --- 2012-02-14 17:46:41 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 17:46:41 UTC 2012 >>> 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 [...] /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 18:08:22 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 18:08:22 - ERROR: failed to build world TB --- 2012-02-14 18:08:22 - 1012.39 user 185.74 system 1701.30 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 18:14:34 2012 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 5E016106564A; Tue, 14 Feb 2012 18:14:34 +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 04EA38FC15; Tue, 14 Feb 2012 18:14:33 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EIEXbj084574; Tue, 14 Feb 2012 13:14:33 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EIEXXi084569; Tue, 14 Feb 2012 18:14:33 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 18:14:33 GMT Message-Id: <201202141814.q1EIEXXi084569@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: Tue, 14 Feb 2012 18:14:34 -0000 TB --- 2012-02-14 17:55:21 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 17:55:21 - starting HEAD tinderbox run for ia64/ia64 TB --- 2012-02-14 17:55:21 - cleaning the object tree TB --- 2012-02-14 17:55:23 - cvsupping the source tree TB --- 2012-02-14 17:55:23 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/ia64/ia64/supfile TB --- 2012-02-14 17:55:34 - building world TB --- 2012-02-14 17:55:34 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 17:55:34 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 17:55:34 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 17:55:34 - SRCCONF=/dev/null TB --- 2012-02-14 17:55:34 - TARGET=ia64 TB --- 2012-02-14 17:55:34 - TARGET_ARCH=ia64 TB --- 2012-02-14 17:55:34 - TZ=UTC TB --- 2012-02-14 17:55:34 - __MAKE_CONF=/dev/null TB --- 2012-02-14 17:55:34 - cd /src TB --- 2012-02-14 17:55:34 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 17:55:34 UTC 2012 >>> 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 [...] /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 18:14:33 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 18:14:33 - ERROR: failed to build world TB --- 2012-02-14 18:14:33 - 889.89 user 176.85 system 1151.98 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-ia64-ia64.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 18:17:03 2012 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 C41E21065672; Tue, 14 Feb 2012 18:17:03 +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 6E0D88FC18; Tue, 14 Feb 2012 18:17:03 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EIH2o2016539; Tue, 14 Feb 2012 13:17:02 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EIH2wi016534; Tue, 14 Feb 2012 18:17:02 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 18:17:02 GMT Message-Id: <201202141817.q1EIH2wi016534@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 mips/mips 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: Tue, 14 Feb 2012 18:17:03 -0000 TB --- 2012-02-14 18:00:14 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 18:00:14 - starting HEAD tinderbox run for mips/mips TB --- 2012-02-14 18:00:14 - cleaning the object tree TB --- 2012-02-14 18:00:16 - cvsupping the source tree TB --- 2012-02-14 18:00:16 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/mips/mips/supfile TB --- 2012-02-14 18:00:30 - building world TB --- 2012-02-14 18:00:30 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 18:00:30 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 18:00:30 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 18:00:30 - SRCCONF=/dev/null TB --- 2012-02-14 18:00:30 - TARGET=mips TB --- 2012-02-14 18:00:30 - TARGET_ARCH=mips TB --- 2012-02-14 18:00:30 - TZ=UTC TB --- 2012-02-14 18:00:30 - __MAKE_CONF=/dev/null TB --- 2012-02-14 18:00:30 - cd /src TB --- 2012-02-14 18:00:30 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 18:00:31 UTC 2012 >>> 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 [...] /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 18:17:02 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 18:17:02 - ERROR: failed to build world TB --- 2012-02-14 18:17:02 - 739.52 user 165.56 system 1007.93 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-mips-mips.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 18:20:40 2012 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 7A239106564A; Tue, 14 Feb 2012 18:20:40 +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 215B98FC13; Tue, 14 Feb 2012 18:20:39 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EIKd1r030434; Tue, 14 Feb 2012 13:20:39 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EIKdNo030433; Tue, 14 Feb 2012 18:20:39 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 18:20:39 GMT Message-Id: <201202141820.q1EIKdNo030433@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: Tue, 14 Feb 2012 18:20:40 -0000 TB --- 2012-02-14 18:00:24 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 18:00:24 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2012-02-14 18:00:24 - cleaning the object tree TB --- 2012-02-14 18:00:26 - cvsupping the source tree TB --- 2012-02-14 18:00:26 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2012-02-14 18:00:36 - building world TB --- 2012-02-14 18:00:36 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 18:00:36 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 18:00:36 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 18:00:36 - SRCCONF=/dev/null TB --- 2012-02-14 18:00:36 - TARGET=powerpc TB --- 2012-02-14 18:00:36 - TARGET_ARCH=powerpc TB --- 2012-02-14 18:00:36 - TZ=UTC TB --- 2012-02-14 18:00:36 - __MAKE_CONF=/dev/null TB --- 2012-02-14 18:00:36 - cd /src TB --- 2012-02-14 18:00:36 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 18:00:37 UTC 2012 >>> 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 [...] /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 18:20:39 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 18:20:39 - ERROR: failed to build world TB --- 2012-02-14 18:20:39 - 959.65 user 178.52 system 1215.27 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 18:28:17 2012 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 963EF106566C; Tue, 14 Feb 2012 18:28:17 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id 3562B8FC0A; Tue, 14 Feb 2012 18:28:16 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EISGRr087212; Tue, 14 Feb 2012 13:28:16 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EISGc3087207; Tue, 14 Feb 2012 18:28:16 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 18:28:16 GMT Message-Id: <201202141828.q1EISGc3087207@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: Tue, 14 Feb 2012 18:28:17 -0000 TB --- 2012-02-14 18:08:22 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 18:08:22 - starting HEAD tinderbox run for powerpc64/powerpc TB --- 2012-02-14 18:08:22 - cleaning the object tree TB --- 2012-02-14 18:08:24 - cvsupping the source tree TB --- 2012-02-14 18:08:24 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/powerpc64/powerpc/supfile TB --- 2012-02-14 18:08:35 - building world TB --- 2012-02-14 18:08:35 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 18:08:35 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 18:08:35 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 18:08:35 - SRCCONF=/dev/null TB --- 2012-02-14 18:08:35 - TARGET=powerpc TB --- 2012-02-14 18:08:35 - TARGET_ARCH=powerpc64 TB --- 2012-02-14 18:08:35 - TZ=UTC TB --- 2012-02-14 18:08:35 - __MAKE_CONF=/dev/null TB --- 2012-02-14 18:08:35 - cd /src TB --- 2012-02-14 18:08:35 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 18:08:36 UTC 2012 >>> 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 [...] /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 18:28:16 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 18:28:16 - ERROR: failed to build world TB --- 2012-02-14 18:28:16 - 976.66 user 179.47 system 1194.05 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc64-powerpc.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 18:29:47 2012 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 12057106564A; Tue, 14 Feb 2012 18:29:47 +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 A47258FC15; Tue, 14 Feb 2012 18:29:46 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EITkqI089490; Tue, 14 Feb 2012 13:29:46 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EITf1Z089489; Tue, 14 Feb 2012 18:29:41 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 18:29:41 GMT Message-Id: <201202141829.q1EITf1Z089489@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: Tue, 14 Feb 2012 18:29:47 -0000 TB --- 2012-02-14 18:14:33 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 18:14:33 - starting HEAD tinderbox run for sparc64/sparc64 TB --- 2012-02-14 18:14:33 - cleaning the object tree TB --- 2012-02-14 18:14:35 - cvsupping the source tree TB --- 2012-02-14 18:14:35 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/sparc64/sparc64/supfile TB --- 2012-02-14 18:14:45 - building world TB --- 2012-02-14 18:14:45 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 18:14:45 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 18:14:45 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 18:14:45 - SRCCONF=/dev/null TB --- 2012-02-14 18:14:45 - TARGET=sparc64 TB --- 2012-02-14 18:14:45 - TARGET_ARCH=sparc64 TB --- 2012-02-14 18:14:45 - TZ=UTC TB --- 2012-02-14 18:14:45 - __MAKE_CONF=/dev/null TB --- 2012-02-14 18:14:45 - cd /src TB --- 2012-02-14 18:14:45 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 18:14:46 UTC 2012 >>> 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 [...] /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 18:29:40 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 18:29:40 - ERROR: failed to build world TB --- 2012-02-14 18:29:40 - 736.54 user 150.59 system 907.53 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sparc64.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 18:46:02 2012 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 33A7F106566C; Tue, 14 Feb 2012 18:46: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 D0D438FC08; Tue, 14 Feb 2012 18:46:01 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EIk1uK035549; Tue, 14 Feb 2012 13:46:01 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EIk16d035521; Tue, 14 Feb 2012 18:46:01 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 18:46:01 GMT Message-Id: <201202141846.q1EIk16d035521@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 arm/arm 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: Tue, 14 Feb 2012 18:46:02 -0000 TB --- 2012-02-14 18:30:01 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 18:30:01 - starting HEAD tinderbox run for arm/arm TB --- 2012-02-14 18:30:01 - cleaning the object tree TB --- 2012-02-14 18:30:05 - cvsupping the source tree TB --- 2012-02-14 18:30:05 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/arm/arm/supfile TB --- 2012-02-14 18:30:53 - building world TB --- 2012-02-14 18:30:53 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 18:30:53 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 18:30:53 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 18:30:53 - SRCCONF=/dev/null TB --- 2012-02-14 18:30:53 - TARGET=arm TB --- 2012-02-14 18:30:53 - TARGET_ARCH=arm TB --- 2012-02-14 18:30:53 - TZ=UTC TB --- 2012-02-14 18:30:53 - __MAKE_CONF=/dev/null TB --- 2012-02-14 18:30:53 - cd /src TB --- 2012-02-14 18:30:53 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 18:30:53 UTC 2012 >>> 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 [...] /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 18:46:00 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 18:46:00 - ERROR: failed to build world TB --- 2012-02-14 18:46:00 - 702.90 user 161.45 system 959.88 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 18:50:59 2012 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 63BCC106564A; Tue, 14 Feb 2012 18:50:59 +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 F3DBD8FC15; Tue, 14 Feb 2012 18:50:58 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EIowil095706; Tue, 14 Feb 2012 13:50:58 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EIowl7095703; Tue, 14 Feb 2012 18:50:58 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 18:50:58 GMT Message-Id: <201202141850.q1EIowl7095703@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: Tue, 14 Feb 2012 18:50:59 -0000 TB --- 2012-02-14 18:30:01 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 18:30:01 - starting HEAD tinderbox run for i386/pc98 TB --- 2012-02-14 18:30:01 - cleaning the object tree TB --- 2012-02-14 18:30:06 - cvsupping the source tree TB --- 2012-02-14 18:30:06 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/i386/pc98/supfile TB --- 2012-02-14 18:30:53 - building world TB --- 2012-02-14 18:30:53 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 18:30:53 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 18:30:53 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 18:30:53 - SRCCONF=/dev/null TB --- 2012-02-14 18:30:53 - TARGET=pc98 TB --- 2012-02-14 18:30:53 - TARGET_ARCH=i386 TB --- 2012-02-14 18:30:53 - TZ=UTC TB --- 2012-02-14 18:30:53 - __MAKE_CONF=/dev/null TB --- 2012-02-14 18:30:53 - cd /src TB --- 2012-02-14 18:30:53 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 18:30:53 UTC 2012 >>> 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 [...] /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 18:50:58 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 18:50:58 - ERROR: failed to build world TB --- 2012-02-14 18:50:58 - 961.28 user 177.56 system 1257.05 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-pc98.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 18:52:00 2012 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 18DC31065678; Tue, 14 Feb 2012 18:52:00 +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 B523B8FC1C; Tue, 14 Feb 2012 18:51:59 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EIpxLx003120; Tue, 14 Feb 2012 13:51:59 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EIpx7S003113; Tue, 14 Feb 2012 18:51:59 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 18:51:59 GMT Message-Id: <201202141851.q1EIpx7S003113@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: Tue, 14 Feb 2012 18:52:00 -0000 TB --- 2012-02-14 18:30:01 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 18:30:01 - starting HEAD tinderbox run for amd64/amd64 TB --- 2012-02-14 18:30:01 - cleaning the object tree TB --- 2012-02-14 18:30:05 - cvsupping the source tree TB --- 2012-02-14 18:30:05 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/amd64/amd64/supfile TB --- 2012-02-14 18:30:53 - building world TB --- 2012-02-14 18:30:53 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 18:30:53 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 18:30:53 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 18:30:53 - SRCCONF=/dev/null TB --- 2012-02-14 18:30:53 - TARGET=amd64 TB --- 2012-02-14 18:30:53 - TARGET_ARCH=amd64 TB --- 2012-02-14 18:30:53 - TZ=UTC TB --- 2012-02-14 18:30:53 - __MAKE_CONF=/dev/null TB --- 2012-02-14 18:30:53 - cd /src TB --- 2012-02-14 18:30:53 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 18:30:53 UTC 2012 >>> 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 [...] /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 18:51:59 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 18:51:59 - ERROR: failed to build world TB --- 2012-02-14 18:51:59 - 1007.48 user 185.23 system 1318.00 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 18:56:06 2012 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 420F0106567A; Tue, 14 Feb 2012 18:56:06 +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 DF5738FC26; Tue, 14 Feb 2012 18:56:05 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EIu5JR042375; Tue, 14 Feb 2012 13:56:05 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EIu5CN042362; Tue, 14 Feb 2012 18:56:05 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 18:56:05 GMT Message-Id: <201202141856.q1EIu5CN042362@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: Tue, 14 Feb 2012 18:56:06 -0000 TB --- 2012-02-14 18:30:01 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 18:30:01 - starting HEAD tinderbox run for i386/i386 TB --- 2012-02-14 18:30:01 - cleaning the object tree TB --- 2012-02-14 18:30:06 - cvsupping the source tree TB --- 2012-02-14 18:30:06 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/i386/i386/supfile TB --- 2012-02-14 18:35:31 - building world TB --- 2012-02-14 18:35:31 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 18:35:31 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 18:35:31 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 18:35:31 - SRCCONF=/dev/null TB --- 2012-02-14 18:35:31 - TARGET=i386 TB --- 2012-02-14 18:35:31 - TARGET_ARCH=i386 TB --- 2012-02-14 18:35:31 - TZ=UTC TB --- 2012-02-14 18:35:31 - __MAKE_CONF=/dev/null TB --- 2012-02-14 18:35:31 - cd /src TB --- 2012-02-14 18:35:31 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 18:35:31 UTC 2012 >>> 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 [...] /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 18:56:05 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 18:56:05 - ERROR: failed to build world TB --- 2012-02-14 18:56:05 - 965.74 user 172.61 system 1564.03 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-i386.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 19:05:17 2012 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 0046D1065670; Tue, 14 Feb 2012 19:05: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 94AE88FC1A; Tue, 14 Feb 2012 19:05:16 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EJ5FMG038308; Tue, 14 Feb 2012 14:05:15 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EJ5F3R038297; Tue, 14 Feb 2012 19:05:15 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 19:05:15 GMT Message-Id: <201202141905.q1EJ5F3R038297@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: Tue, 14 Feb 2012 19:05:17 -0000 TB --- 2012-02-14 18:46:01 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 18:46:01 - starting HEAD tinderbox run for ia64/ia64 TB --- 2012-02-14 18:46:01 - cleaning the object tree TB --- 2012-02-14 18:46:02 - cvsupping the source tree TB --- 2012-02-14 18:46:02 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/ia64/ia64/supfile TB --- 2012-02-14 18:46:21 - building world TB --- 2012-02-14 18:46:21 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 18:46:21 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 18:46:21 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 18:46:21 - SRCCONF=/dev/null TB --- 2012-02-14 18:46:21 - TARGET=ia64 TB --- 2012-02-14 18:46:21 - TARGET_ARCH=ia64 TB --- 2012-02-14 18:46:21 - TZ=UTC TB --- 2012-02-14 18:46:21 - __MAKE_CONF=/dev/null TB --- 2012-02-14 18:46:21 - cd /src TB --- 2012-02-14 18:46:21 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 18:46:21 UTC 2012 >>> 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 [...] /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 19:05:15 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 19:05:15 - ERROR: failed to build world TB --- 2012-02-14 19:05:15 - 890.74 user 175.94 system 1154.51 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-ia64-ia64.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 19:07:36 2012 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 F1A0F1065673; Tue, 14 Feb 2012 19:07:36 +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 8F6EA8FC0A; Tue, 14 Feb 2012 19:07:36 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EJ7ZDo066960; Tue, 14 Feb 2012 14:07:35 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EJ7ZJM066956; Tue, 14 Feb 2012 19:07:35 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 19:07:35 GMT Message-Id: <201202141907.q1EJ7ZJM066956@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 mips/mips 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: Tue, 14 Feb 2012 19:07:37 -0000 TB --- 2012-02-14 18:50:58 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 18:50:58 - starting HEAD tinderbox run for mips/mips TB --- 2012-02-14 18:50:58 - cleaning the object tree TB --- 2012-02-14 18:51:00 - cvsupping the source tree TB --- 2012-02-14 18:51:00 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/mips/mips/supfile TB --- 2012-02-14 18:51:10 - building world TB --- 2012-02-14 18:51:10 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 18:51:10 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 18:51:10 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 18:51:10 - SRCCONF=/dev/null TB --- 2012-02-14 18:51:10 - TARGET=mips TB --- 2012-02-14 18:51:10 - TARGET_ARCH=mips TB --- 2012-02-14 18:51:10 - TZ=UTC TB --- 2012-02-14 18:51:10 - __MAKE_CONF=/dev/null TB --- 2012-02-14 18:51:10 - cd /src TB --- 2012-02-14 18:51:10 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 18:51:11 UTC 2012 >>> 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 [...] /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 19:07:35 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 19:07:35 - ERROR: failed to build world TB --- 2012-02-14 19:07:35 - 740.63 user 161.41 system 997.55 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-mips-mips.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 19:12:14 2012 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 D3E681065672; Tue, 14 Feb 2012 19:12:14 +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 7CA4E8FC16; Tue, 14 Feb 2012 19:12:14 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EJCDk3003499; Tue, 14 Feb 2012 14:12:13 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EJCDgr003495; Tue, 14 Feb 2012 19:12:13 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 19:12:13 GMT Message-Id: <201202141912.q1EJCDgr003495@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: Tue, 14 Feb 2012 19:12:14 -0000 TB --- 2012-02-14 18:51:59 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 18:51:59 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2012-02-14 18:51:59 - cleaning the object tree TB --- 2012-02-14 18:52:04 - cvsupping the source tree TB --- 2012-02-14 18:52:04 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2012-02-14 18:52:14 - building world TB --- 2012-02-14 18:52:14 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 18:52:14 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 18:52:14 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 18:52:14 - SRCCONF=/dev/null TB --- 2012-02-14 18:52:14 - TARGET=powerpc TB --- 2012-02-14 18:52:14 - TARGET_ARCH=powerpc TB --- 2012-02-14 18:52:14 - TZ=UTC TB --- 2012-02-14 18:52:14 - __MAKE_CONF=/dev/null TB --- 2012-02-14 18:52:14 - cd /src TB --- 2012-02-14 18:52:14 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 18:52:15 UTC 2012 >>> 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 [...] /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 19:12:13 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 19:12:13 - ERROR: failed to build world TB --- 2012-02-14 19:12:13 - 957.72 user 177.60 system 1214.39 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 19:16:27 2012 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 5E7E4106566B; Tue, 14 Feb 2012 19:16: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 F278F8FC0A; Tue, 14 Feb 2012 19:16:26 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EJGQRw033451; Tue, 14 Feb 2012 14:16:26 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EJGQ86033450; Tue, 14 Feb 2012 19:16:26 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 19:16:26 GMT Message-Id: <201202141916.q1EJGQ86033450@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: Tue, 14 Feb 2012 19:16:27 -0000 TB --- 2012-02-14 18:56:05 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 18:56:05 - starting HEAD tinderbox run for powerpc64/powerpc TB --- 2012-02-14 18:56:05 - cleaning the object tree TB --- 2012-02-14 18:56:06 - cvsupping the source tree TB --- 2012-02-14 18:56:06 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/powerpc64/powerpc/supfile TB --- 2012-02-14 18:56:19 - building world TB --- 2012-02-14 18:56:19 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 18:56:19 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 18:56:19 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 18:56:19 - SRCCONF=/dev/null TB --- 2012-02-14 18:56:19 - TARGET=powerpc TB --- 2012-02-14 18:56:19 - TARGET_ARCH=powerpc64 TB --- 2012-02-14 18:56:19 - TZ=UTC TB --- 2012-02-14 18:56:19 - __MAKE_CONF=/dev/null TB --- 2012-02-14 18:56:19 - cd /src TB --- 2012-02-14 18:56:19 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 18:56:20 UTC 2012 >>> 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 [...] /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 19:16:26 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 19:16:26 - ERROR: failed to build world TB --- 2012-02-14 19:16:26 - 980.28 user 182.63 system 1220.81 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc64-powerpc.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 19:20:25 2012 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 0CBB0106566B; Tue, 14 Feb 2012 19:20: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 A0F4C8FC0C; Tue, 14 Feb 2012 19:20:24 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EJKNTe043294; Tue, 14 Feb 2012 14:20:23 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EJKNHh043293; Tue, 14 Feb 2012 19:20:23 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 19:20:23 GMT Message-Id: <201202141920.q1EJKNHh043293@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: Tue, 14 Feb 2012 19:20:25 -0000 TB --- 2012-02-14 19:05:15 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 19:05:15 - starting HEAD tinderbox run for sparc64/sparc64 TB --- 2012-02-14 19:05:15 - cleaning the object tree TB --- 2012-02-14 19:05:17 - cvsupping the source tree TB --- 2012-02-14 19:05:17 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/sparc64/sparc64/supfile TB --- 2012-02-14 19:05:28 - building world TB --- 2012-02-14 19:05:28 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 19:05:28 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 19:05:28 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 19:05:28 - SRCCONF=/dev/null TB --- 2012-02-14 19:05:28 - TARGET=sparc64 TB --- 2012-02-14 19:05:28 - TARGET_ARCH=sparc64 TB --- 2012-02-14 19:05:28 - TZ=UTC TB --- 2012-02-14 19:05:28 - __MAKE_CONF=/dev/null TB --- 2012-02-14 19:05:28 - cd /src TB --- 2012-02-14 19:05:28 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 19:05:29 UTC 2012 >>> 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 [...] /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 19:20:23 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 19:20:23 - ERROR: failed to build world TB --- 2012-02-14 19:20:23 - 743.84 user 145.98 system 907.90 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sparc64.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 19:45:55 2012 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 BBFEF106566B; Tue, 14 Feb 2012 19:45: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 5C0588FC0A; Tue, 14 Feb 2012 19:45:55 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EJjsdf091158; Tue, 14 Feb 2012 14:45:54 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EJjstJ091145; Tue, 14 Feb 2012 19:45:54 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 19:45:54 GMT Message-Id: <201202141945.q1EJjstJ091145@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 arm/arm 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: Tue, 14 Feb 2012 19:45:55 -0000 TB --- 2012-02-14 19:30:01 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 19:30:01 - starting HEAD tinderbox run for arm/arm TB --- 2012-02-14 19:30:01 - cleaning the object tree TB --- 2012-02-14 19:30:04 - cvsupping the source tree TB --- 2012-02-14 19:30:04 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/arm/arm/supfile TB --- 2012-02-14 19:30:51 - building world TB --- 2012-02-14 19:30:51 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 19:30:51 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 19:30:51 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 19:30:51 - SRCCONF=/dev/null TB --- 2012-02-14 19:30:51 - TARGET=arm TB --- 2012-02-14 19:30:51 - TARGET_ARCH=arm TB --- 2012-02-14 19:30:51 - TZ=UTC TB --- 2012-02-14 19:30:51 - __MAKE_CONF=/dev/null TB --- 2012-02-14 19:30:51 - cd /src TB --- 2012-02-14 19:30:51 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 19:30:51 UTC 2012 >>> 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 [...] /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 19:45:54 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 19:45:54 - ERROR: failed to build world TB --- 2012-02-14 19:45:54 - 704.45 user 160.84 system 953.35 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 19:51:00 2012 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 9ED17106566B; Tue, 14 Feb 2012 19:51:00 +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 3EF5B8FC19; Tue, 14 Feb 2012 19:50:59 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EJoxIl046215; Tue, 14 Feb 2012 14:50:59 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EJoxFP046209; Tue, 14 Feb 2012 19:50:59 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 19:50:59 GMT Message-Id: <201202141950.q1EJoxFP046209@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: Tue, 14 Feb 2012 19:51:00 -0000 TB --- 2012-02-14 19:30:01 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 19:30:01 - starting HEAD tinderbox run for i386/pc98 TB --- 2012-02-14 19:30:01 - cleaning the object tree TB --- 2012-02-14 19:30:04 - cvsupping the source tree TB --- 2012-02-14 19:30:04 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/i386/pc98/supfile TB --- 2012-02-14 19:30:51 - building world TB --- 2012-02-14 19:30:51 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 19:30:51 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 19:30:51 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 19:30:51 - SRCCONF=/dev/null TB --- 2012-02-14 19:30:51 - TARGET=pc98 TB --- 2012-02-14 19:30:51 - TARGET_ARCH=i386 TB --- 2012-02-14 19:30:51 - TZ=UTC TB --- 2012-02-14 19:30:51 - __MAKE_CONF=/dev/null TB --- 2012-02-14 19:30:51 - cd /src TB --- 2012-02-14 19:30:51 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 19:30:51 UTC 2012 >>> 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 [...] /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 19:50:59 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 19:50:59 - ERROR: failed to build world TB --- 2012-02-14 19:50:59 - 961.58 user 178.18 system 1258.28 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-pc98.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 19:51:04 2012 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 4C82E1065676; Tue, 14 Feb 2012 19:51:04 +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 E96F48FC1E; Tue, 14 Feb 2012 19:51:03 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EJp35d046742; Tue, 14 Feb 2012 14:51:03 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EJp3bI046735; Tue, 14 Feb 2012 19:51:03 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 19:51:03 GMT Message-Id: <201202141951.q1EJp3bI046735@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: Tue, 14 Feb 2012 19:51:04 -0000 TB --- 2012-02-14 19:30:01 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 19:30:01 - starting HEAD tinderbox run for i386/i386 TB --- 2012-02-14 19:30:01 - cleaning the object tree TB --- 2012-02-14 19:30:04 - cvsupping the source tree TB --- 2012-02-14 19:30:04 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/i386/i386/supfile TB --- 2012-02-14 19:30:51 - building world TB --- 2012-02-14 19:30:51 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 19:30:51 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 19:30:51 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 19:30:51 - SRCCONF=/dev/null TB --- 2012-02-14 19:30:51 - TARGET=i386 TB --- 2012-02-14 19:30:51 - TARGET_ARCH=i386 TB --- 2012-02-14 19:30:51 - TZ=UTC TB --- 2012-02-14 19:30:51 - __MAKE_CONF=/dev/null TB --- 2012-02-14 19:30:51 - cd /src TB --- 2012-02-14 19:30:51 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 19:30:51 UTC 2012 >>> 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 [...] /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 19:51:03 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 19:51:03 - ERROR: failed to build world TB --- 2012-02-14 19:51:03 - 960.35 user 176.56 system 1262.33 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-i386.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 19:53:59 2012 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 0CE26106564A; Tue, 14 Feb 2012 19:53:59 +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 D88C58FC1F; Tue, 14 Feb 2012 19:53:58 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) by cyrus.watson.org (Postfix) with ESMTPSA id 7E84546B17; Tue, 14 Feb 2012 14:53:58 -0500 (EST) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 066DCB93F; Tue, 14 Feb 2012 14:53:58 -0500 (EST) From: John Baldwin To: TAKAHASHI Yoshihiro Date: Tue, 14 Feb 2012 14:49:40 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p10; KDE/4.5.5; amd64; ; ) References: <201202131308.48171.jhb@freebsd.org> <201202140909.33894.jhb@freebsd.org> <20120215.001122.932491896825562262.nyan@FreeBSD.org> In-Reply-To: <20120215.001122.932491896825562262.nyan@FreeBSD.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201202141449.40555.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Tue, 14 Feb 2012 14:53:58 -0500 (EST) Cc: current@freebsd.org Subject: Re: MCA UNCOR error 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, 14 Feb 2012 19:53:59 -0000 On Tuesday, February 14, 2012 10:11:22 am TAKAHASHI Yoshihiro wrote: > In article <201202140909.33894.jhb@freebsd.org> > John Baldwin writes: > > >> >> I get the following error and kernel panic on my pc98 at the boot time. > >> >> > >> >> MCA: Bank 2, Status 0xb600000000140000 > >> >> MCA: Global Cap 0x0000000000000005, Status 0x0000000000000004 > >> >> MCA: Vendor "GenuineIntel", ID 0x616, APIC ID 0 > >> >> MCA: CPU 0 UNCOR PCC no error > >> >> MCA: Address 0x3446ff003446ff > >> >> > >> >> When I disable MCA with hw.mca.enabled=0 on loader prompt, the machine > >> >> works fine. Does it mean my pc98 is broken? Or other isssue? > >> > > >> > Interesting, that is odd to get an error with no error code. > >> > > >> > Can you tell from the stack trace if your CPU actually raised a machine check > >> > exception (trap 28)? > >> > >> I tested with debugger enabled kernel. > >> Please get from: > >> http://home.jp.freebsd.org/~nyan/mca-error1.jpg > >> http://home.jp.freebsd.org/~nyan/mca-error2.jpg > >> (Sorry for jpeg images) > > > > Humm. Try this: > > Thanks. But it still panics. > > http://home.jp.freebsd.org/~nyan/mca-error3.jpg > http://home.jp.freebsd.org/~nyan/mca-error4.jpg > http://home.jp.freebsd.org/~nyan/mca-error5.jpg Ah great, you can maybe test another patch I have. Try this in addition to the earlier patch: http://www.freebsd.org/~jhb/patches/mca_alloc.patch -- John Baldwin From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 19:57:09 2012 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 7BAEF1065673; Tue, 14 Feb 2012 19:57: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 1B6F08FC08; Tue, 14 Feb 2012 19:57:08 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EJv8O4012598; Tue, 14 Feb 2012 14:57:08 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EJv8lt012594; Tue, 14 Feb 2012 19:57:08 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 19:57:08 GMT Message-Id: <201202141957.q1EJv8lt012594@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: Tue, 14 Feb 2012 19:57:09 -0000 TB --- 2012-02-14 19:30:01 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 19:30:01 - starting HEAD tinderbox run for amd64/amd64 TB --- 2012-02-14 19:30:01 - cleaning the object tree TB --- 2012-02-14 19:30:04 - cvsupping the source tree TB --- 2012-02-14 19:30:04 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/amd64/amd64/supfile TB --- 2012-02-14 19:35:29 - building world TB --- 2012-02-14 19:35:29 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 19:35:29 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 19:35:29 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 19:35:29 - SRCCONF=/dev/null TB --- 2012-02-14 19:35:29 - TARGET=amd64 TB --- 2012-02-14 19:35:29 - TARGET_ARCH=amd64 TB --- 2012-02-14 19:35:29 - TZ=UTC TB --- 2012-02-14 19:35:29 - __MAKE_CONF=/dev/null TB --- 2012-02-14 19:35:29 - cd /src TB --- 2012-02-14 19:35:29 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 19:35:30 UTC 2012 >>> 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 [...] /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 19:57:08 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 19:57:08 - ERROR: failed to build world TB --- 2012-02-14 19:57:08 - 1009.56 user 184.30 system 1627.15 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 20:05:04 2012 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 7629F106567B; Tue, 14 Feb 2012 20:05:04 +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 1642E8FC20; Tue, 14 Feb 2012 20:05:03 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EK53BL093849; Tue, 14 Feb 2012 15:05:03 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EK53OX093844; Tue, 14 Feb 2012 20:05:03 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 20:05:03 GMT Message-Id: <201202142005.q1EK53OX093844@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: Tue, 14 Feb 2012 20:05:04 -0000 TB --- 2012-02-14 19:45:54 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 19:45:54 - starting HEAD tinderbox run for ia64/ia64 TB --- 2012-02-14 19:45:54 - cleaning the object tree TB --- 2012-02-14 19:45:56 - cvsupping the source tree TB --- 2012-02-14 19:45:56 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/ia64/ia64/supfile TB --- 2012-02-14 19:46:08 - building world TB --- 2012-02-14 19:46:08 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 19:46:08 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 19:46:08 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 19:46:08 - SRCCONF=/dev/null TB --- 2012-02-14 19:46:08 - TARGET=ia64 TB --- 2012-02-14 19:46:08 - TARGET_ARCH=ia64 TB --- 2012-02-14 19:46:08 - TZ=UTC TB --- 2012-02-14 19:46:08 - __MAKE_CONF=/dev/null TB --- 2012-02-14 19:46:08 - cd /src TB --- 2012-02-14 19:46:08 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 19:46:08 UTC 2012 >>> 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 [...] /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 20:05:03 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 20:05:03 - ERROR: failed to build world TB --- 2012-02-14 20:05:03 - 891.20 user 176.11 system 1148.44 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-ia64-ia64.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 20:07:33 2012 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 696A4106564A; Tue, 14 Feb 2012 20:07:33 +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 0C8428FC0C; Tue, 14 Feb 2012 20:07:32 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EK7WZN023565; Tue, 14 Feb 2012 15:07:32 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EK7WU1023554; Tue, 14 Feb 2012 20:07:32 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 20:07:32 GMT Message-Id: <201202142007.q1EK7WU1023554@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 mips/mips 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: Tue, 14 Feb 2012 20:07:33 -0000 TB --- 2012-02-14 19:50:59 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 19:50:59 - starting HEAD tinderbox run for mips/mips TB --- 2012-02-14 19:50:59 - cleaning the object tree TB --- 2012-02-14 19:51:01 - cvsupping the source tree TB --- 2012-02-14 19:51:01 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/mips/mips/supfile TB --- 2012-02-14 19:51:13 - building world TB --- 2012-02-14 19:51:13 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 19:51:13 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 19:51:13 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 19:51:13 - SRCCONF=/dev/null TB --- 2012-02-14 19:51:13 - TARGET=mips TB --- 2012-02-14 19:51:13 - TARGET_ARCH=mips TB --- 2012-02-14 19:51:13 - TZ=UTC TB --- 2012-02-14 19:51:13 - __MAKE_CONF=/dev/null TB --- 2012-02-14 19:51:13 - cd /src TB --- 2012-02-14 19:51:13 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 19:51:13 UTC 2012 >>> 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 [...] /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 20:07:32 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 20:07:32 - ERROR: failed to build world TB --- 2012-02-14 20:07:32 - 740.35 user 163.34 system 992.81 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-mips-mips.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 20:11:24 2012 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 4B79F1065679; Tue, 14 Feb 2012 20:11:24 +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 B94338FC08; Tue, 14 Feb 2012 20:11:23 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EKBN31049334; Tue, 14 Feb 2012 15:11:23 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EKBNbG049321; Tue, 14 Feb 2012 20:11:23 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 20:11:23 GMT Message-Id: <201202142011.q1EKBNbG049321@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: Tue, 14 Feb 2012 20:11:24 -0000 TB --- 2012-02-14 19:51:03 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 19:51:03 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2012-02-14 19:51:03 - cleaning the object tree TB --- 2012-02-14 19:51:05 - cvsupping the source tree TB --- 2012-02-14 19:51:05 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2012-02-14 19:51:16 - building world TB --- 2012-02-14 19:51:16 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 19:51:16 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 19:51:16 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 19:51:16 - SRCCONF=/dev/null TB --- 2012-02-14 19:51:16 - TARGET=powerpc TB --- 2012-02-14 19:51:16 - TARGET_ARCH=powerpc TB --- 2012-02-14 19:51:16 - TZ=UTC TB --- 2012-02-14 19:51:16 - __MAKE_CONF=/dev/null TB --- 2012-02-14 19:51:16 - cd /src TB --- 2012-02-14 19:51:16 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 19:51:17 UTC 2012 >>> 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 [...] /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 20:11:23 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 20:11:23 - ERROR: failed to build world TB --- 2012-02-14 20:11:23 - 958.30 user 178.16 system 1219.44 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 20:17:15 2012 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 B2622106568A; Tue, 14 Feb 2012 20:17:15 +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 542BD8FC23; Tue, 14 Feb 2012 20:17:15 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EKHE9R090910; Tue, 14 Feb 2012 15:17:14 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EKHEvD090909; Tue, 14 Feb 2012 20:17:14 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 20:17:14 GMT Message-Id: <201202142017.q1EKHEvD090909@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: Tue, 14 Feb 2012 20:17:15 -0000 TB --- 2012-02-14 19:57:08 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 19:57:08 - starting HEAD tinderbox run for powerpc64/powerpc TB --- 2012-02-14 19:57:08 - cleaning the object tree TB --- 2012-02-14 19:57:12 - cvsupping the source tree TB --- 2012-02-14 19:57:12 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/powerpc64/powerpc/supfile TB --- 2012-02-14 19:57:23 - building world TB --- 2012-02-14 19:57:23 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 19:57:23 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 19:57:23 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 19:57:23 - SRCCONF=/dev/null TB --- 2012-02-14 19:57:23 - TARGET=powerpc TB --- 2012-02-14 19:57:23 - TARGET_ARCH=powerpc64 TB --- 2012-02-14 19:57:23 - TZ=UTC TB --- 2012-02-14 19:57:23 - __MAKE_CONF=/dev/null TB --- 2012-02-14 19:57:23 - cd /src TB --- 2012-02-14 19:57:23 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 19:57:23 UTC 2012 >>> 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 [...] /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 20:17:14 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 20:17:14 - ERROR: failed to build world TB --- 2012-02-14 20:17:14 - 976.59 user 182.49 system 1206.10 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc64-powerpc.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 20:20:14 2012 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 0EBCA1065678; Tue, 14 Feb 2012 20:20:14 +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 AC7488FC20; Tue, 14 Feb 2012 20:20:13 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EKKC9V096990; Tue, 14 Feb 2012 15:20:13 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EKKCiN096989; Tue, 14 Feb 2012 20:20:12 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 20:20:12 GMT Message-Id: <201202142020.q1EKKCiN096989@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: Tue, 14 Feb 2012 20:20:14 -0000 TB --- 2012-02-14 20:05:03 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 20:05:03 - starting HEAD tinderbox run for sparc64/sparc64 TB --- 2012-02-14 20:05:03 - cleaning the object tree TB --- 2012-02-14 20:05:05 - cvsupping the source tree TB --- 2012-02-14 20:05:05 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/sparc64/sparc64/supfile TB --- 2012-02-14 20:05:16 - building world TB --- 2012-02-14 20:05:16 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 20:05:16 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 20:05:16 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 20:05:16 - SRCCONF=/dev/null TB --- 2012-02-14 20:05:16 - TARGET=sparc64 TB --- 2012-02-14 20:05:16 - TARGET_ARCH=sparc64 TB --- 2012-02-14 20:05:16 - TZ=UTC TB --- 2012-02-14 20:05:16 - __MAKE_CONF=/dev/null TB --- 2012-02-14 20:05:16 - cd /src TB --- 2012-02-14 20:05:16 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 20:05:17 UTC 2012 >>> 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 [...] /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 20:20:12 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 20:20:12 - ERROR: failed to build world TB --- 2012-02-14 20:20:12 - 741.27 user 147.52 system 909.51 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sparc64.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 20:45:31 2012 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 47F9B1065678; Tue, 14 Feb 2012 20:45:31 +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 DC98B8FC0C; Tue, 14 Feb 2012 20:45:30 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EKjUqI042102; Tue, 14 Feb 2012 15:45:30 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EKjUFu042080; Tue, 14 Feb 2012 20:45:30 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 20:45:30 GMT Message-Id: <201202142045.q1EKjUFu042080@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 arm/arm 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: Tue, 14 Feb 2012 20:45:31 -0000 TB --- 2012-02-14 20:30:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 20:30:00 - starting HEAD tinderbox run for arm/arm TB --- 2012-02-14 20:30:00 - cleaning the object tree TB --- 2012-02-14 20:30:03 - cvsupping the source tree TB --- 2012-02-14 20:30:03 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/arm/arm/supfile TB --- 2012-02-14 20:30:24 - building world TB --- 2012-02-14 20:30:24 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 20:30:24 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 20:30:24 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 20:30:24 - SRCCONF=/dev/null TB --- 2012-02-14 20:30:24 - TARGET=arm TB --- 2012-02-14 20:30:24 - TARGET_ARCH=arm TB --- 2012-02-14 20:30:24 - TZ=UTC TB --- 2012-02-14 20:30:24 - __MAKE_CONF=/dev/null TB --- 2012-02-14 20:30:24 - cd /src TB --- 2012-02-14 20:30:24 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 20:30:25 UTC 2012 >>> 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 [...] /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 20:45:30 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 20:45:30 - ERROR: failed to build world TB --- 2012-02-14 20:45:30 - 702.88 user 160.87 system 929.09 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 20:50:34 2012 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 56C8B1065672; Tue, 14 Feb 2012 20:50:34 +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 F2B2C8FC13; Tue, 14 Feb 2012 20:50:33 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EKoXkE002498; Tue, 14 Feb 2012 15:50:33 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EKoXwx002493; Tue, 14 Feb 2012 20:50:33 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 20:50:33 GMT Message-Id: <201202142050.q1EKoXwx002493@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: Tue, 14 Feb 2012 20:50:34 -0000 TB --- 2012-02-14 20:30:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 20:30:00 - starting HEAD tinderbox run for i386/pc98 TB --- 2012-02-14 20:30:00 - cleaning the object tree TB --- 2012-02-14 20:30:03 - cvsupping the source tree TB --- 2012-02-14 20:30:03 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/i386/pc98/supfile TB --- 2012-02-14 20:30:24 - building world TB --- 2012-02-14 20:30:24 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 20:30:24 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 20:30:24 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 20:30:24 - SRCCONF=/dev/null TB --- 2012-02-14 20:30:24 - TARGET=pc98 TB --- 2012-02-14 20:30:24 - TARGET_ARCH=i386 TB --- 2012-02-14 20:30:24 - TZ=UTC TB --- 2012-02-14 20:30:24 - __MAKE_CONF=/dev/null TB --- 2012-02-14 20:30:24 - cd /src TB --- 2012-02-14 20:30:24 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 20:30:25 UTC 2012 >>> 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 [...] /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 20:50:33 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 20:50:33 - ERROR: failed to build world TB --- 2012-02-14 20:50:33 - 960.60 user 176.91 system 1232.28 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-pc98.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 20:51:26 2012 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 D6CFD106564A; Tue, 14 Feb 2012 20:51: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 7C5008FC1D; Tue, 14 Feb 2012 20:51:26 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EKpP2I008447; Tue, 14 Feb 2012 15:51:25 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EKpPZJ008444; Tue, 14 Feb 2012 20:51:25 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 20:51:25 GMT Message-Id: <201202142051.q1EKpPZJ008444@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: Tue, 14 Feb 2012 20:51:27 -0000 TB --- 2012-02-14 20:30:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 20:30:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2012-02-14 20:30:00 - cleaning the object tree TB --- 2012-02-14 20:30:03 - cvsupping the source tree TB --- 2012-02-14 20:30:03 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/amd64/amd64/supfile TB --- 2012-02-14 20:30:24 - building world TB --- 2012-02-14 20:30:24 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 20:30:24 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 20:30:24 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 20:30:24 - SRCCONF=/dev/null TB --- 2012-02-14 20:30:24 - TARGET=amd64 TB --- 2012-02-14 20:30:24 - TARGET_ARCH=amd64 TB --- 2012-02-14 20:30:24 - TZ=UTC TB --- 2012-02-14 20:30:24 - __MAKE_CONF=/dev/null TB --- 2012-02-14 20:30:24 - cd /src TB --- 2012-02-14 20:30:24 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 20:30:25 UTC 2012 >>> 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 [...] /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 20:51:25 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 20:51:25 - ERROR: failed to build world TB --- 2012-02-14 20:51:25 - 1006.62 user 184.25 system 1285.01 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 20:55:56 2012 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 1D1A31065673; Tue, 14 Feb 2012 20:55: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 B0CB38FC15; Tue, 14 Feb 2012 20:55:55 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EKtsj8056479; Tue, 14 Feb 2012 15:55:54 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EKtsKt056460; Tue, 14 Feb 2012 20:55:54 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 20:55:54 GMT Message-Id: <201202142055.q1EKtsKt056460@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: Tue, 14 Feb 2012 20:55:56 -0000 TB --- 2012-02-14 20:30:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 20:30:00 - starting HEAD tinderbox run for i386/i386 TB --- 2012-02-14 20:30:00 - cleaning the object tree TB --- 2012-02-14 20:30:03 - cvsupping the source tree TB --- 2012-02-14 20:30:03 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/i386/i386/supfile TB --- 2012-02-14 20:35:30 - building world TB --- 2012-02-14 20:35:30 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 20:35:30 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 20:35:30 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 20:35:30 - SRCCONF=/dev/null TB --- 2012-02-14 20:35:30 - TARGET=i386 TB --- 2012-02-14 20:35:30 - TARGET_ARCH=i386 TB --- 2012-02-14 20:35:30 - TZ=UTC TB --- 2012-02-14 20:35:30 - __MAKE_CONF=/dev/null TB --- 2012-02-14 20:35:30 - cd /src TB --- 2012-02-14 20:35:30 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 20:35:30 UTC 2012 >>> 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 [...] /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 20:55:54 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 20:55:54 - ERROR: failed to build world TB --- 2012-02-14 20:55:54 - 965.86 user 174.55 system 1553.95 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-i386.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 21:04:35 2012 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 D91EB1065676; Tue, 14 Feb 2012 21:04:35 +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 825AA8FC08; Tue, 14 Feb 2012 21:04:35 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EL4YZo044403; Tue, 14 Feb 2012 16:04:34 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EL4YNV044395; Tue, 14 Feb 2012 21:04:34 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 21:04:34 GMT Message-Id: <201202142104.q1EL4YNV044395@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: Tue, 14 Feb 2012 21:04:36 -0000 TB --- 2012-02-14 20:45:30 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 20:45:30 - starting HEAD tinderbox run for ia64/ia64 TB --- 2012-02-14 20:45:30 - cleaning the object tree TB --- 2012-02-14 20:45:32 - cvsupping the source tree TB --- 2012-02-14 20:45:32 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/ia64/ia64/supfile TB --- 2012-02-14 20:45:44 - building world TB --- 2012-02-14 20:45:44 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 20:45:44 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 20:45:44 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 20:45:44 - SRCCONF=/dev/null TB --- 2012-02-14 20:45:44 - TARGET=ia64 TB --- 2012-02-14 20:45:44 - TARGET_ARCH=ia64 TB --- 2012-02-14 20:45:44 - TZ=UTC TB --- 2012-02-14 20:45:44 - __MAKE_CONF=/dev/null TB --- 2012-02-14 20:45:44 - cd /src TB --- 2012-02-14 20:45:44 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 20:45:44 UTC 2012 >>> 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 [...] /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 21:04:34 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 21:04:34 - ERROR: failed to build world TB --- 2012-02-14 21:04:34 - 890.09 user 176.10 system 1144.55 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-ia64-ia64.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 21:07:12 2012 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 4D56F106566C; Tue, 14 Feb 2012 21:07: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 E13C08FC21; Tue, 14 Feb 2012 21:07:11 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EL7Bam075433; Tue, 14 Feb 2012 16:07:11 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EL7BJu075428; Tue, 14 Feb 2012 21:07:11 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 21:07:11 GMT Message-Id: <201202142107.q1EL7BJu075428@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 mips/mips 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: Tue, 14 Feb 2012 21:07:12 -0000 TB --- 2012-02-14 20:50:33 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 20:50:33 - starting HEAD tinderbox run for mips/mips TB --- 2012-02-14 20:50:33 - cleaning the object tree TB --- 2012-02-14 20:50:35 - cvsupping the source tree TB --- 2012-02-14 20:50:35 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/mips/mips/supfile TB --- 2012-02-14 20:50:45 - building world TB --- 2012-02-14 20:50:45 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 20:50:45 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 20:50:45 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 20:50:45 - SRCCONF=/dev/null TB --- 2012-02-14 20:50:45 - TARGET=mips TB --- 2012-02-14 20:50:45 - TARGET_ARCH=mips TB --- 2012-02-14 20:50:45 - TZ=UTC TB --- 2012-02-14 20:50:45 - __MAKE_CONF=/dev/null TB --- 2012-02-14 20:50:45 - cd /src TB --- 2012-02-14 20:50:45 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 20:50:46 UTC 2012 >>> 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 [...] /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 21:07:10 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 21:07:10 - ERROR: failed to build world TB --- 2012-02-14 21:07:10 - 739.73 user 162.34 system 997.59 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-mips-mips.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 21:11:41 2012 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 0B6061065672; Tue, 14 Feb 2012 21:11:41 +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 9FAE08FC14; Tue, 14 Feb 2012 21:11:40 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1ELBdNa009534; Tue, 14 Feb 2012 16:11:39 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1ELBdiQ009530; Tue, 14 Feb 2012 21:11:39 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 21:11:39 GMT Message-Id: <201202142111.q1ELBdiQ009530@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: Tue, 14 Feb 2012 21:11:41 -0000 TB --- 2012-02-14 20:51:26 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 20:51:26 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2012-02-14 20:51:26 - cleaning the object tree TB --- 2012-02-14 20:51:28 - cvsupping the source tree TB --- 2012-02-14 20:51:28 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2012-02-14 20:51:38 - building world TB --- 2012-02-14 20:51:38 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 20:51:38 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 20:51:38 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 20:51:38 - SRCCONF=/dev/null TB --- 2012-02-14 20:51:38 - TARGET=powerpc TB --- 2012-02-14 20:51:38 - TARGET_ARCH=powerpc TB --- 2012-02-14 20:51:38 - TZ=UTC TB --- 2012-02-14 20:51:38 - __MAKE_CONF=/dev/null TB --- 2012-02-14 20:51:38 - cd /src TB --- 2012-02-14 20:51:38 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 20:51:39 UTC 2012 >>> 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 [...] /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 21:11:39 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 21:11:39 - ERROR: failed to build world TB --- 2012-02-14 21:11:39 - 958.82 user 176.68 system 1213.67 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 21:16:09 2012 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 804AC1065670; Tue, 14 Feb 2012 21:16: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 28DD38FC13; Tue, 14 Feb 2012 21:16:08 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1ELG8xD042230; Tue, 14 Feb 2012 16:16:08 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1ELG8D3042229; Tue, 14 Feb 2012 21:16:08 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 21:16:08 GMT Message-Id: <201202142116.q1ELG8D3042229@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: Tue, 14 Feb 2012 21:16:09 -0000 TB --- 2012-02-14 20:55:55 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 20:55:55 - starting HEAD tinderbox run for powerpc64/powerpc TB --- 2012-02-14 20:55:55 - cleaning the object tree TB --- 2012-02-14 20:55:56 - cvsupping the source tree TB --- 2012-02-14 20:55:56 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/powerpc64/powerpc/supfile TB --- 2012-02-14 20:56:07 - building world TB --- 2012-02-14 20:56:07 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 20:56:07 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 20:56:07 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 20:56:07 - SRCCONF=/dev/null TB --- 2012-02-14 20:56:07 - TARGET=powerpc TB --- 2012-02-14 20:56:07 - TARGET_ARCH=powerpc64 TB --- 2012-02-14 20:56:07 - TZ=UTC TB --- 2012-02-14 20:56:07 - __MAKE_CONF=/dev/null TB --- 2012-02-14 20:56:07 - cd /src TB --- 2012-02-14 20:56:07 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 20:56:08 UTC 2012 >>> 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 [...] /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 21:16:08 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 21:16:08 - ERROR: failed to build world TB --- 2012-02-14 21:16:08 - 980.29 user 181.28 system 1213.29 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc64-powerpc.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 21:19:50 2012 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 617CB106564A; Tue, 14 Feb 2012 21:19: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 01ACE8FC08; Tue, 14 Feb 2012 21:19:49 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1ELJn0P050800; Tue, 14 Feb 2012 16:19:49 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1ELJnJt050799; Tue, 14 Feb 2012 21:19:49 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 21:19:49 GMT Message-Id: <201202142119.q1ELJnJt050799@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: Tue, 14 Feb 2012 21:19:50 -0000 TB --- 2012-02-14 21:04:35 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 21:04:35 - starting HEAD tinderbox run for sparc64/sparc64 TB --- 2012-02-14 21:04:35 - cleaning the object tree TB --- 2012-02-14 21:04:36 - cvsupping the source tree TB --- 2012-02-14 21:04:36 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/sparc64/sparc64/supfile TB --- 2012-02-14 21:04:47 - building world TB --- 2012-02-14 21:04:47 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 21:04:47 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 21:04:47 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 21:04:47 - SRCCONF=/dev/null TB --- 2012-02-14 21:04:47 - TARGET=sparc64 TB --- 2012-02-14 21:04:47 - TARGET_ARCH=sparc64 TB --- 2012-02-14 21:04:47 - TZ=UTC TB --- 2012-02-14 21:04:47 - __MAKE_CONF=/dev/null TB --- 2012-02-14 21:04:47 - cd /src TB --- 2012-02-14 21:04:47 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 21:04:47 UTC 2012 >>> 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 [...] /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 21:19:49 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 21:19:49 - ERROR: failed to build world TB --- 2012-02-14 21:19:49 - 743.70 user 147.36 system 913.98 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sparc64.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 21:35:21 2012 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 C53DC106566B; Tue, 14 Feb 2012 21:35: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 6B82A8FC16; Tue, 14 Feb 2012 21:35:21 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1ELZKDc099387; Tue, 14 Feb 2012 16:35:20 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1ELZKZc099370; Tue, 14 Feb 2012 21:35:20 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 21:35:20 GMT Message-Id: <201202142135.q1ELZKZc099370@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 arm/arm 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: Tue, 14 Feb 2012 21:35:21 -0000 TB --- 2012-02-14 21:20:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 21:20:00 - starting HEAD tinderbox run for arm/arm TB --- 2012-02-14 21:20:00 - cleaning the object tree TB --- 2012-02-14 21:20:03 - cvsupping the source tree TB --- 2012-02-14 21:20:03 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/arm/arm/supfile TB --- 2012-02-14 21:20:16 - building world TB --- 2012-02-14 21:20:16 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 21:20:16 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 21:20:16 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 21:20:16 - SRCCONF=/dev/null TB --- 2012-02-14 21:20:16 - TARGET=arm TB --- 2012-02-14 21:20:16 - TARGET_ARCH=arm TB --- 2012-02-14 21:20:16 - TZ=UTC TB --- 2012-02-14 21:20:16 - __MAKE_CONF=/dev/null TB --- 2012-02-14 21:20:16 - cd /src TB --- 2012-02-14 21:20:16 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 21:20:16 UTC 2012 >>> 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 [...] /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 21:35:20 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 21:35:20 - ERROR: failed to build world TB --- 2012-02-14 21:35:20 - 702.90 user 163.02 system 920.19 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 20:58:25 2012 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 EAA0F106564A; Tue, 14 Feb 2012 20:58:25 +0000 (UTC) (envelope-from poyopoyo@puripuri.plala.or.jp) Received: from msa03a.plala.or.jp (msa03.plala.or.jp [IPv6:2400:7800:0:5010::3]) by mx1.freebsd.org (Postfix) with ESMTP id 54EFB8FC14; Tue, 14 Feb 2012 20:58:25 +0000 (UTC) Received: from i220-220-25-94.s02.a026.ap.plala.or.jp ([220.220.25.94]) by msa04b.plala.or.jp with ESMTP id <20120214204659.ZKVC6839.msa04b.plala.or.jp@i220-220-25-94.s02.a026.ap.plala.or.jp>; Wed, 15 Feb 2012 05:46:59 +0900 Date: Wed, 15 Feb 2012 05:46:59 +0900 Message-ID: <86k43pb0sc.wl%poyopoyo@puripuri.plala.or.jp> From: poyopoyo@puripuri.plala.or.jp To: Gabor Kovesdan User-Agent: SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-2022-JP-2?B?R29q?= =?ISO-2022-JP-2?B?GyQoRCtXGyhC?=) APEL/10.8 Emacs/23.3 (amd64-portbld-freebsd9.9) MULE/6.0 (HANACHIRUSATO) User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-2022-JP-2?B?R29qGyQoRCtXGyhC?=) APEL/10.8 Emacs/23.3 (amd64-portbld-freebsd9.9) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-VirusScan: Outbound; msa04b; Wed, 15 Feb 2012 05:46:59 +0900 X-Mailman-Approved-At: Tue, 14 Feb 2012 21:38:45 +0000 Cc: FreeBSD-current@FreeBSD.org Subject: bsdgrep: xzgrep gives up searching too early 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, 14 Feb 2012 20:58:26 -0000 This is -CURRENT of r231204, 9 Feb. xzgrep seems to give up at first read(). $ yes a|head|xz|xzgrep -c a 10 $ yes a|head -100|xz|xzgrep -c a 100 $ yes a|head -10000|xz|xzgrep -c a 10000 $ yes a|head -100000|xz|xzgrep -c a 16384 bzgrep, zgrep and grep works as expected. $ yes a|head|bzip2|bzgrep -c a 10 $ yes a|head -100|bzip2|bzgrep -c a 100 $ yes a|head -1000|bzip2|bzgrep -c a 1000 $ yes a|head -10000|bzip2|bzgrep -c a 10000 $ yes a|head -100000|bzip2|bzgrep -c a 100000 $ yes a|head -1000000|bzip2|bzgrep -c a 1000000 $ yes a|head -10000000|bzip2|bzgrep -c a 10000000 $ yes a|head|gzip|zgrep -c a 10 $ yes a|head -100|gzip|zgrep -c a 100 $ yes a|head -1000|gzip|zgrep -c a 1000 $ yes a|head -10000|gzip|zgrep -c a 10000 $ yes a|head -100000|gzip|zgrep -c a 100000 $ yes a|head -1000000|gzip|zgrep -c a 1000000 $ yes a|head -10000000|gzip|zgrep -c a 10000000 $ yes a|head|grep -c a 10 $ yes a|head -100|grep -c a 100 $ yes a|head -1000|grep -c a 1000 $ yes a|head -10000|grep -c a 10000 $ yes a|head -100000|grep -c a 100000 $ yes a|head -1000000|grep -c a 1000000 $ yes a|head -10000000|grep -c a 10000000 they are single binary (linked statically) $ for f in xzgrep bzgrep zgrep grep; do ls -l $(which $f); done -r-xr-xr-x 15 root wheel 578352 Feb 2 00:39 /usr/bin/xzgrep* -r-xr-xr-x 15 root wheel 578352 Feb 2 00:39 /usr/bin/bzgrep* -r-xr-xr-x 15 root wheel 578352 Feb 2 00:39 /usr/bin/zgrep* -r-xr-xr-x 15 root wheel 578352 Feb 2 00:39 /usr/bin/grep* -- kuro From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 21:40:22 2012 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 89C471065687; Tue, 14 Feb 2012 21:40:22 +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 2F56B8FC2B; Tue, 14 Feb 2012 21:40:21 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1ELeL17052289; Tue, 14 Feb 2012 16:40:21 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1ELeLV3052277; Tue, 14 Feb 2012 21:40:21 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 21:40:21 GMT Message-Id: <201202142140.q1ELeLV3052277@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: Tue, 14 Feb 2012 21:40:22 -0000 TB --- 2012-02-14 21:20:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 21:20:00 - starting HEAD tinderbox run for i386/pc98 TB --- 2012-02-14 21:20:00 - cleaning the object tree TB --- 2012-02-14 21:20:03 - cvsupping the source tree TB --- 2012-02-14 21:20:03 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/i386/pc98/supfile TB --- 2012-02-14 21:20:16 - building world TB --- 2012-02-14 21:20:16 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 21:20:16 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 21:20:16 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 21:20:16 - SRCCONF=/dev/null TB --- 2012-02-14 21:20:16 - TARGET=pc98 TB --- 2012-02-14 21:20:16 - TARGET_ARCH=i386 TB --- 2012-02-14 21:20:16 - TZ=UTC TB --- 2012-02-14 21:20:16 - __MAKE_CONF=/dev/null TB --- 2012-02-14 21:20:16 - cd /src TB --- 2012-02-14 21:20:16 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 21:20:16 UTC 2012 >>> 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 [...] /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 21:40:21 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 21:40:21 - ERROR: failed to build world TB --- 2012-02-14 21:40:21 - 962.17 user 178.44 system 1220.91 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-pc98.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 21:40:22 2012 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 D24CB106566C; Tue, 14 Feb 2012 21:40:22 +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 7C9488FC2C; Tue, 14 Feb 2012 21:40:22 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1ELeLSI052378; Tue, 14 Feb 2012 16:40:22 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1ELeL8p052372; Tue, 14 Feb 2012 21:40:21 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 21:40:21 GMT Message-Id: <201202142140.q1ELeL8p052372@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: Tue, 14 Feb 2012 21:40:22 -0000 TB --- 2012-02-14 21:20:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 21:20:00 - starting HEAD tinderbox run for i386/i386 TB --- 2012-02-14 21:20:00 - cleaning the object tree TB --- 2012-02-14 21:20:03 - cvsupping the source tree TB --- 2012-02-14 21:20:03 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/i386/i386/supfile TB --- 2012-02-14 21:20:16 - building world TB --- 2012-02-14 21:20:16 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 21:20:16 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 21:20:16 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 21:20:16 - SRCCONF=/dev/null TB --- 2012-02-14 21:20:16 - TARGET=i386 TB --- 2012-02-14 21:20:16 - TARGET_ARCH=i386 TB --- 2012-02-14 21:20:16 - TZ=UTC TB --- 2012-02-14 21:20:16 - __MAKE_CONF=/dev/null TB --- 2012-02-14 21:20:16 - cd /src TB --- 2012-02-14 21:20:16 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 21:20:16 UTC 2012 >>> 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 [...] /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 21:40:21 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 21:40:21 - ERROR: failed to build world TB --- 2012-02-14 21:40:21 - 961.16 user 176.45 system 1221.63 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-i386.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 21:47:09 2012 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 98F60106566C; Tue, 14 Feb 2012 21:47: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 403738FC12; Tue, 14 Feb 2012 21:47:08 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1ELl8pn022242; Tue, 14 Feb 2012 16:47:08 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1ELl83m022235; Tue, 14 Feb 2012 21:47:08 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 21:47:08 GMT Message-Id: <201202142147.q1ELl83m022235@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: Tue, 14 Feb 2012 21:47:09 -0000 TB --- 2012-02-14 21:20:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 21:20:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2012-02-14 21:20:00 - cleaning the object tree TB --- 2012-02-14 21:20:03 - cvsupping the source tree TB --- 2012-02-14 21:20:03 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/amd64/amd64/supfile TB --- 2012-02-14 21:25:26 - building world TB --- 2012-02-14 21:25:26 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 21:25:26 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 21:25:26 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 21:25:26 - SRCCONF=/dev/null TB --- 2012-02-14 21:25:26 - TARGET=amd64 TB --- 2012-02-14 21:25:26 - TARGET_ARCH=amd64 TB --- 2012-02-14 21:25:26 - TZ=UTC TB --- 2012-02-14 21:25:26 - __MAKE_CONF=/dev/null TB --- 2012-02-14 21:25:26 - cd /src TB --- 2012-02-14 21:25:26 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 21:25:27 UTC 2012 >>> 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 [...] /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 21:47:08 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 21:47:08 - ERROR: failed to build world TB --- 2012-02-14 21:47:08 - 1011.62 user 183.66 system 1628.16 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 21:55:05 2012 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 3B00E106566B; Tue, 14 Feb 2012 21:55:05 +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 CCBCA8FC1A; Tue, 14 Feb 2012 21:55:04 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1ELt4vR000877; Tue, 14 Feb 2012 16:55:04 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1ELt4tH000870; Tue, 14 Feb 2012 21:55:04 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 21:55:04 GMT Message-Id: <201202142155.q1ELt4tH000870@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: Tue, 14 Feb 2012 21:55:05 -0000 TB --- 2012-02-14 21:35:20 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 21:35:20 - starting HEAD tinderbox run for ia64/ia64 TB --- 2012-02-14 21:35:20 - cleaning the object tree TB --- 2012-02-14 21:35:24 - cvsupping the source tree TB --- 2012-02-14 21:35:24 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/ia64/ia64/supfile TB --- 2012-02-14 21:35:36 - building world TB --- 2012-02-14 21:35:36 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 21:35:36 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 21:35:36 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 21:35:36 - SRCCONF=/dev/null TB --- 2012-02-14 21:35:36 - TARGET=ia64 TB --- 2012-02-14 21:35:36 - TARGET_ARCH=ia64 TB --- 2012-02-14 21:35:36 - TZ=UTC TB --- 2012-02-14 21:35:36 - __MAKE_CONF=/dev/null TB --- 2012-02-14 21:35:36 - cd /src TB --- 2012-02-14 21:35:36 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 21:35:36 UTC 2012 >>> 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 [...] /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 21:55:03 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 21:55:03 - ERROR: failed to build world TB --- 2012-02-14 21:55:03 - 913.75 user 179.72 system 1183.25 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-ia64-ia64.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 21:57:48 2012 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 4215A106564A; Tue, 14 Feb 2012 21:57:48 +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 DF4588FC1B; Tue, 14 Feb 2012 21:57:47 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1ELvlD5032893; Tue, 14 Feb 2012 16:57:47 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1ELvlDr032892; Tue, 14 Feb 2012 21:57:47 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 21:57:47 GMT Message-Id: <201202142157.q1ELvlDr032892@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 mips/mips 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: Tue, 14 Feb 2012 21:57:48 -0000 TB --- 2012-02-14 21:40:21 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 21:40:21 - starting HEAD tinderbox run for mips/mips TB --- 2012-02-14 21:40:21 - cleaning the object tree TB --- 2012-02-14 21:40:23 - cvsupping the source tree TB --- 2012-02-14 21:40:23 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/mips/mips/supfile TB --- 2012-02-14 21:40:44 - building world TB --- 2012-02-14 21:40:44 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 21:40:44 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 21:40:44 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 21:40:44 - SRCCONF=/dev/null TB --- 2012-02-14 21:40:44 - TARGET=mips TB --- 2012-02-14 21:40:44 - TARGET_ARCH=mips TB --- 2012-02-14 21:40:44 - TZ=UTC TB --- 2012-02-14 21:40:44 - __MAKE_CONF=/dev/null TB --- 2012-02-14 21:40:44 - cd /src TB --- 2012-02-14 21:40:44 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 21:40:45 UTC 2012 >>> 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 [...] /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 21:57:47 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 21:57:47 - ERROR: failed to build world TB --- 2012-02-14 21:57:47 - 760.73 user 169.05 system 1045.61 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-mips-mips.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 22:01:17 2012 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 31526106566C; Tue, 14 Feb 2012 22:01:17 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id CAB0A8FC0A; Tue, 14 Feb 2012 22:01:15 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EM1Fxe053492; Tue, 14 Feb 2012 17:01:15 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EM1FR5053487; Tue, 14 Feb 2012 22:01:15 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 22:01:15 GMT Message-Id: <201202142201.q1EM1FR5053487@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: Tue, 14 Feb 2012 22:01:17 -0000 TB --- 2012-02-14 21:40:22 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 21:40:22 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2012-02-14 21:40:22 - cleaning the object tree TB --- 2012-02-14 21:40:24 - cvsupping the source tree TB --- 2012-02-14 21:40:24 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2012-02-14 21:40:44 - building world TB --- 2012-02-14 21:40:44 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 21:40:44 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 21:40:44 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 21:40:44 - SRCCONF=/dev/null TB --- 2012-02-14 21:40:44 - TARGET=powerpc TB --- 2012-02-14 21:40:44 - TARGET_ARCH=powerpc TB --- 2012-02-14 21:40:44 - TZ=UTC TB --- 2012-02-14 21:40:44 - __MAKE_CONF=/dev/null TB --- 2012-02-14 21:40:44 - cd /src TB --- 2012-02-14 21:40:44 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 21:40:45 UTC 2012 >>> 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 [...] /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 22:01:15 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 22:01:15 - ERROR: failed to build world TB --- 2012-02-14 22:01:15 - 978.34 user 180.99 system 1253.12 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 22:07:45 2012 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 63578106566C; Tue, 14 Feb 2012 22:07:45 +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 0B3DF8FC1B; Tue, 14 Feb 2012 22:07:43 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EM7g2k099568; Tue, 14 Feb 2012 17:07:42 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EM7gH7099567; Tue, 14 Feb 2012 22:07:42 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 22:07:42 GMT Message-Id: <201202142207.q1EM7gH7099567@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: Tue, 14 Feb 2012 22:07:45 -0000 TB --- 2012-02-14 21:47:08 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 21:47:08 - starting HEAD tinderbox run for powerpc64/powerpc TB --- 2012-02-14 21:47:08 - cleaning the object tree TB --- 2012-02-14 21:47:11 - cvsupping the source tree TB --- 2012-02-14 21:47:11 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/powerpc64/powerpc/supfile TB --- 2012-02-14 21:47:23 - building world TB --- 2012-02-14 21:47:23 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 21:47:23 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 21:47:23 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 21:47:23 - SRCCONF=/dev/null TB --- 2012-02-14 21:47:23 - TARGET=powerpc TB --- 2012-02-14 21:47:23 - TARGET_ARCH=powerpc64 TB --- 2012-02-14 21:47:23 - TZ=UTC TB --- 2012-02-14 21:47:23 - __MAKE_CONF=/dev/null TB --- 2012-02-14 21:47:23 - cd /src TB --- 2012-02-14 21:47:23 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 21:47:24 UTC 2012 >>> 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 [...] /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/powerpc.powerpc64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 22:07:42 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 22:07:42 - ERROR: failed to build world TB --- 2012-02-14 22:07:42 - 999.21 user 183.60 system 1233.87 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc64-powerpc.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 22:10:14 2012 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 66C5D106566B; Tue, 14 Feb 2012 22:10:14 +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 0CBDB8FC16; Tue, 14 Feb 2012 22:10:13 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EMADLE004602; Tue, 14 Feb 2012 17:10:13 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EMADxX004601; Tue, 14 Feb 2012 22:10:13 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 22:10:13 GMT Message-Id: <201202142210.q1EMADxX004601@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: Tue, 14 Feb 2012 22:10:14 -0000 TB --- 2012-02-14 21:55:04 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 21:55:04 - starting HEAD tinderbox run for sparc64/sparc64 TB --- 2012-02-14 21:55:04 - cleaning the object tree TB --- 2012-02-14 21:55:06 - cvsupping the source tree TB --- 2012-02-14 21:55:06 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/sparc64/sparc64/supfile TB --- 2012-02-14 21:55:16 - building world TB --- 2012-02-14 21:55:16 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 21:55:16 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 21:55:16 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 21:55:16 - SRCCONF=/dev/null TB --- 2012-02-14 21:55:16 - TARGET=sparc64 TB --- 2012-02-14 21:55:16 - TARGET_ARCH=sparc64 TB --- 2012-02-14 21:55:16 - TZ=UTC TB --- 2012-02-14 21:55:16 - __MAKE_CONF=/dev/null TB --- 2012-02-14 21:55:16 - cd /src TB --- 2012-02-14 21:55:16 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 21:55:17 UTC 2012 >>> 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 [...] /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/sparc64.sparc64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 22:10:13 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 22:10:13 - ERROR: failed to build world TB --- 2012-02-14 22:10:13 - 741.55 user 145.91 system 909.31 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sparc64.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 22:35:25 2012 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 0C747106566C; Tue, 14 Feb 2012 22:35: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 905318FC16; Tue, 14 Feb 2012 22:35:24 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EMZNDU050335; Tue, 14 Feb 2012 17:35:23 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EMZNgk050326; Tue, 14 Feb 2012 22:35:23 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 22:35:23 GMT Message-Id: <201202142235.q1EMZNgk050326@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 arm/arm 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: Tue, 14 Feb 2012 22:35:25 -0000 TB --- 2012-02-14 22:20:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 22:20:00 - starting HEAD tinderbox run for arm/arm TB --- 2012-02-14 22:20:00 - cleaning the object tree TB --- 2012-02-14 22:20:02 - cvsupping the source tree TB --- 2012-02-14 22:20:02 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/arm/arm/supfile TB --- 2012-02-14 22:20:23 - building world TB --- 2012-02-14 22:20:23 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 22:20:23 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 22:20:23 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 22:20:23 - SRCCONF=/dev/null TB --- 2012-02-14 22:20:23 - TARGET=arm TB --- 2012-02-14 22:20:23 - TARGET_ARCH=arm TB --- 2012-02-14 22:20:23 - TZ=UTC TB --- 2012-02-14 22:20:23 - __MAKE_CONF=/dev/null TB --- 2012-02-14 22:20:23 - cd /src TB --- 2012-02-14 22:20:23 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 22:20:23 UTC 2012 >>> 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 [...] /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/arm.arm/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 22:35:23 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 22:35:23 - ERROR: failed to build world TB --- 2012-02-14 22:35:23 - 703.40 user 160.74 system 923.66 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 22:40:30 2012 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 3EEB3106567B; Tue, 14 Feb 2012 22:40:30 +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 D40DC8FC24; Tue, 14 Feb 2012 22:40:29 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EMeSmn010046; Tue, 14 Feb 2012 17:40:28 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EMeSW7010037; Tue, 14 Feb 2012 22:40:28 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 22:40:28 GMT Message-Id: <201202142240.q1EMeSW7010037@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: Tue, 14 Feb 2012 22:40:30 -0000 TB --- 2012-02-14 22:20:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 22:20:00 - starting HEAD tinderbox run for i386/pc98 TB --- 2012-02-14 22:20:00 - cleaning the object tree TB --- 2012-02-14 22:20:02 - cvsupping the source tree TB --- 2012-02-14 22:20:02 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/i386/pc98/supfile TB --- 2012-02-14 22:20:23 - building world TB --- 2012-02-14 22:20:23 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 22:20:23 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 22:20:23 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 22:20:23 - SRCCONF=/dev/null TB --- 2012-02-14 22:20:23 - TARGET=pc98 TB --- 2012-02-14 22:20:23 - TARGET_ARCH=i386 TB --- 2012-02-14 22:20:23 - TZ=UTC TB --- 2012-02-14 22:20:23 - __MAKE_CONF=/dev/null TB --- 2012-02-14 22:20:23 - cd /src TB --- 2012-02-14 22:20:23 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 22:20:23 UTC 2012 >>> 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 [...] /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/pc98.i386/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 22:40:28 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 22:40:28 - ERROR: failed to build world TB --- 2012-02-14 22:40:28 - 960.87 user 176.79 system 1228.59 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-pc98.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 22:41:17 2012 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 09FF01065672; Tue, 14 Feb 2012 22:41:17 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id A188A8FC13; Tue, 14 Feb 2012 22:41:16 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EMfGnC015552; Tue, 14 Feb 2012 17:41:16 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EMfGOL015547; Tue, 14 Feb 2012 22:41:16 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 22:41:16 GMT Message-Id: <201202142241.q1EMfGOL015547@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: Tue, 14 Feb 2012 22:41:17 -0000 TB --- 2012-02-14 22:20:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 22:20:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2012-02-14 22:20:00 - cleaning the object tree TB --- 2012-02-14 22:20:02 - cvsupping the source tree TB --- 2012-02-14 22:20:02 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/amd64/amd64/supfile TB --- 2012-02-14 22:20:23 - building world TB --- 2012-02-14 22:20:23 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 22:20:23 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 22:20:23 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 22:20:23 - SRCCONF=/dev/null TB --- 2012-02-14 22:20:23 - TARGET=amd64 TB --- 2012-02-14 22:20:23 - TARGET_ARCH=amd64 TB --- 2012-02-14 22:20:23 - TZ=UTC TB --- 2012-02-14 22:20:23 - __MAKE_CONF=/dev/null TB --- 2012-02-14 22:20:23 - cd /src TB --- 2012-02-14 22:20:23 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 22:20:23 UTC 2012 >>> 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 [...] /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/amd64.amd64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 22:41:16 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 22:41:16 - ERROR: failed to build world TB --- 2012-02-14 22:41:16 - 1005.23 user 185.22 system 1275.94 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 22:46:29 2012 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 2FC4E106566C; Tue, 14 Feb 2012 22:46: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 C3F0E8FC16; Tue, 14 Feb 2012 22:46:28 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EMkShA065651; Tue, 14 Feb 2012 17:46:28 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EMkSfV065642; Tue, 14 Feb 2012 22:46:28 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 22:46:28 GMT Message-Id: <201202142246.q1EMkSfV065642@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: Tue, 14 Feb 2012 22:46:29 -0000 TB --- 2012-02-14 22:20:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 22:20:00 - starting HEAD tinderbox run for i386/i386 TB --- 2012-02-14 22:20:00 - cleaning the object tree TB --- 2012-02-14 22:20:02 - cvsupping the source tree TB --- 2012-02-14 22:20:02 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/i386/i386/supfile TB --- 2012-02-14 22:25:28 - building world TB --- 2012-02-14 22:25:28 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 22:25:28 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 22:25:28 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 22:25:28 - SRCCONF=/dev/null TB --- 2012-02-14 22:25:28 - TARGET=i386 TB --- 2012-02-14 22:25:28 - TARGET_ARCH=i386 TB --- 2012-02-14 22:25:28 - TZ=UTC TB --- 2012-02-14 22:25:28 - __MAKE_CONF=/dev/null TB --- 2012-02-14 22:25:28 - cd /src TB --- 2012-02-14 22:25:28 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 22:25:29 UTC 2012 >>> 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 [...] /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/i386.i386/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 22:46:27 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 22:46:27 - ERROR: failed to build world TB --- 2012-02-14 22:46:27 - 988.55 user 178.54 system 1587.90 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-i386.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 22:55:10 2012 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 3AD93106566C; Tue, 14 Feb 2012 22:55:10 +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 C7CFA8FC14; Tue, 14 Feb 2012 22:55:09 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EMt8EN052849; Tue, 14 Feb 2012 17:55:08 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EMt8xt052841; Tue, 14 Feb 2012 22:55:08 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 22:55:08 GMT Message-Id: <201202142255.q1EMt8xt052841@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: Tue, 14 Feb 2012 22:55:10 -0000 TB --- 2012-02-14 22:35:23 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 22:35:23 - starting HEAD tinderbox run for ia64/ia64 TB --- 2012-02-14 22:35:23 - cleaning the object tree TB --- 2012-02-14 22:35:25 - cvsupping the source tree TB --- 2012-02-14 22:35:25 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/ia64/ia64/supfile TB --- 2012-02-14 22:35:37 - building world TB --- 2012-02-14 22:35:37 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 22:35:37 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 22:35:37 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 22:35:37 - SRCCONF=/dev/null TB --- 2012-02-14 22:35:37 - TARGET=ia64 TB --- 2012-02-14 22:35:37 - TARGET_ARCH=ia64 TB --- 2012-02-14 22:35:37 - TZ=UTC TB --- 2012-02-14 22:35:37 - __MAKE_CONF=/dev/null TB --- 2012-02-14 22:35:37 - cd /src TB --- 2012-02-14 22:35:37 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 22:35:38 UTC 2012 >>> 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 [...] /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/ia64.ia64/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 22:55:08 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 22:55:08 - ERROR: failed to build world TB --- 2012-02-14 22:55:08 - 916.52 user 179.05 system 1184.84 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-ia64-ia64.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 22:57:45 2012 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 7CC02106566B; Tue, 14 Feb 2012 22:57:45 +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 2488C8FC12; Tue, 14 Feb 2012 22:57:44 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EMvi7x083284; Tue, 14 Feb 2012 17:57:44 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EMviQt083276; Tue, 14 Feb 2012 22:57:44 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 22:57:44 GMT Message-Id: <201202142257.q1EMviQt083276@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 mips/mips 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: Tue, 14 Feb 2012 22:57:45 -0000 TB --- 2012-02-14 22:40:28 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 22:40:28 - starting HEAD tinderbox run for mips/mips TB --- 2012-02-14 22:40:28 - cleaning the object tree TB --- 2012-02-14 22:40:31 - cvsupping the source tree TB --- 2012-02-14 22:40:31 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/mips/mips/supfile TB --- 2012-02-14 22:40:43 - building world TB --- 2012-02-14 22:40:43 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 22:40:43 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 22:40:43 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 22:40:43 - SRCCONF=/dev/null TB --- 2012-02-14 22:40:43 - TARGET=mips TB --- 2012-02-14 22:40:43 - TARGET_ARCH=mips TB --- 2012-02-14 22:40:43 - TZ=UTC TB --- 2012-02-14 22:40:43 - __MAKE_CONF=/dev/null TB --- 2012-02-14 22:40:43 - cd /src TB --- 2012-02-14 22:40:43 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 22:40:43 UTC 2012 >>> 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 [...] /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/mips.mipsel/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 22:57:44 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 22:57:44 - ERROR: failed to build world TB --- 2012-02-14 22:57:44 - 763.48 user 163.68 system 1035.41 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-mips-mips.full From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 23:02:02 2012 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 B8B7F1065674; Tue, 14 Feb 2012 23:02: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 585CE8FC1B; Tue, 14 Feb 2012 23:02:02 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q1EN21Yg016334; Tue, 14 Feb 2012 18:02:01 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q1EN21k7016325; Tue, 14 Feb 2012 23:02:01 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 14 Feb 2012 23:02:01 GMT Message-Id: <201202142302.q1EN21k7016325@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: Tue, 14 Feb 2012 23:02:02 -0000 TB --- 2012-02-14 22:41:16 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-02-14 22:41:16 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2012-02-14 22:41:16 - cleaning the object tree TB --- 2012-02-14 22:41:17 - cvsupping the source tree TB --- 2012-02-14 22:41:17 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/powerpc/powerpc/supfile TB --- 2012-02-14 22:41:28 - building world TB --- 2012-02-14 22:41:28 - CROSS_BUILD_TESTING=YES TB --- 2012-02-14 22:41:28 - MAKEOBJDIRPREFIX=/obj TB --- 2012-02-14 22:41:28 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-02-14 22:41:28 - SRCCONF=/dev/null TB --- 2012-02-14 22:41:28 - TARGET=powerpc TB --- 2012-02-14 22:41:28 - TARGET_ARCH=powerpc TB --- 2012-02-14 22:41:28 - TZ=UTC TB --- 2012-02-14 22:41:28 - __MAKE_CONF=/dev/null TB --- 2012-02-14 22:41:28 - cd /src TB --- 2012-02-14 22:41:28 - /usr/bin/make -B buildworld >>> World build started on Tue Feb 14 22:41:29 UTC 2012 >>> 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 [...] /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /obj/powerpc.powerpc/src/tmp/usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' *** Error code 1 Stop in /src/lib/libbz2. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-02-14 23:02:01 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-02-14 23:02:01 - ERROR: failed to build world TB --- 2012-02-14 23:02:01 - 982.55 user 180.73 system 1245.30 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc-powerpc.full From owner-freebsd-current@FreeBSD.ORG Wed Feb 15 10:00:31 2012 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 A1EF4106567D for ; Wed, 15 Feb 2012 10:00:31 +0000 (UTC) (envelope-from h.schmalzbauer@omnilan.de) Received: from host.omnilan.net (s1.omnilan.net [62.245.232.135]) by mx1.freebsd.org (Postfix) with ESMTP id 1DB398FC17 for ; Wed, 15 Feb 2012 10:00:30 +0000 (UTC) Received: from titan.wdn.omnilan.net (titan.lo4.wdn.omnilan.net [172.21.1.150]) (authenticated bits=0) by host.omnilan.net (8.13.8/8.13.8) with ESMTP id q1F9l2GW045210 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 15 Feb 2012 10:47:02 +0100 (CET) (envelope-from h.schmalzbauer@omnilan.de) X-Authentication-Warning: smtp.dmz.omnisec.de: Host titan.lo4.wdn.omnilan.net [172.21.1.150] claimed to be titan.wdn.omnilan.net Message-ID: <4F3B7F16.4090401@omnilan.de> Date: Wed, 15 Feb 2012 10:47:02 +0100 From: Harald Schmalzbauer Organization: OmniLAN User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; de-DE; rv:1.9.2.8) Gecko/20100906 Lightning/1.0b2 Thunderbird/3.1.2 MIME-Version: 1.0 To: Mehmet Erol Sanliturk References: In-Reply-To: X-Enigmail-Version: 1.1.2 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig9AAB3707A0174B5BE25A9954" Cc: FreeBSD Current Subject: Re: Effect of Processor and Memory on KDE4 execution speed 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, 15 Feb 2012 10:00:31 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig9AAB3707A0174B5BE25A9954 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable schrieb Mehmet Erol Sanliturk am 14.02.2012 15:39 (localtime): > Dear All , > > Today I have encountered a case which I think informing you about it ma= y be > useful . > > In my previous messages , I have mentioned very slowness of KDE4 . > > > Onto another computer I have installed DruidBSD 9.0 b56 amd64 , and KDE= 4 . > In that installation KDE4 worked surprisingly fast . > > To understand whether difference is among FreeBSD or DruidBSD , I have > installed > FreeBSD 9.0 Release amd64 and KDE4 on the same computer instead of Drui= dBSD > . > > The KDE4 has worked flawlesly i.e. , means very fast . > > To make equivalent the installations on both computers , I have install= ed > FreeBSD 9.0 Release amd64 and KDE4 on the slow computer exactly as in f= ast > computer . > > > Starting times after first boot ( to eliminate initialization effects )= are > the following > ( All timings are from "root" ) : > > > >From "startx" ( which contains "exec ... kde4 ..." ) > to appearance of KDE menu symbol at the bottom left corner : > > > Fast computer : 8 GB : 0+ ( < 1 ) minute ( 4 x 2 GB ) > Slow computer : 4 GB : 2+ ( < 3 ) minutes ( 2 x 2 GB ) ( 2 x ! GB chips= > removed ) , > 6 GB : 8+ ( < 9 ) minutes ( 2 x ( 2 , 1 ) GB ) . > ( Memory chip installation conforms to main board manua= l . ) > ( The clock does not have second counter . ) > > Fast Computer > CPU : Intel Pentium Dual CPU E2220 @ 2.40 GHz ( 2397.65-MHz K-8class = CPU ) > ACPI APIC Table : < INTEL DG965WH > > > Slow Computer > CPU : Intel Core 2 QUAD CPU Q6600 @ 2.40 GHz ( 2397.65-MHz K-8class C= PU ) > ACPI APIC Table : < INTEL DG965WH > > > ( The main boards are the same ) . > ( All of the memory chips are the same : Kingston HyperX 800 MHz ) > > > > I could not understand the reason(s) of the differences . > > > Boot DMESG outputs are attached . > Compare 'sysctl kern.timecounter'. That's the only difference I could see. Also, I'd try to disable two cores in the bios of the quad-core machine and see if it changes anything. Just to rule out scheduler issues. Have you tried memtest86 to see if RAM throughput and CPU-cache rates are comparable? -Harry --------------enig9AAB3707A0174B5BE25A9954 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iEYEARECAAYFAk87fxYACgkQLDqVQ9VXb8gVmACfbm2U6f9+n3XmU2n7iAyS7q1Z W6YAn1LFD/YifvrPTbmGOY94hS/kcbm5 =UQ8S -----END PGP SIGNATURE----- --------------enig9AAB3707A0174B5BE25A9954-- From owner-freebsd-current@FreeBSD.ORG Wed Feb 15 10:33:34 2012 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 88B421065672 for ; Wed, 15 Feb 2012 10:33:34 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 3C5308FC18 for ; Wed, 15 Feb 2012 10:33:34 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) for freebsd-current@freebsd.org with esmtp (envelope-from ) id <1RxcB3-0004Fu-2e>; Wed, 15 Feb 2012 11:33:33 +0100 Received: from telesto.geoinf.fu-berlin.de ([130.133.86.198]) by inpost2.zedat.fu-berlin.de (Exim 4.69) for freebsd-current@freebsd.org with esmtpsa (envelope-from ) id <1RxcB2-0005Vl-V9>; Wed, 15 Feb 2012 11:33:33 +0100 Message-ID: <4F3B89FC.4020802@mail.zedat.fu-berlin.de> Date: Wed, 15 Feb 2012 11:33:32 +0100 From: "O. Hartmann" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.1) Gecko/20120215 Thunderbird/10.0.1 MIME-Version: 1.0 To: Current FreeBSD X-Enigmail-Version: 1.3.5 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigB9A19F497B10085A314900EC" X-Originating-IP: 130.133.86.198 X-Mailman-Approved-At: Wed, 15 Feb 2012 11:34:09 +0000 Subject: killed libc.so.7 somehow - help./ISO images of 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: Wed, 15 Feb 2012 10:33:34 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigB9A19F497B10085A314900EC Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hello. Accidentally, I managed to kill my libc.so.7 and didn't make a backup. Now my FreeBSD 10/amd64 box, compiled yesterday's world last time, refuses to do anything since login doesn't work. /bin/sh is missing a symbol, I forgot the name, it was late last night (and therefore I made that mistake). I thought I could start over with a snapshot emergency/live DVD/CD, but for CURRENT, I can not find any ISO images. Apart from the CTM way, is there another opportunity toget a) ISO images of a more recent CURRENT b) a working libc.so.7 that will make me rebuilding the system? Sorry for the noise, I'm ashamed about to ask and yes, I will bare the laugh. Oliver --------------enigB9A19F497B10085A314900EC Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iQEcBAEBAgAGBQJPO4n8AAoJEOgBcD7A/5N8YSQIAJQAq/D0jUF3ZHlzcn9qDZ3C nMndg4dXapMQw5qV1XVKMXb238bHIOGAdi6gVO2KEYqaRcaHC7ZftiNozbmGg4Xx TDLaCHsgGo716Qgee3AmU/oo7g3UgcvUxWWcXyXTrQa+ThXPG1xFSVanGZa92We1 ko2gGxxXfyET8TNKQNwmcrhcsV417ujF1uRyQfXc3f5xH/tYbN4IkMFfAZordY3g xPIvYGBmpxhTmlGnCwvDUSFA2vJCQG8cfvHO73YUyyNnROhOPkP8Ap6Z+jr6+/py Zcqm+TONwPZo3qph4Ad3yL8uG2VgwBNOwJ19fRxjT2G85vzZdVFCdevCzqXksms= =KPFq -----END PGP SIGNATURE----- --------------enigB9A19F497B10085A314900EC-- From owner-freebsd-current@FreeBSD.ORG Wed Feb 15 11:46:00 2012 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 3A92B1065670 for ; Wed, 15 Feb 2012 11:46:00 +0000 (UTC) (envelope-from vince@unsane.co.uk) Received: from unsane.co.uk (unsane-pt.tunnel.tserv5.lon1.ipv6.he.net [IPv6:2001:470:1f08:110::2]) by mx1.freebsd.org (Postfix) with ESMTP id C4B1D8FC0A for ; Wed, 15 Feb 2012 11:45:59 +0000 (UTC) Received: from vhoffman.lon.namesco.net (lon.namesco.net [195.7.254.102]) (authenticated bits=0) by unsane.co.uk (8.14.4/8.14.4) with ESMTP id q1FBjvol065846 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Wed, 15 Feb 2012 11:45:58 GMT (envelope-from vince@unsane.co.uk) Message-ID: <4F3B9AF5.5040206@unsane.co.uk> Date: Wed, 15 Feb 2012 11:45:57 +0000 From: Vincent Hoffman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:10.0) Gecko/20120129 Thunderbird/10.0 MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <4F3B89FC.4020802@mail.zedat.fu-berlin.de> In-Reply-To: <4F3B89FC.4020802@mail.zedat.fu-berlin.de> X-Enigmail-Version: 1.3.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: killed libc.so.7 somehow - help./ISO images of 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: Wed, 15 Feb 2012 11:46:00 -0000 On 15/02/2012 10:33, O. Hartmann wrote: > Hello. > Accidentally, I managed to kill my libc.so.7 and didn't make a backup. > Now my FreeBSD 10/amd64 box, compiled yesterday's world last time, > refuses to do anything since login doesn't work. /bin/sh is missing a > symbol, I forgot the name, it was late last night (and therefore I made > that mistake). > > I thought I could start over with a snapshot emergency/live DVD/CD, but > for CURRENT, I can not find any ISO images. Apart from the CTM way, is > there another opportunity toget > a) ISO images of a more recent CURRENT > b) a working libc.so.7 that will make me rebuilding the system? Have a look at http://pub.allbsd.org/FreeBSD-snapshots/ Daily builds from all branches, the release ISO is a liveCD these days so you should be fine to use that. Vince > > > Sorry for the noise, I'm ashamed about to ask and yes, I will bare the > laugh. > > Oliver > From owner-freebsd-current@FreeBSD.ORG Wed Feb 15 11:47:30 2012 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 478FF106564A for ; Wed, 15 Feb 2012 11:47:30 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 916C08FC14 for ; Wed, 15 Feb 2012 11:47:29 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id NAA29518; Wed, 15 Feb 2012 13:47:27 +0200 (EET) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1RxdKY-0000Pv-ND; Wed, 15 Feb 2012 13:47:26 +0200 Message-ID: <4F3B9B4C.5070508@FreeBSD.org> Date: Wed, 15 Feb 2012 13:47:24 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0) Gecko/20120202 Thunderbird/10.0 MIME-Version: 1.0 To: "O. Hartmann" References: <4F3B89FC.4020802@mail.zedat.fu-berlin.de> In-Reply-To: <4F3B89FC.4020802@mail.zedat.fu-berlin.de> X-Enigmail-Version: 1.3.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Current FreeBSD Subject: Re: killed libc.so.7 somehow - help./ISO images of 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: Wed, 15 Feb 2012 11:47:30 -0000 on 15/02/2012 12:33 O. Hartmann said the following: > Hello. Accidentally, I managed to kill my libc.so.7 and didn't make a > backup. Now my FreeBSD 10/amd64 box, compiled yesterday's world last time, > refuses to do anything since login doesn't work. /bin/sh is missing a > symbol, I forgot the name, it was late last night (and therefore I made > that mistake). > > I thought I could start over with a snapshot emergency/live DVD/CD, but for > CURRENT, I can not find any ISO images. Apart from the CTM way, is there > another opportunity toget a) ISO images of a more recent CURRENT b) a > working libc.so.7 that will make me rebuilding the system? > > Sorry for the noise, I'm ashamed about to ask and yes, I will bare the > laugh. Tools in /rescue should work without libc, but I am not sure if they would be enough to somehow restore libc on your system. -- Andriy Gapon From owner-freebsd-current@FreeBSD.ORG Wed Feb 15 12:01:31 2012 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 EE0EA106566B; Wed, 15 Feb 2012 12:01:31 +0000 (UTC) (envelope-from lars@e-new.0x20.net) Received: from mail.0x20.net (mail.0x20.net [IPv6:2001:aa8:fffb:1::3]) by mx1.freebsd.org (Postfix) with ESMTP id 7799D8FC23; Wed, 15 Feb 2012 12:01:31 +0000 (UTC) Received: from mail.0x20.net (mail.0x20.net [217.69.76.211]) by mail.0x20.net (Postfix) with ESMTP id C2E7E6A664A; Wed, 15 Feb 2012 13:01:30 +0100 (CET) X-Virus-Scanned: amavisd-new at mail.0x20.net Received: from mail.0x20.net ([217.69.76.211]) by mail.0x20.net (mail.0x20.net [217.69.76.211]) (amavisd-new, port 10024) with ESMTP id 2hZZOWqKxy2p; Wed, 15 Feb 2012 13:01:30 +0100 (CET) Received: from e-new.0x20.net (mail.0x20.net [IPv6:2001:aa8:fffb:1::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.0x20.net (Postfix) with ESMTPS id 82D106A6648; Wed, 15 Feb 2012 13:01:30 +0100 (CET) Received: from e-new.0x20.net (localhost [127.0.0.1]) by e-new.0x20.net (8.14.4/8.14.4) with ESMTP id q1FC1UCo072169; Wed, 15 Feb 2012 13:01:30 +0100 (CET) (envelope-from lars@e-new.0x20.net) Received: (from lars@localhost) by e-new.0x20.net (8.14.4/8.14.4/Submit) id q1FC1Uq1071971; Wed, 15 Feb 2012 13:01:30 +0100 (CET) (envelope-from lars) Date: Wed, 15 Feb 2012 13:01:30 +0100 From: Lars Engels To: Andriy Gapon Message-ID: <20120215120130.GP93151@e-new.0x20.net> References: <4F3B89FC.4020802@mail.zedat.fu-berlin.de> <4F3B9B4C.5070508@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="SKuKPt3hQSBflurX" Content-Disposition: inline In-Reply-To: <4F3B9B4C.5070508@FreeBSD.org> X-Editor: VIM - Vi IMproved 7.3 X-Operation-System: FreeBSD 8.2-RELEASE-p3 User-Agent: Mutt/1.5.21 (2010-09-15) Cc: "O. Hartmann" , Current FreeBSD Subject: Re: killed libc.so.7 somehow - help./ISO images of 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: Wed, 15 Feb 2012 12:01:32 -0000 --SKuKPt3hQSBflurX Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 15, 2012 at 01:47:24PM +0200, Andriy Gapon wrote: > on 15/02/2012 12:33 O. Hartmann said the following: > > Hello. Accidentally, I managed to kill my libc.so.7 and didn't make a > > backup. Now my FreeBSD 10/amd64 box, compiled yesterday's world last ti= me,=20 > > refuses to do anything since login doesn't work. /bin/sh is missing a= =20 > > symbol, I forgot the name, it was late last night (and therefore I made= =20 > > that mistake). > >=20 > > I thought I could start over with a snapshot emergency/live DVD/CD, but= for > > CURRENT, I can not find any ISO images. Apart from the CTM way, is there > > another opportunity toget a) ISO images of a more recent CURRENT b) a > > working libc.so.7 that will make me rebuilding the system? > >=20 > > Sorry for the noise, I'm ashamed about to ask and yes, I will bare the= =20 > > laugh. >=20 > Tools in /rescue should work without libc, but I am not sure if they woul= d be > enough to somehow restore libc on your system. A static version of fetch(1) would be great for this. --SKuKPt3hQSBflurX Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iEYEARECAAYFAk87npoACgkQKc512sD3afhOJQCcDyLWQT1lcO91XRh18NLIAROj zcQAn1tfi9QREOlR6iTjJS4xwWtGLrrK =TMi9 -----END PGP SIGNATURE----- --SKuKPt3hQSBflurX-- From owner-freebsd-current@FreeBSD.ORG Wed Feb 15 12:07:21 2012 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 EA022106564A for ; Wed, 15 Feb 2012 12:07:21 +0000 (UTC) (envelope-from krassi@bulinfo.net) Received: from mx.bulinfo.net (mx.bulinfo.net [193.194.156.1]) by mx1.freebsd.org (Postfix) with ESMTP id 9B92E8FC0C for ; Wed, 15 Feb 2012 12:07:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mx.bulinfo.net (Postfix) with ESMTP id 332F55CA0A; Wed, 15 Feb 2012 13:50:47 +0200 (EET) X-Virus-Scanned: amavisd-new at bulinfo.net Received: from mx.bulinfo.net ([127.0.0.1]) by localhost (mx.bulinfo.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ieSA3c7GnQeR; Wed, 15 Feb 2012 13:50:47 +0200 (EET) Received: from [192.168.2.187] (pythia.bulinfo.net [212.72.195.5]) by mx.bulinfo.net (Postfix) with ESMTP id BD8F75CA2D; Wed, 15 Feb 2012 13:50:46 +0200 (EET) Message-ID: <4F3B9C16.4050900@bulinfo.net> Date: Wed, 15 Feb 2012 13:50:46 +0200 From: Krassimir Slavchev User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.26) Gecko/20120201 Thunderbird/3.1.18 MIME-Version: 1.0 To: "O. Hartmann" References: <4F3B89FC.4020802@mail.zedat.fu-berlin.de> In-Reply-To: <4F3B89FC.4020802@mail.zedat.fu-berlin.de> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Current FreeBSD Subject: Re: killed libc.so.7 somehow - help./ISO images of 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: Wed, 15 Feb 2012 12:07:22 -0000 Hi, Boot from a live CD, and copy from the last build obj dir: [/usr/obj]# find . -name libc.so.7 ./usr/src/tmp/lib/libc.so.7 ./usr/src/lib/libc/libc.so.7 ./usr/src/lib32/usr/lib32/libc.so.7 ./lib32/usr/src/lib/libc/libc.so.7 On 02/15/12 12:33, O. Hartmann wrote: > Hello. > Accidentally, I managed to kill my libc.so.7 and didn't make a backup. > Now my FreeBSD 10/amd64 box, compiled yesterday's world last time, > refuses to do anything since login doesn't work. /bin/sh is missing a > symbol, I forgot the name, it was late last night (and therefore I made > that mistake). > > I thought I could start over with a snapshot emergency/live DVD/CD, but > for CURRENT, I can not find any ISO images. Apart from the CTM way, is > there another opportunity toget > a) ISO images of a more recent CURRENT > b) a working libc.so.7 that will make me rebuilding the system? > > Sorry for the noise, I'm ashamed about to ask and yes, I will bare the > laugh. > > Oliver > From owner-freebsd-current@FreeBSD.ORG Wed Feb 15 12:37:47 2012 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 501CA106564A for ; Wed, 15 Feb 2012 12:37:47 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 020498FC0A for ; Wed, 15 Feb 2012 12:37:46 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1Rxe7F-0003Ro-8U>; Wed, 15 Feb 2012 13:37:45 +0100 Received: from telesto.geoinf.fu-berlin.de ([130.133.86.198]) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1Rxe7F-0006U1-4s>; Wed, 15 Feb 2012 13:37:45 +0100 Message-ID: <4F3BA719.3060702@mail.zedat.fu-berlin.de> Date: Wed, 15 Feb 2012 13:37:45 +0100 From: "O. Hartmann" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.1) Gecko/20120215 Thunderbird/10.0.1 MIME-Version: 1.0 To: Lars Engels References: <4F3B89FC.4020802@mail.zedat.fu-berlin.de> <4F3B9B4C.5070508@FreeBSD.org> <20120215120130.GP93151@e-new.0x20.net> In-Reply-To: <20120215120130.GP93151@e-new.0x20.net> X-Enigmail-Version: 1.3.5 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigC03CC46E62F819F6519B5269" X-Originating-IP: 130.133.86.198 X-Mailman-Approved-At: Wed, 15 Feb 2012 12:41:49 +0000 Cc: Current FreeBSD , Andriy Gapon Subject: Re: killed libc.so.7 somehow - help./ISO images of 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: Wed, 15 Feb 2012 12:37:47 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigC03CC46E62F819F6519B5269 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 02/15/12 13:01, Lars Engels wrote: > On Wed, Feb 15, 2012 at 01:47:24PM +0200, Andriy Gapon wrote: >> on 15/02/2012 12:33 O. Hartmann said the following: >>> Hello. Accidentally, I managed to kill my libc.so.7 and didn't make a= >>> backup. Now my FreeBSD 10/amd64 box, compiled yesterday's world last = time,=20 >>> refuses to do anything since login doesn't work. /bin/sh is missing a= =20 >>> symbol, I forgot the name, it was late last night (and therefore I ma= de=20 >>> that mistake). >>> >>> I thought I could start over with a snapshot emergency/live DVD/CD, b= ut for >>> CURRENT, I can not find any ISO images. Apart from the CTM way, is th= ere >>> another opportunity toget a) ISO images of a more recent CURRENT b) a= >>> working libc.so.7 that will make me rebuilding the system? >>> >>> Sorry for the noise, I'm ashamed about to ask and yes, I will bare th= e=20 >>> laugh. >> >> Tools in /rescue should work without libc, but I am not sure if they w= ould be >> enough to somehow restore libc on your system. >=20 > A static version of fetch(1) would be great for this. ;-) Problem: I can not even login anymore, since I have "insecured" the console for security reasons and the shell is rejecting due to a symbol missing. I tried booting into single user mode, but that doesn't help much. I really fu**ed up the box by stupiditely interrupting the install process at some point letting my finger play tired on the keyboard. The only way is to boot into rescue mission disk/dvd and try copying the corrupted libc with another one ... I hope it doesn't make difference then that most images I saw compile with legacy GCC and I built the whole system with CLANG. Thanks and regards, Oliver --------------enigC03CC46E62F819F6519B5269 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iQEcBAEBAgAGBQJPO6cZAAoJEOgBcD7A/5N8UMgIANhfmS+6skG+RfwR1dHCS0tP m54ODmOQaq3RSUMxM9a4t5kddWGZFAuJT6NhXOwElHba4KzephzESMts+eyEHHeU y/dIHxTsdabE5AzZleCR73/y5hQpZkeIkDks5TpOKlP7d0RODSgMnzWOoXBp6Ih9 a/tBucC5FAIPCxku0B4X9CvkGT2jYzdNwOcWE+o22Tllk0xzrINXQ+CsdA5d3WTv 8ilp15xH0bnkt0wjSU/artU7ZMeUYgkBISGEcMKWwFFTDRfyewLhmtJ4zzC55j91 u34pf4Uj4/c3uo51RBoUgF3mi7h68UvaUAwxCL7nl4eH5pUujzxO8DUgEB5Syco= =jCV9 -----END PGP SIGNATURE----- --------------enigC03CC46E62F819F6519B5269-- From owner-freebsd-current@FreeBSD.ORG Wed Feb 15 12:58:06 2012 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 4C2C510656D0; Wed, 15 Feb 2012 12:58:06 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 060398FC08; Wed, 15 Feb 2012 12:58:06 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:7836:99e7:31c7:f2b1] (unknown [IPv6:2001:7b8:3a7:0:7836:99e7:31c7:f2b1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 080735C59; Wed, 15 Feb 2012 13:58:03 +0100 (CET) Message-ID: <4F3BABDE.30908@FreeBSD.org> Date: Wed, 15 Feb 2012 13:58:06 +0100 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20120202 Thunderbird/11.0 MIME-Version: 1.0 To: "O. Hartmann" References: <4F3B89FC.4020802@mail.zedat.fu-berlin.de> <4F3B9B4C.5070508@FreeBSD.org> <20120215120130.GP93151@e-new.0x20.net> <4F3BA719.3060702@mail.zedat.fu-berlin.de> In-Reply-To: <4F3BA719.3060702@mail.zedat.fu-berlin.de> X-Enigmail-Version: 1.4a1pre Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Current FreeBSD , Lars Engels , Andriy Gapon Subject: Re: killed libc.so.7 somehow - help./ISO images of 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: Wed, 15 Feb 2012 12:58:06 -0000 On 2012-02-15 13:37, O. Hartmann wrote: > ;-) Problem: I can not even login anymore, since I have "insecured" the > console for security reasons and the shell is rejecting due to a symbol > missing. I tried booting into single user mode, but that doesn't help > much. When booting in single user mode, use /rescue/sh as initial shell. This is statically linked, so should always be able to run. Then use the tools in /rescue to copy back a known good libc.so.7. From owner-freebsd-current@FreeBSD.ORG Wed Feb 15 13:19:08 2012 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 6E3F8106564A; Wed, 15 Feb 2012 13:19:08 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 1E6D88FC1A; Wed, 15 Feb 2012 13:19:07 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1RxelH-0005BM-4i>; Wed, 15 Feb 2012 14:19:07 +0100 Received: from telesto.geoinf.fu-berlin.de ([130.133.86.198]) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1RxelH-0001An-19>; Wed, 15 Feb 2012 14:19:07 +0100 Message-ID: <4F3BB0C3.2060004@mail.zedat.fu-berlin.de> Date: Wed, 15 Feb 2012 14:18:59 +0100 From: "O. Hartmann" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.1) Gecko/20120215 Thunderbird/10.0.1 MIME-Version: 1.0 To: Dimitry Andric References: <4F3B89FC.4020802@mail.zedat.fu-berlin.de> <4F3B9B4C.5070508@FreeBSD.org> <20120215120130.GP93151@e-new.0x20.net> <4F3BA719.3060702@mail.zedat.fu-berlin.de> <4F3BABDE.30908@FreeBSD.org> In-Reply-To: <4F3BABDE.30908@FreeBSD.org> X-Enigmail-Version: 1.3.5 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig8FC113A6777BF399C35267D2" X-Originating-IP: 130.133.86.198 X-Mailman-Approved-At: Wed, 15 Feb 2012 13:45:59 +0000 Cc: Current FreeBSD , Lars Engels , Andriy Gapon Subject: Re: killed libc.so.7 somehow - help./ISO images of 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: Wed, 15 Feb 2012 13:19:08 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig8FC113A6777BF399C35267D2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 02/15/12 13:58, Dimitry Andric wrote: > On 2012-02-15 13:37, O. Hartmann wrote: >> ;-) Problem: I can not even login anymore, since I have "insecured" th= e >> console for security reasons and the shell is rejecting due to a symbo= l >> missing. I tried booting into single user mode, but that doesn't help >> much. >=20 > When booting in single user mode, use /rescue/sh as initial shell. Thi= s > is statically linked, so should always be able to run. Then use the > tools in /rescue to copy back a known good libc.so.7. Thank's. Oliver --------------enig8FC113A6777BF399C35267D2 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iQEcBAEBAgAGBQJPO7DKAAoJEOgBcD7A/5N8OVYH/13TxsV+k/AkUPfW7CGMkzKR fJuuLMohSoA6ppU/efKUGoNO+iMxMXgNNgddfx2ucv8hTTa/TGDOek7J2Wdg5pha HQUfzTuZF7dJcdrU2IXM9cgqvv9S3uJUJGT69EGxNpINoAcCUd327zSM4x5/p+/L SPCR7AeINOcJ88xDk+C9CjEYb48FrDNj4XZkZZZVqMWdeJkWl+7JzQpdYOyyNuAO y6s9SMMeCn+fgOrXgaChWI9IAkj0ArJ2p8ADGYGrNpxILMVLOLLT5xqtXvEfAMET gXd6PWiN9PaUyP4bIxNdHTxHQDeRZNj7iXBzC35bolnA5ifevML89489jMVB6A0= =SVbY -----END PGP SIGNATURE----- --------------enig8FC113A6777BF399C35267D2-- From owner-freebsd-current@FreeBSD.ORG Wed Feb 15 16:33:01 2012 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 6AF2F106564A for ; Wed, 15 Feb 2012 16:33:01 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id 6008D8FC08 for ; Wed, 15 Feb 2012 16:32:59 +0000 (UTC) Received: from skuns.kiev.zoral.com.ua (localhost [127.0.0.1]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id q1FGWr0q060353 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 15 Feb 2012 18:32:53 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.5/8.14.5) with ESMTP id q1FGWqlE005535; Wed, 15 Feb 2012 18:32:52 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.5/8.14.5/Submit) id q1FGWq8l005534; Wed, 15 Feb 2012 18:32:52 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Wed, 15 Feb 2012 18:32:52 +0200 From: Konstantin Belousov To: Dmitry Mikulin Message-ID: <20120215163252.GZ3283@deviant.kiev.zoral.com.ua> References: <4F31C89C.7010705@juniper.net> <4F3318AD.6000607@juniper.net> <20120209122908.GD3283@deviant.kiev.zoral.com.ua> <4F34311A.9050702@juniper.net> <20120210001725.GJ3283@deviant.kiev.zoral.com.ua> <4F3478B3.9040809@juniper.net> <20120213152825.GH3283@deviant.kiev.zoral.com.ua> <4F3988E8.2040705@juniper.net> <20120213222521.GK3283@deviant.kiev.zoral.com.ua> <4F3993C5.5020703@juniper.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="VtOb4vV0nsUnkr3G" Content-Disposition: inline In-Reply-To: <4F3993C5.5020703@juniper.net> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-3.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: freebsd-current Current , Marcel Moolenaar Subject: Re: [ptrace] please review follow fork/exec changes 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, 15 Feb 2012 16:33:01 -0000 --VtOb4vV0nsUnkr3G Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 13, 2012 at 02:50:45PM -0800, Dmitry Mikulin wrote: > >>>It seems that now wait4(2) can be called from the real (non-debugger) > >>>parent first and result in the call to proc_reap(), isn't it ? We would > >>>then just reparent the child back to the caller, still leaving the > >>>zombie and confusing debugger. > >>When either gdb or the real parent gets to proc_reap() the process=20 > >>wouldn't > >>get destroyed, it'll get caught by the following clause: > >> if (p->p_oppid&& (t =3D pfind(p->p_oppid)) !=3D NULL) { > >> > >>and the real parent with get the child back into the children's list wh= ile > >>gdb will get it into the orphan list. The second time around when > >>proc_reap() is entered, p->p_oppid will be 0 and the process will get > >>really reaped. Does it make sense? And proc_reparent() attempts to keep= =20 > >>the > >>orphan list clean and not have the same entries and the list of sibling= s. > >Right, this is what I figured. But I asked about some further implication > >of this change: > > > >if real parent spuriosly calls wait4(2) on the child pid after the child > >exited, but before the debugger called the wait4(), then exactly the > >code you noted above will be run. This results in the child being fully > >returned to the original parent. > > > >Next, the wait4() call from debugger gets an error, and zombie will be > >kept around until parent calls wait4() for this pid once more. > > > >Am I missed something ? >=20 > In this case the process will move from gdb's child list to gdb's orphan= =20 > list when the real parent does a wait4(). Next time around the wait loop = in=20 > gdb it'll be caught by the orphan's proc_reap(). I do not see how the next debugger loop could find this process at all, since the first wait4() call reparented it to the original parent. --VtOb4vV0nsUnkr3G Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (FreeBSD) iEYEARECAAYFAk873jQACgkQC3+MBN1Mb4g9UgCg3EUpfudY7esu+R4cGFrYauYh I7MAoKd6qEKZCGU7SXwWgKWL2kN77QdQ =QwmM -----END PGP SIGNATURE----- --VtOb4vV0nsUnkr3G-- From owner-freebsd-current@FreeBSD.ORG Wed Feb 15 17:40:39 2012 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 35598106564A for ; Wed, 15 Feb 2012 17:40:39 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id BCC9D8FC13 for ; Wed, 15 Feb 2012 17:40:38 +0000 (UTC) Received: from skuns.kiev.zoral.com.ua (localhost [127.0.0.1]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id q1FHeV1S066473 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 15 Feb 2012 19:40:32 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.5/8.14.5) with ESMTP id q1FHeVW0005921; Wed, 15 Feb 2012 19:40:31 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.5/8.14.5/Submit) id q1FHeV7o005920; Wed, 15 Feb 2012 19:40:31 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Wed, 15 Feb 2012 19:40:31 +0200 From: Konstantin Belousov To: Dmitry Mikulin Message-ID: <20120215174031.GB3283@deviant.kiev.zoral.com.ua> References: <20120209122908.GD3283@deviant.kiev.zoral.com.ua> <4F34311A.9050702@juniper.net> <20120210001725.GJ3283@deviant.kiev.zoral.com.ua> <4F3478B3.9040809@juniper.net> <20120213152825.GH3283@deviant.kiev.zoral.com.ua> <4F3988E8.2040705@juniper.net> <20120213222521.GK3283@deviant.kiev.zoral.com.ua> <4F3993C5.5020703@juniper.net> <20120215163252.GZ3283@deviant.kiev.zoral.com.ua> <4F3BE9C2.8040908@juniper.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="kafhcBLPEB+rLNbV" Content-Disposition: inline In-Reply-To: <4F3BE9C2.8040908@juniper.net> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-3.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: freebsd-current Current , Marcel Moolenaar Subject: Re: [ptrace] please review follow fork/exec changes 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, 15 Feb 2012 17:40:39 -0000 --kafhcBLPEB+rLNbV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 15, 2012 at 09:22:10AM -0800, Dmitry Mikulin wrote: >=20 >=20 > On 02/15/2012 08:32 AM, Konstantin Belousov wrote: > >On Mon, Feb 13, 2012 at 02:50:45PM -0800, Dmitry Mikulin wrote: > >>>>>It seems that now wait4(2) can be called from the real (non-debugger) > >>>>>parent first and result in the call to proc_reap(), isn't it ? We wo= uld > >>>>>then just reparent the child back to the caller, still leaving the > >>>>>zombie and confusing debugger. > >>>>When either gdb or the real parent gets to proc_reap() the process > >>>>wouldn't > >>>>get destroyed, it'll get caught by the following clause: > >>>> if (p->p_oppid&& (t =3D pfind(p->p_oppid)) !=3D NULL) { > >>>> > >>>>and the real parent with get the child back into the children's list= =20 > >>>>while > >>>>gdb will get it into the orphan list. The second time around when > >>>>proc_reap() is entered, p->p_oppid will be 0 and the process will get > >>>>really reaped. Does it make sense? And proc_reparent() attempts to ke= ep > >>>>the > >>>>orphan list clean and not have the same entries and the list of=20 > >>>>siblings. > >>>Right, this is what I figured. But I asked about some further implicat= ion > >>>of this change: > >>> > >>>if real parent spuriosly calls wait4(2) on the child pid after the chi= ld > >>>exited, but before the debugger called the wait4(), then exactly the > >>>code you noted above will be run. This results in the child being fully > >>>returned to the original parent. > >>> > >>>Next, the wait4() call from debugger gets an error, and zombie will be > >>>kept around until parent calls wait4() for this pid once more. > >>> > >>>Am I missed something ? > >>In this case the process will move from gdb's child list to gdb's orphan > >>list when the real parent does a wait4(). Next time around the wait loo= p=20 > >>in > >>gdb it'll be caught by the orphan's proc_reap(). > >I do not see how the next debugger loop could find this process at all, > >since the first wait4() call reparented it to the original parent. >=20 > Not the debugger loop, the kern_wait() loop. The child get re-parented to= =20 > the original parent but moves to the orphan list of the debugger process. Either the debugger loop which calls wait4/waitpid, or the kern_wait loop resulting from the debugger calling wait*. Could you, please, describe, how the patched kernel moves the wait'ed zombie to the orphan list of the debugger ? For me, it seems that there is another bug, the child appears both on the childdren list, and on the orphan list of the real parent. --kafhcBLPEB+rLNbV Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (FreeBSD) iEYEARECAAYFAk877g8ACgkQC3+MBN1Mb4hE7wCdEVmWWBP04dzRuzjjoTyg3G5g QloAn2i2EukBi9Nen0Z+XVPhFQR/fyGs =cXeQ -----END PGP SIGNATURE----- --kafhcBLPEB+rLNbV-- From owner-freebsd-current@FreeBSD.ORG Wed Feb 15 17:25:24 2012 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 2ACEA1065735 for ; Wed, 15 Feb 2012 17:25:24 +0000 (UTC) (envelope-from dmitrym@juniper.net) Received: from exprod7og127.obsmtp.com (exprod7og127.obsmtp.com [64.18.2.210]) by mx1.freebsd.org (Postfix) with ESMTP id B2C118FC0A for ; Wed, 15 Feb 2012 17:25:23 +0000 (UTC) Received: from P-EMHUB01-HQ.jnpr.net ([66.129.224.36]) (using TLSv1) by exprod7ob127.postini.com ([64.18.6.12]) with SMTP ID DSNKTzvqgpBMCJ8hl40HUoHeHnubG2Ivdgur@postini.com; Wed, 15 Feb 2012 09:25:23 PST Received: from magenta.juniper.net (172.17.27.123) by P-EMHUB01-HQ.jnpr.net (172.24.192.33) with Microsoft SMTP Server (TLS) id 8.3.213.0; Wed, 15 Feb 2012 09:22:15 -0800 Received: from [172.24.26.191] (dmitrym-lnx.jnpr.net [172.24.26.191]) by magenta.juniper.net (8.11.3/8.11.3) with ESMTP id q1FHMF146908; Wed, 15 Feb 2012 09:22:15 -0800 (PST) (envelope-from dmitrym@juniper.net) Message-ID: <4F3BE9C2.8040908@juniper.net> Date: Wed, 15 Feb 2012 09:22:10 -0800 From: Dmitry Mikulin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111229 Thunderbird/9.0 MIME-Version: 1.0 To: Konstantin Belousov References: <4F31C89C.7010705@juniper.net> <4F3318AD.6000607@juniper.net> <20120209122908.GD3283@deviant.kiev.zoral.com.ua> <4F34311A.9050702@juniper.net> <20120210001725.GJ3283@deviant.kiev.zoral.com.ua> <4F3478B3.9040809@juniper.net> <20120213152825.GH3283@deviant.kiev.zoral.com.ua> <4F3988E8.2040705@juniper.net> <20120213222521.GK3283@deviant.kiev.zoral.com.ua> <4F3993C5.5020703@juniper.net> <20120215163252.GZ3283@deviant.kiev.zoral.com.ua> In-Reply-To: <20120215163252.GZ3283@deviant.kiev.zoral.com.ua> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: f8e27f27-03b2-4c3e-9447-119194e72cb6 X-Mailman-Approved-At: Wed, 15 Feb 2012 17:43:01 +0000 Cc: freebsd-current Current , Marcel Moolenaar Subject: Re: [ptrace] please review follow fork/exec changes 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, 15 Feb 2012 17:25:24 -0000 On 02/15/2012 08:32 AM, Konstantin Belousov wrote: > On Mon, Feb 13, 2012 at 02:50:45PM -0800, Dmitry Mikulin wrote: >>>>> It seems that now wait4(2) can be called from the real (non-debugger) >>>>> parent first and result in the call to proc_reap(), isn't it ? We would >>>>> then just reparent the child back to the caller, still leaving the >>>>> zombie and confusing debugger. >>>> When either gdb or the real parent gets to proc_reap() the process >>>> wouldn't >>>> get destroyed, it'll get caught by the following clause: >>>> if (p->p_oppid&& (t = pfind(p->p_oppid)) != NULL) { >>>> >>>> and the real parent with get the child back into the children's list while >>>> gdb will get it into the orphan list. The second time around when >>>> proc_reap() is entered, p->p_oppid will be 0 and the process will get >>>> really reaped. Does it make sense? And proc_reparent() attempts to keep >>>> the >>>> orphan list clean and not have the same entries and the list of siblings. >>> Right, this is what I figured. But I asked about some further implication >>> of this change: >>> >>> if real parent spuriosly calls wait4(2) on the child pid after the child >>> exited, but before the debugger called the wait4(), then exactly the >>> code you noted above will be run. This results in the child being fully >>> returned to the original parent. >>> >>> Next, the wait4() call from debugger gets an error, and zombie will be >>> kept around until parent calls wait4() for this pid once more. >>> >>> Am I missed something ? >> In this case the process will move from gdb's child list to gdb's orphan >> list when the real parent does a wait4(). Next time around the wait loop in >> gdb it'll be caught by the orphan's proc_reap(). > I do not see how the next debugger loop could find this process at all, > since the first wait4() call reparented it to the original parent. Not the debugger loop, the kern_wait() loop. The child get re-parented to the original parent but moves to the orphan list of the debugger process. From owner-freebsd-current@FreeBSD.ORG Wed Feb 15 17:50:35 2012 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 5FF0D1065672; Wed, 15 Feb 2012 17:50:34 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 49F8F8FC18; Wed, 15 Feb 2012 17:50:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1FHoYPH036670; Wed, 15 Feb 2012 17:50:34 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1FHoXvk036636; Wed, 15 Feb 2012 17:50:33 GMT (envelope-from bapt@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f Date: Wed, 15 Feb 2012 18:50:30 +0100 From: Baptiste Daroussin To: current@FreeBSD.org, ports@FreeBSD.org Message-ID: <20120215175030.GK13362@azathoth.lan> References: <20120130123930.GB40244@azathoth.lan> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="BFVE2HhgxTpCzM8t" Content-Disposition: inline In-Reply-To: <20120130123930.GB40244@azathoth.lan> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Subject: Re: [HEADSUP][CFT] pkgng beta1^6 is out 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, 15 Feb 2012 17:50:35 -0000 --BFVE2HhgxTpCzM8t Content-Type: text/plain; charset=us-ascii Content-Disposition: inline beta6 is now out with the following changes: * pkg register: now run inside a transaction, this speeds up things a lot (thanks avg) * pkg version: -v now print name-version to match behaviour of legacy pkg_version * pkg register: fix flatsize calculation * new pkg-updating(1) man page (thanks beat) if you are upgrading from previous version you migh discover the weird value the the disk space saved or required for some operation, this is just because a bug in previous version was always calculating each package flatsize as 0 B, this is now fixed. regards, Bapt --BFVE2HhgxTpCzM8t Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iEYEARECAAYFAk878GYACgkQ8kTtMUmk6EwRXwCfbs6fnfMbc2v0VIOwyEw4ua8U VQQAoI49mJNt35Sd9dQPzKZm2JyKix2t =sPu1 -----END PGP SIGNATURE----- --BFVE2HhgxTpCzM8t-- From owner-freebsd-current@FreeBSD.ORG Wed Feb 15 18:02:18 2012 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 87066106566C for ; Wed, 15 Feb 2012 18:02:18 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id 199418FC13 for ; Wed, 15 Feb 2012 18:02:17 +0000 (UTC) Received: from skuns.kiev.zoral.com.ua (localhost [127.0.0.1]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id q1FI2AKg068158 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 15 Feb 2012 20:02:11 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.5/8.14.5) with ESMTP id q1FI2A6t006074; Wed, 15 Feb 2012 20:02:10 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.5/8.14.5/Submit) id q1FI2ABI006073; Wed, 15 Feb 2012 20:02:10 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Wed, 15 Feb 2012 20:02:10 +0200 From: Konstantin Belousov To: Dmitry Mikulin Message-ID: <20120215180210.GC3283@deviant.kiev.zoral.com.ua> References: <20120210001725.GJ3283@deviant.kiev.zoral.com.ua> <4F3478B3.9040809@juniper.net> <20120213152825.GH3283@deviant.kiev.zoral.com.ua> <4F3988E8.2040705@juniper.net> <20120213222521.GK3283@deviant.kiev.zoral.com.ua> <4F3993C5.5020703@juniper.net> <20120215163252.GZ3283@deviant.kiev.zoral.com.ua> <4F3BE9C2.8040908@juniper.net> <20120215174031.GB3283@deviant.kiev.zoral.com.ua> <4F3BF164.2020506@juniper.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5tsE7/DTPdxyIfi9" Content-Disposition: inline In-Reply-To: <4F3BF164.2020506@juniper.net> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-3.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: freebsd-current Current , Marcel Moolenaar Subject: Re: [ptrace] please review follow fork/exec changes 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, 15 Feb 2012 18:02:18 -0000 --5tsE7/DTPdxyIfi9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 15, 2012 at 09:54:44AM -0800, Dmitry Mikulin wrote: >=20 >=20 > On 02/15/2012 09:40 AM, Konstantin Belousov wrote: > >On Wed, Feb 15, 2012 at 09:22:10AM -0800, Dmitry Mikulin wrote: > >> > >>On 02/15/2012 08:32 AM, Konstantin Belousov wrote: > >>>On Mon, Feb 13, 2012 at 02:50:45PM -0800, Dmitry Mikulin wrote: > >>>>>>>It seems that now wait4(2) can be called from the real (non-debugg= er) > >>>>>>>parent first and result in the call to proc_reap(), isn't it ? We= =20 > >>>>>>>would > >>>>>>>then just reparent the child back to the caller, still leaving the > >>>>>>>zombie and confusing debugger. > >>>>>>When either gdb or the real parent gets to proc_reap() the process > >>>>>>wouldn't > >>>>>>get destroyed, it'll get caught by the following clause: > >>>>>> if (p->p_oppid&& (t =3D pfind(p->p_oppid)) !=3D NULL) { > >>>>>> > >>>>>>and the real parent with get the child back into the children's list > >>>>>>while > >>>>>>gdb will get it into the orphan list. The second time around when > >>>>>>proc_reap() is entered, p->p_oppid will be 0 and the process will g= et > >>>>>>really reaped. Does it make sense? And proc_reparent() attempts to= =20 > >>>>>>keep > >>>>>>the > >>>>>>orphan list clean and not have the same entries and the list of > >>>>>>siblings. > >>>>>Right, this is what I figured. But I asked about some further=20 > >>>>>implication > >>>>>of this change: > >>>>> > >>>>>if real parent spuriosly calls wait4(2) on the child pid after the= =20 > >>>>>child > >>>>>exited, but before the debugger called the wait4(), then exactly the > >>>>>code you noted above will be run. This results in the child being fu= lly > >>>>>returned to the original parent. > >>>>> > >>>>>Next, the wait4() call from debugger gets an error, and zombie will = be > >>>>>kept around until parent calls wait4() for this pid once more. > >>>>> > >>>>>Am I missed something ? > >>>>In this case the process will move from gdb's child list to gdb's orp= han > >>>>list when the real parent does a wait4(). Next time around the wait l= oop > >>>>in > >>>>gdb it'll be caught by the orphan's proc_reap(). > >>>I do not see how the next debugger loop could find this process at all, > >>>since the first wait4() call reparented it to the original parent. > >>Not the debugger loop, the kern_wait() loop. The child get re-parented = to > >>the original parent but moves to the orphan list of the debugger proces= s. > >Either the debugger loop which calls wait4/waitpid, or the kern_wait loop > >resulting from the debugger calling wait*. > > > >Could you, please, describe, how the patched kernel moves the wait'ed > >zombie to the orphan list of the debugger ? > >For me, it seems that there is another bug, the child appears both on > >the childdren list, and on the orphan list of the real parent. >=20 >=20 > The first attempt to reap the child will get into the > if (p->p_oppid && (t =3D pfind(p->p_oppid)) !=3D NULL) { > clause, which will re-parent it to the real parent. The child will not be= =20 > destroyed at this point. >=20 > The following loop in proc_reparent() will make sure that the child does= =20 > not stay in both lists: > LIST_FOREACH(p, &parent->p_orphans, p_orphan) { > if (p =3D=3D child) { > LIST_REMOVE(child, p_orphan); > break; > } > } >=20 > Since the child parent is gdb and it's still being traced, the following= =20 > will move it to gdb's orphan list: >=20 > if (child->p_flag & P_TRACED) > LIST_INSERT_HEAD(&child->p_pptr->p_orphans, child, p_orphan); No, the child parent at this point is no longer the gdb, it is the original parent. And since P_TRACED is set, the process is inserted also in the orphans list of the original parent. This all happens during the first execution of wait4/waitpid from the real parent, in the proc_reparent. >=20 > After this the real parent will get the exit status. >=20 > The next pass through the kern_wait() loop called from gdb will catch the= =20 > child in its orphan list and will reap it this time for real since=20 > p->p_oppid will be set to 0 in the previous attempt to reap it. Gdb gets= =20 > the exit code, the child is destroyed. >=20 No, the child has no longer any assotiation with the debugger process, since the block in the if (p->p_oppid && (t =3D pfind(p->p_oppid)) !=3D NULL) { statement destroyed it. --5tsE7/DTPdxyIfi9 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (FreeBSD) iEYEARECAAYFAk878yIACgkQC3+MBN1Mb4jFuwCfQdv31kmmtUNAIqe1Ns5iO4/8 4k0AnjFqs12UDtnot3rJlh9qPrCJoIqA =4+pR -----END PGP SIGNATURE----- --5tsE7/DTPdxyIfi9-- From owner-freebsd-current@FreeBSD.ORG Wed Feb 15 17:55:24 2012 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 17C631065676 for ; Wed, 15 Feb 2012 17:55:24 +0000 (UTC) (envelope-from dmitrym@juniper.net) Received: from exprod7og108.obsmtp.com (exprod7og108.obsmtp.com [64.18.2.169]) by mx1.freebsd.org (Postfix) with ESMTP id 9EEC78FC12 for ; Wed, 15 Feb 2012 17:55:23 +0000 (UTC) Received: from P-EMHUB01-HQ.jnpr.net ([66.129.224.36]) (using TLSv1) by exprod7ob108.postini.com ([64.18.6.12]) with SMTP ID DSNKTzvxicJ9XahSPa13tOJMCDE/cTDxIqGn@postini.com; Wed, 15 Feb 2012 09:55:23 PST Received: from magenta.juniper.net (172.17.27.123) by P-EMHUB01-HQ.jnpr.net (172.24.192.33) with Microsoft SMTP Server (TLS) id 8.3.213.0; Wed, 15 Feb 2012 09:54:49 -0800 Received: from [172.24.26.191] (dmitrym-lnx.jnpr.net [172.24.26.191]) by magenta.juniper.net (8.11.3/8.11.3) with ESMTP id q1FHsm162300; Wed, 15 Feb 2012 09:54:48 -0800 (PST) (envelope-from dmitrym@juniper.net) Message-ID: <4F3BF164.2020506@juniper.net> Date: Wed, 15 Feb 2012 09:54:44 -0800 From: Dmitry Mikulin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111229 Thunderbird/9.0 MIME-Version: 1.0 To: Konstantin Belousov References: <20120209122908.GD3283@deviant.kiev.zoral.com.ua> <4F34311A.9050702@juniper.net> <20120210001725.GJ3283@deviant.kiev.zoral.com.ua> <4F3478B3.9040809@juniper.net> <20120213152825.GH3283@deviant.kiev.zoral.com.ua> <4F3988E8.2040705@juniper.net> <20120213222521.GK3283@deviant.kiev.zoral.com.ua> <4F3993C5.5020703@juniper.net> <20120215163252.GZ3283@deviant.kiev.zoral.com.ua> <4F3BE9C2.8040908@juniper.net> <20120215174031.GB3283@deviant.kiev.zoral.com.ua> In-Reply-To: <20120215174031.GB3283@deviant.kiev.zoral.com.ua> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: f8e27f27-03b2-4c3e-9447-119194e72cb6 X-Mailman-Approved-At: Wed, 15 Feb 2012 18:02:35 +0000 Cc: freebsd-current Current , Marcel Moolenaar Subject: Re: [ptrace] please review follow fork/exec changes 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, 15 Feb 2012 17:55:24 -0000 On 02/15/2012 09:40 AM, Konstantin Belousov wrote: > On Wed, Feb 15, 2012 at 09:22:10AM -0800, Dmitry Mikulin wrote: >> >> On 02/15/2012 08:32 AM, Konstantin Belousov wrote: >>> On Mon, Feb 13, 2012 at 02:50:45PM -0800, Dmitry Mikulin wrote: >>>>>>> It seems that now wait4(2) can be called from the real (non-debugger) >>>>>>> parent first and result in the call to proc_reap(), isn't it ? We would >>>>>>> then just reparent the child back to the caller, still leaving the >>>>>>> zombie and confusing debugger. >>>>>> When either gdb or the real parent gets to proc_reap() the process >>>>>> wouldn't >>>>>> get destroyed, it'll get caught by the following clause: >>>>>> if (p->p_oppid&& (t = pfind(p->p_oppid)) != NULL) { >>>>>> >>>>>> and the real parent with get the child back into the children's list >>>>>> while >>>>>> gdb will get it into the orphan list. The second time around when >>>>>> proc_reap() is entered, p->p_oppid will be 0 and the process will get >>>>>> really reaped. Does it make sense? And proc_reparent() attempts to keep >>>>>> the >>>>>> orphan list clean and not have the same entries and the list of >>>>>> siblings. >>>>> Right, this is what I figured. But I asked about some further implication >>>>> of this change: >>>>> >>>>> if real parent spuriosly calls wait4(2) on the child pid after the child >>>>> exited, but before the debugger called the wait4(), then exactly the >>>>> code you noted above will be run. This results in the child being fully >>>>> returned to the original parent. >>>>> >>>>> Next, the wait4() call from debugger gets an error, and zombie will be >>>>> kept around until parent calls wait4() for this pid once more. >>>>> >>>>> Am I missed something ? >>>> In this case the process will move from gdb's child list to gdb's orphan >>>> list when the real parent does a wait4(). Next time around the wait loop >>>> in >>>> gdb it'll be caught by the orphan's proc_reap(). >>> I do not see how the next debugger loop could find this process at all, >>> since the first wait4() call reparented it to the original parent. >> Not the debugger loop, the kern_wait() loop. The child get re-parented to >> the original parent but moves to the orphan list of the debugger process. > Either the debugger loop which calls wait4/waitpid, or the kern_wait loop > resulting from the debugger calling wait*. > > Could you, please, describe, how the patched kernel moves the wait'ed > zombie to the orphan list of the debugger ? > For me, it seems that there is another bug, the child appears both on > the childdren list, and on the orphan list of the real parent. The first attempt to reap the child will get into the if (p->p_oppid && (t = pfind(p->p_oppid)) != NULL) { clause, which will re-parent it to the real parent. The child will not be destroyed at this point. The following loop in proc_reparent() will make sure that the child does not stay in both lists: LIST_FOREACH(p, &parent->p_orphans, p_orphan) { if (p == child) { LIST_REMOVE(child, p_orphan); break; } } Since the child parent is gdb and it's still being traced, the following will move it to gdb's orphan list: if (child->p_flag & P_TRACED) LIST_INSERT_HEAD(&child->p_pptr->p_orphans, child, p_orphan); After this the real parent will get the exit status. The next pass through the kern_wait() loop called from gdb will catch the child in its orphan list and will reap it this time for real since p->p_oppid will be set to 0 in the previous attempt to reap it. Gdb gets the exit code, the child is destroyed. From owner-freebsd-current@FreeBSD.ORG Wed Feb 15 18:24:08 2012 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 C2C411065673 for ; Wed, 15 Feb 2012 18:24:08 +0000 (UTC) (envelope-from dmitrym@juniper.net) Received: from exprod7og111.obsmtp.com (exprod7og111.obsmtp.com [64.18.2.175]) by mx1.freebsd.org (Postfix) with ESMTP id 56DB18FC17 for ; Wed, 15 Feb 2012 18:24:08 +0000 (UTC) Received: from P-EMHUB01-HQ.jnpr.net ([66.129.224.36]) (using TLSv1) by exprod7ob111.postini.com ([64.18.6.12]) with SMTP ID DSNKTzv4RnLkRmJQE2Z64lpS4sXVpBiuOxZV@postini.com; Wed, 15 Feb 2012 10:24:08 PST Received: from magenta.juniper.net (172.17.27.123) by P-EMHUB01-HQ.jnpr.net (172.24.192.33) with Microsoft SMTP Server (TLS) id 8.3.213.0; Wed, 15 Feb 2012 10:22:18 -0800 Received: from [172.24.26.191] (dmitrym-lnx.jnpr.net [172.24.26.191]) by magenta.juniper.net (8.11.3/8.11.3) with ESMTP id q1FIMI176289; Wed, 15 Feb 2012 10:22:18 -0800 (PST) (envelope-from dmitrym@juniper.net) Message-ID: <4F3BF7D5.7010609@juniper.net> Date: Wed, 15 Feb 2012 10:22:13 -0800 From: Dmitry Mikulin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111229 Thunderbird/9.0 MIME-Version: 1.0 To: Konstantin Belousov References: <20120210001725.GJ3283@deviant.kiev.zoral.com.ua> <4F3478B3.9040809@juniper.net> <20120213152825.GH3283@deviant.kiev.zoral.com.ua> <4F3988E8.2040705@juniper.net> <20120213222521.GK3283@deviant.kiev.zoral.com.ua> <4F3993C5.5020703@juniper.net> <20120215163252.GZ3283@deviant.kiev.zoral.com.ua> <4F3BE9C2.8040908@juniper.net> <20120215174031.GB3283@deviant.kiev.zoral.com.ua> <4F3BF164.2020506@juniper.net> <20120215180210.GC3283@deviant.kiev.zoral.com.ua> In-Reply-To: <20120215180210.GC3283@deviant.kiev.zoral.com.ua> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: f8e27f27-03b2-4c3e-9447-119194e72cb6 X-Mailman-Approved-At: Wed, 15 Feb 2012 18:37:11 +0000 Cc: freebsd-current Current , Marcel Moolenaar Subject: Re: [ptrace] please review follow fork/exec changes 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, 15 Feb 2012 18:24:08 -0000 I'm not sure we are on the same page. Let's do it from the very beginning. The real parent calls wait4() and enters kern_wait() while the child is in a zombie state. The child is in the gdb's children list and the real parent's orphan list. We enter proc_reap() because the child is caught by the orphan list of the real parent. We are at if (p->p_oppid && (t = pfind(p->p_oppid)) != NULL) { doing proc_reparent() to the real parent of the child. The child is in the real parent's orphan list and will be removed from it by proc_reparent and added to the orphan list of gdb. After we're done re-parenting, the child is in the children list of the real parent and in the orphan list of gdb. On the way out of proc_reap we clear p->p_oppid and wait4() returns the exit code to the real parent. The child is not yet destroyed and is being waited for by gdb since it's on gdb's orphan list. We enter proc_reap() through gdb's wait4() and kern_wait(). We don't enter the following this time if (p->p_oppid && (t = pfind(p->p_oppid)) != NULL) { and go to the actual destruction of the process. From owner-freebsd-current@FreeBSD.ORG Wed Feb 15 22:01:14 2012 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 D92521065672 for ; Wed, 15 Feb 2012 22:01:14 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: from mail-tul01m020-f182.google.com (mail-tul01m020-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id A03038FC14 for ; Wed, 15 Feb 2012 22:01:14 +0000 (UTC) Received: by obcwo16 with SMTP id wo16so2687617obc.13 for ; Wed, 15 Feb 2012 14:01:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=DdOOxlGin60/svvnM6vuW4fY6WFjWb69OllMjIS8cfk=; b=r5n0PBIbXvsXWEmwO/wSmrwPn480hhaNfFOtxpdaOQ3a9QTB9ITbkJHL8mF84tKSwG S0WUugK6rxC7uPfm/RyTHE60025Jn6HFP6dfX3vPv3GHDhUUJw8eRPCgfMV9dakjpclH uIIRMQ1ILsM30P0AyWHpL3WJoh5yVm8QAJ5E0= MIME-Version: 1.0 Received: by 10.182.109.106 with SMTP id hr10mr20092558obb.27.1329343273963; Wed, 15 Feb 2012 14:01:13 -0800 (PST) Received: by 10.182.38.38 with HTTP; Wed, 15 Feb 2012 14:01:13 -0800 (PST) In-Reply-To: <4F3B7F16.4090401@omnilan.de> References: <4F3B7F16.4090401@omnilan.de> Date: Wed, 15 Feb 2012 17:01:13 -0500 Message-ID: From: Mehmet Erol Sanliturk To: Harald Schmalzbauer Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Current Subject: Re: Effect of Processor and Memory on KDE4 execution speed 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, 15 Feb 2012 22:01:14 -0000 On Wed, Feb 15, 2012 at 4:47 AM, Harald Schmalzbauer < h.schmalzbauer@omnilan.de> wrote: > schrieb Mehmet Erol Sanliturk am 14.02.2012 15:39 (localtime): > > Dear All , > > > > Today I have encountered a case which I think informing you about it may > be > > useful . > > > > In my previous messages , I have mentioned very slowness of KDE4 . > > > > > > Onto another computer I have installed DruidBSD 9.0 b56 amd64 , and KDE4 > . > > In that installation KDE4 worked surprisingly fast . > > > > To understand whether difference is among FreeBSD or DruidBSD , I have > > installed > > FreeBSD 9.0 Release amd64 and KDE4 on the same computer instead of > DruidBSD > > . > > > > The KDE4 has worked flawlesly i.e. , means very fast . > > > > To make equivalent the installations on both computers , I have installed > > FreeBSD 9.0 Release amd64 and KDE4 on the slow computer exactly as in > fast > > computer . > > > > > > Starting times after first boot ( to eliminate initialization effects ) > are > > the following > > ( All timings are from "root" ) : > > > > > > >From "startx" ( which contains "exec ... kde4 ..." ) > > to appearance of KDE menu symbol at the bottom left corner : > > > > > > Fast computer : 8 GB : 0+ ( < 1 ) minute ( 4 x 2 GB ) > > Slow computer : 4 GB : 2+ ( < 3 ) minutes ( 2 x 2 GB ) ( 2 x ! GB chips > > removed ) , > > 6 GB : 8+ ( < 9 ) minutes ( 2 x ( 2 , 1 ) GB ) . > > ( Memory chip installation conforms to main board manual > . ) > > ( The clock does not have second counter . ) > > > > Fast Computer > > CPU : Intel Pentium Dual CPU E2220 @ 2.40 GHz ( 2397.65-MHz K-8class > CPU ) > > ACPI APIC Table : < INTEL DG965WH > > > > > Slow Computer > > CPU : Intel Core 2 QUAD CPU Q6600 @ 2.40 GHz ( 2397.65-MHz K-8class > CPU ) > > ACPI APIC Table : < INTEL DG965WH > > > > > ( The main boards are the same ) . > > ( All of the memory chips are the same : Kingston HyperX 800 MHz ) > > > > > > > > I could not understand the reason(s) of the differences . > > > > > > Boot DMESG outputs are attached . > > > > Compare 'sysctl kern.timecounter'. > That's the only difference I could see. Also, I'd try to disable two > cores in the bios of the quad-core machine and see if it changes > anything. Just to rule out scheduler issues. > > Have you tried memtest86 to see if RAM throughput and CPU-cache rates > are comparable? > > -Harry > > > I have removed 2 GB memory chips from Q6600. With 2 x 1 GB memory chips , timing is as follows : Q6600 computer : 2 GB : 0+ ( < 1 ) minute ( 2 x 1 GB ) when compared to other memory configurations : 4 GB : 2+ ( < 3 ) minutes ( 2 x 2 GB ) ( 2 x ! GB chips removed ) , 6 GB : 8+ ( < 9 ) minutes ( 2 x ( 2 , 1 ) GB ) . ( Memory chip installation conforms to main board manual . ) ( The clock does not have second counter . ) ---------- CPU : Q6600 Memory : 2 x 2 GB ( from E2220 computer ) ( slots 0 ) : 2 x 1 GB Memory (slots 1 ) Own chips From "startx" to ( K ) Symbol : ?+ ( < ? ) minutes kern.timecounter.tick: 1 kern.timecounter.choice: TSC-low(1000) i8254(0) ACPI-fast(900) dummy(-1000000) kern.timecounter.hardware: TSC-low kern.timecounter.stepwarnings: 0 kern.timecounter.tc.ACPI-fast.mask: 16777215 kern.timecounter.tc.ACPI-fast.counter: 2208372 kern.timecounter.tc.ACPI-fast.frequency: 3579545 kern.timecounter.tc.ACPI-fast.quality: 900 kern.timecounter.tc.i8254.mask: 65535 kern.timecounter.tc.i8254.counter: 41692 kern.timecounter.tc.i8254.frequency: 1193182 kern.timecounter.tc.i8254.quality: 0 kern.timecounter.tc.TSC-low.mask: 4294967295 kern.timecounter.tc.TSC-low.counter: 2461358782 kern.timecounter.tc.TSC-low.frequency: 9365823 kern.timecounter.tc.TSC-low.quality: 1000 kern.timecounter.smp_tsc: 1 kern.timecounter.invariant_tsc: 1 ----------- CPU : Q6600 Memory : 4 x 2 GB ( from E2220 computer ) From "startx" to ( K ) Symbol : 0+ ( < 1 ) minutes kern.timecounter.tick: 1 kern.timecounter.choice: TSC-low(1000) i8254(0) ACPI-fast(900) dummy(-1000000) kern.timecounter.hardware: TSC-low kern.timecounter.stepwarnings: 0 kern.timecounter.tc.ACPI-fast.mask: 16777215 kern.timecounter.tc.ACPI-fast.counter: 10225795 kern.timecounter.tc.ACPI-fast.frequency: 3579545 kern.timecounter.tc.ACPI-fast.quality: 900 kern.timecounter.tc.i8254.mask: 65535 kern.timecounter.tc.i8254.counter: 3291 kern.timecounter.tc.i8254.frequency: 1193182 kern.timecounter.tc.i8254.quality: 0 kern.timecounter.tc.TSC-low.mask: 4294967295 kern.timecounter.tc.TSC-low.counter: 1168014633 kern.timecounter.tc.TSC-low.frequency: 9365827 kern.timecounter.tc.TSC-low.quality: 1000 kern.timecounter.smp_tsc: 1 kern.timecounter.invariant_tsc: 1 ---------- >From the above values : (1) Scheduling is not effective (2) Memory sizes are not effective . (3) with the same memory chips , behavior of Q6600 and E2220 are similar . ---------- CPU : E2220 Memory : 2 x 2 GB Memory (slots 0 ) ( From Q6600 computer : Suspected chips ) : 2 x 2 GB Memory (slots 1 ) Own chips From "startx" to ( K ) Symbol : 0+ ( < 1 ) minutes kern.timecounter.tick: 1 kern.timecounter.choice: TSC-low(1000) i8254(0) ACPI-fast(900) dummy(-1000000) kern.timecounter.hardware: TSC-low kern.timecounter.stepwarnings: 0 kern.timecounter.tc.ACPI-fast.mask: 16777215 kern.timecounter.tc.ACPI-fast.counter: 6899012 kern.timecounter.tc.ACPI-fast.frequency: 3579545 kern.timecounter.tc.ACPI-fast.quality: 900 kern.timecounter.tc.i8254.mask: 65535 kern.timecounter.tc.i8254.counter: 57542 kern.timecounter.tc.i8254.frequency: 1193182 kern.timecounter.tc.i8254.quality: 0 kern.timecounter.tc.TSC-low.mask: 4294967295 kern.timecounter.tc.TSC-low.counter: 2476227169 kern.timecounter.tc.TSC-low.frequency: 9365849 kern.timecounter.tc.TSC-low.quality: 1000 kern.timecounter.smp_tsc: 1 kern.timecounter.invariant_tsc: 1 ---------- CPU : E2220 Memory : 1 x 2 GB Memory (slot 0 ) From Q6600 computer : Suspected chip ( A ) From "startx" to ( K ) Symbol : 0+ ( < 1 ) minute kern.timecounter.tick: 1 kern.timecounter.choice: TSC-low(1000) i8254(0) ACPI-fast(900) dummy(-1000000) kern.timecounter.hardware: TSC-low kern.timecounter.stepwarnings: 0 kern.timecounter.tc.ACPI-fast.mask: 16777215 kern.timecounter.tc.ACPI-fast.counter: 9424409 kern.timecounter.tc.ACPI-fast.frequency: 3579545 kern.timecounter.tc.ACPI-fast.quality: 900 kern.timecounter.tc.i8254.mask: 65535 kern.timecounter.tc.i8254.counter: 26708 kern.timecounter.tc.i8254.frequency: 1193182 kern.timecounter.tc.i8254.quality: 0 kern.timecounter.tc.TSC-low.mask: 4294967295 kern.timecounter.tc.TSC-low.counter: 1253729688 kern.timecounter.tc.TSC-low.frequency: 9365814 kern.timecounter.tc.TSC-low.quality: 1000 kern.timecounter.smp_tsc: 1 kern.timecounter.invariant_tsc: 1 ---------- CPU : E2220 Memory : 1 x 2 GB Memory (slot 0 ) From Q6600 computer : Suspected chip ( B ) From "startx" to ( K ) Symbol : 0+ ( < 1 ) minute kern.timecounter.tick: 1 kern.timecounter.choice: TSC-low(1000) i8254(0) ACPI-fast(900) dummy(-1000000) kern.timecounter.hardware: TSC-low kern.timecounter.stepwarnings: 0 kern.timecounter.tc.ACPI-fast.mask: 16777215 kern.timecounter.tc.ACPI-fast.counter: 11731149 kern.timecounter.tc.ACPI-fast.frequency: 3579545 kern.timecounter.tc.ACPI-fast.quality: 900 kern.timecounter.tc.i8254.mask: 65535 kern.timecounter.tc.i8254.counter: 64399 kern.timecounter.tc.i8254.frequency: 1193182 kern.timecounter.tc.i8254.quality: 0 kern.timecounter.tc.TSC-low.mask: 4294967295 kern.timecounter.tc.TSC-low.counter: 645213805 kern.timecounter.tc.TSC-low.frequency: 9365840 kern.timecounter.tc.TSC-low.quality: 1000 kern.timecounter.smp_tsc: 1 kern.timecounter.invariant_tsc: 1 ---------- CPU : E2220 Memory : 2 x 2 GB Memory (slots 0 ) From Q6600 computer : Suspected chips From "startx" to ( K ) Symbol : 8+ ( < 9 ) minutes kern.timecounter.tick: 1 kern.timecounter.choice: TSC-low(1000) i8254(0) ACPI-fast(900) dummy(-1000000) kern.timecounter.hardware: TSC-low kern.timecounter.stepwarnings: 0 kern.timecounter.tc.ACPI-fast.mask: 16777215 kern.timecounter.tc.ACPI-fast.counter: 4145696 kern.timecounter.tc.ACPI-fast.frequency: 3579545 kern.timecounter.tc.ACPI-fast.quality: 900 kern.timecounter.tc.i8254.mask: 65535 kern.timecounter.tc.i8254.counter: 63021 kern.timecounter.tc.i8254.frequency: 1193182 kern.timecounter.tc.i8254.quality: 0 kern.timecounter.tc.TSC-low.mask: 4294967295 kern.timecounter.tc.TSC-low.counter: 2469011804 kern.timecounter.tc.TSC-low.frequency: 9365822 kern.timecounter.tc.TSC-low.quality: 1000 kern.timecounter.smp_tsc: 1 kern.timecounter.invariant_tsc: 1 ---------- CPU : E2220 Memory : 2 x 2 GB Memory (slots 0 ) From Q6600 computer : Suspected chips From "startx" to ( K ) Symbol : 8+ ( < 9 ) minutes ( Chips are interchanged in slots ) kern.timecounter.tick: 1 kern.timecounter.choice: TSC-low(1000) i8254(0) ACPI-fast(900) dummy(-1000000) kern.timecounter.hardware: TSC-low kern.timecounter.stepwarnings: 0 kern.timecounter.tc.ACPI-fast.mask: 16777215 kern.timecounter.tc.ACPI-fast.counter: 5898054 kern.timecounter.tc.ACPI-fast.frequency: 3579545 kern.timecounter.tc.ACPI-fast.quality: 900 kern.timecounter.tc.i8254.mask: 65535 kern.timecounter.tc.i8254.counter: 55278 kern.timecounter.tc.i8254.frequency: 1193182 kern.timecounter.tc.i8254.quality: 0 kern.timecounter.tc.TSC-low.mask: 4294967295 kern.timecounter.tc.TSC-low.counter: 1771241087 kern.timecounter.tc.TSC-low.frequency: 9365842 kern.timecounter.tc.TSC-low.quality: 1000 kern.timecounter.smp_tsc: 1 kern.timecounter.invariant_tsc: 1 >From the above values : (1) When 2 GB chips are used as single , speed is very fast . (2) When 2 GB chips are used as together , speed is very slow . (3) Interchanging chips in slots does not make any effect . Previously , I had checked these chips in Q6600 computer . Testing did not find any error . Whatever reason is I do not know , when two chips are used together they are triggering something which making the FreeBSD very slow . This is occurring in only in FreeBSD . In other operating systems ( Fedora , Centos , Mandriva , Mageia , Linux Mint , Debian , Windows 7 Professional ) ( all 64 bits ) there is NOT such an effect : They are working very well . Thank you very much . Mehmet Erol Sanliturk From owner-freebsd-current@FreeBSD.ORG Wed Feb 15 22:57:23 2012 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 800811065674; Wed, 15 Feb 2012 22:57:23 +0000 (UTC) (envelope-from bapt@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 652C68FC19; Wed, 15 Feb 2012 22:57:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1FMvNgd019961; Wed, 15 Feb 2012 22:57:23 GMT (envelope-from bapt@freebsd.org) Received: (from bapt@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1FMvMkD019958; Wed, 15 Feb 2012 22:57:22 GMT (envelope-from bapt@freebsd.org) X-Authentication-Warning: freefall.freebsd.org: bapt set sender to bapt@freebsd.org using -f Date: Wed, 15 Feb 2012 23:57:19 +0100 From: Baptiste Daroussin To: Renato Botelho Message-ID: <20120215225719.GO13362@azathoth.lan> References: <20120130123930.GB40244@azathoth.lan> <20120215175030.GK13362@azathoth.lan> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9DptZICXTlJ7FQ09" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: ports@freebsd.org, current@freebsd.org Subject: Re: [HEADSUP][CFT] pkgng beta1^6 is out 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, 15 Feb 2012 22:57:23 -0000 --9DptZICXTlJ7FQ09 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 15, 2012 at 08:53:42PM -0200, Renato Botelho wrote: > On Wed, Feb 15, 2012 at 3:50 PM, Baptiste Daroussin wr= ote: > > beta6 is now out with the following changes: > > > > * pkg register: now run inside a transaction, this speeds up things a l= ot (thanks avg) > > * pkg version: -v now print name-version to match behaviour of legacy p= kg_version > > * pkg register: fix flatsize calculation > > * new pkg-updating(1) man page (thanks beat) > > > > if you are upgrading from previous version you migh discover the weird = value the > > the disk space saved or required for some operation, this is just becau= se a bug > > in previous version was always calculating each package flatsize as 0 B= , this is > > now fixed. >=20 > Hello Bapt, >=20 > I tried to build it on a recent current and got these errors: >=20 > FreeBSD murphys.ramenzoni.com.br 10.0-CURRENT FreeBSD 10.0-CURRENT #4 > r231691: Tue Feb 14 15:51:35 BRST 2012 > root@murphys.ramenzoni.com.br:/usr/obj/usr/src/sys/MURPHYS i386 >=20 > root@murphys:/root# make -C /usr/ports/ports-mgmt/pkg install clean > =3D=3D=3D> License BSD accepted by the user > =3D> pkg-1.0-beta6.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/. > =3D> Attempting to fetch > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/portmgr/pkg-1.0-b= eta6.tar.bz2 > pkg-1.0-beta6.tar.bz2 100% of 1434 kB 108 kBps 0= 0m00s > =3D=3D=3D> Extracting for pkg-1.0.b6 > =3D> SHA256 Checksum OK for pkg-1.0-beta6.tar.bz2. > =3D=3D=3D> Patching for pkg-1.0.b6 > =3D=3D=3D> Configuring for pkg-1.0.b6 > =3D=3D=3D> FreeBSD 10 autotools fix applied to > /usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/aclocal.m4 > =3D=3D=3D> FreeBSD 10 autotools fix applied to > /usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/configure > =3D=3D=3D> Building for pkg-1.0.b6 > =3D=3D=3D> external (all) > =3D=3D=3D> external/sqlite (all) > Warning: Object directory not changed from original > /usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/sqlite > cc -O2 -pipe -fno-strict-aliasing -fPIC -DSQLITE_OMIT_AUTOVACUUM > -DSQLITE_OMIT_BLOB_LITERAL -DSQLITE_OMIT_COMPLETE > -DSQLITE_OMIT_DECLTYPE -DSQLITE_OMIT_DEPRECATED > -DSQLITE_OMIT_EXPLAIN -DSQLITE_OMIT_GET_TABLE > -DSQLITE_OMIT_LOAD_EXTENSION -DSQLITE_OMIT_PROGRESS_CALLBACK > -DSQLITE_OMIT_TCL_VARIABLE -DSQLITE_OMIT_UTF16 -DSQLITE_OMIT_CAT > -DSQLITE_OMIT_CHECK -DSQLITE_OMIT_AUTOINIT > -DSQLITE_OMIT_COMPILEOPTION_DIAGS -DSQLITE_OMIT_INTEGRITY_CHECK > -DSQLITE_OMIT_BUILTIN_TEST -DSQLITE_OMIT_SHARED_CACHE -DUSE_PREAD > -DSQLITE_THREADSAFE=3D1 -DSQLITE_TEMP_STORE=3D3 -DNDEBUG -std=3Dgnu99 > -fstack-protector -Wsystem-headers -Werror -Wno-pointer-sign > -Wformat=3D2 -Wno-format-extra-args -Werror -c sqlite3.c -o sqlite3.o > building static sqlite3 library > ranlib libsqlite3.a > =3D=3D=3D> external/libyaml (all) > Warning: Object directory not changed from original > /usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml > cc -O2 -pipe -fno-strict-aliasing -fPIC > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/include > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml > -DHAVE_CONFIG_H -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror > -Wno-pointer-sign -c > /usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/src/api.c > -o api.o > cc -O2 -pipe -fno-strict-aliasing -fPIC > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/include > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml > -DHAVE_CONFIG_H -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror > -Wno-pointer-sign -c > /usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/src/dumper.c > -o dumper.o > cc -O2 -pipe -fno-strict-aliasing -fPIC > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/include > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml > -DHAVE_CONFIG_H -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror > -Wno-pointer-sign -c > /usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/src/emitter= =2Ec > -o emitter.o > cc -O2 -pipe -fno-strict-aliasing -fPIC > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/include > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml > -DHAVE_CONFIG_H -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror > -Wno-pointer-sign -c > /usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/src/loader.c > -o loader.o > cc -O2 -pipe -fno-strict-aliasing -fPIC > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/include > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml > -DHAVE_CONFIG_H -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror > -Wno-pointer-sign -c > /usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/src/parser.c > -o parser.o > cc -O2 -pipe -fno-strict-aliasing -fPIC > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/include > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml > -DHAVE_CONFIG_H -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror > -Wno-pointer-sign -c > /usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/src/reader.c > -o reader.o > cc -O2 -pipe -fno-strict-aliasing -fPIC > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/include > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml > -DHAVE_CONFIG_H -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror > -Wno-pointer-sign -c > /usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/src/scanner= =2Ec > -o scanner.o > cc -O2 -pipe -fno-strict-aliasing -fPIC > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/include > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml > -DHAVE_CONFIG_H -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror > -Wno-pointer-sign -c > /usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/src/writer.c > -o writer.o > building static yaml library > ranlib libyaml.a > =3D=3D=3D> libpkg (all) > Warning: Object directory not changed from original > /usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg > cc -O2 -pipe -fno-strict-aliasing -std=3Dc99 > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/sqlite > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/libyam= l/include > -DPREFIX=3D\"/usr/local\" -g -O0 -std=3Dgnu99 -fstack-protector > -Wsystem-headers -Werror -Wall -Wno-format-y2k -W > -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch > -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline > -Wnested-externs -Wredundant-decls -Wold-style-definition > -Wno-pointer-sign -c backup.c -o backup.o > cc -O2 -pipe -fno-strict-aliasing -std=3Dc99 > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/sqlite > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/libyam= l/include > -DPREFIX=3D\"/usr/local\" -g -O0 -std=3Dgnu99 -fstack-protector > -Wsystem-headers -Werror -Wall -Wno-format-y2k -W > -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch > -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline > -Wnested-externs -Wredundant-decls -Wold-style-definition > -Wno-pointer-sign -c fetch.c -o fetch.o > cc -O2 -pipe -fno-strict-aliasing -std=3Dc99 > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/sqlite > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/libyam= l/include > -DPREFIX=3D\"/usr/local\" -g -O0 -std=3Dgnu99 -fstack-protector > -Wsystem-headers -Werror -Wall -Wno-format-y2k -W > -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch > -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline > -Wnested-externs -Wredundant-decls -Wold-style-definition > -Wno-pointer-sign -c packing.c -o packing.o > cc -O2 -pipe -fno-strict-aliasing -std=3Dc99 > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/sqlite > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/libyam= l/include > -DPREFIX=3D\"/usr/local\" -g -O0 -std=3Dgnu99 -fstack-protector > -Wsystem-headers -Werror -Wall -Wno-format-y2k -W > -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch > -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline > -Wnested-externs -Wredundant-decls -Wold-style-definition > -Wno-pointer-sign -c pkg.c -o pkg.o > cc -O2 -pipe -fno-strict-aliasing -std=3Dc99 > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/sqlite > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/libyam= l/include > -DPREFIX=3D\"/usr/local\" -g -O0 -std=3Dgnu99 -fstack-protector > -Wsystem-headers -Werror -Wall -Wno-format-y2k -W > -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch > -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline > -Wnested-externs -Wredundant-decls -Wold-style-definition > -Wno-pointer-sign -c pkg_add.c -o pkg_add.o > cc -O2 -pipe -fno-strict-aliasing -std=3Dc99 > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/sqlite > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/libyam= l/include > -DPREFIX=3D\"/usr/local\" -g -O0 -std=3Dgnu99 -fstack-protector > -Wsystem-headers -Werror -Wall -Wno-format-y2k -W > -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch > -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline > -Wnested-externs -Wredundant-decls -Wold-style-definition > -Wno-pointer-sign -c pkg_attributes.c -o pkg_attributes.o > cc -O2 -pipe -fno-strict-aliasing -std=3Dc99 > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/sqlite > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/libyam= l/include > -DPREFIX=3D\"/usr/local\" -g -O0 -std=3Dgnu99 -fstack-protector > -Wsystem-headers -Werror -Wall -Wno-format-y2k -W > -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch > -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline > -Wnested-externs -Wredundant-decls -Wold-style-definition > -Wno-pointer-sign -c pkg_config.c -o pkg_config.o > cc -O2 -pipe -fno-strict-aliasing -std=3Dc99 > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/sqlite > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/libyam= l/include > -DPREFIX=3D\"/usr/local\" -g -O0 -std=3Dgnu99 -fstack-protector > -Wsystem-headers -Werror -Wall -Wno-format-y2k -W > -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch > -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline > -Wnested-externs -Wredundant-decls -Wold-style-definition > -Wno-pointer-sign -c pkg_create.c -o pkg_create.o > cc -O2 -pipe -fno-strict-aliasing -std=3Dc99 > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/sqlite > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/libyam= l/include > -DPREFIX=3D\"/usr/local\" -g -O0 -std=3Dgnu99 -fstack-protector > -Wsystem-headers -Werror -Wall -Wno-format-y2k -W > -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch > -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline > -Wnested-externs -Wredundant-decls -Wold-style-definition > -Wno-pointer-sign -c pkg_delete.c -o pkg_delete.o > cc -O2 -pipe -fno-strict-aliasing -std=3Dc99 > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/sqlite > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/libyam= l/include > -DPREFIX=3D\"/usr/local\" -g -O0 -std=3Dgnu99 -fstack-protector > -Wsystem-headers -Werror -Wall -Wno-format-y2k -W > -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch > -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline > -Wnested-externs -Wredundant-decls -Wold-style-definition > -Wno-pointer-sign -c pkg_elf.c -o pkg_elf.o > cc -O2 -pipe -fno-strict-aliasing -std=3Dc99 > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/sqlite > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/libyam= l/include > -DPREFIX=3D\"/usr/local\" -g -O0 -std=3Dgnu99 -fstack-protector > -Wsystem-headers -Werror -Wall -Wno-format-y2k -W > -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch > -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline > -Wnested-externs -Wredundant-decls -Wold-style-definition > -Wno-pointer-sign -c pkg_event.c -o pkg_event.o > cc -O2 -pipe -fno-strict-aliasing -std=3Dc99 > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/sqlite > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/libyam= l/include > -DPREFIX=3D\"/usr/local\" -g -O0 -std=3Dgnu99 -fstack-protector > -Wsystem-headers -Werror -Wall -Wno-format-y2k -W > -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch > -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline > -Wnested-externs -Wredundant-decls -Wold-style-definition > -Wno-pointer-sign -c pkg_jobs.c -o pkg_jobs.o > cc -O2 -pipe -fno-strict-aliasing -std=3Dc99 > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/sqlite > -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/libyam= l/include > -DPREFIX=3D\"/usr/local\" -g -O0 -std=3Dgnu99 -fstack-protector > -Wsystem-headers -Werror -Wall -Wno-format-y2k -W > -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch > -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline > -Wnested-externs -Wredundant-decls -Wold-style-definition > -Wno-pointer-sign -c pkg_manifest.c -o pkg_manifest.o > cc1: warnings being treated as errors > In file included from /usr/include/_ctype.h:94, > from /usr/include/ctype.h:46, > from pkg_manifest.c:5: > /usr/include/runetype.h:92: warning: '__thread' is not at beginning of > declaration > In file included from /usr/include/ctype.h:83, > from pkg_manifest.c:5: > /usr/include/xlocale/_ctype.h:109: warning: no previous prototype for > 'isalnum_l' > /usr/include/xlocale/_ctype.h:110: warning: no previous prototype for > 'isalpha_l' > /usr/include/xlocale/_ctype.h:111: warning: no previous prototype for > 'isblank_l' > /usr/include/xlocale/_ctype.h:112: warning: no previous prototype for > 'iscntrl_l' > /usr/include/xlocale/_ctype.h:113: warning: no previous prototype for > 'isdigit_l' > /usr/include/xlocale/_ctype.h:114: warning: no previous prototype for > 'isgraph_l' > /usr/include/xlocale/_ctype.h:115: warning: no previous prototype for > 'ishexnumber_l' > /usr/include/xlocale/_ctype.h:116: warning: no previous prototype for > 'isideogram_l' > /usr/include/xlocale/_ctype.h:117: warning: no previous prototype for > 'islower_l' > /usr/include/xlocale/_ctype.h:118: warning: no previous prototype for > 'isnumber_l' > /usr/include/xlocale/_ctype.h:119: warning: no previous prototype for > 'isphonogram_l' > /usr/include/xlocale/_ctype.h:120: warning: no previous prototype for > 'isprint_l' > /usr/include/xlocale/_ctype.h:121: warning: no previous prototype for > 'ispunct_l' > /usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'is= rune_l' > /usr/include/xlocale/_ctype.h:123: warning: no previous prototype for > 'isspace_l' > /usr/include/xlocale/_ctype.h:124: warning: no previous prototype for > 'isspecial_l' > /usr/include/xlocale/_ctype.h:125: warning: no previous prototype for > 'isupper_l' > /usr/include/xlocale/_ctype.h:126: warning: no previous prototype for > 'isxdigit_l' > /usr/include/xlocale/_ctype.h:164: warning: no previous prototype for > 'digittoint_l' > /usr/include/xlocale/_ctype.h:167: warning: no previous prototype for > 'tolower_l' > /usr/include/xlocale/_ctype.h:174: warning: no previous prototype for > 'toupper_l' > In file included from /usr/include/wctype.h:93, > from pkg_manifest.c:6: > /usr/include/xlocale/_ctype.h:48: warning: redundant redeclaration of > '___runetype_l' > /usr/include/xlocale/_ctype.h:48: warning: previous declaration of > '___runetype_l' was here > /usr/include/xlocale/_ctype.h:49: warning: redundant redeclaration of > '___tolower_l' > /usr/include/xlocale/_ctype.h:49: warning: previous declaration of > '___tolower_l' was here > /usr/include/xlocale/_ctype.h:50: warning: redundant redeclaration of > '___toupper_l' > /usr/include/xlocale/_ctype.h:50: warning: previous declaration of > '___toupper_l' was here > /usr/include/xlocale/_ctype.h:51: warning: redundant redeclaration of > '__runes_for_locale' > /usr/include/xlocale/_ctype.h:51: warning: previous declaration of > '__runes_for_locale' was here > /usr/include/xlocale/_ctype.h:109: warning: no previous prototype for > 'iswalnum_l' > /usr/include/xlocale/_ctype.h:110: warning: no previous prototype for > 'iswalpha_l' > /usr/include/xlocale/_ctype.h:111: warning: no previous prototype for > 'iswblank_l' > /usr/include/xlocale/_ctype.h:112: warning: no previous prototype for > 'iswcntrl_l' > /usr/include/xlocale/_ctype.h:113: warning: no previous prototype for > 'iswdigit_l' > /usr/include/xlocale/_ctype.h:114: warning: no previous prototype for > 'iswgraph_l' > /usr/include/xlocale/_ctype.h:115: warning: no previous prototype for > 'iswhexnumber_l' > /usr/include/xlocale/_ctype.h:116: warning: no previous prototype for > 'iswideogram_l' > /usr/include/xlocale/_ctype.h:117: warning: no previous prototype for > 'iswlower_l' > /usr/include/xlocale/_ctype.h:118: warning: no previous prototype for > 'iswnumber_l' > /usr/include/xlocale/_ctype.h:119: warning: no previous prototype for > 'iswphonogram_l' > /usr/include/xlocale/_ctype.h:120: warning: no previous prototype for > 'iswprint_l' > /usr/include/xlocale/_ctype.h:121: warning: no previous prototype for > 'iswpunct_l' > /usr/include/xlocale/_ctype.h:122: warning: no previous prototype for > 'iswrune_l' > /usr/include/xlocale/_ctype.h:123: warning: no previous prototype for > 'iswspace_l' > /usr/include/xlocale/_ctype.h:124: warning: no previous prototype for > 'iswspecial_l' > /usr/include/xlocale/_ctype.h:125: warning: no previous prototype for > 'iswupper_l' > /usr/include/xlocale/_ctype.h:126: warning: no previous prototype for > 'iswxdigit_l' > /usr/include/xlocale/_ctype.h:131: warning: no previous prototype for > 'towlower_l' > /usr/include/xlocale/_ctype.h:138: warning: no previous prototype for > 'towupper_l' > /usr/include/xlocale/_ctype.h:146: warning: no previous prototype for > '__wcwidth_l' > *** [pkg_manifest.o] Error code 1 >=20 > Stop in /usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg. > *** [all] Error code 1 >=20 > Stop in /usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6. > *** [do-build] Error code 1 >=20 > Stop in /usr/ports/ports-mgmt/pkg. > [1] 97410 exit 1 make -C /usr/ports/ports-mgmt/pkg install clean > make -C /usr/ports/ports-mgmt/pkg install clean 33.86s user 1.48s > system 61% cpu 57.212 total The bug doesn't seems related to pkgng to me how recent is your current? th= ere have been some activity quite recently on the xlocale stuff. regards, Bapt --9DptZICXTlJ7FQ09 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iEYEARECAAYFAk88OE8ACgkQ8kTtMUmk6ExYHwCfZWD8IlydS0px+NzWnNnoAGYz po4Anjx825DbLwIgByBDGXRj2fx/OThw =ZGGu -----END PGP SIGNATURE----- --9DptZICXTlJ7FQ09-- From owner-freebsd-current@FreeBSD.ORG Wed Feb 15 23:08:01 2012 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 A74EC106566B; Wed, 15 Feb 2012 23:08:01 +0000 (UTC) (envelope-from rbgarga@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 C28878FC16; Wed, 15 Feb 2012 23:08:00 +0000 (UTC) Received: by wgbdq11 with SMTP id dq11so1440744wgb.31 for ; Wed, 15 Feb 2012 15:07:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=fp6X45/BnXIkaao9ATEGCOhaYYki7Gq2uHvY40jrJdo=; b=vJU+EU+qadKchLqTu1aUk/idNzsH3Ag10gNmHpVb4r7S+QIGnTM4voKMDhclpkcS6m E4Wyl1ZYWkZW2KgNP4XrE7ic1yL8p6yKKdqpRqwcG8Z7F1XeXMuVZrVHMzdGGVmsJRxF 88H1pqsGOSMStlJ7RujY2A5errs/o3ZuURP6U= Received: by 10.216.131.6 with SMTP id l6mr16769wei.45.1329346834108; Wed, 15 Feb 2012 15:00:34 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.156.142 with HTTP; Wed, 15 Feb 2012 15:00:14 -0800 (PST) In-Reply-To: <20120215225719.GO13362@azathoth.lan> References: <20120130123930.GB40244@azathoth.lan> <20120215175030.GK13362@azathoth.lan> <20120215225719.GO13362@azathoth.lan> From: Renato Botelho Date: Wed, 15 Feb 2012 21:00:14 -0200 Message-ID: To: Baptiste Daroussin Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: ports@freebsd.org, current@freebsd.org Subject: Re: [HEADSUP][CFT] pkgng beta1^6 is out 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, 15 Feb 2012 23:08:01 -0000 FreeBSD murphys.ramenzoni.com.br 10.0-CURRENT FreeBSD 10.0-CURRENT #4 r231691: Tue Feb 14 15:51:35 BRST 2012 root@murphys.ramenzoni.com.br:/usr/obj/usr/src/sys/MURPHYS =A0i386 On Wed, Feb 15, 2012 at 8:57 PM, Baptiste Daroussin wrot= e: > On Wed, Feb 15, 2012 at 08:53:42PM -0200, Renato Botelho wrote: >> On Wed, Feb 15, 2012 at 3:50 PM, Baptiste Daroussin w= rote: >> > beta6 is now out with the following changes: >> > >> > * pkg register: now run inside a transaction, this speeds up things a = lot (thanks avg) >> > * pkg version: -v now print name-version to match behaviour of legacy = pkg_version >> > * pkg register: fix flatsize calculation >> > * new pkg-updating(1) man page (thanks beat) >> > >> > if you are upgrading from previous version you migh discover the weird= value the >> > the disk space saved or required for some operation, this is just beca= use a bug >> > in previous version was always calculating each package flatsize as 0 = B, this is >> > now fixed. >> >> Hello Bapt, >> >> I tried to build it on a recent current and got these errors: >> >> FreeBSD murphys.ramenzoni.com.br 10.0-CURRENT FreeBSD 10.0-CURRENT #4 >> r231691: Tue Feb 14 15:51:35 BRST 2012 >> root@murphys.ramenzoni.com.br:/usr/obj/usr/src/sys/MURPHYS =A0i386 >> >> root@murphys:/root# make -C /usr/ports/ports-mgmt/pkg install clean >> =3D=3D=3D> =A0License BSD accepted by the user >> =3D> pkg-1.0-beta6.tar.bz2 doesn't seem to exist in /usr/ports/distfiles= /. >> =3D> Attempting to fetch >> ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/portmgr/pkg-1.0-= beta6.tar.bz2 >> pkg-1.0-beta6.tar.bz2 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 10= 0% of 1434 kB =A0108 kBps 00m00s >> =3D=3D=3D> =A0Extracting for pkg-1.0.b6 >> =3D> SHA256 Checksum OK for pkg-1.0-beta6.tar.bz2. >> =3D=3D=3D> =A0Patching for pkg-1.0.b6 >> =3D=3D=3D> =A0Configuring for pkg-1.0.b6 >> =3D=3D=3D> =A0 FreeBSD 10 autotools fix applied to >> /usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/aclocal.m4 >> =3D=3D=3D> =A0 FreeBSD 10 autotools fix applied to >> /usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/configure >> =3D=3D=3D> =A0Building for pkg-1.0.b6 >> =3D=3D=3D> external (all) >> =3D=3D=3D> external/sqlite (all) >> Warning: Object directory not changed from original >> /usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/sqlite >> cc =A0-O2 -pipe -fno-strict-aliasing =A0-fPIC -DSQLITE_OMIT_AUTOVACUUM >> -DSQLITE_OMIT_BLOB_LITERAL =A0-DSQLITE_OMIT_COMPLETE >> -DSQLITE_OMIT_DECLTYPE =A0-DSQLITE_OMIT_DEPRECATED >> -DSQLITE_OMIT_EXPLAIN =A0-DSQLITE_OMIT_GET_TABLE >> -DSQLITE_OMIT_LOAD_EXTENSION =A0-DSQLITE_OMIT_PROGRESS_CALLBACK >> -DSQLITE_OMIT_TCL_VARIABLE =A0-DSQLITE_OMIT_UTF16 =A0-DSQLITE_OMIT_CAT >> -DSQLITE_OMIT_CHECK =A0-DSQLITE_OMIT_AUTOINIT >> -DSQLITE_OMIT_COMPILEOPTION_DIAGS =A0-DSQLITE_OMIT_INTEGRITY_CHECK >> -DSQLITE_OMIT_BUILTIN_TEST =A0-DSQLITE_OMIT_SHARED_CACHE =A0-DUSE_PREAD >> -DSQLITE_THREADSAFE=3D1 =A0-DSQLITE_TEMP_STORE=3D3 =A0-DNDEBUG -std=3Dgn= u99 >> -fstack-protector -Wsystem-headers -Werror -Wno-pointer-sign >> -Wformat=3D2 -Wno-format-extra-args -Werror -c sqlite3.c -o sqlite3.o >> building static sqlite3 library >> ranlib libsqlite3.a >> =3D=3D=3D> external/libyaml (all) >> Warning: Object directory not changed from original >> /usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml >> cc =A0-O2 -pipe -fno-strict-aliasing =A0-fPIC >> -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/include >> =A0-I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml >> -DHAVE_CONFIG_H -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror >> -Wno-pointer-sign -c >> /usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/src/api.c >> -o api.o >> cc =A0-O2 -pipe -fno-strict-aliasing =A0-fPIC >> -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/include >> =A0-I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml >> -DHAVE_CONFIG_H -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror >> -Wno-pointer-sign -c >> /usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/src/dumper= .c >> -o dumper.o >> cc =A0-O2 -pipe -fno-strict-aliasing =A0-fPIC >> -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/include >> =A0-I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml >> -DHAVE_CONFIG_H -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror >> -Wno-pointer-sign -c >> /usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/src/emitte= r.c >> -o emitter.o >> cc =A0-O2 -pipe -fno-strict-aliasing =A0-fPIC >> -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/include >> =A0-I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml >> -DHAVE_CONFIG_H -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror >> -Wno-pointer-sign -c >> /usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/src/loader= .c >> -o loader.o >> cc =A0-O2 -pipe -fno-strict-aliasing =A0-fPIC >> -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/include >> =A0-I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml >> -DHAVE_CONFIG_H -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror >> -Wno-pointer-sign -c >> /usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/src/parser= .c >> -o parser.o >> cc =A0-O2 -pipe -fno-strict-aliasing =A0-fPIC >> -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/include >> =A0-I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml >> -DHAVE_CONFIG_H -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror >> -Wno-pointer-sign -c >> /usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/src/reader= .c >> -o reader.o >> cc =A0-O2 -pipe -fno-strict-aliasing =A0-fPIC >> -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/include >> =A0-I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml >> -DHAVE_CONFIG_H -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror >> -Wno-pointer-sign -c >> /usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/src/scanne= r.c >> -o scanner.o >> cc =A0-O2 -pipe -fno-strict-aliasing =A0-fPIC >> -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/include >> =A0-I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml >> -DHAVE_CONFIG_H -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror >> -Wno-pointer-sign -c >> /usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/src/writer= .c >> -o writer.o >> building static yaml library >> ranlib libyaml.a >> =3D=3D=3D> libpkg (all) >> Warning: Object directory not changed from original >> /usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg >> cc =A0-O2 -pipe -fno-strict-aliasing =A0-std=3Dc99 >> -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg >> -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/sqlite >> =A0-I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/lib= yaml/include >> -DPREFIX=3D\"/usr/local\" -g -O0 -std=3Dgnu99 -fstack-protector >> -Wsystem-headers -Werror -Wall -Wno-format-y2k -W >> -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes >> -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch >> -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline >> -Wnested-externs -Wredundant-decls -Wold-style-definition >> -Wno-pointer-sign -c backup.c -o backup.o >> cc =A0-O2 -pipe -fno-strict-aliasing =A0-std=3Dc99 >> -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg >> -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/sqlite >> =A0-I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/lib= yaml/include >> -DPREFIX=3D\"/usr/local\" -g -O0 -std=3Dgnu99 -fstack-protector >> -Wsystem-headers -Werror -Wall -Wno-format-y2k -W >> -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes >> -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch >> -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline >> -Wnested-externs -Wredundant-decls -Wold-style-definition >> -Wno-pointer-sign -c fetch.c -o fetch.o >> cc =A0-O2 -pipe -fno-strict-aliasing =A0-std=3Dc99 >> -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg >> -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/sqlite >> =A0-I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/lib= yaml/include >> -DPREFIX=3D\"/usr/local\" -g -O0 -std=3Dgnu99 -fstack-protector >> -Wsystem-headers -Werror -Wall -Wno-format-y2k -W >> -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes >> -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch >> -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline >> -Wnested-externs -Wredundant-decls -Wold-style-definition >> -Wno-pointer-sign -c packing.c -o packing.o >> cc =A0-O2 -pipe -fno-strict-aliasing =A0-std=3Dc99 >> -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg >> -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/sqlite >> =A0-I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/lib= yaml/include >> -DPREFIX=3D\"/usr/local\" -g -O0 -std=3Dgnu99 -fstack-protector >> -Wsystem-headers -Werror -Wall -Wno-format-y2k -W >> -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes >> -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch >> -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline >> -Wnested-externs -Wredundant-decls -Wold-style-definition >> -Wno-pointer-sign -c pkg.c -o pkg.o >> cc =A0-O2 -pipe -fno-strict-aliasing =A0-std=3Dc99 >> -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg >> -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/sqlite >> =A0-I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/lib= yaml/include >> -DPREFIX=3D\"/usr/local\" -g -O0 -std=3Dgnu99 -fstack-protector >> -Wsystem-headers -Werror -Wall -Wno-format-y2k -W >> -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes >> -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch >> -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline >> -Wnested-externs -Wredundant-decls -Wold-style-definition >> -Wno-pointer-sign -c pkg_add.c -o pkg_add.o >> cc =A0-O2 -pipe -fno-strict-aliasing =A0-std=3Dc99 >> -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg >> -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/sqlite >> =A0-I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/lib= yaml/include >> -DPREFIX=3D\"/usr/local\" -g -O0 -std=3Dgnu99 -fstack-protector >> -Wsystem-headers -Werror -Wall -Wno-format-y2k -W >> -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes >> -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch >> -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline >> -Wnested-externs -Wredundant-decls -Wold-style-definition >> -Wno-pointer-sign -c pkg_attributes.c -o pkg_attributes.o >> cc =A0-O2 -pipe -fno-strict-aliasing =A0-std=3Dc99 >> -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg >> -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/sqlite >> =A0-I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/lib= yaml/include >> -DPREFIX=3D\"/usr/local\" -g -O0 -std=3Dgnu99 -fstack-protector >> -Wsystem-headers -Werror -Wall -Wno-format-y2k -W >> -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes >> -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch >> -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline >> -Wnested-externs -Wredundant-decls -Wold-style-definition >> -Wno-pointer-sign -c pkg_config.c -o pkg_config.o >> cc =A0-O2 -pipe -fno-strict-aliasing =A0-std=3Dc99 >> -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg >> -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/sqlite >> =A0-I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/lib= yaml/include >> -DPREFIX=3D\"/usr/local\" -g -O0 -std=3Dgnu99 -fstack-protector >> -Wsystem-headers -Werror -Wall -Wno-format-y2k -W >> -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes >> -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch >> -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline >> -Wnested-externs -Wredundant-decls -Wold-style-definition >> -Wno-pointer-sign -c pkg_create.c -o pkg_create.o >> cc =A0-O2 -pipe -fno-strict-aliasing =A0-std=3Dc99 >> -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg >> -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/sqlite >> =A0-I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/lib= yaml/include >> -DPREFIX=3D\"/usr/local\" -g -O0 -std=3Dgnu99 -fstack-protector >> -Wsystem-headers -Werror -Wall -Wno-format-y2k -W >> -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes >> -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch >> -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline >> -Wnested-externs -Wredundant-decls -Wold-style-definition >> -Wno-pointer-sign -c pkg_delete.c -o pkg_delete.o >> cc =A0-O2 -pipe -fno-strict-aliasing =A0-std=3Dc99 >> -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg >> -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/sqlite >> =A0-I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/lib= yaml/include >> -DPREFIX=3D\"/usr/local\" -g -O0 -std=3Dgnu99 -fstack-protector >> -Wsystem-headers -Werror -Wall -Wno-format-y2k -W >> -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes >> -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch >> -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline >> -Wnested-externs -Wredundant-decls -Wold-style-definition >> -Wno-pointer-sign -c pkg_elf.c -o pkg_elf.o >> cc =A0-O2 -pipe -fno-strict-aliasing =A0-std=3Dc99 >> -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg >> -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/sqlite >> =A0-I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/lib= yaml/include >> -DPREFIX=3D\"/usr/local\" -g -O0 -std=3Dgnu99 -fstack-protector >> -Wsystem-headers -Werror -Wall -Wno-format-y2k -W >> -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes >> -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch >> -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline >> -Wnested-externs -Wredundant-decls -Wold-style-definition >> -Wno-pointer-sign -c pkg_event.c -o pkg_event.o >> cc =A0-O2 -pipe -fno-strict-aliasing =A0-std=3Dc99 >> -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg >> -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/sqlite >> =A0-I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/lib= yaml/include >> -DPREFIX=3D\"/usr/local\" -g -O0 -std=3Dgnu99 -fstack-protector >> -Wsystem-headers -Werror -Wall -Wno-format-y2k -W >> -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes >> -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch >> -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline >> -Wnested-externs -Wredundant-decls -Wold-style-definition >> -Wno-pointer-sign -c pkg_jobs.c -o pkg_jobs.o >> cc =A0-O2 -pipe -fno-strict-aliasing =A0-std=3Dc99 >> -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg >> -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/sqlite >> =A0-I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/lib= yaml/include >> -DPREFIX=3D\"/usr/local\" -g -O0 -std=3Dgnu99 -fstack-protector >> -Wsystem-headers -Werror -Wall -Wno-format-y2k -W >> -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes >> -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch >> -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline >> -Wnested-externs -Wredundant-decls -Wold-style-definition >> -Wno-pointer-sign -c pkg_manifest.c -o pkg_manifest.o >> cc1: warnings being treated as errors >> In file included from /usr/include/_ctype.h:94, >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0from /usr/include/ctype.h:46, >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0from pkg_manifest.c:5: >> /usr/include/runetype.h:92: warning: '__thread' is not at beginning of >> declaration >> In file included from /usr/include/ctype.h:83, >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0from pkg_manifest.c:5: >> /usr/include/xlocale/_ctype.h:109: warning: no previous prototype for >> 'isalnum_l' >> /usr/include/xlocale/_ctype.h:110: warning: no previous prototype for >> 'isalpha_l' >> /usr/include/xlocale/_ctype.h:111: warning: no previous prototype for >> 'isblank_l' >> /usr/include/xlocale/_ctype.h:112: warning: no previous prototype for >> 'iscntrl_l' >> /usr/include/xlocale/_ctype.h:113: warning: no previous prototype for >> 'isdigit_l' >> /usr/include/xlocale/_ctype.h:114: warning: no previous prototype for >> 'isgraph_l' >> /usr/include/xlocale/_ctype.h:115: warning: no previous prototype for >> 'ishexnumber_l' >> /usr/include/xlocale/_ctype.h:116: warning: no previous prototype for >> 'isideogram_l' >> /usr/include/xlocale/_ctype.h:117: warning: no previous prototype for >> 'islower_l' >> /usr/include/xlocale/_ctype.h:118: warning: no previous prototype for >> 'isnumber_l' >> /usr/include/xlocale/_ctype.h:119: warning: no previous prototype for >> 'isphonogram_l' >> /usr/include/xlocale/_ctype.h:120: warning: no previous prototype for >> 'isprint_l' >> /usr/include/xlocale/_ctype.h:121: warning: no previous prototype for >> 'ispunct_l' >> /usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'i= srune_l' >> /usr/include/xlocale/_ctype.h:123: warning: no previous prototype for >> 'isspace_l' >> /usr/include/xlocale/_ctype.h:124: warning: no previous prototype for >> 'isspecial_l' >> /usr/include/xlocale/_ctype.h:125: warning: no previous prototype for >> 'isupper_l' >> /usr/include/xlocale/_ctype.h:126: warning: no previous prototype for >> 'isxdigit_l' >> /usr/include/xlocale/_ctype.h:164: warning: no previous prototype for >> 'digittoint_l' >> /usr/include/xlocale/_ctype.h:167: warning: no previous prototype for >> 'tolower_l' >> /usr/include/xlocale/_ctype.h:174: warning: no previous prototype for >> 'toupper_l' >> In file included from /usr/include/wctype.h:93, >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0from pkg_manifest.c:6: >> /usr/include/xlocale/_ctype.h:48: warning: redundant redeclaration of >> '___runetype_l' >> /usr/include/xlocale/_ctype.h:48: warning: previous declaration of >> '___runetype_l' was here >> /usr/include/xlocale/_ctype.h:49: warning: redundant redeclaration of >> '___tolower_l' >> /usr/include/xlocale/_ctype.h:49: warning: previous declaration of >> '___tolower_l' was here >> /usr/include/xlocale/_ctype.h:50: warning: redundant redeclaration of >> '___toupper_l' >> /usr/include/xlocale/_ctype.h:50: warning: previous declaration of >> '___toupper_l' was here >> /usr/include/xlocale/_ctype.h:51: warning: redundant redeclaration of >> '__runes_for_locale' >> /usr/include/xlocale/_ctype.h:51: warning: previous declaration of >> '__runes_for_locale' was here >> /usr/include/xlocale/_ctype.h:109: warning: no previous prototype for >> 'iswalnum_l' >> /usr/include/xlocale/_ctype.h:110: warning: no previous prototype for >> 'iswalpha_l' >> /usr/include/xlocale/_ctype.h:111: warning: no previous prototype for >> 'iswblank_l' >> /usr/include/xlocale/_ctype.h:112: warning: no previous prototype for >> 'iswcntrl_l' >> /usr/include/xlocale/_ctype.h:113: warning: no previous prototype for >> 'iswdigit_l' >> /usr/include/xlocale/_ctype.h:114: warning: no previous prototype for >> 'iswgraph_l' >> /usr/include/xlocale/_ctype.h:115: warning: no previous prototype for >> 'iswhexnumber_l' >> /usr/include/xlocale/_ctype.h:116: warning: no previous prototype for >> 'iswideogram_l' >> /usr/include/xlocale/_ctype.h:117: warning: no previous prototype for >> 'iswlower_l' >> /usr/include/xlocale/_ctype.h:118: warning: no previous prototype for >> 'iswnumber_l' >> /usr/include/xlocale/_ctype.h:119: warning: no previous prototype for >> 'iswphonogram_l' >> /usr/include/xlocale/_ctype.h:120: warning: no previous prototype for >> 'iswprint_l' >> /usr/include/xlocale/_ctype.h:121: warning: no previous prototype for >> 'iswpunct_l' >> /usr/include/xlocale/_ctype.h:122: warning: no previous prototype for >> 'iswrune_l' >> /usr/include/xlocale/_ctype.h:123: warning: no previous prototype for >> 'iswspace_l' >> /usr/include/xlocale/_ctype.h:124: warning: no previous prototype for >> 'iswspecial_l' >> /usr/include/xlocale/_ctype.h:125: warning: no previous prototype for >> 'iswupper_l' >> /usr/include/xlocale/_ctype.h:126: warning: no previous prototype for >> 'iswxdigit_l' >> /usr/include/xlocale/_ctype.h:131: warning: no previous prototype for >> 'towlower_l' >> /usr/include/xlocale/_ctype.h:138: warning: no previous prototype for >> 'towupper_l' >> /usr/include/xlocale/_ctype.h:146: warning: no previous prototype for >> '__wcwidth_l' >> *** [pkg_manifest.o] Error code 1 >> >> Stop in /usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg. >> *** [all] Error code 1 >> >> Stop in /usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6. >> *** [do-build] Error code 1 >> >> Stop in /usr/ports/ports-mgmt/pkg. >> [1] =A0 =A097410 exit 1 =A0 =A0 make -C /usr/ports/ports-mgmt/pkg instal= l clean >> make -C /usr/ports/ports-mgmt/pkg install clean =A033.86s user 1.48s >> system 61% cpu 57.212 total > > The bug doesn't seems related to pkgng to me how recent is your current? = there > have been some activity quite recently on the xlocale stuff. > > regards, > Bapt --=20 Renato Botelho From owner-freebsd-current@FreeBSD.ORG Wed Feb 15 23:23:38 2012 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 322CF1065672; Wed, 15 Feb 2012 23:23:38 +0000 (UTC) (envelope-from rbgarga@gmail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8C6E48FC0C; Wed, 15 Feb 2012 23:23:37 +0000 (UTC) Received: by werm13 with SMTP id m13so1530744wer.13 for ; Wed, 15 Feb 2012 15:23:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=8s0gIyR2qdMFDrRAVe3mRw8RTmEZACeFwxnmIbLlFWc=; b=erZVMy4imcY2QeIiDC7QaYHaAOrgHU5xnX8edjJijX7FlsQ22myI3G+80b5WGA+1np UYiSybme7tyrOj4ilcth4B82RhsnuDGrSvXbkzPli2U717z2/KswDoaZfY4sKNOXyyCG CDe8P231b0FWvNDA30B4evtnvMzdm65evyRIs= Received: by 10.181.13.113 with SMTP id ex17mr140076wid.15.1329346442139; Wed, 15 Feb 2012 14:54:02 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.156.142 with HTTP; Wed, 15 Feb 2012 14:53:42 -0800 (PST) In-Reply-To: <20120215175030.GK13362@azathoth.lan> References: <20120130123930.GB40244@azathoth.lan> <20120215175030.GK13362@azathoth.lan> From: Renato Botelho Date: Wed, 15 Feb 2012 20:53:42 -0200 Message-ID: To: Baptiste Daroussin Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org, current@freebsd.org Subject: Re: [HEADSUP][CFT] pkgng beta1^6 is out 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, 15 Feb 2012 23:23:38 -0000 On Wed, Feb 15, 2012 at 3:50 PM, Baptiste Daroussin wrote: > beta6 is now out with the following changes: > > * pkg register: now run inside a transaction, this speeds up things a lot (thanks avg) > * pkg version: -v now print name-version to match behaviour of legacy pkg_version > * pkg register: fix flatsize calculation > * new pkg-updating(1) man page (thanks beat) > > if you are upgrading from previous version you migh discover the weird value the > the disk space saved or required for some operation, this is just because a bug > in previous version was always calculating each package flatsize as 0 B, this is > now fixed. Hello Bapt, I tried to build it on a recent current and got these errors: FreeBSD murphys.ramenzoni.com.br 10.0-CURRENT FreeBSD 10.0-CURRENT #4 r231691: Tue Feb 14 15:51:35 BRST 2012 root@murphys.ramenzoni.com.br:/usr/obj/usr/src/sys/MURPHYS i386 root@murphys:/root# make -C /usr/ports/ports-mgmt/pkg install clean ===> License BSD accepted by the user => pkg-1.0-beta6.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/portmgr/pkg-1.0-beta6.tar.bz2 pkg-1.0-beta6.tar.bz2 100% of 1434 kB 108 kBps 00m00s ===> Extracting for pkg-1.0.b6 => SHA256 Checksum OK for pkg-1.0-beta6.tar.bz2. ===> Patching for pkg-1.0.b6 ===> Configuring for pkg-1.0.b6 ===> FreeBSD 10 autotools fix applied to /usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/aclocal.m4 ===> FreeBSD 10 autotools fix applied to /usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/configure ===> Building for pkg-1.0.b6 ===> external (all) ===> external/sqlite (all) Warning: Object directory not changed from original /usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/sqlite cc -O2 -pipe -fno-strict-aliasing -fPIC -DSQLITE_OMIT_AUTOVACUUM -DSQLITE_OMIT_BLOB_LITERAL -DSQLITE_OMIT_COMPLETE -DSQLITE_OMIT_DECLTYPE -DSQLITE_OMIT_DEPRECATED -DSQLITE_OMIT_EXPLAIN -DSQLITE_OMIT_GET_TABLE -DSQLITE_OMIT_LOAD_EXTENSION -DSQLITE_OMIT_PROGRESS_CALLBACK -DSQLITE_OMIT_TCL_VARIABLE -DSQLITE_OMIT_UTF16 -DSQLITE_OMIT_CAT -DSQLITE_OMIT_CHECK -DSQLITE_OMIT_AUTOINIT -DSQLITE_OMIT_COMPILEOPTION_DIAGS -DSQLITE_OMIT_INTEGRITY_CHECK -DSQLITE_OMIT_BUILTIN_TEST -DSQLITE_OMIT_SHARED_CACHE -DUSE_PREAD -DSQLITE_THREADSAFE=1 -DSQLITE_TEMP_STORE=3 -DNDEBUG -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wno-pointer-sign -Wformat=2 -Wno-format-extra-args -Werror -c sqlite3.c -o sqlite3.o building static sqlite3 library ranlib libsqlite3.a ===> external/libyaml (all) Warning: Object directory not changed from original /usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml cc -O2 -pipe -fno-strict-aliasing -fPIC -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/include -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml -DHAVE_CONFIG_H -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wno-pointer-sign -c /usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/src/api.c -o api.o cc -O2 -pipe -fno-strict-aliasing -fPIC -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/include -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml -DHAVE_CONFIG_H -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wno-pointer-sign -c /usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/src/dumper.c -o dumper.o cc -O2 -pipe -fno-strict-aliasing -fPIC -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/include -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml -DHAVE_CONFIG_H -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wno-pointer-sign -c /usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/src/emitter.c -o emitter.o cc -O2 -pipe -fno-strict-aliasing -fPIC -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/include -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml -DHAVE_CONFIG_H -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wno-pointer-sign -c /usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/src/loader.c -o loader.o cc -O2 -pipe -fno-strict-aliasing -fPIC -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/include -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml -DHAVE_CONFIG_H -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wno-pointer-sign -c /usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/src/parser.c -o parser.o cc -O2 -pipe -fno-strict-aliasing -fPIC -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/include -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml -DHAVE_CONFIG_H -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wno-pointer-sign -c /usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/src/reader.c -o reader.o cc -O2 -pipe -fno-strict-aliasing -fPIC -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/include -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml -DHAVE_CONFIG_H -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wno-pointer-sign -c /usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/src/scanner.c -o scanner.o cc -O2 -pipe -fno-strict-aliasing -fPIC -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/include -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml -DHAVE_CONFIG_H -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wno-pointer-sign -c /usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/external/libyaml/src/writer.c -o writer.o building static yaml library ranlib libyaml.a ===> libpkg (all) Warning: Object directory not changed from original /usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg cc -O2 -pipe -fno-strict-aliasing -std=c99 -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/sqlite -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/libyaml/include -DPREFIX=\"/usr/local\" -g -O0 -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c backup.c -o backup.o cc -O2 -pipe -fno-strict-aliasing -std=c99 -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/sqlite -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/libyaml/include -DPREFIX=\"/usr/local\" -g -O0 -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c fetch.c -o fetch.o cc -O2 -pipe -fno-strict-aliasing -std=c99 -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/sqlite -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/libyaml/include -DPREFIX=\"/usr/local\" -g -O0 -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c packing.c -o packing.o cc -O2 -pipe -fno-strict-aliasing -std=c99 -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/sqlite -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/libyaml/include -DPREFIX=\"/usr/local\" -g -O0 -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c pkg.c -o pkg.o cc -O2 -pipe -fno-strict-aliasing -std=c99 -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/sqlite -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/libyaml/include -DPREFIX=\"/usr/local\" -g -O0 -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c pkg_add.c -o pkg_add.o cc -O2 -pipe -fno-strict-aliasing -std=c99 -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/sqlite -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/libyaml/include -DPREFIX=\"/usr/local\" -g -O0 -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c pkg_attributes.c -o pkg_attributes.o cc -O2 -pipe -fno-strict-aliasing -std=c99 -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/sqlite -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/libyaml/include -DPREFIX=\"/usr/local\" -g -O0 -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c pkg_config.c -o pkg_config.o cc -O2 -pipe -fno-strict-aliasing -std=c99 -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/sqlite -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/libyaml/include -DPREFIX=\"/usr/local\" -g -O0 -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c pkg_create.c -o pkg_create.o cc -O2 -pipe -fno-strict-aliasing -std=c99 -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/sqlite -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/libyaml/include -DPREFIX=\"/usr/local\" -g -O0 -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c pkg_delete.c -o pkg_delete.o cc -O2 -pipe -fno-strict-aliasing -std=c99 -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/sqlite -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/libyaml/include -DPREFIX=\"/usr/local\" -g -O0 -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c pkg_elf.c -o pkg_elf.o cc -O2 -pipe -fno-strict-aliasing -std=c99 -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/sqlite -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/libyaml/include -DPREFIX=\"/usr/local\" -g -O0 -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c pkg_event.c -o pkg_event.o cc -O2 -pipe -fno-strict-aliasing -std=c99 -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/sqlite -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/libyaml/include -DPREFIX=\"/usr/local\" -g -O0 -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c pkg_jobs.c -o pkg_jobs.o cc -O2 -pipe -fno-strict-aliasing -std=c99 -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/sqlite -I/usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg/../external/libyaml/include -DPREFIX=\"/usr/local\" -g -O0 -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c pkg_manifest.c -o pkg_manifest.o cc1: warnings being treated as errors In file included from /usr/include/_ctype.h:94, from /usr/include/ctype.h:46, from pkg_manifest.c:5: /usr/include/runetype.h:92: warning: '__thread' is not at beginning of declaration In file included from /usr/include/ctype.h:83, from pkg_manifest.c:5: /usr/include/xlocale/_ctype.h:109: warning: no previous prototype for 'isalnum_l' /usr/include/xlocale/_ctype.h:110: warning: no previous prototype for 'isalpha_l' /usr/include/xlocale/_ctype.h:111: warning: no previous prototype for 'isblank_l' /usr/include/xlocale/_ctype.h:112: warning: no previous prototype for 'iscntrl_l' /usr/include/xlocale/_ctype.h:113: warning: no previous prototype for 'isdigit_l' /usr/include/xlocale/_ctype.h:114: warning: no previous prototype for 'isgraph_l' /usr/include/xlocale/_ctype.h:115: warning: no previous prototype for 'ishexnumber_l' /usr/include/xlocale/_ctype.h:116: warning: no previous prototype for 'isideogram_l' /usr/include/xlocale/_ctype.h:117: warning: no previous prototype for 'islower_l' /usr/include/xlocale/_ctype.h:118: warning: no previous prototype for 'isnumber_l' /usr/include/xlocale/_ctype.h:119: warning: no previous prototype for 'isphonogram_l' /usr/include/xlocale/_ctype.h:120: warning: no previous prototype for 'isprint_l' /usr/include/xlocale/_ctype.h:121: warning: no previous prototype for 'ispunct_l' /usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'isrune_l' /usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'isspace_l' /usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'isspecial_l' /usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'isupper_l' /usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'isxdigit_l' /usr/include/xlocale/_ctype.h:164: warning: no previous prototype for 'digittoint_l' /usr/include/xlocale/_ctype.h:167: warning: no previous prototype for 'tolower_l' /usr/include/xlocale/_ctype.h:174: warning: no previous prototype for 'toupper_l' In file included from /usr/include/wctype.h:93, from pkg_manifest.c:6: /usr/include/xlocale/_ctype.h:48: warning: redundant redeclaration of '___runetype_l' /usr/include/xlocale/_ctype.h:48: warning: previous declaration of '___runetype_l' was here /usr/include/xlocale/_ctype.h:49: warning: redundant redeclaration of '___tolower_l' /usr/include/xlocale/_ctype.h:49: warning: previous declaration of '___tolower_l' was here /usr/include/xlocale/_ctype.h:50: warning: redundant redeclaration of '___toupper_l' /usr/include/xlocale/_ctype.h:50: warning: previous declaration of '___toupper_l' was here /usr/include/xlocale/_ctype.h:51: warning: redundant redeclaration of '__runes_for_locale' /usr/include/xlocale/_ctype.h:51: warning: previous declaration of '__runes_for_locale' was here /usr/include/xlocale/_ctype.h:109: warning: no previous prototype for 'iswalnum_l' /usr/include/xlocale/_ctype.h:110: warning: no previous prototype for 'iswalpha_l' /usr/include/xlocale/_ctype.h:111: warning: no previous prototype for 'iswblank_l' /usr/include/xlocale/_ctype.h:112: warning: no previous prototype for 'iswcntrl_l' /usr/include/xlocale/_ctype.h:113: warning: no previous prototype for 'iswdigit_l' /usr/include/xlocale/_ctype.h:114: warning: no previous prototype for 'iswgraph_l' /usr/include/xlocale/_ctype.h:115: warning: no previous prototype for 'iswhexnumber_l' /usr/include/xlocale/_ctype.h:116: warning: no previous prototype for 'iswideogram_l' /usr/include/xlocale/_ctype.h:117: warning: no previous prototype for 'iswlower_l' /usr/include/xlocale/_ctype.h:118: warning: no previous prototype for 'iswnumber_l' /usr/include/xlocale/_ctype.h:119: warning: no previous prototype for 'iswphonogram_l' /usr/include/xlocale/_ctype.h:120: warning: no previous prototype for 'iswprint_l' /usr/include/xlocale/_ctype.h:121: warning: no previous prototype for 'iswpunct_l' /usr/include/xlocale/_ctype.h:122: warning: no previous prototype for 'iswrune_l' /usr/include/xlocale/_ctype.h:123: warning: no previous prototype for 'iswspace_l' /usr/include/xlocale/_ctype.h:124: warning: no previous prototype for 'iswspecial_l' /usr/include/xlocale/_ctype.h:125: warning: no previous prototype for 'iswupper_l' /usr/include/xlocale/_ctype.h:126: warning: no previous prototype for 'iswxdigit_l' /usr/include/xlocale/_ctype.h:131: warning: no previous prototype for 'towlower_l' /usr/include/xlocale/_ctype.h:138: warning: no previous prototype for 'towupper_l' /usr/include/xlocale/_ctype.h:146: warning: no previous prototype for '__wcwidth_l' *** [pkg_manifest.o] Error code 1 Stop in /usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6/libpkg. *** [all] Error code 1 Stop in /usr/ports/ports-mgmt/pkg/work/pkg-1.0-beta6. *** [do-build] Error code 1 Stop in /usr/ports/ports-mgmt/pkg. [1] 97410 exit 1 make -C /usr/ports/ports-mgmt/pkg install clean make -C /usr/ports/ports-mgmt/pkg install clean 33.86s user 1.48s system 61% cpu 57.212 total -- Renato Botelho From owner-freebsd-current@FreeBSD.ORG Thu Feb 16 10:03:46 2012 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 8EE20106567C; Thu, 16 Feb 2012 10:03:46 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 3E04B8FC23; Thu, 16 Feb 2012 10:03:46 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1RxyBP-0007X5-AZ>; Thu, 16 Feb 2012 11:03:23 +0100 Received: from telesto.geoinf.fu-berlin.de ([130.133.86.198]) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1RxyBP-0000F2-77>; Thu, 16 Feb 2012 11:03:23 +0100 Message-ID: <4F3CD464.6090507@mail.zedat.fu-berlin.de> Date: Thu, 16 Feb 2012 11:03:16 +0100 From: "O. Hartmann" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.1) Gecko/20120215 Thunderbird/10.0.1 MIME-Version: 1.0 To: Dimitry Andric References: <4F3B89FC.4020802@mail.zedat.fu-berlin.de> <4F3B9B4C.5070508@FreeBSD.org> <20120215120130.GP93151@e-new.0x20.net> <4F3BA719.3060702@mail.zedat.fu-berlin.de> <4F3BABDE.30908@FreeBSD.org> In-Reply-To: <4F3BABDE.30908@FreeBSD.org> X-Enigmail-Version: 1.3.5 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig4280B183EAC7EEC418616E2C" X-Originating-IP: 130.133.86.198 X-Mailman-Approved-At: Thu, 16 Feb 2012 12:14:10 +0000 Cc: Current FreeBSD , Lars Engels , Andriy Gapon , krassi@bulinfo.net Subject: Re: killed libc.so.7 somehow - help./ISO images of 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: Thu, 16 Feb 2012 10:03:46 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig4280B183EAC7EEC418616E2C Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 02/15/12 13:58, Dimitry Andric wrote: > On 2012-02-15 13:37, O. Hartmann wrote: >> ;-) Problem: I can not even login anymore, since I have "insecured" th= e >> console for security reasons and the shell is rejecting due to a symbo= l >> missing. I tried booting into single user mode, but that doesn't help >> much. >=20 > When booting in single user mode, use /rescue/sh as initial shell. Thi= s > is statically linked, so should always be able to run. Then use the > tools in /rescue to copy back a known good libc.so.7. Last night I did and tried with no success. First I booted from a boot-only cd. After copying libc.so.7, I still received on binaries of the local disc Symbol "_ThreadRuneLocal" not found. So I copied all libs from cd to /lib/ on disc. That helped - for short. I tried to build world again with no success, since cc was missing on the boot/rescue cd. So I booted the regular system again and tried building world. It failed, clang obviously suffered from the same missing symbol. The I did make clean cleandepend depend obj all install in folder /usr/src/lib. But after a reboot, I found myself confronted with the same initial situation when I started the thread. I guess I have "old" binaries and now too recent libs? I fear I'm missing one little specific point to repair the system. Regards, Oliver --------------enig4280B183EAC7EEC418616E2C Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iQEcBAEBAgAGBQJPPNRrAAoJEOgBcD7A/5N8DQIH/RIUJzGEzKhn6Zn4aIf5P3z4 Mbfe8qDsSvLex0fs6XmwXj/zI3Gqi49e/r4d1dHtlHCSD3Toa3V7PIT4WO1uIZlC tK7otrWm1nHjwv/SudMjT3gQ5FMPnYo4vlEip1YICNmpVKzxi17tqTDZIGLIITHu 6Q13dEcHtF61zn0ATPanU5GPmLL+UOuJgUxKqtjjcTWYHtujqUp/tsgRPqWmu5Ya 5r+MtaKZcTgKkPeXBP+Mv2IWn6uFOuH7lS0HXV/XO/HT6rau6B2WBAx9nLnXgvCE jL/STArTb7O0hm9Pex+MaLvtp4e7O/b8l34wJ4QsdWCEEUDmOiYuaa3364u5OIg= =5wfP -----END PGP SIGNATURE----- --------------enig4280B183EAC7EEC418616E2C-- From owner-freebsd-current@FreeBSD.ORG Thu Feb 16 15:01:40 2012 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 D7F3D106567A; Thu, 16 Feb 2012 15:01:40 +0000 (UTC) (envelope-from bugReporter@Haakh.de) Received: from mo-p00-ob6.rzone.de (mo-p00-ob6.rzone.de [IPv6:2a01:238:20a:202:53f0::1]) by mx1.freebsd.org (Postfix) with ESMTP id CBA208FC16; Thu, 16 Feb 2012 15:01:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1329404497; l=1962; s=domk; d=haakh.de; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:References: Subject:CC:To:MIME-Version:From:Date:X-RZG-CLASS-ID:X-RZG-AUTH; bh=Mu9fAKSiHTpiT7J7R+1VynSgv3Q=; b=oxi4yszQ8upy7XuDiOFpo+HDSkydIwAkPF13/BbgCSk5mwF7u7/yo7rp88AOhWTxmeb NNouI5AL2TvAoRlZN9Ypn3qaatdL6W0vYKgHDN3QDHha0VWprYFycMnCIDD72ySFJZigB 6N28VNp/3pPD44mGUG6dYNmnVgerrrwdqS8= X-RZG-AUTH: :LWQcbViwW/e6OTbW0dHzwKkCepY3+zAQY9KdRPw9VcHc3bN9H/b7W23VtQ== X-RZG-CLASS-ID: mo00 Received: from abaton.Haakh.de (p57A7160E.dip.t-dialin.net [87.167.22.14]) by smtp.strato.de (cohen mo13) (RZmta 27.6 DYNA|AUTH) with ESMTPA id y03b82o1GEKXxE ; Thu, 16 Feb 2012 16:01:32 +0100 (MET) Received: from Crabberio.Haakh.de (crabberio.Haakh.de [192.168.63.16]) by abaton.Haakh.de (8.14.5/8.14.5) with ESMTP id q1GF1SuN014340; Thu, 16 Feb 2012 16:01:28 +0100 (CET) (envelope-from bugReporter@Haakh.de) Message-ID: <4F3D1A48.3040005@Haakh.de> Date: Thu, 16 Feb 2012 16:01:28 +0100 From: "Dr. A. Haakh" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.1) Gecko/20120211 Firefox/10.0.1 SeaMonkey/2.7.1 MIME-Version: 1.0 To: "O. Hartmann" References: <4F3B89FC.4020802@mail.zedat.fu-berlin.de> <4F3B9B4C.5070508@FreeBSD.org> <20120215120130.GP93151@e-new.0x20.net> <4F3BA719.3060702@mail.zedat.fu-berlin.de> <4F3BABDE.30908@FreeBSD.org> <4F3CD464.6090507@mail.zedat.fu-berlin.de> In-Reply-To: <4F3CD464.6090507@mail.zedat.fu-berlin.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Thu, 16 Feb 2012 16:27:05 +0000 Cc: Current FreeBSD , Dimitry Andric , Lars Engels , Andriy Gapon , krassi@bulinfo.net Subject: Re: killed libc.so.7 somehow - help./ISO images of 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: Thu, 16 Feb 2012 15:01:40 -0000 O. Hartmann wrote: > On 02/15/12 13:58, Dimitry Andric wrote: >> On 2012-02-15 13:37, O. Hartmann wrote: >>> ;-) Problem: I can not even login anymore, since I have "insecured" the >>> console for security reasons and the shell is rejecting due to a symbol >>> missing. I tried booting into single user mode, but that doesn't help >>> much. >> When booting in single user mode, use /rescue/sh as initial shell. This >> is statically linked, so should always be able to run. Then use the >> tools in /rescue to copy back a known good libc.so.7. > Last night I did and tried with no success. > > First I booted from a boot-only cd. After copying libc.so.7, I still > received on binaries of the local disc > > Symbol "_ThreadRuneLocal" not found. So I copied all libs from cd to > /lib/ on disc. That helped - for short. I tried to build world again > with no success, since cc was missing on the boot/rescue cd. > > So I booted the regular system again and tried building world. It > failed, clang obviously suffered from the same missing symbol. > > The I did > > make clean cleandepend depend obj all install > > in folder > > /usr/src/lib. > > But after a reboot, I found myself confronted with the same initial > situation when I started the thread. > > I guess I have "old" binaries and now too recent libs? I fear I'm > missing one little specific point to repair the system. > > Regards, > > Oliver If You have started the whole 'disaster' using 'make buildworld' then all the necessary build-tools should still reside under /usr/obj/usr/src/tmp or /usr/obj/usr/src/tmp/legacy including a statically linked clang. At least this is the layout on 9.0-STABLE. You can either setup your environment in single usermode to use these (/usr/src/Makefile will give you some hints what to do) or copy them to /usr/bin ... Then try to rebuild and install your world (and kernel). Hope this helps Andreas From owner-freebsd-current@FreeBSD.ORG Thu Feb 16 18:53:00 2012 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 2D7A0106564A; Thu, 16 Feb 2012 18:53:00 +0000 (UTC) (envelope-from david.somayajulu@qlogic.com) Received: from ch1outboundpool.messaging.microsoft.com (ch1ehsobe006.messaging.microsoft.com [216.32.181.186]) by mx1.freebsd.org (Postfix) with ESMTP id D2B2D8FC13; Thu, 16 Feb 2012 18:52:59 +0000 (UTC) Received: from mail77-ch1-R.bigfish.com (10.43.68.236) by CH1EHSOBE010.bigfish.com (10.43.70.60) with Microsoft SMTP Server id 14.1.225.23; Thu, 16 Feb 2012 18:22:56 +0000 Received: from mail77-ch1 (localhost [127.0.0.1]) by mail77-ch1-R.bigfish.com (Postfix) with ESMTP id 815A1420435; Thu, 16 Feb 2012 18:22:56 +0000 (UTC) X-SpamScore: -6 X-BigFish: VPS-6(zz14ffOzz1202hzzz2ei2a8h668h839h944h) X-Forefront-Antispam-Report: CIP:198.70.193.64; KIP:(null); UIP:(null); IPV:NLI; H:avexcashub1.qlogic.com; RD:avexcashub2.qlogic.com; EFVD:NLI Received-SPF: neutral (mail77-ch1: 198.70.193.64 is neither permitted nor denied by domain of qlogic.com) client-ip=198.70.193.64; envelope-from=david.somayajulu@qlogic.com; helo=avexcashub1.qlogic.com ; 1.qlogic.com ; Received: from mail77-ch1 (localhost.localdomain [127.0.0.1]) by mail77-ch1 (MessageSwitch) id 1329416573663323_30680; Thu, 16 Feb 2012 18:22:53 +0000 (UTC) Received: from CH1EHSMHS022.bigfish.com (snatpool3.int.messaging.microsoft.com [10.43.68.225]) by mail77-ch1.bigfish.com (Postfix) with ESMTP id 9C62C2C004D; Thu, 16 Feb 2012 18:22:53 +0000 (UTC) Received: from avexcashub1.qlogic.com (198.70.193.64) by CH1EHSMHS022.bigfish.com (10.43.70.22) with Microsoft SMTP Server (TLS) id 14.1.225.23; Thu, 16 Feb 2012 18:22:52 +0000 Received: from avexmb1.qlogic.org ([fe80::9545:3a4f:c131:467d]) by avexcashub2.qlogic.org ([::1]) with mapi; Thu, 16 Feb 2012 10:22:52 -0800 From: David Somayajulu To: "freebsd-current@freebsd.org" , "freebsd-drivers@freebsd.org" Date: Thu, 16 Feb 2012 10:22:51 -0800 Thread-Topic: Question on TSO/LSO Transmit Frames Thread-Index: Aczs1/uBFJtVbnzqQdqqt37K0ZitDQ== Message-ID: <75E1A2A7D185F841A975979B0906BBA67C79BD85F7@AVEXMB1.qlogic.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: qlogic.com Cc: Subject: Question on TSO/LSO Transmit Frames 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, 16 Feb 2012 18:53:00 -0000 Hi All, Is it safe to assume that when a driver receives an Ethernet frame to trans= mit with CSUM_TSO bit set in m_head->m_pkthdr.csum_flags ; where m_head is the first (struct mbuf) in t= he mbuf chain that the [Ethernet Header] + [VLAN Tag if present] + [IP Header] + [TCP Hea= der] are all present in one physically contiguous segment ? In other words is Size of ([Ethernet Header] + [VLAN Tag if present] + [IP Header] + [TCP Hea= der]) <=3D m_head->m_len When ((m_head->m_pkthdr.csum_flags & CSUM_TSO) !=3D 0) 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 Fri Feb 17 02:19:13 2012 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 AA98C106566C for ; Fri, 17 Feb 2012 02:19:13 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) by mx1.freebsd.org (Postfix) with ESMTP id 66C718FC23 for ; Fri, 17 Feb 2012 02:19:13 +0000 (UTC) Received: from julian-mac.elischer.org (c-67-180-24-15.hsd1.ca.comcast.net [67.180.24.15]) (authenticated bits=0) by vps1.elischer.org (8.14.4/8.14.4) with ESMTP id q1H2JCHe016553 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Thu, 16 Feb 2012 18:19:12 -0800 (PST) (envelope-from julian@freebsd.org) Message-ID: <4F3DB97B.7000009@freebsd.org> Date: Thu, 16 Feb 2012 18:20:43 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-US; rv:1.9.2.26) Gecko/20120129 Thunderbird/3.1.18 MIME-Version: 1.0 To: FreeBSD Current Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: who has been working on the timer code recently? 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, 17 Feb 2012 02:19:13 -0000 i.e. ACPI-fast, TSC-low etc. etc.? From owner-freebsd-current@FreeBSD.ORG Fri Feb 17 04:41:17 2012 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 ABAAE106566B for ; Fri, 17 Feb 2012 04:41:17 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (pancho.soaustin.net [76.74.250.40]) by mx1.freebsd.org (Postfix) with ESMTP id 8E4848FC15 for ; Fri, 17 Feb 2012 04:41:17 +0000 (UTC) Received: by mail.soaustin.net (Postfix, from userid 502) id 979545620E; Thu, 16 Feb 2012 22:25:52 -0600 (CST) Date: Thu, 16 Feb 2012 22:25:52 -0600 From: Mark Linimon To: Mehmet Erol Sanliturk Message-ID: <20120217042552.GC24427@lonesome.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Cc: FreeBSD Current Subject: Re: Packages for Current ( 10.0 ) 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, 17 Feb 2012 04:41:17 -0000 The portmgr team has not yet started regular package builds for -current. We are working on re-allocating some resources to be able to do so. Note, however, that with -current being an early branch of a new major version, that the src that we are building against is changing rapidly. My personal recommendation would be that if you want prebuilt packages, you stay with -stable branches, unless you are particularly interested in helping to test the state of -current. mcl From owner-freebsd-current@FreeBSD.ORG Fri Feb 17 05:04:46 2012 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 9791C106566B for ; Fri, 17 Feb 2012 05:04:46 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: from mail-tul01m020-f182.google.com (mail-tul01m020-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 604F48FC0A for ; Fri, 17 Feb 2012 05:04:46 +0000 (UTC) Received: by obcwo16 with SMTP id wo16so5126366obc.13 for ; Thu, 16 Feb 2012 21:04:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=toNmi7ju9BkAxuyGz94wrLr+0ig32VSntrQGygH9vWQ=; b=a87ZFehP3qS+sLDTDdKP/dqT52Fe0Sj5lg1R/yiElJwlqf7IkmVcMb1g8ypsMSSI/0 V6/9rHQ3s5LS0szq3dhDUFAfUk2fKbwKbkptmarH+io9nAM3b5v20plbA/ZCXQiI7xbY keDTfi5jQAe/EneSfwzf9xBZd1oObqcCxCuig= MIME-Version: 1.0 Received: by 10.182.162.40 with SMTP id xx8mr4131078obb.17.1329455085671; Thu, 16 Feb 2012 21:04:45 -0800 (PST) Received: by 10.182.38.38 with HTTP; Thu, 16 Feb 2012 21:04:45 -0800 (PST) In-Reply-To: <20120217042552.GC24427@lonesome.com> References: <20120217042552.GC24427@lonesome.com> Date: Fri, 17 Feb 2012 00:04:45 -0500 Message-ID: From: Mehmet Erol Sanliturk To: Mark Linimon Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Current Subject: Re: Packages for Current ( 10.0 ) 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, 17 Feb 2012 05:04:46 -0000 On Thu, Feb 16, 2012 at 11:25 PM, Mark Linimon wrote: > The portmgr team has not yet started regular package builds for -current. > We are working on re-allocating some resources to be able to do so. > > Note, however, that with -current being an early branch of a new major > version, that the src that we are building against is changing rapidly. > My personal recommendation would be that if you want prebuilt packages, > you stay with -stable branches, unless you are particularly interested > in helping to test the state of -current. > > mcl > I would be very happy I can contribute anything to development of FreeBSD . As I am always writing about importance of testing , in the same manner , I wish to test new developments to help to isolate problems , if I can . If there appears an agenda of testing problems and explicit instructions how to apply tests , me and other persons may apply them and report the results . In a message ( I do not remember its author's name ) it is said that there is no a farm of FreeBSD testing machines . If a web page is designed for testing with the goal and structure as described above it may be very useful and it may off load some tasks directly carried by the developers . Such a help will be very useful because the developers will be able to allocate more time to improve missing features . Please see my message for details : http://lists.freebsd.org/pipermail/freebsd-performance/2012-January/004536.html I have time and usable computer(s) for testing . I do not know FreeBSD internals very well . I can apply test(s) and report the results . I do not know very well scripting facilities of FreeBSD to design and implement such a testing web site pages and reporting by such scripts , but I can read and apply their instructions . I think that there will be many other volunteers to do such helps . If we can generate such a testing ecological system , I think , FreeBSD development will benefit from it very much . There is some need to include relevant facilities into FreeBSD supplied services , such as possibility of defining distinct monitors for stdin , stdout , stderr , besides serial consoles in loader.conf ; an easy facility to divert outputs of stdout and stderr into files to transmit them to testing site . Generation of XML files to obtain testing results directly processability by scripts , and other required modifications for testing applied promptly . Thank you very much . Mehmet Erol Sanliturk From owner-freebsd-current@FreeBSD.ORG Fri Feb 17 16:29:51 2012 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 D703E106566C; Fri, 17 Feb 2012 16:29:51 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by mx1.freebsd.org (Postfix) with ESMTP id D40DC8FC13; Fri, 17 Feb 2012 16:29:50 +0000 (UTC) Received: by wibhn14 with SMTP id hn14so2567374wib.13 for ; Fri, 17 Feb 2012 08:29:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=KXP8UYjbyB7nX9YzAUF/Mjb573NLU1We0x8InHGqndw=; b=MqkjOKBp7OtB8EhNYAS/sn7Re/ZQhEEzDs2wiuiN5sDyVuYCHPZhGu/8vD1ljUgRnP 3lcuVbDPVXFTRIL4M92Uj3wwbdfWTN9ZYF0cbG6MOVzRleJRON9kpa9uoxDms/DjRhc8 S9VZU01BM6Jm2YLfOiHcMixSrfbJZuZu/dsgc= Received: by 10.180.85.105 with SMTP id g9mr4888423wiz.12.1329496189748; Fri, 17 Feb 2012 08:29:49 -0800 (PST) Received: from mavbook2.mavhome.dp.ua (pc.mavhome.dp.ua. [212.86.226.226]) by mx.google.com with ESMTPS id da8sm8698841wib.6.2012.02.17.08.29.47 (version=SSLv3 cipher=OTHER); Fri, 17 Feb 2012 08:29:48 -0800 (PST) Sender: Alexander Motin Message-ID: <4F3E807A.60103@FreeBSD.org> Date: Fri, 17 Feb 2012 18:29:46 +0200 From: Alexander Motin User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:9.0) Gecko/20111227 Thunderbird/9.0 MIME-Version: 1.0 To: Jeff Roberson References: <4F2F7B7F.40508@FreeBSD.org> <4F366E8F.9060207@FreeBSD.org> <4F367965.6000602@FreeBSD.org> <4F396B24.5090602@FreeBSD.org> <4F3978BC.6090608@FreeBSD.org> <4F3990EA.1080002@FreeBSD.org> <4F3C0BB9.6050101@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@FreeBSD.org, Florian Smeets , Andriy Gapon , FreeBSD current Subject: Re: [RFT][patch] Scheduling for HTT and not only 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, 17 Feb 2012 16:29:51 -0000 On 02/15/12 21:54, Jeff Roberson wrote: > On Wed, 15 Feb 2012, Alexander Motin wrote: >> I've decided to stop those cache black magic practices and focus on >> things that really exist in this world -- SMT and CPU load. I've >> dropped most of cache related things from the patch and made the rest >> of things more strict and predictable: >> http://people.freebsd.org/~mav/sched.htt34.patch > > This looks great. I think there is value in considering the other > approach further but I would like to do this part first. It would be > nice to also add priority as a greater influence in the load balancing > as well. I haven't got good idea yet about balancing priorities, but I've rewritten balancer itself. As soon as sched_lowest() / sched_highest() are more intelligent now, they allowed to remove topology traversing from the balancer itself. That should fix double-swapping problem, allow to keep some affinity while moving threads and make balancing more fair. I did number of tests running 4, 8, 9 and 16 CPU-bound threads on 8 CPUs. With 4, 8 and 16 threads everything is stationary as it should. With 9 threads I see regular and random load move between all 8 CPUs. Measurements on 5 minutes run show deviation of only about 5 seconds. It is the same deviation as I see caused by only scheduling of 16 threads on 8 cores without any balancing needed at all. So I believe this code works as it should. Here is the patch: http://people.freebsd.org/~mav/sched.htt40.patch I plan this to be a final patch of this series (more to come :)) and if there will be no problems or objections, I am going to commit it (except some debugging KTRs) in about ten days. So now it's a good time for reviews and testing. :) -- Alexander Motin From owner-freebsd-current@FreeBSD.ORG Fri Feb 17 17:03:36 2012 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 64EB3106567A; Fri, 17 Feb 2012 17:03:36 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 63EE68FC15; Fri, 17 Feb 2012 17:03:35 +0000 (UTC) Received: by eekb47 with SMTP id b47so1611391eek.13 for ; Fri, 17 Feb 2012 09:03:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=bfZeMzkLG0oIDlfqlhoIOAhfevEaUC7060gmCGGDGlQ=; b=kdPwOhesRnl3uCEVfpPS+5lW4F+X7ilPEAyR2DzfJPwf3jAeBc5kBbu0KZN77HWymr al8o50UV6O4TDWT0DrCLinwOf4pgUuwJ7Zl6XYhpiL1oM/ogUUdfmNZuVusOC+ceHA6J Xo5fKtwv1EyZFWl8i6R8Q+GdCgOxi7jDA6F/w= Received: by 10.213.35.9 with SMTP id n9mr1262198ebd.106.1329498214338; Fri, 17 Feb 2012 09:03:34 -0800 (PST) Received: from mavbook.mavhome.dp.ua (pc.mavhome.dp.ua. [212.86.226.226]) by mx.google.com with ESMTPS id n52sm40425080eea.5.2012.02.17.09.03.32 (version=SSLv3 cipher=OTHER); Fri, 17 Feb 2012 09:03:33 -0800 (PST) Sender: Alexander Motin Message-ID: <4F3E8858.4000001@FreeBSD.org> Date: Fri, 17 Feb 2012 19:03:20 +0200 From: Alexander Motin User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:9.0) Gecko/20120116 Thunderbird/9.0 MIME-Version: 1.0 To: Arnaud Lacombe References: <4F2F7B7F.40508@FreeBSD.org> <4F366E8F.9060207@FreeBSD.org> <4F367965.6000602@FreeBSD.org> <4F396B24.5090602@FreeBSD.org> <4F3978BC.6090608@FreeBSD.org> <4F3990EA.1080002@FreeBSD.org> <4F3C0BB9.6050101@FreeBSD.org> <4F3E807A.60103@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org, Jeff Roberson , Andriy Gapon , FreeBSD current Subject: Re: [RFT][patch] Scheduling for HTT and not only 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, 17 Feb 2012 17:03:36 -0000 On 17.02.2012 18:53, Arnaud Lacombe wrote: > On Fri, Feb 17, 2012 at 11:29 AM, Alexander Motin wrote: >> On 02/15/12 21:54, Jeff Roberson wrote: >>> On Wed, 15 Feb 2012, Alexander Motin wrote: >>>> I've decided to stop those cache black magic practices and focus on >>>> things that really exist in this world -- SMT and CPU load. I've >>>> dropped most of cache related things from the patch and made the rest >>>> of things more strict and predictable: >>>> http://people.freebsd.org/~mav/sched.htt34.patch >>> >>> This looks great. I think there is value in considering the other >>> approach further but I would like to do this part first. It would be >>> nice to also add priority as a greater influence in the load balancing >>> as well. >> >> I haven't got good idea yet about balancing priorities, but I've rewritten >> balancer itself. As soon as sched_lowest() / sched_highest() are more >> intelligent now, they allowed to remove topology traversing from the >> balancer itself. That should fix double-swapping problem, allow to keep some >> affinity while moving threads and make balancing more fair. I did number of >> tests running 4, 8, 9 and 16 CPU-bound threads on 8 CPUs. With 4, 8 and 16 >> threads everything is stationary as it should. With 9 threads I see regular >> and random load move between all 8 CPUs. Measurements on 5 minutes run show >> deviation of only about 5 seconds. It is the same deviation as I see caused >> by only scheduling of 16 threads on 8 cores without any balancing needed at >> all. So I believe this code works as it should. >> >> Here is the patch: http://people.freebsd.org/~mav/sched.htt40.patch >> >> I plan this to be a final patch of this series (more to come :)) and if >> there will be no problems or objections, I am going to commit it (except >> some debugging KTRs) in about ten days. So now it's a good time for reviews >> and testing. :) >> > is there a place where all the patches are available ? All my scheduler patches are cumulative, so all you need is only the last mentioned here sched.htt40.patch. But in some cases, especially for multi-socket systems, to let it show its best, you may want to apply additional patch from avg@ to better detect CPU topology: https://gitorious.org/~avg/freebsd/avgbsd/commit/6bca4a2e4854ea3fc275946a023db65c483cb9dd > I intend to run > some tests on a 1x2x2 (atom D510), 1x4x1 (core-2 quad), and eventually > a 2x8x2 platforms, against r231573. Results should hopefully be > available by the end of the week-end/middle of next week[0]. > > [0]: the D510 will likely be testing a couple of Linux kernel over the > week-end, and a FreeBSD run takes about 2.5 days to complete. -- Alexander Motin From owner-freebsd-current@FreeBSD.ORG Fri Feb 17 17:15:13 2012 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 90F40106566B; Fri, 17 Feb 2012 17:15:13 +0000 (UTC) (envelope-from lacombar@gmail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id C4FC88FC1D; Fri, 17 Feb 2012 17:15:12 +0000 (UTC) Received: by werm13 with SMTP id m13so3129595wer.13 for ; Fri, 17 Feb 2012 09:15:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=DVb3bRNlCTewSCzmct7YcxLW5EEDdd0caoC6zps5Xy0=; b=q4EwjJOjSCKXEPcabDGBK3DJmeXi6NL69aR32tZK3RkVSoE2FA2WBni3GhmqPXdu1D 9le1DZOH5hBhSPM+arMQsN0O4tq/zCo6/UfroIehZlgk8wZwcaYrlsdDhB3ZrdAAkfSW dTbU+MNDi0PJw0h87ZjO1sWKeQO70L+3Ca8Ag= MIME-Version: 1.0 Received: by 10.180.101.165 with SMTP id fh5mr4985901wib.10.1329497595150; Fri, 17 Feb 2012 08:53:15 -0800 (PST) Received: by 10.216.73.82 with HTTP; Fri, 17 Feb 2012 08:53:14 -0800 (PST) In-Reply-To: <4F3E807A.60103@FreeBSD.org> References: <4F2F7B7F.40508@FreeBSD.org> <4F366E8F.9060207@FreeBSD.org> <4F367965.6000602@FreeBSD.org> <4F396B24.5090602@FreeBSD.org> <4F3978BC.6090608@FreeBSD.org> <4F3990EA.1080002@FreeBSD.org> <4F3C0BB9.6050101@FreeBSD.org> <4F3E807A.60103@FreeBSD.org> Date: Fri, 17 Feb 2012 11:53:14 -0500 Message-ID: From: Arnaud Lacombe To: Alexander Motin Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-hackers@freebsd.org, Jeff Roberson , Andriy Gapon , FreeBSD current Subject: Re: [RFT][patch] Scheduling for HTT and not only 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, 17 Feb 2012 17:15:13 -0000 Hi, On Fri, Feb 17, 2012 at 11:29 AM, Alexander Motin wrote: > On 02/15/12 21:54, Jeff Roberson wrote: >> >> On Wed, 15 Feb 2012, Alexander Motin wrote: >>> >>> I've decided to stop those cache black magic practices and focus on >>> things that really exist in this world -- SMT and CPU load. I've >>> dropped most of cache related things from the patch and made the rest >>> of things more strict and predictable: >>> http://people.freebsd.org/~mav/sched.htt34.patch >> >> >> This looks great. I think there is value in considering the other >> approach further but I would like to do this part first. It would be >> nice to also add priority as a greater influence in the load balancing >> as well. > > > I haven't got good idea yet about balancing priorities, but I've rewritten > balancer itself. As soon as sched_lowest() / sched_highest() are more > intelligent now, they allowed to remove topology traversing from the > balancer itself. That should fix double-swapping problem, allow to keep some > affinity while moving threads and make balancing more fair. I did number of > tests running 4, 8, 9 and 16 CPU-bound threads on 8 CPUs. With 4, 8 and 16 > threads everything is stationary as it should. With 9 threads I see regular > and random load move between all 8 CPUs. Measurements on 5 minutes run show > deviation of only about 5 seconds. It is the same deviation as I see caused > by only scheduling of 16 threads on 8 cores without any balancing needed at > all. So I believe this code works as it should. > > Here is the patch: http://people.freebsd.org/~mav/sched.htt40.patch > > I plan this to be a final patch of this series (more to come :)) and if > there will be no problems or objections, I am going to commit it (except > some debugging KTRs) in about ten days. So now it's a good time for reviews > and testing. :) > is there a place where all the patches are available ? I intend to run some tests on a 1x2x2 (atom D510), 1x4x1 (core-2 quad), and eventually a 2x8x2 platforms, against r231573. Results should hopefully be available by the end of the week-end/middle of next week[0]. - Arnaud [0]: the D510 will likely be testing a couple of Linux kernel over the week-end, and a FreeBSD run takes about 2.5 days to complete. > > -- > Alexander Motin > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" From owner-freebsd-current@FreeBSD.ORG Fri Feb 17 18:09:29 2012 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 28682106564A; Fri, 17 Feb 2012 18:09:29 +0000 (UTC) (envelope-from vermaden@interia.pl) Received: from smtpo.poczta.interia.pl (smtpo.poczta.interia.pl [217.74.65.207]) by mx1.freebsd.org (Postfix) with ESMTP id 9F1D78FC0C; Fri, 17 Feb 2012 18:09:28 +0000 (UTC) Date: Fri, 17 Feb 2012 18:49:17 +0100 From: vermaden To: freebsd-hackers@freebsd.org, freebsd-current@freebsd.org, freebsd-stable@FreeBSD.org X-Mailer: interia.pl/pf09 X-Originating-IP: 85.89.187.172 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=interia.pl; s=biztos; t=1329500958; bh=SryWECdGWvUbfmxaVo93dEJ0eU2ybjVooud7hOM6YHo=; h=Date:From:Subject:To:X-Mailer:X-Originating-IP:Message-Id: MIME-Version:Content-Type:Content-Transfer-Encoding; b=FA14eL5cVhvKO1viBUZ89uN/5Y3h9VFU7kDefeztMNaxlM6Jj9iV9bD7OrkRV13dA teELeG2V14Y5AK3mxYk4KSiClCxc8S+BHXHmm5tOoVfvwWwnuGYFfyc1R00n8RbJx7 pylQOH1fh0260qTnhKwWx/VW5IhSugFRQjaT4DDE= X-Mailman-Approved-At: Fri, 17 Feb 2012 18:20:10 +0000 Cc: Subject: devd based AUTOMOUNTER 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, 17 Feb 2012 18:09:29 -0000 Hi, I have finally made some effort on writing flexible yet very simple automou= nter for FreeBSD desktop. Feel free to submit me BUG reports ;) It currently supports these file formats: -- NTFS(rw) requires [port]sysutils/fusefs-ntfs[/port] -- FAT/FAT32 -- exFAT requires [port]sysutils/fusefs-exfat[/port] -- EXT2 -- EXT3 -- EXT4 requires [port]sysutils/fusefs-ext4fuse[/port] -- UFS (DOH!) It keeps state of the mounted devices at /var/run/automount.state and logs = all activities to /var/log/automount.log file. The place for the script is at /usr/local/sbin/automount.sh executable. The only additional configuration it requires are those lines at the end of= /etc/devd.conf file along with restarting /etc/rc.d/devd daemon. notify 200 { match "system" "DEVFS"; match "type" "CREATE"; match "cdev" "(da|mmcsd)[0-9]+"; action "/usr/local/sbin/automount.sh $cdev attach"; }; notify 200 { match "system" "DEVFS"; match "type" "DESTROY"; match "cdev" "(da|mmcsd)[0-9]+"; action "/usr/local/sbin/automount.sh $cdev detach"; }; The /usr/local/sbin/automount.sh executable is here: #! /bin/sh PATH=3D/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin LOG=3D"/var/log/automount.log" STATE=3D"/var/run/automount.state" DATEFMT=3D"%Y-%m-%d %H:%M:%S" __create_mount_point() { # /* 1=3DDEV */ MNT=3D"/mnt/$( basename ${1} )" mkdir -p ${MNT} } __state_lock() { while [ -f ${STATE}.lock ]; do sleep 0.5; done :> ${STATE}.lock } __state_unlock() { rm ${STATE}.lock } __state_add() { # /* 1=3DDEV 2=3DPROVIDER 3=3DMNT */ __state_lock echo "${1} ${2} ${3}" >> ${STATE} __state_unlock } __state_remove() { # /* 1=3DMNT 2=3DSTATE 3=3DLINE */ LINE=3D$( grep -n -E "${1}$" ${2} | cut -d : -f 1 ) sed -i '' ${3}d ${2} } __log() { # /* @=3DMESSAGE */ echo $( date +"${DATEFMT}" ) ${@} >> ${LOG} } case ${2} in (attach) for I in /dev/${1}* do case $( file -L -s ${I} ) in (*NTFS*) __create_mount_point ${I} ntfs-3g ${I} ${MNT} # /* sysutils/fusefs-ntfs */ __log "${I}:mount (ntfs)" ;; (*FAT*) __create_mount_point ${I} fsck_msdosfs -y ${I} mount_msdosfs -o large -o longnames -l -L pl_PL.ISO8859-2 -D cp85= 2 ${I} ${MNT} __log "${I}:mount (fat)" ;; (*ext2*) __create_mount_point ${I} fsck.ext2 -y ${I} mount -t ext2fs ${I} ${MNT} __log "${I}:mount (ext2)" ;; (*ext3*) __create_mount_point ${I} fsck.ext3 -y ${I} mount -t ext2fs ${I} ${MNT} __log "${I}:mount (ext3)" ;; (*ext4*) __create_mount_point ${I} fsck.ext4 -y ${I} ext4fuse ${I} ${MNT} # /* sysutils/fusefs-ext4fuse */ __log "${I}:mount (ext4)" ;; (*Unix\ Fast\ File*) __create_mount_point ${I} fsck_ufs -y ${I} mount ${I} ${MNT} __log "${I}:mount (ufs)" ;; (*) case $( dd < ${O} count=3D1 | strings | head -1 ) in (EXFAT) __create_mount_point ${I} mount.exfat ${I} ${MNT} # /* sysutils/fusefs-exfat */ __log "${I}:mount (ufs)" ;; (*) continue ;; esac ;; esac __state_add ${I} $( mount | grep " ${MNT} " | awk '{printf $1}' ) ${M= NT} done ;; (detach) MOUNTED=3D$( mount ) __state_lock while read DEV PROVIDER MNT do TARGET=3D$( echo "${MOUNTED}" | grep -E "^${PROVIDER} " | awk '{print= $3}' ) [ -z ${TARGET} ] && { __state_remove ${MNT} ${STATE} ${LINE} continue } umount -f ${TARGET} & unset TARGET __state_remove ${MNT} ${STATE} ${LINE} __log "${DEV}:umount" done < ${STATE} __state_unlock __log "/dev/${1}:detach" ;; esac PS. Below are links for 'mirror' threads. http://forums.freebsd.org/showthread.php?t=3D29895 http://daemonforums.org/showthread.php?t=3D6838 Regards, vermaden --- From owner-freebsd-current@FreeBSD.ORG Fri Feb 17 19:23:34 2012 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 21164106566B; Fri, 17 Feb 2012 19:23:34 +0000 (UTC) (envelope-from sendtomatt@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id E23428FC0C; Fri, 17 Feb 2012 19:23:33 +0000 (UTC) Received: by daec6 with SMTP id c6so4051412dae.13 for ; Fri, 17 Feb 2012 11:23:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=JNFCrQKGrkaT1LY0zYq/eN319AXX8rey1lu3yYTaYZQ=; b=MoX1KzhH+plgWobF+Nz896L4FMbcA7TamsH03huceeQmaopzTEjNM16kbUsyfDG2Gs sybStFNFrgDWTIW0v5SrQNWbt/fHpsp8raUwRLPzDiMqvLjABnjfqU2IS9nWtXYb7Y2i SPTk/3h0Sh5jVRMaz6OFWqPHtgeYDVmZ7QLyM= Received: by 10.68.224.2 with SMTP id qy2mr27166201pbc.48.1329506613481; Fri, 17 Feb 2012 11:23:33 -0800 (PST) Received: from bakeneko.local ([75.101.87.90]) by mx.google.com with ESMTPS id k2sm5857682pba.28.2012.02.17.11.23.31 (version=SSLv3 cipher=OTHER); Fri, 17 Feb 2012 11:23:32 -0800 (PST) Message-ID: <4F3EA8F6.6040702@gmail.com> Date: Fri, 17 Feb 2012 11:22:30 -0800 From: matt User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20120111 Thunderbird/9.0 MIME-Version: 1.0 To: vermaden References: In-Reply-To: X-Enigmail-Version: 1.3.4 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-hackers@freebsd.org, freebsd-current@freebsd.org Subject: Re: devd based AUTOMOUNTER 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, 17 Feb 2012 19:23:34 -0000 On 02/17/12 09:49, vermaden wrote: > Hi, > > I have finally made some effort on writing flexible yet very simple aut= omounter for FreeBSD desktop. > > Feel free to submit me BUG reports ;) > > It currently supports these file formats: > -- NTFS(rw) requires [port]sysutils/fusefs-ntfs[/port] > -- FAT/FAT32 > -- exFAT requires [port]sysutils/fusefs-exfat[/port] > -- EXT2 > -- EXT3 > -- EXT4 requires [port]sysutils/fusefs-ext4fuse[/port] > -- UFS (DOH!) > > It keeps state of the mounted devices at /var/run/automount.state and l= ogs all activities to /var/log/automount.log file. > > The place for the script is at /usr/local/sbin/automount.sh executable.= > > The only additional configuration it requires are those lines at the en= d of /etc/devd.conf file along with restarting /etc/rc.d/devd daemon. > > notify 200 { > match "system" "DEVFS"; > match "type" "CREATE"; > match "cdev" "(da|mmcsd)[0-9]+"; > action "/usr/local/sbin/automount.sh $cdev attach"; > }; > > notify 200 { > match "system" "DEVFS"; > match "type" "DESTROY"; > match "cdev" "(da|mmcsd)[0-9]+"; > action "/usr/local/sbin/automount.sh $cdev detach"; > }; > > The /usr/local/sbin/automount.sh executable is here: > > #! /bin/sh > > PATH=3D/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin > LOG=3D"/var/log/automount.log" > STATE=3D"/var/run/automount.state" > DATEFMT=3D"%Y-%m-%d %H:%M:%S" > > __create_mount_point() { # /* 1=3DDEV */ > MNT=3D"/mnt/$( basename ${1} )" > mkdir -p ${MNT} > } > > __state_lock() { > while [ -f ${STATE}.lock ]; do sleep 0.5; done > :> ${STATE}.lock > } > > __state_unlock() { > rm ${STATE}.lock > } > > __state_add() { # /* 1=3DDEV 2=3DPROVIDER 3=3DMNT */ > __state_lock > echo "${1} ${2} ${3}" >> ${STATE} > __state_unlock > } > > __state_remove() { # /* 1=3DMNT 2=3DSTATE 3=3DLINE */ > LINE=3D$( grep -n -E "${1}$" ${2} | cut -d : -f 1 ) > sed -i '' ${3}d ${2} > } > > __log() { # /* @=3DMESSAGE */ > echo $( date +"${DATEFMT}" ) ${@} >> ${LOG} > } > > case ${2} in > (attach) > for I in /dev/${1}* > do > case $( file -L -s ${I} ) in > (*NTFS*) > __create_mount_point ${I} > ntfs-3g ${I} ${MNT} # /* sysutils/fusefs-ntfs */ > __log "${I}:mount (ntfs)" > ;; > (*FAT*) > __create_mount_point ${I} > fsck_msdosfs -y ${I} > mount_msdosfs -o large -o longnames -l -L pl_PL.ISO8859-2 -D = cp852 ${I} ${MNT} > __log "${I}:mount (fat)" > ;; > (*ext2*) > __create_mount_point ${I} > fsck.ext2 -y ${I} > mount -t ext2fs ${I} ${MNT} > __log "${I}:mount (ext2)" > ;; > (*ext3*) > __create_mount_point ${I} > fsck.ext3 -y ${I} > mount -t ext2fs ${I} ${MNT} > __log "${I}:mount (ext3)" > ;; > (*ext4*) > __create_mount_point ${I} > fsck.ext4 -y ${I} > ext4fuse ${I} ${MNT} # /* sysutils/fusefs-ext4fuse */ > __log "${I}:mount (ext4)" > ;; > (*Unix\ Fast\ File*) > __create_mount_point ${I} > fsck_ufs -y ${I} > mount ${I} ${MNT} > __log "${I}:mount (ufs)" > ;; > (*) > case $( dd < ${O} count=3D1 | strings | head -1 ) in > (EXFAT) > __create_mount_point ${I} > mount.exfat ${I} ${MNT} # /* sysutils/fusefs-exfat */ > __log "${I}:mount (ufs)" > ;; > (*) continue ;; > esac > ;; > esac > __state_add ${I} $( mount | grep " ${MNT} " | awk '{printf $1}' )= ${MNT} > done > ;; > > (detach) > MOUNTED=3D$( mount ) > __state_lock > while read DEV PROVIDER MNT > do > TARGET=3D$( echo "${MOUNTED}" | grep -E "^${PROVIDER} " | awk '{p= rint $3}' ) > [ -z ${TARGET} ] && { > __state_remove ${MNT} ${STATE} ${LINE} > continue > } > umount -f ${TARGET} & > unset TARGET > __state_remove ${MNT} ${STATE} ${LINE} > __log "${DEV}:umount" > done < ${STATE} > __state_unlock > __log "/dev/${1}:detach" > ;; > > esac > > > PS. Below are links for 'mirror' threads. > http://forums.freebsd.org/showthread.php?t=3D29895 > http://daemonforums.org/showthread.php?t=3D6838 > > Regards, > vermaden > > > > > > > > > > > > > > > > > > > > > > > > > --- > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.o= rg" Some things to consider/test: How do I set custom flags, like nosuid,noatime,nodev,noexec,async (or sync) for mounts? What if make a usb drive with an illegal name, existing name or other dangerous values? Can I use the automounter to either mount over another mount to impersonate it, or can I overwrite arbitrary files or directories? Some of these above things don't work on Linux with udev (i.e. gnome-vfs automount gets some fairly generous flags automatically) I didn't get a chance to test some of the naming things on Linux either, as many drive formatting programs validate the name. Something to consider, Matt Matt From owner-freebsd-current@FreeBSD.ORG Fri Feb 17 20:41:09 2012 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 0DC4F1065672; Fri, 17 Feb 2012 20:41:09 +0000 (UTC) (envelope-from vermaden@interia.pl) Received: from smtpo.poczta.interia.pl (smtpo.poczta.interia.pl [217.74.65.207]) by mx1.freebsd.org (Postfix) with ESMTP id 7E7058FC1D; Fri, 17 Feb 2012 20:41:08 +0000 (UTC) Date: Fri, 17 Feb 2012 21:41:06 +0100 From: vermaden To: matt X-Mailer: interia.pl/pf09 In-Reply-To: <4F3EA8F6.6040702@gmail.com> References: <4F3EA8F6.6040702@gmail.com> X-Originating-IP: 85.89.187.172 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=interia.pl; s=biztos; t=1329511266; bh=ngddleKd97CoYvRfe/1NV/RUwArZ3nb7wf7lqdu+V/w=; h=Date:From:Subject:To:Cc:X-Mailer:In-Reply-To:References: X-Originating-IP:Message-Id:MIME-Version:Content-Type: Content-Transfer-Encoding; b=RJLtUwqxMALnXxOW9du9hD7jxHYCXkE7UFDX1H8B/Y37WXioL9E9iOe5zANpBL9cX RpwBkuUmh/8D7Z9t07+kwzvX3zzc/Dp3Cdx/4yf1kyt5BcmveOB5DpzAv9bnX4RSWv fcU4E/wpXU9MoIrB/KzxzkracUPuqT+lgBhTmIcg= X-Mailman-Approved-At: Fri, 17 Feb 2012 20:47:43 +0000 Cc: freebsd-hackers@freebsd.org, freebsd-current@freebsd.org, freebsd-stable@FreeBSD.org Subject: Re: devd based AUTOMOUNTER 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, 17 Feb 2012 20:41:09 -0000 I already made some changes for the 'better' ... Here is the latest version: #! /bin/sh PATH=3D/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin LOG=3D"/var/log/automount.log" STATE=3D"/var/run/automount.state" DATEFMT=3D"%Y-%m-%d %H:%M:%S" __create_mount_point() { # /* 1=3DDEV */ MNT=3D"/mnt/$( basename ${1} )" mkdir -p ${MNT} } __state_lock() { while [ -f ${STATE}.lock ]; do sleep 0.5; done :> ${STATE}.lock } __state_unlock() { rm ${STATE}.lock } __state_add() { # /* 1=3DDEV 2=3DPROVIDER 3=3DMNT */ __state_lock grep -E "${3}$" ${STATE} 1> /dev/null 2> /dev/null && { __log "${1}:duplicated '${STATE}'" return 1 } echo "${1} ${2} ${3}" >> ${STATE} __state_unlock } __state_remove() { # /* 1=3DMNT 2=3DSTATE 3=3DLINE */ BSMNT=3D$( echo ${1} | sed 's/\//\\\//g' ) sed -i '' "/${BSMNT}\$/d" ${2} } __log() { # /* @=3DMESSAGE */ echo $( date +"${DATEFMT}" ) ${@} >> ${LOG} } case ${2} in (attach) for I in /dev/${1}* do case $( file -L -s ${I} ) in (*NTFS*) __create_mount_point ${I} ntfs-3g ${I} ${MNT} # /* sysutils/fusefs-ntfs */ __log "${I}:mount (ntfs)" ;; (*FAT*) __create_mount_point ${I} fsck_msdosfs -y ${I} mount_msdosfs -o large -o longnames -l -L pl_PL.ISO8859-2 -D cp85= 2 ${I} ${MNT} __log "${I}:mount (fat)" ;; (*ext2*) __create_mount_point ${I} fsck.ext2 -y ${I} mount -t ext2fs ${I} ${MNT} __log "${I}:mount (ext2)" ;; (*ext3*) __create_mount_point ${I} fsck.ext3 -y ${I} mount -t ext2fs ${I} ${MNT} __log "${I}:mount (ext3)" ;; (*ext4*) __create_mount_point ${I} fsck.ext4 -y ${I} ext4fuse ${I} ${MNT} # /* sysutils/fusefs-ext4fuse */ __log "${I}:mount (ext4)" ;; (*Unix\ Fast\ File*) __create_mount_point ${I} fsck_ufs -y ${I} mount ${I} ${MNT} __log "${I}:mount (ufs)" ;; (*) case $( dd < ${O} count=3D1 | strings | head -1 ) in (EXFAT) __create_mount_point ${I} mount.exfat ${I} ${MNT} # /* sysutils/fusefs-exfat */ __log "${I}:mount (ufs)" ;; (*) continue ;; esac ;; esac __state_add ${I} $( mount | grep " ${MNT} " | awk '{printf $1}' ) ${M= NT} || continue done ;; (detach) __state_lock grep ${1} ${STATE} \ | while read DEV PROVIDER MNT do TARGET=3D$( mount | grep -E "^${PROVIDER} " | awk '{print $3}' ) [ -z ${TARGET} ] && { __state_remove ${MNT} ${STATE} ${LINE} continue } umount -f ${TARGET} & unset TARGET __state_remove ${MNT} ${STATE} ${LINE} __log "${DEV}:umount" done __state_unlock __log "/dev/${1}:detach" ;; esac I have made tests with 3 different USB drives, with different and same fail= esystems, connecting them all at once, disconnecting all at once, random co= nnect, disconnect etc. Currently it seems to work ok but suggestions are very welcome. > Some things to consider/test: >=20 > How do I set custom flags, like nosuid,noatime,nodev,noexec,async (or > sync) for mounts? Currently You can add these options to filesystem specific mount command, b= ut its definitely possible. > What if make a usb drive with an illegal name, existing name or other dan= gerous values? The filesystem label is not used at all, I just use device names, which are= reported by FreeBSD, so quite bulletproof here and then create appreciate = /mnt/da0s1 directories. > Can I use the automounter to either mount over another mount to > impersonate it, or can I overwrite arbitrary files or directories? I have done everything to check that and to omit that, if not, then submit = a BUG ;) Thanks for suggestions Matt. Regards, vermaden --=20 ... From owner-freebsd-current@FreeBSD.ORG Fri Feb 17 21:59:07 2012 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 7E5BE1065678; Fri, 17 Feb 2012 21:59:07 +0000 (UTC) (envelope-from vermaden@interia.pl) Received: from smtpo.poczta.interia.pl (smtpo.poczta.interia.pl [217.74.65.207]) by mx1.freebsd.org (Postfix) with ESMTP id F39708FC1B; Fri, 17 Feb 2012 21:59:06 +0000 (UTC) Date: Fri, 17 Feb 2012 22:59:05 +0100 From: vermaden To: freebsd-stable@FreeBSD.org X-Mailer: interia.pl/pf09 In-Reply-To: <4F3EA8F6.6040702@gmail.com> References: <4F3EA8F6.6040702@gmail.com> X-Originating-IP: 85.89.187.172 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=interia.pl; s=biztos; t=1329515945; bh=iwBGyDJMPyb9jofdjq5ClTzYd0zr8nKvv2w/c4zui+0=; h=Date:From:Subject:To:Cc:X-Mailer:In-Reply-To:References: X-Originating-IP:Message-Id:MIME-Version:Content-Type: Content-Transfer-Encoding; b=mLvHmePOdr69MXFVHNHlh4J4VnpUte6qP/lTaCOMBNOBH1OcKlkpVibczySgd1Smt tvNbDFXsFHVhYijYrFJCJiyxOqM8lF5byideaL4G9WyaED6Pjle2bV3KppjKLHkpv9 srFYBK9Q9gBN6xtSEAOc5XL/vCkCAXRidXar91U4= X-Mailman-Approved-At: Fri, 17 Feb 2012 22:09:06 +0000 Cc: freebsd-hackers@freebsd.org, freebsd-current@freebsd.org Subject: Re: devd based AUTOMOUNTER 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, 17 Feb 2012 21:59:07 -0000 ... even newer version, seems to have all 'problems' fixed now ;) #! /bin/sh PATH=3D/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin LOG=3D"/var/log/automount.log" STATE=3D"/var/run/automount.state" DATEFMT=3D"%Y-%m-%d %H:%M:%S" __create_mount_point() { # /* 1=3DDEV */ MNT=3D"/mnt/$( basename ${1} )" mkdir -p ${MNT} } __state_lock() { while [ -f ${STATE}.lock ]; do sleep 0.5; done :> ${STATE}.lock } __state_unlock() { rm ${STATE}.lock } __state_add() { # /* 1=3DDEV 2=3DPROVIDER 3=3DMNT */ __state_lock grep -E "${3}" ${STATE} 1> /dev/null 2> /dev/null && { __log "${1}:duplicated '${STATE}'" return 1 } echo "${1} ${2} ${3}" >> ${STATE} __state_unlock } __state_remove() { # /* 1=3DMNT 2=3DSTATE 3=3DLINE */ BSMNT=3D$( echo ${1} | sed 's/\//\\\//g' ) sed -i '' "/${BSMNT}\$/d" ${2} } __log() { # /* @=3DMESSAGE */ echo $( date +"${DATEFMT}" ) ${@} >> ${LOG} } case ${2} in (attach) for I in /dev/${1}* do case $( file -L -s ${I} ) in (*NTFS*) __create_mount_point ${I} ntfs-3g ${I} ${MNT} # /* sysutils/fusefs-ntfs */ __log "${I}:mount (ntfs)" ;; (*FAT*) __create_mount_point ${I} fsck_msdosfs -y ${I} mount_msdosfs -o large -l -L pl_PL.ISO8859-2 -D cp852 ${I} ${MNT} __log "${I}:mount (fat)" ;; (*ext2*) __create_mount_point ${I} fsck.ext2 -y ${I} mount -t ext2fs ${I} ${MNT} __log "${I}:mount (ext2)" ;; (*ext3*) __create_mount_point ${I} fsck.ext3 -y ${I} mount -t ext2fs ${I} ${MNT} __log "${I}:mount (ext3)" ;; (*ext4*) __create_mount_point ${I} fsck.ext4 -y ${I} ext4fuse ${I} ${MNT} # /* sysutils/fusefs-ext4fuse */ __log "${I}:mount (ext4)" ;; (*Unix\ Fast\ File*) __create_mount_point ${I} fsck_ufs -y ${I} mount ${I} ${MNT} __log "${I}:mount (ufs)" ;; (*) case $( dd < ${O} count=3D1 | strings | head -1 ) in (EXFAT) __create_mount_point ${I} mount.exfat ${I} ${MNT} # /* sysutils/fusefs-exfat */ __log "${I}:mount (ufs)" ;; (*) continue ;; esac ;; esac __state_add ${I} $( mount | grep -m 1 " ${MNT} " | awk '{printf $1}' = ) \ ${MNT} || continue done ;; (detach) MOUNT=3D$( mount ) __state_lock grep ${1} ${STATE} \ | while read DEV PROVIDER MNT do TARGET=3D$( echo "${MOUNT}" | grep -E "^${PROVIDER} " | awk '{pri= nt $3}' ) [ -z ${TARGET} ] && { __state_remove ${MNT} ${STATE} ${LINE} continue } umount -f ${TARGET} & unset TARGET __state_remove ${MNT} ${STATE} ${LINE} __log "${DEV}:umount" done __state_unlock __log "/dev/${1}:detach" ;; esac From owner-freebsd-current@FreeBSD.ORG Fri Feb 17 23:22:53 2012 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 0DE571065675; Fri, 17 Feb 2012 23:22:53 +0000 (UTC) (envelope-from vermaden@interia.pl) Received: from smtpo.poczta.interia.pl (smtpo.poczta.interia.pl [217.74.65.207]) by mx1.freebsd.org (Postfix) with ESMTP id 77BA28FC24; Fri, 17 Feb 2012 23:22:52 +0000 (UTC) Date: Sat, 18 Feb 2012 00:22:50 +0100 From: vermaden To: matt X-Mailer: interia.pl/pf09 In-Reply-To: <4F3EA8F6.6040702@gmail.com> References: <4F3EA8F6.6040702@gmail.com> X-Originating-IP: 85.89.187.172 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=interia.pl; s=biztos; t=1329520970; bh=Rq6BOSYujGFJ8d36cubqzTWHDdqUc9jlNJzsPyRAEeU=; h=Date:From:Subject:To:Cc:X-Mailer:In-Reply-To:References: X-Originating-IP:Message-Id:MIME-Version:Content-Type: Content-Transfer-Encoding; b=qQS11x1NTDbiTgiUDgXh2XRAtj59iVXJbl+AJ4nEYv5/7uykoW+JBHHSIZwDlPVAx CaEkADmIic4Na8nOVznApAZvTez2pHethx4hqkR31aT7Q3MxMAw4qngviCh2jfb5Dh aj0LvLB2flxOv0ClOjXKkmRBpqHTtmwa+pKy/lYw= X-Mailman-Approved-At: Fri, 17 Feb 2012 23:27:34 +0000 Cc: freebsd-hackers@freebsd.org, freebsd-current@freebsd.org, freebsd-stable@FreeBSD.org Subject: Re: devd based AUTOMOUNTER 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, 17 Feb 2012 23:22:53 -0000 Latest version with additional checks for NTFS and FAT32, to be precise, for NTFS filesystem with label "FAT" and for FAT filesystem with label "NTF= S" ;) #! /bin/sh PATH=3D/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin LOG=3D"/var/log/automount.log" STATE=3D"/var/run/automount.state" DATEFMT=3D"%Y-%m-%d %H:%M:%S" __create_mount_point() { # /* 1=3DDEV */ MNT=3D"/mnt/$( basename ${1} )" mkdir -p ${MNT} } __state_lock() { while [ -f ${STATE}.lock ]; do sleep 0.5; done :> ${STATE}.lock } __state_unlock() { rm ${STATE}.lock } __state_add() { # /* 1=3DDEV 2=3DPROVIDER 3=3DMNT */ __state_lock grep -E "${3}" ${STATE} 1> /dev/null 2> /dev/null && { __log "${1}:duplicated '${STATE}'" return 1 } echo "${1} ${2} ${3}" >> ${STATE} __state_unlock } __state_remove() { # /* 1=3DMNT 2=3DSTATE 3=3DLINE */ BSMNT=3D$( echo ${1} | sed 's/\//\\\//g' ) sed -i '' "/${BSMNT}\$/d" ${2} } __log() { # /* @=3DMESSAGE */ echo $( date +"${DATEFMT}" ) ${@} >> ${LOG} } case ${2} in (attach) for I in /dev/${1}* do case $( file -L -s ${I} | sed -E 's/label:\ \".*\"//g' ) in (*NTFS*) dd < ${I} count=3D1 2> /dev/null \ | strings \ | head -1 \ | grep -q "NTFS" && { __create_mount_point ${I} ntfs-3g ${I} ${MNT} # /* sysutils/fusefs-ntfs */ __log "${I}:mount (ntfs)" } ;; (*FAT*) dd < ${I} count=3D1 2> /dev/null \ | strings \ | grep -q "FAT32" && { __create_mount_point ${I} fsck_msdosfs -y ${I} mount_msdosfs -o large -l -L pl_PL.ISO8859-2 -D cp852 ${I} ${= MNT} __log "${I}:mount (fat)" } ;; (*ext2*) __create_mount_point ${I} fsck.ext2 -y ${I} mount -t ext2fs ${I} ${MNT} __log "${I}:mount (ext2)" ;; (*ext3*) __create_mount_point ${I} fsck.ext3 -y ${I} mount -t ext2fs ${I} ${MNT} __log "${I}:mount (ext3)" ;; (*ext4*) __create_mount_point ${I} fsck.ext4 -y ${I} ext4fuse ${I} ${MNT} # /* sysutils/fusefs-ext4fuse */ __log "${I}:mount (ext4)" ;; (*Unix\ Fast\ File*) __create_mount_point ${I} fsck_ufs -y ${I} mount ${I} ${MNT} __log "${I}:mount (ufs)" ;; (*) case $( dd < ${I} count=3D1 2> /dev/null | strings | head -1 ) in (EXFAT) __create_mount_point ${I} mount.exfat ${I} ${MNT} # /* sysutils/fusefs-exfat */ __log "${I}:mount (ufs)" ;; (*) continue ;; esac ;; esac __state_add ${I} $( mount | grep -m 1 " ${MNT} " | awk '{printf $1}' = ) \ ${MNT} || continue done ;; (detach) MOUNT=3D$( mount ) __state_lock grep ${1} ${STATE} \ | while read DEV PROVIDER MNT do TARGET=3D$( echo "${MOUNT}" | grep -E "^${PROVIDER} " | awk '{pri= nt $3}' ) [ -z ${TARGET} ] && { __state_remove ${MNT} ${STATE} ${LINE} continue } umount -f ${TARGET} & unset TARGET __state_remove ${MNT} ${STATE} ${LINE} __log "${DEV}:umount" done __state_unlock __log "/dev/${1}:detach" ;; esac From owner-freebsd-current@FreeBSD.ORG Sat Feb 18 02:26:50 2012 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 33C2D1065674 for ; Sat, 18 Feb 2012 02:26:50 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id 3307B8FC17 for ; Sat, 18 Feb 2012 02:26:48 +0000 (UTC) Received: from skuns.kiev.zoral.com.ua (localhost [127.0.0.1]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id q1I1sS8J049813 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 18 Feb 2012 03:54:28 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.5/8.14.5) with ESMTP id q1I1sS95028375; Sat, 18 Feb 2012 03:54:28 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.5/8.14.5/Submit) id q1I1sSRp028374; Sat, 18 Feb 2012 03:54:28 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Sat, 18 Feb 2012 03:54:28 +0200 From: Konstantin Belousov To: current@freebsd.org Message-ID: <20120218015428.GC3283@deviant.kiev.zoral.com.ua> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="JMrA1WY6/TNbGulc" Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-3.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: arch@freebsd.org Subject: Last call: removing the INT_MAX limit on max i/o size 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: Sat, 18 Feb 2012 02:26:50 -0000 --JMrA1WY6/TNbGulc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline This is a notification to allow you to comment on the patch before the commit. I will commit the latest version of the patch to remove the limitation of the maximal i/o size for read/write syscalls to INT_MAX in the beginning of the next week. The change is available at http://people.freebsd.org/~kib/misc/uio_resid.10.patch various versions of it were discussed with Bruce Evance and David Schultz. Patch does not enable SSIZE_MAX-sized i/o by default, hiding this under debug.iosize_max_clamp sysctl. Effectively, the patch becomes the pass to change various ints into ssize_t. --JMrA1WY6/TNbGulc Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (FreeBSD) iEYEARECAAYFAk8/BNQACgkQC3+MBN1Mb4hfJwCg1th8GR3D9wM0GLOuwUN2DQgX xaQAmwYaZXeITcS+EnpPFCrUcBK1T1XU =CG1z -----END PGP SIGNATURE----- --JMrA1WY6/TNbGulc-- From owner-freebsd-current@FreeBSD.ORG Sat Feb 18 08:02:09 2012 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 650E21065673; Sat, 18 Feb 2012 08:02:09 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 556238FC12; Sat, 18 Feb 2012 08:02:09 +0000 (UTC) Received: by elvis.mu.org (Postfix, from userid 1192) id 3C5361A3C4D; Fri, 17 Feb 2012 23:46:56 -0800 (PST) Date: Fri, 17 Feb 2012 23:46:56 -0800 From: Alfred Perlstein To: Konstantin Belousov Message-ID: <20120218074655.GF31998@elvis.mu.org> References: <20120218015428.GC3283@deviant.kiev.zoral.com.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120218015428.GC3283@deviant.kiev.zoral.com.ua> User-Agent: Mutt/1.4.2.3i Cc: arch@freebsd.org, current@freebsd.org Subject: Re: Last call: removing the INT_MAX limit on max i/o size 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: Sat, 18 Feb 2012 08:02:09 -0000 * Konstantin Belousov [120217 17:54] wrote: > This is a notification to allow you to comment on the patch before the > commit. > > I will commit the latest version of the patch to remove the limitation > of the maximal i/o size for read/write syscalls to INT_MAX in the > beginning of the next week. > > The change is available at > http://people.freebsd.org/~kib/misc/uio_resid.10.patch > various versions of it were discussed with Bruce Evance and David Schultz. > > Patch does not enable SSIZE_MAX-sized i/o by default, hiding this under > debug.iosize_max_clamp sysctl. Effectively, the patch becomes the pass > to change various ints into ssize_t. I always wonder if it's worth defining a type for this, resid_t or something, therefor you could use some tricks to generate warnings when it's cast to a type that normally would not generate warnings but could cause some loss or issue otherwise. Probably not. -- - Alfred Perlstein .- VMOA #5191, 03 vmax, 92 gs500, 85 ch250, 07 zx10 .- FreeBSD committer From owner-freebsd-current@FreeBSD.ORG Sat Feb 18 08:43:39 2012 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 7F956106564A; Sat, 18 Feb 2012 08:43:39 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 6ED1E8FC0C; Sat, 18 Feb 2012 08:43:39 +0000 (UTC) Received: by elvis.mu.org (Postfix, from userid 1192) id EC4601A3C4D; Sat, 18 Feb 2012 00:43:38 -0800 (PST) Date: Sat, 18 Feb 2012 00:43:38 -0800 From: Alfred Perlstein To: Poul-Henning Kamp Message-ID: <20120218084338.GG31998@elvis.mu.org> References: <20120218074655.GF31998@elvis.mu.org> <20791.1329554045@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20791.1329554045@critter.freebsd.dk> User-Agent: Mutt/1.4.2.3i Cc: Konstantin Belousov , arch@freebsd.org, current@freebsd.org Subject: Re: Last call: removing the INT_MAX limit on max i/o size 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: Sat, 18 Feb 2012 08:43:39 -0000 * Poul-Henning Kamp [120218 00:34] wrote: > In message <20120218074655.GF31998@elvis.mu.org>, Alfred Perlstein writes: > > >I always wonder if it's worth defining a type for this, resid_t or > >something, > > Wouldn't that naturally be size_t ? I think that makes sense. I was thinking along the lines of making sure that functions that take a resid_t aren't actually being passed the wrong ssize_t, but really that's probably too much fence and just would obfuscate things. -- - Alfred Perlstein .- VMOA #5191, 03 vmax, 92 gs500, 85 ch250, 07 zx10 .- FreeBSD committer From owner-freebsd-current@FreeBSD.ORG Sat Feb 18 08:52:09 2012 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 394551065674; Sat, 18 Feb 2012 08:52:09 +0000 (UTC) (envelope-from phk@phk.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.freebsd.org (Postfix) with ESMTP id C15A28FC08; Sat, 18 Feb 2012 08:52:08 +0000 (UTC) Received: from critter.freebsd.dk (critter.freebsd.dk [192.168.61.3]) by phk.freebsd.dk (Postfix) with ESMTP id 8AF575DA8; Sat, 18 Feb 2012 08:34:05 +0000 (UTC) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.14.5/8.14.5) with ESMTP id q1I8Y5jT020792; Sat, 18 Feb 2012 08:34:05 GMT (envelope-from phk@phk.freebsd.dk) To: Alfred Perlstein From: "Poul-Henning Kamp" In-Reply-To: Your message of "Fri, 17 Feb 2012 23:46:56 PST." <20120218074655.GF31998@elvis.mu.org> Content-Type: text/plain; charset=ISO-8859-1 Date: Sat, 18 Feb 2012 08:34:05 +0000 Message-ID: <20791.1329554045@critter.freebsd.dk> Cc: Konstantin Belousov , arch@freebsd.org, current@freebsd.org Subject: Re: Last call: removing the INT_MAX limit on max i/o size 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: Sat, 18 Feb 2012 08:52:09 -0000 In message <20120218074655.GF31998@elvis.mu.org>, Alfred Perlstein writes: >I always wonder if it's worth defining a type for this, resid_t or >something, Wouldn't that naturally be size_t ? -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-freebsd-current@FreeBSD.ORG Sat Feb 18 09:48:13 2012 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 2E2E1106566C; Sat, 18 Feb 2012 09:48:13 +0000 (UTC) (envelope-from vermaden@interia.pl) Received: from smtpo.poczta.interia.pl (smtpo.poczta.interia.pl [217.74.65.207]) by mx1.freebsd.org (Postfix) with ESMTP id A2D458FC08; Sat, 18 Feb 2012 09:48:12 +0000 (UTC) Date: Sat, 18 Feb 2012 10:48:11 +0100 From: vermaden To: matt X-Mailer: interia.pl/pf09 In-Reply-To: <4F3EE186.4020801@gmail.com> References: <4F3EA8F6.6040702@gmail.com> <4F3EE186.4020801@gmail.com> X-Originating-IP: 85.89.187.172 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=interia.pl; s=biztos; t=1329558491; bh=sKfXBtqP9LdO6CuRPV5e5Ua4y5ZYmcz6EfXzdGSTKuw=; h=Date:From:Subject:To:Cc:X-Mailer:In-Reply-To:References: X-Originating-IP:Message-Id:MIME-Version:Content-Type: Content-Transfer-Encoding; b=e6pI6h6g0szgcJb+xNL8Q2b6JgQxK7eZNNygrz+LHa2imaGrd/xc8UWDh7gCe7DXK S+ER3am4a+hOvmVt/BdCbJv2WJI7hl2jZ4Qt7qtczSjsmzLovLIuplYQSvu/lGmTjT /Y2a3P5ZuS7pswlnRXMM0IC+6GUHLdudaoqvTDYQ= X-Mailman-Approved-At: Sat, 18 Feb 2012 12:15:00 +0000 Cc: freebsd-hackers@freebsd.org, freebsd-current@freebsd.org, freebsd-stable@FreeBSD.org Subject: Re: devd based AUTOMOUNTER 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: Sat, 18 Feb 2012 09:48:13 -0000 Added a check if ntfs-3g is available, if not then mount_ntfs is used inste= ad. Added deleting of empty directories at ${MNTPREFIX}. Added ${MNTPREFIX} to be set to /mnt or /media according to preference #! /bin/sh PATH=3D/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin MNTPREFIX=3D"/media" LOG=3D"/var/log/automount.log" STATE=3D"/var/run/automount.state" DATEFMT=3D"%Y-%m-%d %H:%M:%S" __create_mount_point() { # /* 1=3DDEV */ MNT=3D"${MNTPREFIX}/$( basename ${1} )" mkdir -p ${MNT} } __state_lock() { while [ -f ${STATE}.lock ]; do sleep 0.5; done :> ${STATE}.lock } __state_unlock() { rm ${STATE}.lock } __state_add() { # /* 1=3DDEV 2=3DPROVIDER 3=3DMNT */ __state_lock grep -E "${3}" ${STATE} 1> /dev/null 2> /dev/null && { __log "${1}:duplicated '${STATE}'" return 1 } echo "${1} ${2} ${3}" >> ${STATE} __state_unlock } __state_remove() { # /* 1=3DMNT 2=3DSTATE 3=3DLINE */ BSMNT=3D$( echo ${1} | sed 's/\//\\\//g' ) sed -i '' "/${BSMNT}\$/d" ${2} } __log() { # /* @=3DMESSAGE */ echo $( date +"${DATEFMT}" ) ${@} >> ${LOG} } case ${2} in (attach) for I in /dev/${1}* do case $( file -L -s ${I} | sed -E 's/label:\ \".*\"//g' ) in (*NTFS*) dd < ${I} count=3D1 2> /dev/null \ | strings \ | head -1 \ | grep -q "NTFS" && { __create_mount_point ${I} which ntfs-3g 1> /dev/null 2> /dev/null && { ntfs-3g ${I} ${MNT} # /* sysutils/fusefs-ntfs */ } || { mount_ntfs ${I} ${MNT} } __log "${I}:mount (ntfs)" } ;; (*FAT*) dd < ${I} count=3D1 2> /dev/null \ | strings \ | grep -q "FAT32" && { __create_mount_point ${I} fsck_msdosfs -y ${I} mount_msdosfs -o large -l -L pl_PL.ISO8859-2 -D cp852 ${I} ${= MNT} __log "${I}:mount (fat)" } ;; (*ext2*) __create_mount_point ${I} fsck.ext2 -y ${I} mount -t ext2fs ${I} ${MNT} __log "${I}:mount (ext2)" ;; (*ext3*) __create_mount_point ${I} fsck.ext3 -y ${I} mount -t ext2fs ${I} ${MNT} __log "${I}:mount (ext3)" ;; (*ext4*) __create_mount_point ${I} fsck.ext4 -y ${I} ext4fuse ${I} ${MNT} # /* sysutils/fusefs-ext4fuse */ __log "${I}:mount (ext4)" ;; (*Unix\ Fast\ File*) __create_mount_point ${I} fsck_ufs -y ${I} mount ${I} ${MNT} __log "${I}:mount (ufs)" ;; (*) case $( dd < ${I} count=3D1 2> /dev/null | strings | head -1 ) in (EXFAT) __create_mount_point ${I} mount.exfat ${I} ${MNT} # /* sysutils/fusefs-exfat */ __log "${I}:mount (ufs)" ;; (*) continue ;; esac ;; esac __state_add ${I} $( mount | grep -m 1 " ${MNT} " | awk '{printf $1}' = ) \ ${MNT} || continue done ;; (detach) MOUNT=3D$( mount ) __state_lock grep ${1} ${STATE} \ | while read DEV PROVIDER MNT do TARGET=3D$( echo "${MOUNT}" | grep -E "^${PROVIDER} " | awk '{pri= nt $3}' ) [ -z ${TARGET} ] && { __state_remove ${MNT} ${STATE} ${LINE} continue } umount -f ${TARGET} & unset TARGET __state_remove ${MNT} ${STATE} ${LINE} __log "${DEV}:umount" done __state_unlock __log "/dev/${1}:detach" find ${MNTPREFIX} -type d -empty -delete ;; esac > Not sure if you've looked at disktype in sysutils > but it may be useful to you. I will get look into that, thanks ;) > Neat scripts! > Matt Thanks mate. Regards, vermaden --=20 ... From owner-freebsd-current@FreeBSD.ORG Sat Feb 18 13:10:59 2012 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 E8423106566B; Sat, 18 Feb 2012 13:10:59 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe01.c2i.net [212.247.154.2]) by mx1.freebsd.org (Postfix) with ESMTP id E07B58FC08; Sat, 18 Feb 2012 13:10:58 +0000 (UTC) X-T2-Spam-Status: No, hits=-1.0 required=5.0 tests=ALL_TRUSTED Received: from [176.74.208.111] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe01.swip.net (CommuniGate Pro SMTP 5.4.2) with ESMTPA id 243331715; Sat, 18 Feb 2012 14:10:56 +0100 From: Hans Petter Selasky To: freebsd-hackers@freebsd.org Date: Sat, 18 Feb 2012 14:09:08 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.3-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <4F3EE186.4020801@gmail.com> In-Reply-To: X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201202181409.08859.hselasky@c2i.net> Cc: matt , vermaden , freebsd-stable@freebsd.org, freebsd-current@freebsd.org Subject: Re: devd based AUTOMOUNTER 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: Sat, 18 Feb 2012 13:11:00 -0000 On Saturday 18 February 2012 10:48:11 vermaden wrote: > Added a check if ntfs-3g is available, if not then mount_ntfs is used > instead. Added deleting of empty directories at ${MNTPREFIX}. > Added ${MNTPREFIX} to be set to /mnt or /media according to preference > > #! /bin/sh > > PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin > MNTPREFIX="/media" > LOG="/var/log/automount.log" > STATE="/var/run/automount.state" > DATEFMT="%Y-%m-%d %H:%M:%S" > > __create_mount_point() { # /* 1=DEV */ > MNT="${MNTPREFIX}/$( basename ${1} )" > mkdir -p ${MNT} > } > > __state_lock() { > while [ -f ${STATE}.lock ]; do sleep 0.5; done > > :> ${STATE}.lock > > } > > __state_unlock() { > rm ${STATE}.lock > } > > __state_add() { # /* 1=DEV 2=PROVIDER 3=MNT */ > __state_lock > grep -E "${3}" ${STATE} 1> /dev/null 2> /dev/null && { > __log "${1}:duplicated '${STATE}'" > return 1 > } > echo "${1} ${2} ${3}" >> ${STATE} > __state_unlock > } > > __state_remove() { # /* 1=MNT 2=STATE 3=LINE */ > BSMNT=$( echo ${1} | sed 's/\//\\\//g' ) > sed -i '' "/${BSMNT}\$/d" ${2} > } > > __log() { # /* @=MESSAGE */ > echo $( date +"${DATEFMT}" ) ${@} >> ${LOG} > } > > case ${2} in > (attach) > for I in /dev/${1}* > do > case $( file -L -s ${I} | sed -E 's/label:\ \".*\"//g' ) in > (*NTFS*) > dd < ${I} count=1 2> /dev/null \ > > | strings \ > | head -1 \ > | grep -q "NTFS" && { > > __create_mount_point ${I} > which ntfs-3g 1> /dev/null 2> /dev/null && { > ntfs-3g ${I} ${MNT} # /* sysutils/fusefs-ntfs */ > } || { > mount_ntfs ${I} ${MNT} > } > __log "${I}:mount (ntfs)" > } > ;; > (*FAT*) > dd < ${I} count=1 2> /dev/null \ > > | strings \ > | grep -q "FAT32" && { > > __create_mount_point ${I} > fsck_msdosfs -y ${I} > mount_msdosfs -o large -l -L pl_PL.ISO8859-2 -D cp852 ${I} > ${MNT} __log "${I}:mount (fat)" > } > ;; > (*ext2*) > __create_mount_point ${I} > fsck.ext2 -y ${I} > mount -t ext2fs ${I} ${MNT} > __log "${I}:mount (ext2)" > ;; > (*ext3*) > __create_mount_point ${I} > fsck.ext3 -y ${I} > mount -t ext2fs ${I} ${MNT} > __log "${I}:mount (ext3)" > ;; > (*ext4*) > __create_mount_point ${I} > fsck.ext4 -y ${I} > ext4fuse ${I} ${MNT} # /* sysutils/fusefs-ext4fuse */ > __log "${I}:mount (ext4)" > ;; > (*Unix\ Fast\ File*) > __create_mount_point ${I} > fsck_ufs -y ${I} > mount ${I} ${MNT} > __log "${I}:mount (ufs)" > ;; > (*) > case $( dd < ${I} count=1 2> /dev/null | strings | head -1 ) in > (EXFAT) > __create_mount_point ${I} > mount.exfat ${I} ${MNT} # /* sysutils/fusefs-exfat */ > __log "${I}:mount (ufs)" > ;; > (*) continue ;; > esac > ;; > esac > __state_add ${I} $( mount | grep -m 1 " ${MNT} " | awk '{printf $1}' > ) \ ${MNT} || continue > done > ;; > > (detach) > MOUNT=$( mount ) > __state_lock > grep ${1} ${STATE} \ > > | while read DEV PROVIDER MNT > > do > TARGET=$( echo "${MOUNT}" | grep -E "^${PROVIDER} " | awk '{print > $3}' ) [ -z ${TARGET} ] && { > __state_remove ${MNT} ${STATE} ${LINE} > continue > } > umount -f ${TARGET} & > unset TARGET > __state_remove ${MNT} ${STATE} ${LINE} > __log "${DEV}:umount" > done > __state_unlock > __log "/dev/${1}:detach" > find ${MNTPREFIX} -type d -empty -delete > ;; > > esac > > > Not sure if you've looked at disktype in sysutils > > but it may be useful to you. > Hi, Should your script be written like an rc.d script, so that one can enable/disable this automounting from /etc/rc.conf? --HPS From owner-freebsd-current@FreeBSD.ORG Sat Feb 18 16:56:44 2012 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 72CD31065755 for ; Sat, 18 Feb 2012 16:56:44 +0000 (UTC) (envelope-from gleb.kurtsou@gmail.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id B691D8FC08 for ; Sat, 18 Feb 2012 16:56:42 +0000 (UTC) Received: by lagz14 with SMTP id z14so7217076lag.13 for ; Sat, 18 Feb 2012 08:56:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=PBKAlx46k2x4ueJrx2YXOdyrCBp8k5B/D0Kgf+gCcpE=; b=jCOyAqzwSU32DdZWGZFC+IYGnd5Cfa36GblJeBLI9P/4gErotEK0+/W1U/kZGRxdnu LfuyV0hbTaeZLlD0drdF0XBDqTIqUyGp8wgDBNRulJoqhVyPXAcrtAg8xjLksFqny+z3 4y+Lk0mUwq11RT3HYe8da0ej+YICTkiwDGzCA= Received: by 10.152.130.102 with SMTP id od6mr8395303lab.14.1329584201455; Sat, 18 Feb 2012 08:56:41 -0800 (PST) Received: from localhost ([78.157.92.5]) by mx.google.com with ESMTPS id j4sm16417332lbf.6.2012.02.18.08.56.39 (version=SSLv3 cipher=OTHER); Sat, 18 Feb 2012 08:56:40 -0800 (PST) Date: Sat, 18 Feb 2012 18:56:51 +0200 From: Gleb Kurtsou To: vermaden Message-ID: <20120218165650.GA3552@reks> References: <4F3EA8F6.6040702@gmail.com> <4F3EE186.4020801@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: matt , freebsd-hackers@freebsd.org, freebsd-current@freebsd.org, freebsd-stable@FreeBSD.org Subject: Re: devd based AUTOMOUNTER 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: Sat, 18 Feb 2012 16:56:44 -0000 On (18/02/2012 10:48), vermaden wrote: > Added a check if ntfs-3g is available, if not then mount_ntfs is used instead. > Added deleting of empty directories at ${MNTPREFIX}. > Added ${MNTPREFIX} to be set to /mnt or /media according to preference > > #! /bin/sh > > PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin > MNTPREFIX="/media" > LOG="/var/log/automount.log" > STATE="/var/run/automount.state" > DATEFMT="%Y-%m-%d %H:%M:%S" > > __create_mount_point() { # /* 1=DEV */ > MNT="${MNTPREFIX}/$( basename ${1} )" > mkdir -p ${MNT} > } > > __state_lock() { > while [ -f ${STATE}.lock ]; do sleep 0.5; done > :> ${STATE}.lock > } Why not keep it stateless, unmounting by hand would kill integrity. Usage of `file` is a big security concern. I think geom config and list of mounted file systems should be sufficient for collecting information at runtime. Although it may not be that easy for disks without partitioning. I'm using a python script for mounting/unmounting removable disks, but having similar tool written in sh would be great. https://github.com/glk/mmount Thanks, Gleb. > > __state_unlock() { > rm ${STATE}.lock > } > > __state_add() { # /* 1=DEV 2=PROVIDER 3=MNT */ > __state_lock > grep -E "${3}" ${STATE} 1> /dev/null 2> /dev/null && { > __log "${1}:duplicated '${STATE}'" > return 1 > } > echo "${1} ${2} ${3}" >> ${STATE} > __state_unlock > } > > __state_remove() { # /* 1=MNT 2=STATE 3=LINE */ > BSMNT=$( echo ${1} | sed 's/\//\\\//g' ) > sed -i '' "/${BSMNT}\$/d" ${2} > } > > __log() { # /* @=MESSAGE */ > echo $( date +"${DATEFMT}" ) ${@} >> ${LOG} > } > > case ${2} in > (attach) > for I in /dev/${1}* > do > case $( file -L -s ${I} | sed -E 's/label:\ \".*\"//g' ) in > (*NTFS*) > dd < ${I} count=1 2> /dev/null \ > | strings \ > | head -1 \ > | grep -q "NTFS" && { > __create_mount_point ${I} > which ntfs-3g 1> /dev/null 2> /dev/null && { > ntfs-3g ${I} ${MNT} # /* sysutils/fusefs-ntfs */ > } || { > mount_ntfs ${I} ${MNT} > } > __log "${I}:mount (ntfs)" > } > ;; > (*FAT*) > dd < ${I} count=1 2> /dev/null \ > | strings \ > | grep -q "FAT32" && { > __create_mount_point ${I} > fsck_msdosfs -y ${I} > mount_msdosfs -o large -l -L pl_PL.ISO8859-2 -D cp852 ${I} ${MNT} > __log "${I}:mount (fat)" > } > ;; > (*ext2*) > __create_mount_point ${I} > fsck.ext2 -y ${I} > mount -t ext2fs ${I} ${MNT} > __log "${I}:mount (ext2)" > ;; > (*ext3*) > __create_mount_point ${I} > fsck.ext3 -y ${I} > mount -t ext2fs ${I} ${MNT} > __log "${I}:mount (ext3)" > ;; > (*ext4*) > __create_mount_point ${I} > fsck.ext4 -y ${I} > ext4fuse ${I} ${MNT} # /* sysutils/fusefs-ext4fuse */ > __log "${I}:mount (ext4)" > ;; > (*Unix\ Fast\ File*) > __create_mount_point ${I} > fsck_ufs -y ${I} > mount ${I} ${MNT} > __log "${I}:mount (ufs)" > ;; > (*) > case $( dd < ${I} count=1 2> /dev/null | strings | head -1 ) in > (EXFAT) > __create_mount_point ${I} > mount.exfat ${I} ${MNT} # /* sysutils/fusefs-exfat */ > __log "${I}:mount (ufs)" > ;; > (*) continue ;; > esac > ;; > esac > __state_add ${I} $( mount | grep -m 1 " ${MNT} " | awk '{printf $1}' ) \ > ${MNT} || continue > done > ;; > > (detach) > MOUNT=$( mount ) > __state_lock > grep ${1} ${STATE} \ > | while read DEV PROVIDER MNT > do > TARGET=$( echo "${MOUNT}" | grep -E "^${PROVIDER} " | awk '{print $3}' ) > [ -z ${TARGET} ] && { > __state_remove ${MNT} ${STATE} ${LINE} > continue > } > umount -f ${TARGET} & > unset TARGET > __state_remove ${MNT} ${STATE} ${LINE} > __log "${DEV}:umount" > done > __state_unlock > __log "/dev/${1}:detach" > find ${MNTPREFIX} -type d -empty -delete > ;; > > esac > > > > > Not sure if you've looked at disktype in sysutils > > but it may be useful to you. > > I will get look into that, thanks ;) > > > > > Neat scripts! > > Matt > > Thanks mate. > > > > Regards, > vermaden From owner-freebsd-current@FreeBSD.ORG Sat Feb 18 17:11:33 2012 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 F04E51065677 for ; Sat, 18 Feb 2012 17:11:33 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (pancho.soaustin.net [76.74.250.40]) by mx1.freebsd.org (Postfix) with ESMTP id CD8CC8FC1C for ; Sat, 18 Feb 2012 17:11:33 +0000 (UTC) Received: by mail.soaustin.net (Postfix, from userid 502) id 6739256205; Sat, 18 Feb 2012 11:11:33 -0600 (CST) Date: Sat, 18 Feb 2012 11:11:33 -0600 From: Mark Linimon To: Mehmet Erol Sanliturk Message-ID: <20120218171133.GA2497@lonesome.com> References: <20120217042552.GC24427@lonesome.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Cc: FreeBSD Current Subject: Re: Packages for Current ( 10.0 ) 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: Sat, 18 Feb 2012 17:11:34 -0000 On Fri, Feb 17, 2012 at 12:04:45AM -0500, Mehmet Erol Sanliturk wrote: > I would be very happy I can contribute anything to development of FreeBSD . We are always happy to have help :-) > If there appears an agenda of testing problems and explicit instructions > how to apply tests , me and other persons may apply them and report the > results . Well, there really isn't. There are some regression tests for src, but we have never established a framework to run them all automatically. Perhaps this is something you might be interested in? > In a message ( I do not remember its author's name ) it is said that there > is no a farm of FreeBSD testing machines . I presume that's "now" for "no"? There are several sets. Here's how they are set up. - there is a "src tinderbox" which continually rebuilds the FreeBSD src tree, for various combinations of architectures and osreleases. (For src, the architectures can be cross-built.) These are intended to sanity-test that src is still buildable; in general the resulting binaries are not made available. - there is a "clang buildbot" whose purpose is to build FreeBSD src under clang continuously. - various people maintain "ports tinderboxes". These are optimized for test-builds of one or at least a subset of the ports tree. In general the resulting binaries are not made available. - there is a new effort, Redports, to assemble a collection of ports tinderbox machines and make them available to interested people. We are actively working on this. - portmgr maintains the "pointyhat cluster" that do the package builds which are uploaded. These are optimized for building the entire ports tree in a secure fashion; the resulting binaries are made available. We are in the process of getting more machines online. - the pointyhat cluster is also used for "-exp runs" where portmgr regression-tests proposed changes to the overall ports tree to try to ensure as few regressions for large changes as possible. > If we can generate such a testing ecological system , I think , FreeBSD > development will benefit from it very much . I agree. But, for src, it's not something that I know much about, and will have to defer to others to comment. mcl From owner-freebsd-current@FreeBSD.ORG Sat Feb 18 19:28:40 2012 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 96ACC106564A; Sat, 18 Feb 2012 19:28:40 +0000 (UTC) (envelope-from superbisquit@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 61D8B8FC08; Sat, 18 Feb 2012 19:28:40 +0000 (UTC) Received: by daec6 with SMTP id c6so4984168dae.13 for ; Sat, 18 Feb 2012 11:28:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=O07vWbgr7xozcdO2tcgHN45hpR5styiNc9e4C5m7qCw=; b=fBb/T75i4DvXQmy6mUxYA9N0K3YDPDUqO8+izf7wOtG1HskaTEhacT0e/4TtbcVept IEjrvFfdSjwDkLxhNEVojQkAJAT90aQPm6So6FA+sH+fa1LwpNLKnZAcik0cweqq9O6j kabNIVGMbB1+djn/TnxUe35/XdFi8UtWGhyEs= MIME-Version: 1.0 Received: by 10.68.223.68 with SMTP id qs4mr36169681pbc.112.1329593319880; Sat, 18 Feb 2012 11:28:39 -0800 (PST) Received: by 10.68.48.35 with HTTP; Sat, 18 Feb 2012 11:28:39 -0800 (PST) Date: Sat, 18 Feb 2012 14:28:39 -0500 Message-ID: From: Super Bisquit To: freebsd-current , FreeBSD PowerPC ML , FreeBSD bugmaster Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Problems with 9.0 PowerPC images from main ftp site 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: Sat, 18 Feb 2012 19:28:40 -0000 I decided to try burning an image from Index of ftp://ftp.freebsd.org/pub/FreeBSD/releases/powerpc/powerpc/ISO-IMAGES/9.0/ And here are the following errors: 1.) The usb image doesn't boot. From following Whitehorn and others on the FreeBSD PowerPC mailing list, one needs to have the bootloader dd'ed to a HFS formatted partition of 1MB. A README with basic instructions and/or references to forum and mailing list posts needs to be available for all non i386/amd64 systems. 2) The boot-only and disc-1 images stop at sc0: Unknown <16 virtual consoles, flags=0x300> Booting with -s or -v or a combination does nothing.