Re: Currently: build failure

2015-05-12 Thread Masanobu SAITOH
On 2015/05/13 9:11, Paul Goyette wrote: Change all of the FALSE -- false and TRUE--true :) Fixed. Thanks! On Tue, 12 May 2015, bch wrote: [...] --- dependall-usr.sbin --- /usr/src/usr.sbin/crash/../../sys/arch/amd64/amd64/db_disasm.c:216:19: error: 'FALSE' undeclared here (not in a

daily CVS update output

2015-05-12 Thread NetBSD source update
Updating src tree: P src/bin/sh/Makefile P src/bin/sh/builtins.def P src/distrib/sets/lists/modules/md.amd64 P src/distrib/sets/lists/modules/md.evbppc.powerpc P src/distrib/sets/lists/modules/md.i386 P src/distrib/sets/lists/modules/mi P src/sys/arch/arm/marvell/mvsoc.c P

Re: Currently: build failure

2015-05-12 Thread Paul Goyette
Change all of the FALSE -- false and TRUE--true :) On Tue, 12 May 2015, bch wrote: [...] --- dependall-usr.sbin --- /usr/src/usr.sbin/crash/../../sys/arch/amd64/amd64/db_disasm.c:216:19: error: 'FALSE' undeclared here (not in a function) /*10*/ { , FALSE, NONE, 0, 0 },

Re: filemon(4)

2015-05-12 Thread gary
= I don't have /dev/filemon, and MKDEV has no entry for it -- what are = the major/minor numbers for it ? Any special considerations outside of = running mknod w/ appropriate args ? = = -bch = From src/sys/dev/filemon/mknod-sh , capo { ~ } % sysctl kern.drivers | sed 's/.*\[\([^ ]*\) [^ ]*

Re: filemon(4)

2015-05-12 Thread Paul Goyette
Even easier: # grep filemon /src/sys/conf/majors device-major filemon char 202filemon On Tue, 12 May 2015, g...@duzan.org wrote: = I don't have /dev/filemon, and MKDEV has no entry for it -- what are = the major/minor numbers for it ? Any special considerations outside of

Re: Live Image build failure

2015-05-12 Thread Chavdar Ivanov
It is OK now after a few attempts, without me doing anything other than cvs update. Today I got both i386 and mad64 live-image builds. Chavdar On Fri, 1 May 2015 at 21:14 Iain Hibbert plu...@ogmig.net wrote: On Mon, 27 Apr 2015, Chavdar Ivanov wrote: I've been trying to build liveimage for

Re: filemon(4)

2015-05-12 Thread bch
nm -- I used /usr/src/sys/dev/filemon/mknod-sh I'll file a bug. -bch On 5/12/15, bch brad.har...@gmail.com wrote: I don't have /dev/filemon, and MKDEV has no entry for it -- what are the major/minor numbers for it ? Any special considerations outside of running mknod w/ appropriate args ?

Currently: build failure

2015-05-12 Thread bch
[...] --- dependall-usr.sbin --- /usr/src/usr.sbin/crash/../../sys/arch/amd64/amd64/db_disasm.c:216:19: error: 'FALSE' undeclared here (not in a function) /*10*/ { , FALSE, NONE, 0, 0 }, ^ /usr/src/usr.sbin/crash/../../sys/arch/amd64/amd64/db_disasm.c:232:19:

filemon(4)

2015-05-12 Thread bch
I don't have /dev/filemon, and MKDEV has no entry for it -- what are the major/minor numbers for it ? Any special considerations outside of running mknod w/ appropriate args ? -bch

Automated report: NetBSD-current/i386 build failure

2015-05-12 Thread NetBSD Test Fixture
This is an automatically generated notice of a NetBSD-current/i386 build failure. The failure occurred on babylon5.NetBSD.org, a NetBSD/amd64 host, using sources from CVS date 2015.05.12.20.54.30. An extract from the build.sh output follows:

daily CVS update output

2015-05-12 Thread NetBSD source update
Updating src tree: P src/common/lib/libprop/prop_kern.c P src/common/lib/libprop/prop_object_impl.h P src/distrib/sets/lists/tests/mi P src/sys/arch/arm/arm32/pmap.c P src/sys/arch/evbarm/conf/JETSONTK1 P src/sys/arch/x86/x86/cpu_ucode_intel.c P src/sys/compat/common/compat_mod.c P

How to not install something?

2015-05-12 Thread Paul Goyette
Is there a way within our current /usr/share/mk/ to go through all of the work of creating something, and then _not_ install it in $DESTDIR? I'm needing to do this for both PROGS and KMOD (Oh, I tried to add install:: to the Makefile, but it complains about Inconsistent