amd64 build failure

2025-04-09 Thread Paul Goyette
I ama repeatably getting the following error when trying to build HEAD nbmake[9]: don't know how to make sandbox-rlimit.c. Stop nbmake[9]: stopped making "dependall" in /build/netbsd-local/src_ro/crypto/external/bsd/openssh/libexec/sshd-session This is with the following build.sh command: ===

Re: -current amd64 build failure

2020-09-24 Thread Paul Goyette
On Thu, 24 Sep 2020, Paul Goyette wrote: === 2 extra files in DESTDIR = Files in DESTDIR but missing from flist. File is obsolete or flist is out of date ? -- ./usr/share/man/html3/getentropy.html ./usr/share/man/man3/getentropy.3 =

Re: -current amd64 build failure

2020-09-24 Thread Paul Goyette
=== 2 extra files in DESTDIR = Files in DESTDIR but missing from flist. File is obsolete or flist is out of date ? -- ./usr/share/man/html3/getentropy.html ./usr/share/man/man3/getentropy.3 = end of 2 extra files === The bui

Re: -current amd64 build failure

2020-09-24 Thread Chavdar Ivanov
On Thu, 24 Sep 2020 at 12:30, Chavdar Ivanov wrote: > > On Thu, 24 Sep 2020 at 10:45, matthew green wrote: > > > > Chavdar Ivanov writes: > > > /home/sysbuild/src/usr.sbin/crash/../../sys/arch/amd64/amd64/db_disasm.c:41: > > > /home/sysbuild/src/usr.sbin/crash/../../sys/sys/ksyms.h:147:1: error:

Re: -current amd64 build failure

2020-09-24 Thread Chavdar Ivanov
On Thu, 24 Sep 2020 at 10:45, matthew green wrote: > > Chavdar Ivanov writes: > > /home/sysbuild/src/usr.sbin/crash/../../sys/arch/amd64/amd64/db_disasm.c:41: > > /home/sysbuild/src/usr.sbin/crash/../../sys/sys/ksyms.h:147:1: error: > > unknown type name 'bool' > > 147 | bool ksyms_available(voi

re: -current amd64 build failure

2020-09-24 Thread matthew green
Chavdar Ivanov writes: > /home/sysbuild/src/usr.sbin/crash/../../sys/arch/amd64/amd64/db_disasm.c:41: > /home/sysbuild/src/usr.sbin/crash/../../sys/sys/ksyms.h:147:1: error: > unknown type name 'bool' > 147 | bool ksyms_available(void); > | ^~~~ should be fixed now. make sure you have sys

-current amd64 build failure

2020-09-24 Thread Chavdar Ivanov
Hi, Fourth time in a row for me; after cleaning obj and a 'make cleandir' in src: --- dependall-usr.sbin --- In file included from /home/sysbuild/src/usr.sbin/crash/../../sys/arch/amd64/amd64/db_disasm.c:41: /home/sysbuild/src/usr.sbin/crash/../../sys/sys/ksyms.h:147:1: error: unknown type name '

amd64 build failure on amd64

2019-02-25 Thread Ryo ONODERA
Hi, NetBSD/amd64 8.99.34 build on NetBSD/amd64 8.99.34 fails with following errors. Could anyone take a look at this problem? --- dependall-tests --- /usr/src/tests/modules/t_kcov.c:257:2: error: lvalue required as unary '&' operand (snip) In file included from /usr/world/8.99/amd64/destdir/us

Re: amd64 build failure

2018-03-08 Thread Kimihiro Nonaka
2018-03-09 5:07 GMT+09:00 Chavdar Ivanov : > With sources from a few hours ago on a clean (new) obj I get: I already fixed it. - Module Name:src Committed By: nonaka Date: Thu Mar 8 23:02:50 UTC 2018 Modified Files: src/sys/lib/libsa: cd9660.c Log Message: Add miss

amd64 build failure

2018-03-08 Thread Chavdar Ivanov
With sources from a few hours ago on a clean (new) obj I get: # compile sa/cd9660.o /home/sysbuild/amd64/tools/bin/x86_64--netbsd-gcc -O2 -mno-red-zone -ffreestanding -fPIC -fshort-wchar -fno-strict-aliasing -fno-bu iltin -fno-stack-protector -Wno-error=unused-but-set-variable -std=gnu99

amd64 build failure

2015-11-25 Thread Paul Goyette
With up-to-date sources, I got: #create libstdc++-v3/ext-inst.d CC=/build/netbsd-local/tools/x86_64/amd64/bin/x86_64--netbsd-c++ /build/netbsd-local/tools/x86_64/amd64/bin/nbmkdep -f ext-inst.d.tmp -- -I/build/netbsd-local/dest/amd64/usr/include/g++/backward --sysroot=/build/netbsd-

Re: Netbsd/amd64 build failure with both MKGCC and MKLLVM set

2013-10-18 Thread Nicolas Joly
On Fri, Oct 18, 2013 at 11:46:29PM +0200, Joerg Sonnenberger wrote: > On Fri, Oct 18, 2013 at 08:35:17PM +0200, Nicolas Joly wrote: > > On Fri, Oct 18, 2013 at 07:26:45PM +0200, Joerg Sonnenberger wrote: > > > On Fri, Oct 18, 2013 at 07:20:31PM +0200, Nicolas Joly wrote: > > > > On my my main devel

Re: Netbsd/amd64 build failure with both MKGCC and MKLLVM set

2013-10-18 Thread Joerg Sonnenberger
On Fri, Oct 18, 2013 at 08:35:17PM +0200, Nicolas Joly wrote: > On Fri, Oct 18, 2013 at 07:26:45PM +0200, Joerg Sonnenberger wrote: > > On Fri, Oct 18, 2013 at 07:20:31PM +0200, Nicolas Joly wrote: > > > On my my main developpement machine running -current NetBSD/amd64, i > > > do see a problem if

Re: Netbsd/amd64 build failure with both MKGCC and MKLLVM set

2013-10-18 Thread Nicolas Joly
On Fri, Oct 18, 2013 at 07:26:45PM +0200, Joerg Sonnenberger wrote: > On Fri, Oct 18, 2013 at 07:20:31PM +0200, Nicolas Joly wrote: > > On my my main developpement machine running -current NetBSD/amd64, i > > do see a problem if i try to build both gcc and clang (MKGCC=yes and > > MKLLVM=yes). The

Netbsd/amd64 build failure with both MKGCC and MKLLVM set

2013-10-18 Thread Nicolas Joly
Hi, On my my main developpement machine running -current NetBSD/amd64, i do see a problem if i try to build both gcc and clang (MKGCC=yes and MKLLVM=yes). The default compiler remaining unchanged (gcc). njoly@lanfeust [NetBSD/src]> ./build.sh -Uu -m amd64 -N 1 release [...] create libc/li

Re: Netbsd/amd64 build failure with both MKGCC and MKLLVM set

2013-10-18 Thread Joerg Sonnenberger
On Fri, Oct 18, 2013 at 07:20:31PM +0200, Nicolas Joly wrote: > On my my main developpement machine running -current NetBSD/amd64, i > do see a problem if i try to build both gcc and clang (MKGCC=yes and > MKLLVM=yes). The default compiler remaining unchanged (gcc). MKLLVM=yes now needs MKLIBCXX=