Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 906914 - dev-util/bazel-6.2.0 fails to compile: extension.h:34:33: error: found : in nested-name-specifier, expected ::
Summary: dev-util/bazel-6.2.0 fails to compile: extension.h:34:33: error: found : in n...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jason Zaman
URL: https://github.com/bazelbuild/bazel/i...
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-13
  Show dependency tree
 
Reported: 2023-05-22 06:45 UTC by Agostino Sarubbo
Modified: 2023-06-12 13:39 UTC (History)
9 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,274.65 KB, text/plain)
2023-05-22 06:45 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2023-05-22 06:45:42 UTC
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)
Comment 1 Agostino Sarubbo gentoo-dev 2023-05-22 06:45:44 UTC
CC'ing also the author of the commit (fff6e7099ea6a9cf790d54fcd5aef3105111ab97)
Comment 2 Agostino Sarubbo gentoo-dev 2023-05-22 06:45:45 UTC
Created attachment 862152 [details]
build.log

build log and emerge --info
Comment 3 Agostino Sarubbo gentoo-dev 2023-05-22 06:45:46 UTC
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 '::'
Comment 4 pva 2023-06-12 11:00:14 UTC
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
Comment 5 Lemon Lime 2023-06-12 13:39:53 UTC
(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