Re: Undefined symbol "setgroups@FBSD_1.8"
Date: Wed, 15 Oct 2025 04:25:03 UTC
On Tue, Oct 14, 2025 at 06:24:03PM -0700, Mark Millard wrote:
>So: in some way an inappropriate mix of vintages seems to
>be in use.
>
>Based on the messages, it appears that /overlays/sccache/bin/sccache
>has or leads to loading something that the: "setgroups@FBSD_1.8"
>reference. It possibly needs to be built for 13.5-RELEASE-p5 . That
>would have no "setgroups@FBSD_1.8" reference to complain about.
This is stable/15 server running releng/13.5 poudriere jail.
poudriere itself calls sccache via the sccache-overlay like
# poudriere bulk -j 135R-amd64 -O sccache -f filelist.txt
so it calls (externally) sccache materials built and installed on the host.
So, what you're saying makes sense.
But, I cannot install sccache for 13.5 on a stable/15 host. I saw nothing
during install that sccache-overlay use must be with the same major freebsd
version of host and builder.
Removing the -O sccache allows the build to proceed, some 500 or so packages.
Do you think this an sccache{-overlay} problem?
--