Bug 278246

Summary: devel/bazel 6.2.0 build failure with recent clang
Product: Ports & Packages Reporter: Konstantin Belousov <kib>
Component: Individual Port(s)Assignee: Charlie Li <vishwin>
Status: New ---    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (vishwin)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
poudriere build log none

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.