From owner-freebsd-current@FreeBSD.ORG Sat Jun 7 13:20:50 2008 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 8799D106567A for ; Sat, 7 Jun 2008 13:20:50 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id F1EA48FC0C for ; Sat, 7 Jun 2008 13:20:49 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (adsl21-204.kln.forthnet.gr [77.49.148.204]) (authenticated bits=128) by igloo.linux.gr (8.14.3/8.14.3/Debian-4) with ESMTP id m57DK97k003211 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 7 Jun 2008 16:20:26 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.2/8.14.2) with ESMTP id m57DK8uB003792; Sat, 7 Jun 2008 16:20:08 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.2/8.14.2/Submit) id m57DK7Fn003791; Sat, 7 Jun 2008 16:20:07 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) From: Giorgos Keramidas To: FreeBSD Tinderbox References: <20080606211707.DF01273039@freebsd-current.sentex.ca> Date: Sat, 07 Jun 2008 16:20:07 +0300 In-Reply-To: <20080606211707.DF01273039@freebsd-current.sentex.ca> (FreeBSD Tinderbox's message of "Fri, 6 Jun 2008 17:17:07 -0400 (EDT)") Message-ID: <878wxhtm9k.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-MailScanner-ID: m57DK97k003211 X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.746, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.65, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: current@freebsd.org, ia64@freebsd.org Subject: Re: [head tinderbox] failure on ia64/ia64 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, 07 Jun 2008 13:20:50 -0000 On Fri, 6 Jun 2008 17:17:07 -0400 (EDT), FreeBSD Tinderbox wrote: > TB --- 2008-06-06 20:31:08 - tinderbox 2.3 running on freebsd-current.sentex.ca > TB --- 2008-06-06 20:31:08 - starting HEAD tinderbox run for ia64/ia64 > TB --- 2008-06-06 20:31:08 - cleaning the object tree > TB --- 2008-06-06 20:31:21 - cvsupping the source tree > TB --- 2008-06-06 20:31:21 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/ia64/ia64/supfile > TB --- 2008-06-06 20:31:29 - building world (CFLAGS=-O -pipe) > TB --- 2008-06-06 20:31:29 - cd /src > TB --- 2008-06-06 20:31:29 - /usr/bin/make -B buildworld >>>> World build started on Fri Jun 6 20:31:31 UTC 2008 >>>> 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 >>>> stage 4.3: make dependencies >>>> stage 4.4: building everything > [...] > cc -O -pipe -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 -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wno-pointer-sign -o kill kill.o > gzip -cn /src/bin/kill/kill.1 > kill.1.gz > ===> bin/ln (all) > cc -O -pipe -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 -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wno-pointer-sign -c /src/bin/ln/ln.c > cc1: warnings being treated as errors > /src/bin/ln/ln.c: In function 'linkit': > /src/bin/ln/ln.c:236: warning: field precision should have type 'int', but argument 4 has type 'long int' > /src/bin/ln/ln.c:236: warning: field precision should have type 'int', but argument 4 has type 'long int' > *** Error code 1 That was my fault, my apologies for not building on amd64 too. Fixed now, with svn change r179636.