Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Oct 2025 19:30:01 +0100
From:      void <void@f-m.fm>
To:        freebsd-pkg@freebsd.org
Subject:   Re: Undefined symbol "setgroups@FBSD_1.8"
Message-ID:  <aO_oKbIFKwTxjnjd@int21h>
In-Reply-To: <504EC476-50C6-49EC-85F6-AEB9C104F205@yahoo.com>
References:  <aO7qm_KW_hTFCzll@int21h> <11DE790B-4E98-4D42-A281-E0B669474C89@yahoo.com> <aO8iH0OI61BCPBn_@int21h> <2EC26A5F-3FEF-4D18-986D-A5106B164C64@yahoo.com> <aO-iOK4pBzufi8Gv@int21h> <504EC476-50C6-49EC-85F6-AEB9C104F205@yahoo.com>

index | next in thread | previous in thread | raw e-mail

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;

-- 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?aO_oKbIFKwTxjnjd>