Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 May 2026 20:15:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 294900] Errors during buildworld: C++20 extension
Message-ID:  <bug-294900-227-rhBRAskPz9@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-294900-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=294900

--- Comment #8 from Benjamin Jacobs <freebsd@dev.thsi.be> ---
mk/bsd.compiler.mk contains this:
if !defined(${X_}COMPILER_RESOURCE_DIR)
${X_}COMPILER_RESOURCE_DIR!=    ${${cc}:N${CCACHE_BIN}} -print-resource-dir
2>/dev/null || echo unknown
.endif

this is used by mk/bsd.sys.mk in your case ("external compiler")

So it think you need to rebuild cccache for it the 21 version number.

-- 
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-294900-227-rhBRAskPz9>