daily CVS update output

2016-10-21 Thread NetBSD source update
Updating src tree: P src/etc/etc.pmax/MAKEDEV.conf P src/external/gpl3/gcc/dist/gcc/config/netbsd-elf.h P src/external/gpl3/gcc/lib/libgcc/libgcc_s/Makefile P src/share/man/man4/nvme.4 P src/share/mk/bsd.own.mk P src/sys/arch/pmax/conf/files.pmax P src/sys/arch/pmax/conf/majors.pmax P src/sys/comp

Re: Wapbl correct and stable again?

2016-10-21 Thread Jaromír Doleček
2016-10-21 1:56 GMT+02:00 bch : > I just had a kernel fault (might be audio subsystem, will investigate), but > with this latest (7.99.40) kernel I'm still getting corruption. I don't know > if it's new code in the filesystem, or bad luck that I'm faulting so much, > exposing something that's alrea

Re: libc_fp* entries for mips debug set?

2016-10-21 Thread Paul.Koning
"tf" means "long double", which I didn't think MIPS supports. So this looks like a case of some bit of code thinking that it does when it actually isn't there. paul > On Oct 21, 2016, at 2:16 PM, Michael wrote: > > Hello, > > On Fri, 21 Oct 2016 12:27:54 +0200 > Martin Husemann wro

Re: libc_fp* entries for mips debug set?

2016-10-21 Thread Michael
Hello, On Fri, 21 Oct 2016 12:27:54 +0200 Martin Husemann wrote: > On Fri, Oct 21, 2016 at 05:18:44AM -0500, John D. Baker wrote: > > This is evbmips-mips64el for my Lemote YeeLoong. > > So that should be arch64, but not softfloat, and I would have expected > the entries to be ignored. All mip

Re: libc_fp* entries for mips debug set?

2016-10-21 Thread coypu
On Fri, Oct 21, 2016 at 05:18:44AM -0500, John D. Baker wrote: > On Fri, 21 Oct 2016, Martin Husemann wrote: > > > On Thu, Oct 20, 2016 at 06:50:22PM -0500, John D. Baker wrote: > > > Entries for these files crept into "distrib/sets/lists/debug/ad.mips": > > > > > > ./usr/lib/64/libc_fp_g.a > > >

Re: libc_fp* entries for mips debug set?

2016-10-21 Thread Martin Husemann
On Fri, Oct 21, 2016 at 05:18:44AM -0500, John D. Baker wrote: > This is evbmips-mips64el for my Lemote YeeLoong. So that should be arch64, but not softfloat, and I would have expected the entries to be ignored. Any awk/sh wizards fancy documenting the exact format and semantics of the set lists?

Re: libc_fp* entries for mips debug set?

2016-10-21 Thread John D. Baker
On Fri, 21 Oct 2016, Martin Husemann wrote: > On Thu, Oct 20, 2016 at 06:50:22PM -0500, John D. Baker wrote: > > Entries for these files crept into "distrib/sets/lists/debug/ad.mips": > > > > ./usr/lib/64/libc_fp_g.a > > ./usr/lib/libc_fp_g.a > > ./usr/lib/o32/libc_fp_g.a > > > > but these files

Re: libc_fp* entries for mips debug set?

2016-10-21 Thread Martin Husemann
On Thu, Oct 20, 2016 at 06:50:22PM -0500, John D. Baker wrote: > Entries for these files crept into "distrib/sets/lists/debug/ad.mips": > > ./usr/lib/64/libc_fp_g.a > ./usr/lib/libc_fp_g.a > ./usr/lib/o32/libc_fp_g.a > > but these files currently don't get built, breaking MKDEBUG_LIB=yes > builds