daily CVS update output

2016-10-15 Thread NetBSD source update
Updating src tree: U src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/Makefile U src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/aes-ppc.S U src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/aes.inc U

Re: Gumstix Pepper

2016-10-15 Thread Thor Lancelot Simon
On Sat, Oct 15, 2016 at 05:02:50PM +, Michael van Elst wrote: > kiyoh...@kk.iij4u.or.jp (KIYOHARA Takashi) writes: > > >By the way, how should I handle a sensor? Is interface of a Linux > >compatible provide so that application of Linux can access? > >Who is doing such work at present? > >

uniq(1) is broken

2016-10-15 Thread Rin Okuyama
uniq(1) is currently broken: % cat test 1 12 1 1 % uniq test 1 12 1 1 This bug was introduced to uniq.c rev. 1.19, http://cvsweb.netbsd.org/bsdweb.cgi/src/usr.bin/uniq/uniq.c#rev1.19 where the size of buffer and the length of line are mixed up. Please apply the attached

Re: build fails due to intrctl on ARM

2016-10-15 Thread Johnny Billquist
On 2016-10-15 22:49, Rin Okuyama wrote: Build fails due to intrctl(8) on ARM, whose char is unsigned. Please apply the attached patch. Well, considering that getopt() is returning an int, whoever wrote that code did it wrong. So this is a general bug that might affect everyone, not just arm.

build fails due to intrctl on ARM

2016-10-15 Thread Rin Okuyama
Build fails due to intrctl(8) on ARM, whose char is unsigned. Please apply the attached patch. Thanks, Rin --- src/usr.sbin/intrctl/intrctl.c.orig 2016-10-16 05:31:55.270511416 +0900 +++ src/usr.sbin/intrctl/intrctl.c 2016-10-16 05:32:14.437245115 +0900 @@ -118,7 +118,7 @@ void

Automated report: NetBSD-current/i386 build failure

2016-10-15 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 2016.10.15.16.46.14. An extract from the build.sh output follows: --- kern-XEN3_DOM0 --- ---

Re: Gumstix Pepper

2016-10-15 Thread Michael van Elst
kiyoh...@kk.iij4u.or.jp (KIYOHARA Takashi) writes: >By the way, how should I handle a sensor? Is interface of a Linux >compatible provide so that application of Linux can access? >Who is doing such work at present? Sensors are currently supported by the envsys framework. There is nothing like

Re: Gumstix DuoVero

2016-10-15 Thread KIYOHARA Takashi
Hi From: KIYOHARA Takashi Date: Sun, 03 Jul 2016 20:05:06 +0900 (JST) > Gumstix DuoVero (Crystal + Parlor) supports. > > https://store.gumstix.com/coms/duovero-coms.html Commited. ToDo TWL6030's ADC TWL6040 DVI Thanks, -- kiyohara Copyright (c) 1996, 1997,

Automated report: NetBSD-current/i386 build success

2016-10-15 Thread NetBSD Test Fixture
The NetBSD-current/i386 build is working again. The following commits were made between the last failed build and the successful build: 2016.10.15.11.34.30 christos src/distrib/sets/lists/comp/md.i386,v 1.159 2016.10.15.11.41.54 christos src/distrib/sets/lists/comp/ad.arm,v 1.74

Re: gdb.old is broken

2016-10-15 Thread Ian D. Leroux
On Sat, 15 Oct 2016 10:09:52 +0200 (CEST) Havard Eidnes wrote: > > And while I'm on a roll I might as well promote -P as well. I think > > that unless you know what you are doing, -d and -P is probably > > switches you always want to apply when you do cvs update. > > I agree --

Re: gdb.old is broken

2016-10-15 Thread Havard Eidnes
> And while I'm on a roll I might as well promote -P as well. I think > that unless you know what you are doing, -d and -P is probably > switches you always want to apply when you do cvs update. I agree -- that's why my ~/.cvsrc contains: update -d -P diff -u rdiff -u Regards, - HÃ¥vard