[Bug 287194] Cross-build from MacOSX: tinderbox does not work
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 287194] Cross-build from MacOSX: tinderbox does not work"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 31 May 2025 16:59:30 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287194 --- Comment #1 from Jessica Clarke <jrtc27@freebsd.org> --- I’ve seen this before, it also happens on Linux. IIRC this is because the top-level Makefile only runs universe-toolchain if clang or LLD are deemed to be out of date, but because you’re using an external toolchain that’s not the case. However, universe-toolchain does more than just build the LLVM, it also builds tools like config(8). Try running universe-toolchain explicitly first. -- You are receiving this mail because: You are the assignee for the bug.