BUGZ seems to be a build issue, not a code one, but it still needs to be fixed and noted, likely with some autoconf checks that fakeroot exists.
> On Dec 26, 2020, at 3:43 PM, Matthias Seidel <matthias.sei...@hamburg.de> > wrote: > > Hi Jim, > > Am 26.12.20 um 20:45 schrieb Jim Jagielski: >> So there is for sure a bug in AOO41X, but why it only seems to affect macOS >> BigSur is >> unknown. It is this: >> >>> diff --git a/main/bridges/source/cpp_uno/shared/vtablefactory.cxx >>> b/main/bridges/source/cpp_uno/shared/vtablefactory.cxx >>> index f4d6c56..2ca9b8f 100644 >>> --- a/main/bridges/source/cpp_uno/shared/vtablefactory.cxx >>> +++ b/main/bridges/source/cpp_uno/shared/vtablefactory.cxx >>> @@ -195,7 +195,7 @@ VtableFactory::VtableFactory(): m_arena( >>> rtl_arena_create( >>> "bridges::cpp_uno::shared::VtableFactory", >>> sizeof (void *), // to satisfy alignment requirements >>> - 0, reinterpret_cast< rtl_arena_type * >(-1), allocExec, freeExec, >>> 0)) >>> + 0, reinterpret_cast< rtl_arena_type * >(0), allocExec, freeExec, >>> 0)) >>> { >>> if (m_arena == 0) { >>> throw std::bad_alloc(); >> I *think* this solves the issue, and a quick-and-dirty compilation seems to >> indicate that, but >> I will double check. >> >> The question is: Does this warrant a full 4.1.9 release for ALL platforms? >> To my mind, it does. > > I will start a test build on Windows right now... > > We have a small Linux issue as well [1] and we can still put some minor > cherry-picks into this build. > > +1 for a 4.1.9 > > Regards, > > Matthias > > [1] https://bz.apache.org/ooo/show_bug.cgi?id=128413 > >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org >> For additional commands, e-mail: dev-h...@openoffice.apache.org >> > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org