From owner-freebsd-alpha@FreeBSD.ORG Tue Mar 15 10:58:26 2005 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C551416A4CE; Tue, 15 Mar 2005 10:58:26 +0000 (GMT) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id D19C043D5C; Tue, 15 Mar 2005 10:58:25 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])j2FAw4Rk010610; Tue, 15 Mar 2005 12:58:04 +0200 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) j2FAwNi9040282; Tue, 15 Mar 2005 12:58:23 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost)j2FAwNA7040281; Tue, 15 Mar 2005 12:58:23 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Tue, 15 Mar 2005 12:58:23 +0200 From: Giorgos Keramidas To: FreeBSD Tinderbox , current@freebsd.org, alpha@freebsd.org Message-ID: <20050315105823.GA40174@orion.daedalusnetworks.priv> References: <20050315092801.840557306E@freebsd-current.sentex.ca> <20050315100007.GF696@loge.nixsys.be> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050315100007.GF696@loge.nixsys.be> Subject: Re: [current tinderbox] failure on alpha/alpha X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 10:58:27 -0000 On 2005-03-15 11:00, Philip Paeps wrote: > On 2005-03-15 04:28:01 (-0500), FreeBSD Tinderbox wrote: > > /tinderbox/CURRENT/alpha/alpha/src/usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c: In function `pf_dump': > > /tinderbox/CURRENT/alpha/alpha/src/usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c:1147: warning: size_t format, different type arg (arg 3) > > /tinderbox/CURRENT/alpha/alpha/src/usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c:1152: warning: size_t format, different type arg (arg 3) > > /tinderbox/CURRENT/alpha/alpha/src/usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c:1157: warning: size_t format, different type arg (arg 3) > > *** Error code 1 > > Ugh, looks like I broke this... > > Is there a special magical format to use to printf a time_t without having it > break on at least one of the architectures we support? You could probably get away by casting the value to a uintmax_t and using %ju as the format specifier.