Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 1996 21:00:37 -0700 (PDT)
From:      "Rodney W. Grimes" <rgrimes@GndRsh.aac.dev.com>
To:        rkw@dataplex.net (Richard Wackerbarth)
Cc:        current@freebsd.org
Subject:   Re: Independent Test Results - UNBUILDABLE
Message-ID:  <199609110400.VAA21065@GndRsh.aac.dev.com>
In-Reply-To: <v02140b02ae5bda2bbf3a@[208.2.87.4]> from Richard Wackerbarth at "Sep 10, 96 10:44:51 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> After carefully seting up the test station to bootstrap from a currently
> running 2.1.5+ system to the present version of "current", my first test
> was a non-starter. The code cannot even go far enough to start replacing
> things which were imported from the 2.1.5 environment. The first things it
> atempts is "cleandir" This bombs on the test.
> 
> if [ -d ] rm -rf  ;

make bootstrap && make world
should fix this one.... you can't expect make world for 2.2-current to
run on 2.1.5 without first running the bootstrap target.  You'll also
blow up some time way later, the fix for that is left as an excercise
for the reader...

> which comes from bsd.obj.mk with a null .TARGETOBJDIR
> 
> I recall some discussion of the meaning of one argument to test. Obviously,
> a fix has not yet been installed.
> 
> 
> Days Unbuildable
> Current      1
> Maximum      1
> Percentage 100
> 
> Who knows what the 'morrow shall bring.
> 
> 
> 


-- 
Rod Grimes                                      rgrimes@gndrsh.aac.dev.com
Accurate Automation Company                 Reliable computers for FreeBSD



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