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

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 31 Oct 2025 07:24:15 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290619

--- Comment #5 from KIRIYAMA Kazuhiko <kiriyama.kazuhiko@gmail.com> ---
(In reply to Robert Nagy from comment #4)
There are 2 ways for setting RUSTC_VERSION, I think.

1) Set in build stage to run `rustc -V'.

  If gn has sh instruction, `rustc_version="$$(rustc -V 2>/dev/null)"' in
GN_ARGS will make it possible. But gn is not so. Furthermore,`rustc_version'
setting in gn argument `--args' is in single quoted.

2) Set RUSTC_VERSION static.

  Default RUSTC_VERSION could be set in `bsd.default-versions.mk' like
`RUSTC_DEFAULT?=1.89.0'.

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