From owner-freebsd-current@FreeBSD.ORG Wed Sep 18 15:26:27 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8E62E159; Wed, 18 Sep 2013 15:26:27 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay001.isp.belgacom.be (mailrelay001.isp.belgacom.be [195.238.6.51]) by mx1.freebsd.org (Postfix) with ESMTP id 9F3B2218C; Wed, 18 Sep 2013 15:26:26 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AssGACPFOVJR8ZCX/2dsb2JhbABagwc4RoJvrTOREoEaF3SCJQEBBVYjEAsYCSUPKh4GiBoIulKPZweEHgOFFYsRh1SBMIJZjWyDJjo Received: from 151.144-241-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.241.144.151]) by relay.skynet.be with ESMTP; 18 Sep 2013 17:26:21 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.7/8.14.7) with ESMTP id r8IFQKHq003585; Wed, 18 Sep 2013 17:26:20 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Wed, 18 Sep 2013 17:26:15 +0200 From: Tijl Coosemans To: Jung-uk Kim Subject: Re: libreoffice build error Message-ID: <20130918172615.42270918@kalimero.tijl.coosemans.org> In-Reply-To: <5238FC0E.9090004@FreeBSD.org> References: <104781379415439@web14h.yandex.ru> <20130917162045.5b0fc356@thor.walstatt.dyndns.org> <20130917154914.GD31894@ithaqua.etoilebsd.net> <20130917155245.GE31894@ithaqua.etoilebsd.net> <52389059.8000200@FreeBSD.org> <5238FC0E.9090004@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA256; boundary="Sig_/btk1n3cRW8B1Oj9pD7+ZFSt"; protocol="application/pgp-signature" Cc: Baptiste Daroussin , David Chisnall , Shawn Webb , "S.N.Grigoriev" , FreeBSD-current , "O. Hartmann" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Sep 2013 15:26:27 -0000 --Sig_/btk1n3cRW8B1Oj9pD7+ZFSt Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Tue, 17 Sep 2013 21:04:14 -0400 Jung-uk Kim wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 >=20 > On 2013-09-17 13:24:41 -0400, Jung-uk Kim wrote: > > I am still working on libc++ issues but it is much more > > complicated. :-( >=20 > I fixed almost everything except for exception handling issues. > Unfortunately, libc++/libcxxrt's exception handling is not 100% > compatible with libstdc++'s and I couldn't find a proper fix. :-( >=20 > Basically, C++/UNO bridge for LibreOffice/OpenOffice does some clever > hacks, somewhat similar to the example on this blog page: >=20 > http://zbigg.blogspot.com/2009/03/catch-on-g.html The definition of struct __cxa_exception doesn't match the one in /usr/include/c++/v1/cxxabi.h. There's an extra field at the start in the __LP64__ case: uintptr_t referenceCount. --Sig_/btk1n3cRW8B1Oj9pD7+ZFSt Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.21 (FreeBSD) iF4EAREIAAYFAlI5xhsACgkQfoCS2CCgtiu/zgD9GFPfNQYY6pZ/K0uBeyCPw4YM MHUSNFBA0jV4GXdzX7gA/2mn7wCTkrDsEf4vTYpox7J8TJQIpwOkFSxah5mdAYCu =z16C -----END PGP SIGNATURE----- --Sig_/btk1n3cRW8B1Oj9pD7+ZFSt--