[Bug 290619] www/chromium (chromium-141.0.7390.107) build failed

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 28 Oct 2025 09:23:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290619

Robert Nagy <rnagy@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rnagy@FreeBSD.org
             Status|New                         |Open

--- Comment #1 from Robert Nagy <rnagy@FreeBSD.org> ---
rustc_version="" is what is causing it, that should be set to the output of
rustc -V



----------------
# rust
RUSTC_VERSION!= rustc -V 2>/dev/null || true
MAKE_ENV+=      RUSTC_BOOTSTRAP=1
GN_ARGS+=       enable_rust=true \
                rust_sysroot_absolute="${LOCALBASE}" \
                rustc_version="${RUSTC_VERSION}"
----------------

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