From owner-cvs-all Wed May 22 7:31:13 2002 Delivered-To: cvs-all@freebsd.org Received: from h132-197-179-27.gte.com (h132-197-179-27.gte.com [132.197.179.27]) by hub.freebsd.org (Postfix) with ESMTP id 0DE3A37B416; Wed, 22 May 2002 07:30:46 -0700 (PDT) Received: from kanpc.gte.com (localhost [IPv6:::1]) by h132-197-179-27.gte.com (8.12.3/8.12.3) with ESMTP id g4MEUjfS069759; Wed, 22 May 2002 10:30:45 -0400 (EDT) (envelope-from ak03@kanpc.gte.com) Received: (from ak03@localhost) by kanpc.gte.com (8.12.3/8.12.3/Submit) id g4MEUjEi069758; Wed, 22 May 2002 10:30:45 -0400 (EDT) Date: Wed, 22 May 2002 10:30:44 -0400 From: Alexander Kabaev To: Martin Blapp Cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/editors/openoffice Makefile Message-Id: <20020522103044.76be036a.ak03@gte.com> In-Reply-To: <200205220836.g4M8aGV70778@freefall.freebsd.org> References: <200205220836.g4M8aGV70778@freefall.freebsd.org> Organization: Verizon Data Services X-Mailer: Sylpheed version 0.7.6claws7 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > mbr 2002/05/22 01:36:16 PDT > > Modified files: > editors/openoffice Makefile > Log: > Mark it broken again. > > It seems that our c++ (2.95.3) has still bugs. This time c++ > exceptions do not work as they should and instead a clean exit we > get a segfault. I must point out that this is not a bug in our compiler. Rather, OpenOffice's UNO/C++ bridge makes assumptions, which are correct for DWARF2 exceptions, but wrong for sjlj exceptions our system compiler is using. > This works with a virgin 2.95.3 compiler, or even > the one in the ports collection. Another bug is a internal compiler > error during compile a part of OO without -g or with -O. This is a definitely a bug. -g option seems to silence it, even when used together with -O, so I do not think there is any pressing need to fix it right away. Just leave -g on for this specific OpenOffice component only. -- Alexander Kabaev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message