Upgrading to FreeBSD 5.1

Ruslan Ermilov ru at freebsd.org
Mon Sep 15 13:18:33 PDT 2003


On Mon, Sep 15, 2003 at 03:13:30PM -0400, Didier Rwitura wrote:
> I am trying to upgrade my sysstem from 4.8-RELEASE-p4 to 5.1 
> 
> and i getting this error message when I run "make -j4 buildworld" 
> 
> 
> [admin]/usr/src(101)#make -j4 buildworld
> Running test variables
> PASS: Test variables detected no regression, output matches.
> Running test targets
> PASS: Test targets detected no regression.
> Running test sysvmatch
> PASS: Test sysvmatch detected no regression.
> Running test lhs_expn
> FAIL: Test failed: regression detected.  See above.
> *** Error code 1
> 1 error
> *** Error code 2
> --------------------------------------------------------------
> Building an up-to-date make(1)
> --------------------------------------------------------------
> 
> what do I need to check to fix this . I read the /src/UPDATING  ... I didnt find any info about this error message.
> 
You mean you upgrade to RELENG_5_1?  Beware that this branch
is currently not buildable: libpthread build is broken.

The error above is expected error, and does not (should not)
the buildworld to fail -- as the first step, src/Makefile
checks to see if the available make(1) binary is adequate to
build world; it does this by passing it by running the make
regression tests, and should they fail, builds a new make
from fresh sources.  The errors above indicate that some of
the regression tests have failed, and this causes the new
make to be built.


Cheers,
-- 
Ruslan Ermilov		Sysadmin and DBA,
ru at sunbay.com		Sunbay Software Ltd,
ru at FreeBSD.org		FreeBSD committer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20030915/28fc2dce/attachment.bin


More information about the freebsd-stable mailing list