Skip site navigation (1)Skip section navigation (2)
Date:      11 Jun 2003 01:22:05 -0400
From:      Adam <blueeskimo@gmx.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: Make world for 5.1 fails in gdb
Message-ID:  <1055308925.68253.19.camel@jake>
In-Reply-To: <20030611045346.GA95484@anoat.phoenix>
References:  <20030611045346.GA95484@anoat.phoenix>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <blueeskimo@gmx.net>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1055308925.68253.19.camel>