From owner-freebsd-current@FreeBSD.ORG Thu Jun 16 07:38:18 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D13F106564A; Thu, 16 Jun 2011 07:38:18 +0000 (UTC) (envelope-from avatar@mmlab.cse.yzu.edu.tw) Received: from www.mmlab.cse.yzu.edu.tw (www.mmlab.cse.yzu.edu.tw [140.138.150.166]) by mx1.freebsd.org (Postfix) with ESMTP id 7AC818FC18; Thu, 16 Jun 2011 07:38:17 +0000 (UTC) Received: by www.mmlab.cse.yzu.edu.tw (qmail, from userid 1000) id D6F132EC686B; Thu, 16 Jun 2011 15:20:12 +0800 (CST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mmlab.cse.yzu.edu.tw; s=test; t=1308208812; bh=dRoAUMgKwH5uVynT4Ixa8iiZLt2ZnzYtXHyhcOQBhmE=; h=Date:From:To:cc:Subject:In-Reply-To:Message-ID:References: MIME-Version:Content-Type; b=S5QcjMw60gMM7kc6jwBAB/Pdl5SZHZaozlaqaa6+qX5AYgPpKmTphDM/15MF9fAu+ S4NA0j06aWlvdInmR2hyTBQEzW4Tp6yZVoLp7mEY2dLBeXcyoFNlI9zlS2YhH4G0I6 t2OVlRSUeVaYEmUJyVVy4T4Zw6WcaSJvuvpTrqdw= Received: from localhost (localhost [127.0.0.1]) by www.mmlab.cse.yzu.edu.tw (qmail) with ESMTP id D67782EC6866; Thu, 16 Jun 2011 15:20:12 +0800 (CST) Date: Thu, 16 Jun 2011 15:20:12 +0800 (CST) From: Tai-hwa Liang To: Garrett Cooper In-Reply-To: Message-ID: <11061615185315.43025@www.mmlab.cse.yzu.edu.tw> References: <201106160436.p5G4ah5k001007@freebsd-current.sentex.ca> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="3425325993-1692132936-1308208812=:43025" Cc: rodrigc@FreeBSD.org, current@freebsd.org, sparc64@freebsd.org Subject: Re: [head tinderbox] failure on sparc64/sparc64 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 Jun 2011 07:38:18 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --3425325993-1692132936-1308208812=:43025 Content-Type: TEXT/PLAIN; charset=big5; format=flowed Content-Transfer-Encoding: 8BIT On Thu, 16 Jun 2011, Garrett Cooper wrote: > On Wed, Jun 15, 2011 at 9:36 PM, FreeBSD Tinderbox > wrote: >> TB --- 2011-06-16 04:08:45 - tinderbox 2.7 running on freebsd-current.sentex.ca >> TB --- 2011-06-16 04:08:45 - starting HEAD tinderbox run for sparc64/sparc64 [...] >> cc -O2 -pipe  -ffreestanding -Wformat -I/src/lib/libstand -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/src/lib/libstand/../libz -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /src/lib/libstand/twiddle.c >> cc -O2 -pipe  -ffreestanding -Wformat -I/src/lib/libstand -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/src/lib/libstand/../libz -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /src/lib/libstand/zalloc.c >> cc1: warnings being treated as errors >> /src/lib/libstand/zalloc.c: In function 'zfree': >> /src/lib/libstand/zalloc.c:157: warning: format '%d' expects type 'int', but argument 3 has type 'iaddr_t' >> /src/lib/libstand/zalloc.c:181: warning: format '%d' expects type 'int', but argument 3 has type 'iaddr_t' >> /src/lib/libstand/zalloc.c:212: warning: format '%d' expects type 'int', but argument 3 has type 'iaddr_t' >> *** Error code 1 >> >> Stop in /src/lib/libstand. >> *** Error code 1 > > Could someone please fix the tinderbox compile on sparc64 with this > file via this patch? Committed as r223139. Thanks, Tai-hwa Liang --3425325993-1692132936-1308208812=:43025--