daily CVS update output

2022-02-16 Thread NetBSD source update
Updating src tree: P src/sbin/nvmectl/identify.c P src/sys/arch/aarch64/aarch64/pmap.c P src/sys/arch/amiga/amiga/bus.c P src/sys/arch/amigappc/amigappc/p5reg.h P src/sys/arch/amigappc/include/bus_funcs.h P src/sys/arch/amigappc/include/cpu.h P src/sys/arch/arm/samsung/exynos4_reg.h P src/sys/arc

Re: pkg_rolling-relace reports mismatch

2022-02-16 Thread Greg Troxel
Riccardo Mottola writes: > pkg_rolling-replace reports me this: yes but > *** pkg_chk reports the following packages need replacing, but they are > not installed: py37-gobject > *** Please read the errors listed above, fix the problem, > *** then re-run pkg_rolling-replace to continue. it com

pkg_rolling-relace reports mismatch

2022-02-16 Thread Riccardo Mottola
Hello, pkg_rolling-replace reports me this: RR> Checking for mismatched installed packages using pkg_chk rr> Installed: py37-gobject-2.28.7nb4 rr> WARNING: mismatch variable not set due to permissions; rr> mismatch status will not persist. RR> Excluding the following mismatched packages

Re: eventfd: socket does not allow changing to non-blocking

2022-02-16 Thread Thomas Klausner
On Wed, Feb 16, 2022 at 05:47:59AM -0800, Jason Thorpe wrote: > > > On Feb 16, 2022, at 1:51 AM, Thomas Klausner wrote: > > > > Hi! > > > > NetBSD recently got an eventfd interface which is supposedly > > compatible to Linux's. > > > > net/zeromq uses eventfds and has lots of assertions in its

Re: eventfd: socket does not allow changing to non-blocking

2022-02-16 Thread Jason Thorpe
> On Feb 16, 2022, at 1:51 AM, Thomas Klausner wrote: > > Hi! > > NetBSD recently got an eventfd interface which is supposedly > compatible to Linux's. > > net/zeromq uses eventfds and has lots of assertions in its test code, > and I looked at one of them. It basically makes a new eventfd and

Re: eventfd: socket does not allow changing to non-blocking

2022-02-16 Thread Thomas Klausner
On Wed, Feb 16, 2022 at 10:51:28AM +0100, Thomas Klausner wrote: > Hi! > > NetBSD recently got an eventfd interface which is supposedly > compatible to Linux's. > > net/zeromq uses eventfds and has lots of assertions in its test code, > and I looked at one of them. It basically makes a new eventf

eventfd: socket does not allow changing to non-blocking

2022-02-16 Thread Thomas Klausner
Hi! NetBSD recently got an eventfd interface which is supposedly compatible to Linux's. net/zeromq uses eventfds and has lots of assertions in its test code, and I looked at one of them. It basically makes a new eventfd and then tries to set it to non-blocking mode using fcntl. This fails with 'o