From owner-freebsd-tinderbox@FreeBSD.ORG Sun Dec 16 18:23:55 2007 Return-Path: Delivered-To: tinderbox@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 435BB16A421; Sun, 16 Dec 2007 18:23:55 +0000 (UTC) (envelope-from dds@aueb.gr) Received: from mx-out-01.forthnet.gr (mx-out.forthnet.gr [193.92.150.104]) by mx1.freebsd.org (Postfix) with ESMTP id A6D0913C448; Sun, 16 Dec 2007 18:23:54 +0000 (UTC) (envelope-from dds@aueb.gr) Received: from mx-av-03.forthnet.gr (mx-av.forthnet.gr [193.92.150.27]) by mx-out-01.forthnet.gr (8.13.8/8.13.8) with ESMTP id lBGI4I2h003736; Sun, 16 Dec 2007 20:04:18 +0200 Received: from MX-IN-05.forthnet.gr (mx-in-05.forthnet.gr [193.92.150.32]) by mx-av-03.forthnet.gr (8.14.1/8.14.1) with ESMTP id lBGI4IwS019761; Sun, 16 Dec 2007 20:04:18 +0200 Received: from [192.168.136.22] (ppp238-249.adsl.forthnet.gr [77.49.17.249]) by MX-IN-05.forthnet.gr (8.14.2/8.14.2) with ESMTP id lBGI4G0c005062; Sun, 16 Dec 2007 20:04:17 +0200 Authentication-Results: MX-IN-05.forthnet.gr smtp.mail=dds@aueb.gr; spf=neutral Authentication-Results: MX-IN-05.forthnet.gr header.from=dds@aueb.gr; sender-id=neutral Message-ID: <47656890.2010308@aueb.gr> Date: Sun, 16 Dec 2007 20:04:00 +0200 From: Diomidis Spinellis User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4) Gecko/20070509 SeaMonkey/1.1.2 MIME-Version: 1.0 To: FreeBSD Tinderbox References: <20071216161059.70F8A73039@freebsd-current.sentex.ca> In-Reply-To: <20071216161059.70F8A73039@freebsd-current.sentex.ca> Content-Type: text/plain; charset=ISO-8859-7; format=flowed Content-Transfer-Encoding: 7bit Cc: current@FreeBSD.ORG, i386@FreeBSD.ORG Subject: Re: [head tinderbox] failure on i386/i386 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Dec 2007 18:23:55 -0000 FreeBSD Tinderbox wrote: > TB --- 2007-12-16 15:34:41 - tinderbox 2.3 running on freebsd-current.sentex.ca > TB --- 2007-12-16 15:34:41 - starting HEAD tinderbox run for i386/i386 > TB --- 2007-12-16 15:34:41 - cleaning the object tree > TB --- 2007-12-16 15:35:04 - cvsupping the source tree > TB --- 2007-12-16 15:35:04 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/i386/supfile > TB --- 2007-12-16 15:35:10 - building world (CFLAGS=-O -pipe) > TB --- 2007-12-16 15:35:10 - cd /src > TB --- 2007-12-16 15:35:10 - /usr/bin/make -B buildworld >>>> World build started on Sun Dec 16 15:35:11 UTC 2007 >>>> 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 mkdir mkdir.o > gzip -cn /src/bin/mkdir/mkdir.1 > mkdir.1.gz > ===> bin/mv (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/mv/mv.c > cc1: warnings being treated as errors > /src/bin/mv/mv.c: In function 'copy': > /src/bin/mv/mv.c:361: warning: variable 'rval' might be clobbered by 'longjmp' or 'vfork' > /src/bin/mv/mv.c:361: warning: variable 'i' might be clobbered by 'longjmp' or 'vfork' > *** Error code 1 > > Stop in /src/bin/mv. > *** Error code 1 > > Stop in /src/bin. > *** Error code 1 > > Stop in /src. > *** Error code 1 > > Stop in /src. > *** Error code 1 Sorry about the breakage. I fixed it. -- Diomidis Spinellis