From owner-cvs-all@FreeBSD.ORG Fri Jul 11 00:52:54 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DCCB61065681; Fri, 11 Jul 2008 00:52:54 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id BD36A8FC1B; Fri, 11 Jul 2008 00:52:54 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.2/8.14.2) with ESMTP id m6B0qswF071594; Thu, 10 Jul 2008 17:52:54 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.2/8.14.2/Submit) id m6B0qsB4071593; Thu, 10 Jul 2008 17:52:54 -0700 (PDT) (envelope-from obrien) Date: Thu, 10 Jul 2008 17:52:54 -0700 From: "David O'Brien" To: Peter Wemm Message-ID: <20080711005254.GA71536@dragon.NUXI.org> References: <200807101635.m6AGZv7I090311@svn.freebsd.org> <20080710233721.GA55073@dragon.NUXI.org> <20080711005112.GA60061@dragon.NUXI.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080711005112.GA60061@dragon.NUXI.org> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, "cvs-all@freebsd.org" Subject: Re: svn commit: r180431 - in head/sys: kern sys X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@freebsd.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2008 00:52:55 -0000 On Thu, Jul 10, 2008 at 05:51:12PM -0700, David O'Brien (@FreeBSD) wrote: > On Thu, Jul 10, 2008 at 04:58:05PM -0700, Peter Wemm wrote: > > I think you should leave it in Juniper's tree for a tad longer: > > ../../../kern/link_elf_obj.c:88: error: redefinition of 'struct elf_file' > > ../../../kern/link_elf_obj.c:119: error: redefinition of typedef 'elf_file_t' > > ../../../sys/link_elf.h:133: error: previous declaration of > > 'elf_file_t' was here > > What arch are you building on? I built i386 LINT with this change. So > I need some help reproducing the build break. Ah, kern/link_elf_obj.c is only used in the AMD64 build. -- -- David (obrien@FreeBSD.org)