Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: BEAGLEBONE 8.0_BETA kernel fails



On Sat, 5 Aug 2017, John D. Baker wrote:

> On Thu, 3 Aug 2017, Nick Hudson wrote:
> 
> > Maybe you could git bisect it to see what broke it?
> 
> I don't do the 'git' thing, but with good old CVS, breakage starts here:
> 
>   http://mail-index.netbsd.org/source-changes/2017/07/05/msg086059.html
> 
> I.e., disabling of DIAGNOSTIC, DEBUG, PAX_*_DEBUG renders BEAGLEBONE
> unbuildable.  The build breakage was apparently fixed a little later

It was more subtle than that.  Doing an update build provoked a number
of undefined reference errors from "subr_kmem.o" while building the
BEAGLEBONE kernel.  Removing the ${OBJDIR}/.../compile/* directories
allowed a subsequent build attempt to succeed.

> and I'll roll forward to find it, but not much after that the resulting
> kernel fails as previously described.

So, no change other than the disabling of DIAGNOSIC, DEBUG and PAX_*_DEBUG
options.  The resulting kernel fails, so apparently a critical piece of
code is on the wrong side of a #ifdef {DEBUG,DIAGNOSTIC,PAX_*_DEBUG}/#endif
block.

-- 
|/"\ John D. Baker, KN5UKS               NetBSD     Darwin/MacOS X
|\ / jdbaker[snail]mylinuxisp[flyspeck]com    OpenBSD            FreeBSD
| X  No HTML/proprietary data in email.   BSD just sits there and works!
|/ \ GPGkeyID:  D703 4A7E 479F 63F8 D3F4  BD99 9572 8F23 E4AD 1645



Home | Main Index | Thread Index | Old Index