Bug 278246 - devel/bazel 6.2.0 build failure with recent clang
Summary: devel/bazel 6.2.0 build failure with recent clang
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Charlie Li
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-08 03:18 UTC by Konstantin Belousov
Modified: 2024-04-08 03:18 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (vishwin)


Attachments
poudriere build log (27.17 KB, text/plain)
2024-04-08 03:18 UTC, Konstantin Belousov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Konstantin Belousov freebsd_committer freebsd_triage 2024-04-08 03:18:39 UTC
Created attachment 249821 [details]
poudriere build log

I get the following error trying to build bazel in 13.3 jail:
external/upb/upb/mini_table.c:634:14: error: defining a type within '__builtin_offsetof' is a Clang extension [-Werror,-Wgnu-offsetof-extensions]
Might be, it needs something similar to https://reviews.freebsd.org/D42729
as well.