https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-util/bazel-6.2.0 fails to compile. Discovered on: amd64 (internal ref: ci)
CC'ing also the author of the commit (fff6e7099ea6a9cf790d54fcd5aef3105111ab97)
Created attachment 862152 [details] build.log build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary: FAILED: Build did NOT complete successfully external/com_google_absl/absl/strings/internal/str_format/extension.h:34:33: error: found ':' in nested-name-specifier, expected '::'
This looks like gcc-13 issue. I've tried bazel-6.2.1 and it has the same issue. opened upstream issue: https://github.com/bazelbuild/bazel/issues/18642
(In reply to pva from comment #4) > This looks like gcc-13 issue. I've tried bazel-6.2.1 and it has the same > issue. opened upstream issue: > https://github.com/bazelbuild/bazel/issues/18642 This could be it. I built it using gcc-12 and compiled fine