daily CVS update output

2014-08-26 Thread NetBSD source update
Updating src tree: P src/distrib/sets/lists/xdebug/md.hp300 P src/external/bsd/nvi/dist/ex/ex_cscope.c P src/external/gpl3/binutils/dist/bfd/elf32-m68k.c P src/external/gpl3/binutils/dist/bfd/elf32-sh.c P src/external/gpl3/binutils/dist/bfd/elf32-vax.c P src/external/gpl3/binutils/dist/bfd/elfxx-m

Re: ARM ABI changes/combinations

2014-08-26 Thread Jun Ebihara
From: Jeff Rizzo Subject: Re: ARM ABI changes/combinations (was Re: Preparation for creating netbsd-7 branch) Date: Fri, 25 Jul 2014 17:25:26 -0700 > Index: build.sh > === > RCS file: /cvsroot/src/build.sh,v > -MACHINE=zaurus

netbsd7-i386 build failure

2014-08-26 Thread Hisashi T Fujinaka
I've been complaining about this for days, but of course in the wrong venues. WHICH IS THE RIGHT VENUE? -- Hisashi T Fujinaka - ht...@twofifty.com BSEE(6/86) + BSChem(3/95) + BAEnglish(8/95) + MSCS(8/03) + $2.50 = latte -- Forwarded message -- Date: Mon, 25 Aug 2014 15:10:59 -07

Re: ld.elf_so fails to compile

2014-08-26 Thread Kurt Schreiner
On Tue, Aug 26, 2014 at 05:35:22PM +0200, Martin Husemann wrote: > On Tue, Aug 26, 2014 at 05:33:41PM +0200, Kurt Schreiner wrote: > > Hi, > > > > with -current source updated some minutes ago build.sh ... distribuiton > > (on i386 at least) fails in ld.elf_so: > > Christos just fixed it. ah, ok!

Re: ld.elf_so fails to compile

2014-08-26 Thread Martin Husemann
On Tue, Aug 26, 2014 at 05:33:41PM +0200, Kurt Schreiner wrote: > Hi, > > with -current source updated some minutes ago build.sh ... distribuiton > (on i386 at least) fails in ld.elf_so: Christos just fixed it. Martin

ld.elf_so fails to compile

2014-08-26 Thread Kurt Schreiner
Hi, with -current source updated some minutes ago build.sh ... distribuiton (on i386 at least) fails in ld.elf_so: dependall ===> sys/dev/sbus /u/NetBSD/src/libexec/ld.elf_so/headers.c: In function '_rtld_digest_dynamic': dependall ===> share/man/man8/man8.sun2 /u/NetBSD/src/libexec/ld.elf_so/hea

Re: Testing 7.0 Beta: FFS still very slow when creating files

2014-08-26 Thread Alan Barrett
On Tue, 26 Aug 2014, Robert Elz wrote: | > memcmp is only supposed to provide the correct sign, not | > the difference. | true, but that's not what memcmp(9) says. This is a "normal" problem with man pages - they're written to document what the code actually does, then interpreted as a spec