Hello lists,

net/dante is marked broken, but can be built without problem here on my machine.
Looking at pkg-fallout message, it stops at
checking read/send-side pipe system...
https://lists.freebsd.org/archives/freebsd-pkg-fallout/2023-February/317284.html

This check runs a program which contains:

if (socketpair(AF_LOCAL, SOCK_DGRAM, 0, datapipev) != 0) {

and the result of test is used as HAVE_PIPEBUFFER_SEND_BASED or HAVE_PIPEBUFFER_RECV_BASED macro. I suspect that security.jail.socket_unixiproute_only sysctl has turned to 1 on the official package build machine sometime ago.
Is this correct? If so, is it possible to set it back to 0?

If my guess is wrong or allow.socket_af cannot be set, what should be the replacement to this test?

best regards.
----
Hiroo Ono

Reply via email to