Re: CVS commit: src/sys/arch/evbarm/bcm53xx

2018-08-04 Thread Robert Elz
Date:Sat, 4 Aug 2018 14:33:13 +0100
From:Nick Hudson 
Message-ID:  

  | I'll take a look

Great, thanks.

http://releng.netbsd.org/builds/HEAD/201808040510Z/

provides links to the error logs of the failing builds (ignore the one
that fails building "file" - that's a build race condition that hits 
occasionally, I think it would have failed "the other way" later).

The build in progress now should be just the same, my change was
after it started (you might have a chance to fix things before my
abomination even gerts noticed, perhaps.)   The previous HEAD build
was the same as well.

http://releng.netbsd.org/cgi-bin/builds.cgi

is the index of builds and results.

kre



Re: CVS commit: src/sys/arch/evbarm/bcm53xx

2018-08-04 Thread Nick Hudson

On 04/08/2018 14:27, Robert Elz wrote:

Module Name:src
Committed By:   kre
Date:   Sat Aug  4 13:27:03 UTC 2018

Modified Files:
src/sys/arch/evbarm/bcm53xx: bcm53xx_machdep.c

Log Message:
Hack workaround to deal with KERN_VTOPHYS and KERN_PHYSTOV now
being defined in arm/arm32/machdep.h ... attempt to fix (some) earm
builds.   Even if builds succeed, resulting kernel might not boot,
and if it boots, could crash.   Someone with a clue, please use it!



Oops.

I'll take a look

Nick