From owner-svn-src-head@FreeBSD.ORG Thu Jun 16 17:40:38 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89ED8106566B; Thu, 16 Jun 2011 17:40:38 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 01FE28FC0C; Thu, 16 Jun 2011 17:40:37 +0000 (UTC) Received: by vxc34 with SMTP id 34so1909935vxc.13 for ; Thu, 16 Jun 2011 10:40:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=J5mcBUNxjBfQhW+5nw+/b5l4kgUGkrRcbBFWzGx762o=; b=X9J1ZkqH90w77DHkrhtRYqVtCQJoZtG4JBht6pWgQW0IT7aEUnX5rNIG5KuOVeAxM0 C0rQd7HIckigWbq/enlXh0GBayAIc5HIIAIOB6pUrxe5/gwgR62Aifo/OwoNKoWErpj+ j1zalTNlAfVhpKdsKznvqfGZ6YeXY39sUkXuk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=kk2oJvQzoKd83W4vqgYi/bkiqlknAriiDO2sfE/q1bRXYpQT+PtGfTqbUuY44Dlik2 sTPr6nOvVdpu/XznUn9tvmnX7lWURQMe0mX1dpqbzmg/F1UpdxXROOPP8h5zWu2aDwZZ KivgnC7W4tRdnvCKGnVMbNltHiBKlJv5/xlfE= MIME-Version: 1.0 Received: by 10.220.213.195 with SMTP id gx3mr465044vcb.23.1308246036999; Thu, 16 Jun 2011 10:40:36 -0700 (PDT) Received: by 10.220.189.202 with HTTP; Thu, 16 Jun 2011 10:40:36 -0700 (PDT) In-Reply-To: References: <201106161535.p5GFZCb7034904@svn.freebsd.org> Date: Thu, 16 Jun 2011 10:40:36 -0700 Message-ID: From: Garrett Cooper To: Warner Losh Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Tai-hwa Liang , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r223151 - head/lib/libstand X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jun 2011 17:40:38 -0000 On Thu, Jun 16, 2011 at 8:53 AM, Warner Losh wrote: > > On Jun 16, 2011, at 9:35 AM, Tai-hwa Liang wrote: > >> Author: avatar >> Date: Thu Jun 16 15:35:12 2011 >> New Revision: 223151 >> URL: http://svn.freebsd.org/changeset/base/223151 >> >> Log: >> =A0Using the correct format string(%zu) for size_t type. =A0This should = fix 64 >> =A0bits builds. >> >> =A0Submitted by: =A0 =A0 =A0 =A0Garrett Cooper > > How about we hold all fixes until it *ACTUALLY* builds on all universe pl= atforms? > > I hate to be cranky, but build breakage costs a lot of time. =A0And for s= tupid stuff like this? =A0I'm inclined to force WARNS=3D0 until people can = actually fix it right. This was stupid breakage on my part for not running this through universe first. The patch that builds upon this that I submitted in the other thread so far _does_ unbreak universe on ia64 and mips*. Still working on getting it to pass through amd64, i386, and sparc64 at least, which is going to be a few more hours because for some magic reason make -j doesn't work for me with universe. Thanks, -Garrett