Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 01 May 2022 09:12:50 +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-GbuMG59GSG@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 #9 from commit-hook@FreeBSD.org ---
A commit in branch 2022Q2 references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3D2da3b360fc609a03871e31c4c2c4830=
beeca478f

commit 2da3b360fc609a03871e31c4c2c4830beeca478f
Author:     Tijl Coosemans <tijl@FreeBSD.org>
AuthorDate: 2022-04-30 17:03:16 +0000
Commit:     Tijl Coosemans <tijl@FreeBSD.org>
CommitDate: 2022-05-01 09:09:13 +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

    (cherry picked from commit ca1c4839224a639c0ddd602a21b942efa4ca0952)

 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-GbuMG59GSG>