From owner-freebsd-current Mon May 27 22:49:26 2002 Delivered-To: freebsd-current@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 0C9F837B400; Mon, 27 May 2002 22:49:21 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id g4S5nJY21604; Mon, 27 May 2002 23:49:19 -0600 (MDT) (envelope-from imp@village.org) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id g4S5nIG25904; Mon, 27 May 2002 23:49:19 -0600 (MDT) (envelope-from imp@village.org) Date: Mon, 27 May 2002 23:48:05 -0600 (MDT) Message-Id: <20020527.234805.02183457.imp@village.org> To: grog@FreeBSD.ORG Cc: ru@FreeBSD.ORG, sobomax@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: World is broken From: "M. Warner Losh" In-Reply-To: <20020528100429.F16567@wantadilla.lemis.com> References: <3CF2185A.635D3709@FreeBSD.org> <20020527132254.GA85117@sunbay.com> <20020528100429.F16567@wantadilla.lemis.com> X-Mailer: Mew version 2.1 on Emacs 21.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <20020528100429.F16567@wantadilla.lemis.com> "Greg 'groggy' Lehey" writes: : On Monday, 27 May 2002 at 16:22:54 +0300, Ruslan Ermilov wrote: : > On Mon, May 27, 2002 at 02:28:26PM +0300, Maxim Sobolev wrote: : >> Finally I have decided to give post gcc-3.1 perless world a : >> try, but found that world doesn't build. :(( The system in : >> question is 5-CURRENT makeworlded about a month ago. : >> : >> Any ideas? : >> : > Your /usr/include is hosed, well, actually your machine/stdarg.h : > is the broken version (rev. 1.12). Please manually install the : > revision 1.14 under /usr/include/machine/ and try again. : : Why is the build using /usr/include? I thought it should use the : header files in the source tree. buildworld uses /usr/include to build the tools that it uses to build the system. That second build is done w/o /usr/include from the tree you are building from, but the first build must necessarily use /usr/include. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message