daily CVS update output

2022-01-15 Thread NetBSD source update
Updating src tree: P src/common/lib/libc/string/memset2.c U src/distrib/sets/lists/base/md.playstation2 P src/doc/roadmaps/desktop P src/share/man/man9/pfil.9 P src/sys/arch/aarch64/aarch64/pmap.c P src/sys/arch/aarch64/include/pmap.h P src/sys/arch/arm/include/arm32/pmap.h P src/sys/arch/evbppc/

Re: Recent install images do not install netbsd.gdb

2022-01-15 Thread pin
‐‐‐ Original Message ‐‐‐ On Saturday, January 15th, 2022 at 17:03, Martin Husemann wrote: > On Sat, Jan 15, 2022 at 03:54:43PM +, pin wrote: > > > But, just so to clarify. The debug set is not pulled by sysinst and > > > > it used to be. > > I think it never was unless you manuall

Re: Recent install images do not install netbsd.gdb

2022-01-15 Thread Martin Husemann
On Sat, Jan 15, 2022 at 03:54:43PM +, pin wrote: > But, just so to clarify. The debug set is not pulled by sysinst and > it used to be. I think it never was unless you manually select it in the sets menu. The debug set does not strictly add functionality, so even a "full" install does not use

Automated report: NetBSD-current/i386 build failure

2022-01-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 2022.01.15.14.49.43. An extract from the build.sh output follows: # compile MONOLITHIC/drm_cache.o /tmp/build

Re: Recent install images do not install netbsd.gdb

2022-01-15 Thread pin
Thank you both. I've fetched the debug sets now and unpack them into place. So, I can try to get a backtrace next time I get a coredump. But, just so to clarify. The debug set is not pulled by sysinst and it used to be.

Re: Recent install images do not install netbsd.gdb

2022-01-15 Thread pin
> You did not update that recently, did you? > > This is with the latest download form nycdn: > > https://nycdn.NetBSD.org/pub/NetBSD-daily/HEAD/latest/amd64/binary/sets/debug.tar.xz > > > tar tvzf debug.tar.xz | fgrep netbsd- > > -r--r--r-- 0 root bin 179990264 Jan 15 00:56 > ./usr/libdata/debug/

Re: Recent install images do not install netbsd.gdb

2022-01-15 Thread Martin Husemann
On Sat, Jan 15, 2022 at 03:22:24PM +, pin wrote: > $ cd debug/ > $ ls -la > total 32 > drwxr-xr-x 8 root wheel 512 Jan 8 18:25 . > drwxr-xr-x 6 root wheel 512 Jan 8 18:25 .. > drwxr-xr-x 2 root wheel 512 Jan 8 18:25 bin > drwxr-xr-x 4 root wheel 512 Jan 8 18:25 lib > drwxr-x

Re: Recent install images do not install netbsd.gdb

2022-01-15 Thread pin
> The kernel debug symbols are installed in > /usr/libdata/netbsd-.debug and Now I'm feeling stupid. These is the default content of /usr/libdata directory, $ ls -la total 24 drwxr-xr-x 6 root wheel 512 Jan 8 18:25 . drwxr-xr-x 16 root wheel 512 Jan 13 11:01 .. drwxr-xr-x 8 root whe

Re: Recent install images do not install netbsd.gdb

2022-01-15 Thread Christos Zoulas
> On Jan 15, 2022, at 9:43 AM, pin wrote: > >>> What should I run now instead? > >> If you have MKDEBUG set in your build or have installed the debug sets: > > Thanks! > I don't think I follow, though. Sorry. > > I didn't build this kernel, the system was installed from a daily-build image.

Re: Recent install images do not install netbsd.gdb

2022-01-15 Thread Martin Husemann
On Sat, Jan 15, 2022 at 02:43:43PM +, pin wrote: > > # gdb --eval-command="file /netbsd" --eval-command="target kvm > > Do you mean the debug symbols are baked into the kernel now? No, they are in an external debug symbols file. The file name is something like netbsd-GENERIC.debug and it shou

Re: Recent install images do not install netbsd.gdb

2022-01-15 Thread pin
>> What should I run now instead? > If you have MKDEBUG set in your build or have installed the debug sets: Thanks! I don't think I follow, though. Sorry. I didn't build this kernel, the system was installed from a daily-build image. > # gdb --eval-command="file /netbsd" --eval-command="target