[Bug 290619] www/chromium (chromium-141.0.7390.107) build failed
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 290619] www/chromium (chromium-141.0.7390.107) build failed"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Nov 2025 10:05:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290619
--- Comment #11 from Mikael Urankar <mikael@FreeBSD.org> ---
rustc_revision is definitely not set:
in files/patch-build_rust_std_BUILD.gn
++ print("XXXXXXXXX rustc_revision:", rustc_revision)
+ rust_revision_pieces = string_split(rustc_revision, " ")
+ rust_version_pieces = string_split(rust_revision_pieces[1], ".")
when building (in poudriere bulk -I ):
XXXXXXXXX rustc_revision:
ERROR at //build/rust/std/BUILD.gn:62:61: Array subscript out of range.
rust_version_pieces = string_split(rust_revision_pieces[1], ".")
--
You are receiving this mail because:
You are the assignee for the bug.