re: CVS commit: src/usr.bin/ldd

2022-10-18 Thread matthew green
> With this change, ldd /lib/libc.so.12.220 fails under NetBSD/amd64 9.99.101. > > > /lib/libc.so.12.220: > ldd: /lib/libc.so.12.220: invalid ELF class 2, expected 1 > > It seems that elf32_ldd() fails. > > Builds of some pkgsrc packages that use gobject introspection and meson fails > because

CVS commit: src/usr.bin/ldd

2022-10-18 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Oct 18 19:04:57 UTC 2022 Modified Files: src/usr.bin/ldd: ldd.c Log Message: only try the other methods if the previous ones failed. fixes problem reported by ryoon@ To generate a diff of this commit: cvs rdiff -u -r1.26

CVS commit: src/usr.bin/ldd

2022-10-18 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Oct 18 19:04:57 UTC 2022 Modified Files: src/usr.bin/ldd: ldd.c Log Message: only try the other methods if the previous ones failed. fixes problem reported by ryoon@ To generate a diff of this commit: cvs rdiff -u -r1.26

Re: CVS commit: src/usr.bin/ldd

2022-10-18 Thread Ryo ONODERA
Hi, With this change, ldd /lib/libc.so.12.220 fails under NetBSD/amd64 9.99.101. /lib/libc.so.12.220: ldd: /lib/libc.so.12.220: invalid ELF class 2, expected 1 It seems that elf32_ldd() fails. Builds of some pkgsrc packages that use gobject introspection and meson fails because they uses ldd

CVS commit: src/external/mit/xorg/lib/xkeyboard-config/rules

2022-10-18 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Oct 18 08:18:36 UTC 2022 Modified Files: src/external/mit/xorg/lib/xkeyboard-config/rules: Makefile Log Message: keep changed-how-generated files in the ${FILES} list. To generate a diff of this commit: cvs rdiff -u -r1.8

CVS commit: src/external/mit/xorg/lib/xkeyboard-config/rules

2022-10-18 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Oct 18 08:18:36 UTC 2022 Modified Files: src/external/mit/xorg/lib/xkeyboard-config/rules: Makefile Log Message: keep changed-how-generated files in the ${FILES} list. To generate a diff of this commit: cvs rdiff -u -r1.8

CVS commit: src/external/mit/xorg/lib/xkeyboard-config/rules

2022-10-18 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Oct 18 07:41:30 UTC 2022 Modified Files: src/external/mit/xorg/lib/xkeyboard-config/rules: Makefile Log Message: add a note about a hack for the pkgconfig file. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 \

CVS commit: src/external/mit/xorg/lib/xkeyboard-config/rules

2022-10-18 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Oct 18 07:41:30 UTC 2022 Modified Files: src/external/mit/xorg/lib/xkeyboard-config/rules: Makefile Log Message: add a note about a hack for the pkgconfig file. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 \

CVS commit: src/external/mit/xorg/lib/xkeyboard-config

2022-10-18 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Oct 18 07:36:38 UTC 2022 Added Files: src/external/mit/xorg/lib/xkeyboard-config: xkeyboard-config.pc.in Log Message: hack: add generated file as .pc.in to fix the build To generate a diff of this commit: cvs rdiff -u -r0

CVS commit: src/external/mit/xorg/lib/xkeyboard-config

2022-10-18 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Oct 18 07:36:38 UTC 2022 Added Files: src/external/mit/xorg/lib/xkeyboard-config: xkeyboard-config.pc.in Log Message: hack: add generated file as .pc.in to fix the build To generate a diff of this commit: cvs rdiff -u -r0

CVS commit: xsrc/external/mit/xkeyboard-config/dist

2022-10-18 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Tue Oct 18 07:35:57 UTC 2022 Added Files: xsrc/external/mit/xkeyboard-config/dist: configure Log Message: add fake file to find version. XXX: we need a new solution to this as xorg moves further and further away from autoconf to

CVS commit: xsrc/external/mit/xkeyboard-config/dist

2022-10-18 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Tue Oct 18 07:35:57 UTC 2022 Added Files: xsrc/external/mit/xkeyboard-config/dist: configure Log Message: add fake file to find version. XXX: we need a new solution to this as xorg moves further and further away from autoconf to

CVS commit: src/lib/libc/sys

2022-10-18 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Oct 18 07:33:15 UTC 2022 Modified Files: src/lib/libc/sys: _exit.2 Log Message: avoid unnecessary Ns macro To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/lib/libc/sys/_exit.2 Please note that diffs are not

CVS commit: src/lib/libc/sys

2022-10-18 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Oct 18 07:33:15 UTC 2022 Modified Files: src/lib/libc/sys: _exit.2 Log Message: avoid unnecessary Ns macro To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/lib/libc/sys/_exit.2 Please note that diffs are not

CVS commit: src/sys/arch/riscv/include

2022-10-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Oct 18 07:07:51 UTC 2022 Modified Files: src/sys/arch/riscv/include: types.h Log Message: VSXLEN=64 supports 16-bit ASID space so change tlb_asid_t to be big enough. Spotted by Simon. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/riscv/include

2022-10-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Oct 18 07:07:51 UTC 2022 Modified Files: src/sys/arch/riscv/include: types.h Log Message: VSXLEN=64 supports 16-bit ASID space so change tlb_asid_t to be big enough. Spotted by Simon. To generate a diff of this commit: cvs

CVS commit: src/crypto/external/bsd/openssh/dist

2022-10-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Oct 18 06:46:51 UTC 2022 Modified Files: src/crypto/external/bsd/openssh/dist: auth2.c Log Message: Avoid sending banner (if configured) twice. Apparent merge error. Patch from RVP (issue noticed by John D. Baker). To

CVS commit: src/crypto/external/bsd/openssh/dist

2022-10-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Oct 18 06:46:51 UTC 2022 Modified Files: src/crypto/external/bsd/openssh/dist: auth2.c Log Message: Avoid sending banner (if configured) twice. Apparent merge error. Patch from RVP (issue noticed by John D. Baker). To

CVS commit: src/sys/arch/riscv/include

2022-10-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Oct 18 06:44:43 UTC 2022 Modified Files: src/sys/arch/riscv/include: pte.h Log Message: Some fixes from Simon. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/riscv/include/pte.h Please note that

CVS commit: src/sys/arch/riscv/include

2022-10-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Oct 18 06:44:43 UTC 2022 Modified Files: src/sys/arch/riscv/include: pte.h Log Message: Some fixes from Simon. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/riscv/include/pte.h Please note that