Re: Undefined symbol "setgroups@FBSD_1.8"

From: void <void_at_f-m.fm>
Date: Wed, 15 Oct 2025 18:30:01 UTC
On Wed, Oct 15, 2025 at 08:47:45AM -0700, Mark Millard wrote:
>
>Again:
>
>13.5 does not have compat support for 15 (or 14 or 16). That
>is a property of 13.5, not of sccache(-overlay).
>

Yet sccache and sccache-overlay work fine on a stable/14 host with
a 13.5 builder. This is what threw me. 

Anyhow, I accept the sccache needs to be -static, and, as Kyle mentioned, 
the current model isn't really workable (until that happens).

Interestingly, on 14.3-STABLE #10 stable/14-n272560 (built 1st Oct)

% grep setgroups `grep -rl FBSD_1.8 /usr/src/`
/usr/src/lib/libc/sys/Symbol.map: setgroups;
/usr/src/lib/libc/sys/Symbol.map: _setgroups;
/usr/src/lib/libc/sys/Symbol.map: __sys_setgroups;

on 15.0-STABLE stable/15-n280668 (built 12th Oct)

% grep setgroups `grep -rl FBSD_1.8 /usr/src/`
/usr/src/lib/libsys/Symbol.sys.map:     setgroups;

--