From owner-freebsd-questions@FreeBSD.ORG Tue Jun 10 22:22:09 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 266F437B401 for ; Tue, 10 Jun 2003 22:22:09 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id A853D43FAF for ; Tue, 10 Jun 2003 22:22:07 -0700 (PDT) (envelope-from blueeskimo@gmx.net) Received: (qmail 16998 invoked by uid 65534); 11 Jun 2003 05:22:06 -0000 Received: from dsl-cust-203.openweb.ca (EHLO [64.39.186.203]) (64.39.186.203) by mail.gmx.net (mp011) with SMTP; 11 Jun 2003 07:22:06 +0200 From: Adam To: freebsd-questions@freebsd.org In-Reply-To: <20030611045346.GA95484@anoat.phoenix> References: <20030611045346.GA95484@anoat.phoenix> Content-Type: text/plain Message-Id: <1055308925.68253.19.camel@jake> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.3.92 (Preview Release) Date: 11 Jun 2003 01:22:05 -0400 Content-Transfer-Encoding: 7bit Subject: Re: Make world for 5.1 fails in gdb X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2003 05:22:09 -0000 On Wed, 2003-06-11 at 00:53, Nicolas Galler wrote: > I am trying to upgrade from 5.0-RELEASE to 5.1-RELEASE. I just cvsupped but > trying make buildworld in /usr/src fails (in gdb), some error messages when > linking about xre_comp not defined (I have included the actual error messages > below). I dont think Ive actually run make world since I installed 5.0 from CD > a couple months ago. > > Well tracing down the problem the closest I could get is that a file xregex.h > is included, which defines re_comp etc to xre_comp. Also a strange thing is > the following line in config.h (in the gdb directory): > /* Define if gnu-regex.c included with GDB should be used. */ > #define USE_INCLUDED_REGEX 1 > yet gnu-regex.c doesn't get compiled (or linked, as you can see below). > > Well it all sound like Im doing something really stupid so I hope someone can > help :) a) Did you try using -jN (eg, -j4) when you buildworld? If so, try without. I had problems going from 5.0-RELEASE to 5.1-RELEASE using -j4. b) Did you clear /usr/obj/* before buildworld? -- Adam