From owner-freebsd-tinderbox@FreeBSD.ORG Thu Apr 5 23:54:20 2007 Return-Path: X-Original-To: tinderbox@freebsd.org Delivered-To: freebsd-tinderbox@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0031616A406; Thu, 5 Apr 2007 23:54:19 +0000 (UTC) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.freebsd.org (Postfix) with ESMTP id 8FD0B13C45D; Thu, 5 Apr 2007 23:54:19 +0000 (UTC) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 9431E487F7; Fri, 6 Apr 2007 01:23:42 +0200 (CEST) Received: from localhost (154.81.datacomsa.pl [195.34.81.154]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 928AC456AB; Fri, 6 Apr 2007 01:23:36 +0200 (CEST) Date: Fri, 6 Apr 2007 01:23:32 +0200 From: Pawel Jakub Dawidek To: FreeBSD Tinderbox Message-ID: <20070405232332.GB89034@garage.freebsd.pl> References: <20070405223657.B1BF073039@freebsd-current.sentex.ca> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="oC1+HKm2/end4ao3" Content-Disposition: inline In-Reply-To: <20070405223657.B1BF073039@freebsd-current.sentex.ca> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng/devel-r804 (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.0 tests=BAYES_00 autolearn=ham version=3.0.4 Cc: amd64@freebsd.org, current@freebsd.org Subject: Re: [head tinderbox] failure on amd64/amd64 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: Thu, 05 Apr 2007 23:54:20 -0000 --oC1+HKm2/end4ao3 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 05, 2007 at 06:36:57PM -0400, FreeBSD Tinderbox wrote: > TB --- 2007-04-05 21:35:00 - tinderbox 2.3 running on freebsd-current.sen= tex.ca > TB --- 2007-04-05 21:35:00 - starting HEAD tinderbox run for amd64/amd64 > TB --- 2007-04-05 21:35:00 - cleaning the object tree > TB --- 2007-04-05 21:35:51 - checking out the source tree > TB --- 2007-04-05 21:35:51 - cd /tinderbox/HEAD/amd64/amd64 > TB --- 2007-04-05 21:35:51 - /usr/bin/cvs -f -R -q -d/home/ncvs update -P= d -A src > TB --- 2007-04-05 21:45:38 - building world (CFLAGS=3D-O2 -pipe) > TB --- 2007-04-05 21:45:38 - cd /src > TB --- 2007-04-05 21:45:38 - /usr/bin/make -B buildworld > >>> World build started on Thu Apr 5 21:45:39 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 -O2 -pipe -I/src/usr.bin/kdump/../ktrace -I/src/usr.bin/kdump -I/src/= usr.bin/kdump/../.. -c /src/usr.bin/kdump/kdump.c > cc -O2 -pipe -I/src/usr.bin/kdump/../ktrace -I/src/usr.bin/kdump -I/src/= usr.bin/kdump/../.. -c ioctl.c > cc -O2 -pipe -I/src/usr.bin/kdump/../ktrace -I/src/usr.bin/kdump -I/src/= usr.bin/kdump/../.. -c kdump_subr.c > kdump_subr.c: In function `whencename': > kdump_subr.c:611: error: `SEEK_DATA' undeclared (first use in this functi= on) > kdump_subr.c:611: error: (Each undeclared identifier is reported only once > kdump_subr.c:611: error: for each function it appears in.) > kdump_subr.c:614: error: `SEEK_HOLE' undeclared (first use in this functi= on) > *** Error code 1 I think this was some race. I committed two files: stdio.h and sys/unistd.h at once, but it seems kdump_subr.c was generated based on new sys/unistd.h, but included old stdio.h. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --oC1+HKm2/end4ao3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFGFYT0ForvXbEpPzQRArRHAJ90gG/E/hmzJM8jRFJ7PgqbPKFxNwCcC1n7 X+tVaq/u8LrwGuv5niUxnl8= =dQvU -----END PGP SIGNATURE----- --oC1+HKm2/end4ao3--