Date: Sun, 01 May 2022 08:43:45 +0000 From: bugzilla-noreply@freebsd.org To: office@FreeBSD.org Subject: [Bug 263596] editors/libreoffice: make robust against __cxa_exception ABI changes Message-ID: <bug-263596-25061-XbZLIZdE78@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-263596-25061@https.bugs.freebsd.org/bugzilla/> References: <bug-263596-25061@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=3D263596 --- Comment #8 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3Dca1c4839224a639c0ddd602a21b942e= fa4ca0952 commit ca1c4839224a639c0ddd602a21b942efa4ca0952 Author: Tijl Coosemans <tijl@FreeBSD.org> AuthorDate: 2022-04-30 17:03:16 +0000 Commit: Tijl Coosemans <tijl@FreeBSD.org> CommitDate: 2022-05-01 08:27:53 +0000 editors/libreoffice: fix i386/powerpc libcxxrt ABI change detection This makes the bundled bridgetest_server/bridgetest_client working. Recently the size of struct __cxa_exception changed on 32 bit architectures. A patch committed in 35a5054819f1 lets libreoffice detect this by comparing a field of the struct against a known value. In the bridgetest it turns out this value isn't always the same, so use a different field instead. PR: 263596 editors/libreoffice/Makefile | 2 +- ...h-bridges_source_cpp__uno_gcc3__linux__intel_except.cxx | 14 +++++++++-= ---- ...ch-bridges-source-cpp_uno-gcc3_linux_powerpc-except.cxx | 10 +++++++--- 3 files changed, 17 insertions(+), 9 deletions(-) --=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-263596-25061-XbZLIZdE78>