Re: CVS commit: src/share/mk

2018-11-10 Thread Martin Husemann
On Sat, Nov 10, 2018 at 01:40:47AM +, Michael Lorenz wrote:
> Module Name:  src
> Committed By: macallan
> Date: Sat Nov 10 01:40:47 UTC 2018
> 
> Modified Files:
>   src/share/mk: bsd.own.mk
> 
> Log Message:
> more Xorg on iyonix building goop
> 
> 
> To generate a diff of this commit:
> cvs rdiff -u -r1.1078 -r1.1079 src/share/mk/bsd.own.mk

This part:

@@ -980,7 +980,7 @@
 # These platforms use softfloat by default.
 #
 .if ${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el"
-MKSOFTFLOAT?=  yes
+MKSOFTFLOAT?=  no
 .endif
 
 #

is probably not intended and breaks the build for mips64eb.

Martin


Re: CVS commit: src/etc/etc.evbarm

2018-11-10 Thread Herbert J. Skuhra
On Tue, 06 Nov 2018 14:36:06 +0100, "Herbert J. Skuhra" wrote:
> 
> On Mon, 05 Nov 2018 22:37:31 +0100, Nick Hudson wrote:
> > 
> > On 05/11/2018 20:45, Herbert J. Skuhra wrote:
> > > On Mon, Nov 05, 2018 at 09:11:02AM -0500, Greg Troxel wrote:
> > >> "Herbert J. Skuhra"  writes:
> > >> 
> > >>> On Sun, 04 Nov 2018 22:41:12 +0100, "Nick Hudson" wrote:
> >  
> >  Module Name:   src
> >  Committed By:  skrll
> >  Date:  Sun Nov  4 21:41:12 UTC 2018
> >  
> >  Modified Files:
> > src/etc/etc.evbarm: Makefile.inc
> >  
> >  Log Message:
> >  Only add GENERIC to earmv6 and earmv7 builds
> > >>> 
> > >>> This change obviously breaks "./build.sh -m evbarm -a earmv7hf -U 
> > >>> release".
> > 
> > fixed. (I hope)
> > 
> > > My Raspberry boots, grows /, reboots and then panics. This happens for
> > > several days now. :-(
> > 
> > What's the panic message and backtrace?
> 
> [  13.5062763] Fatal kernel mode prefetch abort at 0x
> [  13.5062763] trapframe: 0xb9b45ef0, spsr=a0090013
> [  13.5062763] r0 =742871c8, r1 =f2a00e00, r2 =b9b45fb0, r3 =0010
> [  13.5062763] r4 =80799648, r5 =, r6 =b9b45fb0, r7 =742871c8
> [  13.5062763] r8 =0010, r9 =f2a00e00, r10=ba87a920, r11=b9b45fac
> [  13.5062763] r12=b9b45f40, ssp=b9b45f40, slr=80023890, pc =
> 
> Stopped in pid 191.1 (syslogd) at   0:  address 0x0 is invalid
> andeq   r0, r0, r0
> db{2}> bt
> 0xb9b45fac: netbsd:undefinedinstruction+0xc
> 
> If I disable syslogd I get a similar error with makemandb.

earmv6hf works fine!

--
Herbert