Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Nov 2024 17:17:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 282563] stable/14 build with clang19
Message-ID:  <bug-282563-227-tGN67qj0iB@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-282563-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282563

Brooks Davis <brooks@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |brooks@FreeBSD.org

--- Comment #1 from Brooks Davis <brooks@FreeBSD.org> ---
Setting CC/CXX/CPP to clang19 is not expected to work for buildworld.  It might
work if you set the full path, but the supported way is to set
CROSS_TOOLCHAIN=llvm19 which sources /usr/local/share/toolchains/llvm19.mk in
the right places.

I'm not entirely sure why PATH is restricted this late in the build process,
but clearly it is.

All that being said, I'm not sure all the build fixes have been MFCd so the
build may still fail.

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

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-282563-227-tGN67qj0iB>