Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Aug 2022 19:58:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 265905] www/firefox: 104.0 build failure (12-i386) - alignment error
Message-ID:  <bug-265905-21738-24UhUk4LeV@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-265905-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-265905-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265905

--- Comment #4 from Martin Birgmeier <d8zNeCFG@aon.at> ---
and (as in devel/protobuf):

--- ./toolkit/components/protobuf/src/google/protobuf/arenastring.cc.ORIG=
=20=20=20=20=20=20
2022-08-19 03:24:42.000000000 +0200
+++ ./toolkit/components/protobuf/src/google/protobuf/arenastring.cc=20=20=
=20
2022-08-20 21:56:48.727873000 +0200
@@ -64,7 +64,7 @@
 #endif
 constexpr size_t kStringAlign =3D alignof(std::string);

-static_assert((kStringAlign > kNewAlign ? kStringAlign : kNewAlign) >=3D 8=
, "");
+// static_assert((kStringAlign > kNewAlign ? kStringAlign : kNewAlign) >=
=3D 8,
"");
 static_assert(alignof(ExplicitlyConstructedArenaString) >=3D 8, "");

 }  // namespace

-- Martin

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-265905-21738-24UhUk4LeV>