Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Mar 2022 22:23:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   [Bug 262008] editors/libreoffice failed to build
Message-ID:  <bug-262008-25061-30kblyOrkQ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-262008-25061@https.bugs.freebsd.org/bugzilla/>
References:  <bug-262008-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=3D262008

Dimitry Andric <dim@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dim@FreeBSD.org

--- Comment #50 from Dimitry Andric <dim@FreeBSD.org> ---
Created attachment 232330
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D232330&action=
=3Dedit
editors/libreoffice: work around changed alignment of __cxa_exception

Here is patch that should make libreoffice work with both the old and the n=
ew
alignment of __cxa_exception (and _Unwind_Exception):

editors/libreoffice: work around changed alignment of __cxa_exception

LibreOffice has special detection for the change in alignment and size
of struct cxa_exception, when using libc++abi. However, this updated
alignment also applies to libunwind and upstream libcxxrt, and will soon
apply to our libcxxrt too.

Enable the special detection unconditionally for x86_64 and aarch64, so
libreoffice packages built on 13.0-R (with the old alignment) will
seamlessly work on 13.1-R (which will have the new alignment).

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-262008-25061-30kblyOrkQ>