daily CVS update output

2020-05-23 Thread NetBSD source update
Updating src tree: P src/build.sh P src/distrib/sets/lists/dtb/ad.earmv7 P src/distrib/sets/lists/dtb/ad.earmv7hf P src/distrib/sets/lists/dtb/ad.earmv7hfeb P src/doc/TODO.smpnet P src/etc/etc.evbarm/Makefile.inc P src/external/cddl/osnet/dist/uts/common/dtrace/dtrace.c P

Re: build failure when optimizing

2020-05-23 Thread Tobias Nygren
On Sat, 23 May 2020 22:25:55 +0200 os...@fessel.org wrote: > I just tried to build release with optimisation for my little xeon server. > That fails, but I don?t understand why it seems to build some 386 32bit libs. You can build with MKCOMPAT=no to avoid this problem if you don't need 32-bit

Re: build failure when optimizing

2020-05-23 Thread oskar
Hej, > Am 23.05.2020 um 23:21 schrieb Paul Goyette : > > This is done deliberately, to enable you to run NetBSD-i386 images on > a NetBSD-amd64 host. > > If you want to eliminate these compatability libraries, you can set > the MKCOMPAT variable to NO: > > build.sh ... -V MKCOMPAT=NO

Re: build failure when optimizing

2020-05-23 Thread Paul Goyette
This is done deliberately, to enable you to run NetBSD-i386 images on a NetBSD-amd64 host. If you want to eliminate these compatability libraries, you can set the MKCOMPAT variable to NO: build.sh ... -V MKCOMPAT=NO release On Sat, 23 May 2020, os...@fessel.org wrote: Hej, I just

build failure when optimizing

2020-05-23 Thread oskar
Hej, I just tried to build release with optimisation for my little xeon server. That fails, but I don’t understand why it seems to build some 386 32bit libs. — # build libgcc_s/libgcc_s.so.1.0 rm -f libgcc_s.so.1.0 /hurz/obj/tooldir.NetBSD-9.99.63-amd64/bin/x86_64--netbsd-gcc -nodefaultlibs

Re: github.com/NetBSD/src 5 days old?

2020-05-23 Thread Kamil Rytarowski
On 23.05.2020 02:08, matthew sporleder wrote: > On Fri, May 22, 2020 at 5:57 PM Greg A. Woods wrote: >> >> At Thu, 21 May 2020 15:11:41 -0400, Andrew Cagney >> wrote: >> Subject: Re: github.com/NetBSD/src 5 days old? >>> >>> The details are all found here: >>>

Re: KASLR kernel fails to boot

2020-05-23 Thread Maxime Villard
Sorry about this, there was a file I forgot in my commit command line for a change two weeks ago: https://mail-index.netbsd.org/source-changes/2020/05/23/msg117587.html The lack of call to elf_build_info() caused a sanity check in the prekern to fail. Thanks for reporting Le