[Bug 286529] Buildworld fails on 14.2-RELEASE-p1 not finding immintrin.h

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 15 Jun 2025 19:00:22 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286529

--- Comment #3 from marquis@roble.com ---
This appears to have been resolved by rebooting to the previously
compiled kernel.

Attempting to upgrade to 14.3 on another 14.1 system, however, failed
with the same error.  On that system `ls /usr/lib/clang` showed only
another clang directory.  Was able to successfully buildworld there
after `cd /usr/lib/clang ; ln -s clang/18 .`.

Should perhaps test `rm -rf /usr/src/*` before running gitup?

-- 
You are receiving this mail because:
You are the assignee for the bug.