Re: building stable from current

2000-06-26 Thread David O'Brien

On Thu, Jun 22, 2000 at 10:12:28PM -0400, Kent Hauser wrote:
> For the last while (several months), whenever I try to build
> a RELENG_4 release from my -current box, it fails building gcc.

Yes.  (but it should only have been for the past 1.5 mos).
There are two ways to fix it.  One will be done before 4.1.

-- 
-- David  ([EMAIL PROTECTED])


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: building stable from current

2000-06-23 Thread Neil Blakey-Milner

On Thu 2000-06-22 (22:12), Kent Hauser wrote:
> For the last while (several months), whenever I try to build
> a RELENG_4 release from my -current box, it fails building gcc.
> 
> As -current is supposed to be "fluid" for the next several months,
> I wanted to make a set of -current and -stable CDs now.
> 
> The current build was fine. To build stable I did the following:
> 
> # cd  /usr; rm -rf src.stable;mkdir src.stable
> # rm -rf /usr/obj/usr/src.stable
> # su kent
> % cd src.stable
> % cvs -R -d /home/ncvs co -r RELENG_4 src 
> % cd src.stable; mv src/* .;rmdir src
> % make buildworld >& build.log
> 
> and it blew up linking cc1plus.
> 
> I built -stable as me so as to be sure no system files
> were touched. But I'm also confused as I thought
> "buildworld" was self-contained -- as long as a reasonably
> current make was available to jump-start the process.
> 
> Thoughts & corrections greatly welcomed.

Can you send the last 50 or so lines of build.log?

Neil
-- 
Neil Blakey-Milner
Sunesi Clinical Systems
[EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



building stable from current

2000-06-22 Thread Kent Hauser


Hi,

For the last while (several months), whenever I try to build
a RELENG_4 release from my -current box, it fails building gcc.

As -current is supposed to be "fluid" for the next several months,
I wanted to make a set of -current and -stable CDs now.

The current build was fine. To build stable I did the following:

# cd  /usr; rm -rf src.stable;mkdir src.stable
# rm -rf /usr/obj/usr/src.stable
# su kent
% cd src.stable
% cvs -R -d /home/ncvs co -r RELENG_4 src 
% cd src.stable; mv src/* .;rmdir src
% make buildworld >& build.log

and it blew up linking cc1plus.

I built -stable as me so as to be sure no system files
were touched. But I'm also confused as I thought
"buildworld" was self-contained -- as long as a reasonably
current make was available to jump-start the process.

Thoughts & corrections greatly welcomed.

Kent


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message