Can't create dhcpcd/if_options.d in current.

2017-03-21 Thread pimin inwa
Don't understand where I went wrong. Can't get past this on Top of Tree with current. rm -fr usr.bin/ktrace/ktrace usr.bin/man/man usr.sbin/mrouted/mrouted usr.sbin/racoon/racoon cvs update -Pd ./build.sh -U -u -o -O BUILD_OBJ -T BUILD_TOOL kernel=GEMINI release |tee /var/build.log

daily CVS update output

2017-03-21 Thread NetBSD source update
Updating src tree: P src/bin/sh/shell.h P src/doc/3RDPARTY P src/doc/CHANGES P src/etc/rc.subr P src/external/bsd/unbound/TODO P src/external/public-domain/tz/dist/NEWS U src/external/public-domain/tz/dist/TZDATA_VERSION P src/external/public-domain/tz/dist/africa P src/external/public-domain/tz/d

Re: Annoying problem with "cvs update -Pd" in /usr/src building current

2017-03-21 Thread pimin inwa
Should have included the commands: cd /usr/src cvs update -Pd ./build.sh -U -u -o -O BUILD_OBJ -T BUILD_TOOL release This will occasionally blowup in the cvs command with the problem. Paul N. On Tue, Mar 21, 2017 at 5:15 AM, Johnny Billquist wrote: > Run your builds with an object directory

Re: Annoying problem with "cvs update -Pd" in /usr/src building current

2017-03-21 Thread Johnny Billquist
Run your builds with an object directory set up. Looks like you get your output files in the same directory as the source. Johnny pimin inwa skrev: (21 mars 2017 05:08:55 CET) >I'm seeing this annoying situation with cvs, especially after a failed >build (as described in another thread). >

List of supported chipsets?

2017-03-21 Thread Ian D. Leroux
Is there any publicly accessible list (on the web or in the source tree) of fully supported motherboard chipsets? I don't see that information listed on https://www.netbsd.org/support/hardware/, and https://mail-index.netbsd.org/port-amd64/2015/10/17/msg002320.html leads me to believe that at leas

Re: Can't build top of tree

2017-03-21 Thread pimin inwa
My bad. I did notice but, didn't give it any thought. On Tue, Mar 21, 2017 at 12:10 AM, Thomas Klausner wrote: > On Mon, Mar 20, 2017 at 09:01:18PM -0700, pimin inwa wrote: > > Fixed that problem but now I get: > > > > m_bio.c -o uvm_bio.o > > /usr/src/sys/uvm/uvm_bio.c: In function 'ubc_fault'

Re: Can't build top of tree

2017-03-21 Thread pimin inwa
I'm going to do a cleandir and rebuild. On this system that will be many hours so I'm going to get some shut-eye. Thanks for looking at this. Paul N. On Tue, Mar 21, 2017 at 12:00 AM, Paul Goyette wrote: > On Mon, 20 Mar 2017, pimin inwa wrote: > > /* $NetBSD: uvm_bio.c,v 1.89 2017/03/21

Re: Can't build top of tree

2017-03-21 Thread pimin inwa
Still there: /usr/src/sys/uvm/uvm_bio.c: In function 'ubc_fault': /usr/src/sys/uvm/uvm_bio.c:358:45: error: missing terminating " character [-Werror] "out of range write: slot=%#"PRIxVADDR" ^ In file included from /usr/src/sys/sys/systm.h:427:0,

Re: Can't build top of tree

2017-03-21 Thread pimin inwa
/* $NetBSD: uvm_bio.c,v 1.89 2017/03/21 02:24:35 ozaki-r Exp $ */ On Mon, Mar 20, 2017 at 11:43 PM, Paul Goyette wrote: > On Mon, 20 Mar 2017, pimin inwa wrote: > > Still there: >> > > Make sure you have revision 1.89 of src/sys/uvm/uvm_bio.c > > > > > +--+-

Re: Can't build top of tree

2017-03-21 Thread Thomas Klausner
On Mon, Mar 20, 2017 at 09:01:18PM -0700, pimin inwa wrote: > Fixed that problem but now I get: > > m_bio.c -o uvm_bio.o > /usr/src/sys/uvm/uvm_bio.c: In function 'ubc_fault': > /usr/src/sys/uvm/uvm_bio.c:358:45: error: missing terminating " character > [-Werror] >"out of range write: slot

Re: Can't build top of tree

2017-03-21 Thread Paul Goyette
On Mon, 20 Mar 2017, pimin inwa wrote: /* $NetBSD: uvm_bio.c,v 1.89 2017/03/21 02:24:35 ozaki-r Exp $ */ On Mon, Mar 20, 2017 at 11:43 PM, Paul Goyette wrote: On Mon, 20 Mar 2017, pimin inwa wrote: Still there: Make sure you have revision 1.89 of src/sys/uvm/uvm_bio.c Hmmm.