Date: Thu, 16 Jun 2011 14:21:25 -0700 From: Garrett Cooper <yanegomi@gmail.com> To: John Baldwin <jhb@freebsd.org> Cc: Tai-hwa Liang <avatar@freebsd.org>, svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Warner Losh <imp@bsdimp.com> Subject: Re: svn commit: r223151 - head/lib/libstand Message-ID: <BANLkTimjiyrAUzLdAqyxNC9FW2QKU_B%2BWg@mail.gmail.com> In-Reply-To: <201106161424.43811.jhb@freebsd.org> References: <201106161535.p5GFZCb7034904@svn.freebsd.org> <DC08E48D-5A6F-4969-B67A-AB8133B57071@bsdimp.com> <BANLkTinHid5-55oCYOPEkR5yb_XoyOgTqA@mail.gmail.com> <201106161424.43811.jhb@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jun 16, 2011 at 11:24 AM, John Baldwin <jhb@freebsd.org> wrote: > On Thursday, June 16, 2011 1:40:36 pm Garrett Cooper wrote: >> On Thu, Jun 16, 2011 at 8:53 AM, Warner Losh <imp@bsdimp.com> 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 shou= ld fix > 64 >> >> =A0bits builds. >> >> >> >> =A0Submitted by: =A0 =A0 =A0 =A0Garrett Cooper <yanegomi@gmail.com> >> > >> > How about we hold all fixes until it *ACTUALLY* builds on all universe > platforms? >> > >> > I hate to be cranky, but build breakage costs a lot of time. =A0And fo= r > stupid stuff like this? =A0I'm inclined to force WARNS=3D0 until people c= an > 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. > > You probably want to do 'make JFLAG=3D-j6 tinderbox' rather than 'make -j= 6 > tinderbox'. Yeah, that works better :). It doesn't instantly bomb out like with make -j<foo> universe . Well, here goes to the all comprehensive take 3 (take 2 seems to have gone ok). Thanks! -Garrett
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BANLkTimjiyrAUzLdAqyxNC9FW2QKU_B%2BWg>