Re: Make regression tests and 4.x cross-builds

2002-11-29 Thread Bill Fenner
One of the big problems is that install gives a bogus error message when it can't unlink /usr/bin/make because it's non-root. Since there's no way that I'm going to suggest changing install's behavior this late in the release cycle, can we at least make buildworld's "make" target ensure that you'r

Re: Make regression tests and 4.x cross-builds

2002-11-29 Thread Bill Fenner
>The sparc64 tinderbox is running a stale world (about 3 months old), >so it's hitting the same problem. I'm running a not-so-stale world (19 days old) and hitting the same problem. Bill To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the messa

Re: Make regression tests and 4.x cross-builds

2002-11-29 Thread Mike Barcroft
Kris Kennaway <[EMAIL PROTECTED]> writes: > I'm cross-building 5.0 on 4.x, and I get the following: > > bento# make buildworld -j4 > Running test variables > PASS: Test variables detected no regression, output matches. > Running test targets > PASS: Test targets detected no regression. > Running t

Make regression tests and 4.x cross-builds

2002-11-29 Thread Kris Kennaway
I'm cross-building 5.0 on 4.x, and I get the following: bento# make buildworld -j4 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.