From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 7 04:47:41 2004 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2DFA16A4CE; Wed, 7 Jan 2004 04:47:41 -0800 (PST) Received: from nitroba.com (ip-64-7-15-234.dsl.bos.megapath.net [64.7.15.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8233243D58; Wed, 7 Jan 2004 04:47:39 -0800 (PST) (envelope-from simsong@lcs.mit.edu) Received: from e3 (KITCHEN.NITROBA.COM [192.168.1.9]) by nitroba.com (8.12.10/8.12.10) with SMTP id i07Ckm0B083061; Wed, 7 Jan 2004 07:47:38 -0500 (EST) (envelope-from simsong@lcs.mit.edu) Message-ID: <09bc01c3d51c$5e397410$0901a8c0@e3> From: "Simson Garfinkel" To: "Bruce Evans" , "Simson L. Garfinkel" References: <200401070158.i071w1t3032401@www.freebsd.org> <20040107184121.Q7587@gamplex.bde.org> Date: Wed, 7 Jan 2004 07:37:43 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: freebsd-bugs@freebsd.org cc: freebsd-gnats-submit@freebsd.org Subject: Re: kern/60997: vm_pindex_t has conflicting definitions in machine/types.h and sys/types.h X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2004 12:47:41 -0000 That's interesting. Thanks for the info. I guess something about the 5.2-RC2 cvsup process or "make installworld" and "make installkernel" didn't update them properly. ----- Original Message ----- From: "Bruce Evans" To: "Simson L. Garfinkel" Cc: ; Sent: Wednesday, January 07, 2004 2:46 AM Subject: Re: kern/60997: vm_pindex_t has conflicting definitions in machine/types.h and sys/types.h > On Tue, 6 Jan 2004, Simson L. Garfinkel wrote: > > > >Synopsis: vm_pindex_t has conflicting definitions in machine/types.h and sys/types.h > > Your header files are out of date. doesn't exist in > FreeBSD. > > > >Description: > > building etherreal from ports doesn't work because there are conflicting definitions for vm_pindex_t: > > ... > > In file included from host/hr_storage.c:36: > > /usr/include/machine/types.h:57: error: conflicting types for `vm_pindex_t' > > /usr/include/sys/types.h:253: error: previous declaration of `vm_pindex_t' > > *** Error code 1 > > or the port seems to be out of date too. Including the > nonexistent file shouldn't be attempted. > > Bruce > >