Re: Kernel modules not loading on 15-prerelease
- In reply to: bob prohaska : "Re: Kernel modules not loading on 15-prerelease"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Sep 2025 22:22:59 UTC
also lets not forget https://docs.freebsd.org/en/books/handbook/cutting-edge/#build-pkgbase-packages-locally on that great battle of non-clean building. sure, rpi2 is very slow but i, at least would have gotten pissed out long before this. and would have just wiped (c)cache and obj totally clean and would have started over sure, that doesn't mean it should fail, but "additive" / incremental builds are huge pita!!! btw, for one's who regularly bust their src tree's as well, one could lessen the load on fbsd mirrors and / or their links by doing: git clone --mirror https://git.freebsd.org/src.git fbsd-fullclone-src (size is ~2g (compressed) as of 2025-09-07, with doc+src+ports size being ~4g (compressed)) then one can freely do: git clone --branch releng/13.5 fbsd-fullclone-src local-src or: git remote set-url origin fbsd-fullclone-src in existing repo