From owner-freebsd-tinderbox@FreeBSD.ORG Fri Nov 5 20:37:11 2004 Return-Path: Delivered-To: freebsd-tinderbox@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4702E16A4CE; Fri, 5 Nov 2004 20:37:11 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA94143D39; Fri, 5 Nov 2004 20:37:10 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id iA5KdDG2033398; Fri, 5 Nov 2004 13:39:13 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <418BE4B5.2000102@freebsd.org> Date: Fri, 05 Nov 2004 13:38:13 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Tinderbox References: <20041105201913.CE2FB7306E@freebsd-current.sentex.ca> In-Reply-To: <20041105201913.CE2FB7306E@freebsd-current.sentex.ca> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: current@freebsd.org cc: sparc64@freebsd.org Subject: 3 days of tinderbox failures [Re: [current tinderbox] failure on sparc64/sparc64] X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Tinderbox reports, responses, and meta-comments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2004 20:37:11 -0000 All, We've had three days of tinderbox failures now, though all not due to the same problem. This is a friendly reminder to please test your changes before committing them. Scott FreeBSD Tinderbox wrote: > TB --- 2004-11-05 19:50:57 - tinderbox 2.3 running on freebsd-current.sentex.ca > TB --- 2004-11-05 19:50:57 - starting CURRENT tinderbox run for sparc64/sparc64 > TB --- 2004-11-05 19:50:57 - checking out the source tree > TB --- 2004-11-05 19:50:57 - cd /home/tinderbox/CURRENT/sparc64/sparc64 > TB --- 2004-11-05 19:50:57 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src > TB --- 2004-11-05 19:56:45 - building world (CFLAGS=-O2 -pipe) > TB --- 2004-11-05 19:56:45 - cd /home/tinderbox/CURRENT/sparc64/sparc64/src > TB --- 2004-11-05 19:56:45 - /usr/bin/make -B buildworld > >>>>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 > > [...] > cc -O2 -pipe -DPACKAGE_NAME=\"libarchive\" -DPACKAGE_VERSION=\"1.01.015\" -I/tinderbox/CURRENT/sparc64/sparc64/obj/sparc64/tinderbox/CURRENT/sparc64/sparc64/src/lib/libarchive -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -c /tinderbox/CURRENT/sparc64/sparc64/src/lib/libarchive/archive_write_open_file.c > cc -O2 -pipe -DPACKAGE_NAME=\"libarchive\" -DPACKAGE_VERSION=\"1.01.015\" -I/tinderbox/CURRENT/sparc64/sparc64/obj/sparc64/tinderbox/CURRENT/sparc64/sparc64/src/lib/libarchive -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -c /tinderbox/CURRENT/sparc64/sparc64/src/lib/libarchive/archive_write_set_compression_bzip2.c > /tinderbox/CURRENT/sparc64/sparc64/src/lib/libarchive/archive_write_set_compression_bzip2.c:163: error: conflicting types for 'archive_compressor_bzip2_write' > /tinderbox/CURRENT/sparc64/sparc64/src/lib/libarchive/archive_write_set_compression_bzip2.c:61: error: previous declaration of 'archive_compressor_bzip2_write' was here > /tinderbox/CURRENT/sparc64/sparc64/src/lib/libarchive/archive_write_set_compression_bzip2.c:163: error: conflicting types for 'archive_compressor_bzip2_write' > /tinderbox/CURRENT/sparc64/sparc64/src/lib/libarchive/archive_write_set_compression_bzip2.c:61: error: previous declaration of 'archive_compressor_bzip2_write' was here > /tinderbox/CURRENT/sparc64/sparc64/src/lib/libarchive/archive_write_set_compression_bzip2.c:61: warning: 'archive_compressor_bzip2_write' declared `static' but never defined > /tinderbox/CURRENT/sparc64/sparc64/src/lib/libarchive/archive_write_set_compression_bzip2.c:163: warning: 'archive_compressor_bzip2_write' defined but not used > *** Error code 1 > > Stop in /tinderbox/CURRENT/sparc64/sparc64/src/lib/libarchive. > *** Error code 1 > > Stop in /tinderbox/CURRENT/sparc64/sparc64/src/lib. > *** Error code 1 > > Stop in /tinderbox/CURRENT/sparc64/sparc64/src. > *** Error code 1 > > Stop in /tinderbox/CURRENT/sparc64/sparc64/src. > *** Error code 1 > > Stop in /tinderbox/CURRENT/sparc64/sparc64/src. > *** Error code 1 > > Stop in /tinderbox/CURRENT/sparc64/sparc64/src. > TB --- 2004-11-05 20:19:13 - WARNING: /usr/bin/make returned exit code 1 > TB --- 2004-11-05 20:19:13 - ERROR: failed to build world > TB --- 2004-11-05 20:19:13 - tinderbox aborted > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"