Re: poudriere jail buildworld fails: ld-elf.so.1: Shared object "libutil.so.9" not found
Craig Leres <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.hackers |
|---|---|
| Message-ID | <[email protected]> |
haha, I found it. I upgraded from 14.4 to 15.1 in June and was not expecting any artifacts from previous poudriere jail build attempts to persist. Bad assumption! I looked in various places and eventually tried one of my favorite debugging tricks by running the jail build command under "ktrace -di", this results in almost 1M NAMI records! This lead me to /usr/obj/usr/local/poudriere/jails/pfsense2607 which had leftovers from failed attempts in April when I was still running 14.4 (which was too old to build c215eef34550). (I also cleaned up /var/cache/ccache which "poudriere jail -b" definitely utilizes) I now have a build running. Sorry for the noise, I feel I should have been able to figure this out (although the "FreeBSD 14 involvement" comment got me on track to look harder for cached build-related files...) Craig