From owner-freebsd-current@FreeBSD.ORG Sun Feb 15 17:48:45 2009 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 D30661065679 for ; Sun, 15 Feb 2009 17:48:45 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 846078FC1F for ; Sun, 15 Feb 2009 17:48:45 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id n1FHm2rI076387; Sun, 15 Feb 2009 10:48:03 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 15 Feb 2009 10:48:06 -0700 (MST) Message-Id: <20090215.104806.84362163.imp@bsdimp.com> To: olivier@gid0.org From: "M. Warner Losh" In-Reply-To: <20090215111626.GA94483@q.gid0.org> References: <20090215110510.4F3B27302F@freebsd-current.sentex.ca> <20090215111626.GA94483@q.gid0.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: current@freebsd.org Subject: Re: [head tinderbox] failure on amd64/amd64 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: Sun, 15 Feb 2009 17:48:46 -0000 In message: <20090215111626.GA94483@q.gid0.org> Olivier Smedts writes: : On Sun, Feb 15, 2009 at 06:05:10AM -0500, FreeBSD Tinderbox wrote: : > TB --- 2009-02-15 09:40:00 - tinderbox 2.6 running on freebsd-current.sentex.ca : > TB --- 2009-02-15 09:40:00 - starting HEAD tinderbox run for amd64/amd64 : > TB --- 2009-02-15 09:40:00 - cleaning the object tree : > TB --- 2009-02-15 09:40:52 - cvsupping the source tree : > TB --- 2009-02-15 09:40:52 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile : > TB --- 2009-02-15 09:41:00 - building world : > TB --- 2009-02-15 09:41:00 - MAKEOBJDIRPREFIX=/obj : > TB --- 2009-02-15 09:41:00 - PATH=/usr/bin:/usr/sbin:/bin:/sbin : > TB --- 2009-02-15 09:41:00 - TARGET=amd64 : > TB --- 2009-02-15 09:41:00 - TARGET_ARCH=amd64 : > TB --- 2009-02-15 09:41:00 - TZ=UTC : > TB --- 2009-02-15 09:41:00 - __MAKE_CONF=/dev/null : > TB --- 2009-02-15 09:41:00 - cd /src : > TB --- 2009-02-15 09:41:00 - /usr/bin/make -B buildworld : > >>> World build started on Sun Feb 15 09:41:02 UTC 2009 : > >>> 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 : > >>> stage 5.1: building 32 bit shim libraries : > [...] : > cd /src/include/../sys; sh /src/tools/install.sh -C -o root -g wheel -m 444 netnatm/*.h /obj/amd64/src/lib32/usr/include/netnatm : > cd /src/include/../sys; sh /src/tools/install.sh -C -o root -g wheel -m 444 netncp/*.h /obj/amd64/src/lib32/usr/include/netncp : > cd /src/include/../sys; sh /src/tools/install.sh -C -o root -g wheel -m 444 netsmb/*.h /obj/amd64/src/lib32/usr/include/netsmb : > cd /src/include/../sys; sh /src/tools/install.sh -C -o root -g wheel -m 444 nfs/*.h /obj/amd64/src/lib32/usr/include/nfs : > cd /src/include/../sys; sh /src/tools/install.sh -C -o root -g wheel -m 444 nfsclient/*.h /obj/amd64/src/lib32/usr/include/nfsclient : > cd /src/include/../sys; sh /src/tools/install.sh -C -o root -g wheel -m 444 nfsserver/*.h /obj/amd64/src/lib32/usr/include/nfsserver : > cd /src/include/../sys; sh /src/tools/install.sh -C -o root -g wheel -m 444 pccard/*.h /obj/amd64/src/lib32/usr/include/pccard : > install: pccard/*.h: No such file or directory : > *** Error code 71 : > : > Stop in /src/include. : > *** Error code 1 : > : > Stop in /src/include. : > *** Error code 1 : > : > Stop in /src. : > *** Error code 1 : > : > Stop in /src. : > TB --- 2009-02-15 11:05:10 - WARNING: /usr/bin/make returned exit code 1 : > TB --- 2009-02-15 11:05:10 - ERROR: failed to build world : > TB --- 2009-02-15 11:05:10 - 3992.06 user 389.40 system 5109.67 real : > : : buildworld broken since @188634 : : http://www.freebsd.org/cgi/getmsg.cgi?fetch=17928+0+current/cvs-src-old : : See attached patches. Yes. My bad. Just noticed this myself. Pass me the pointy hat. Warner