From owner-freebsd-eclipse@FreeBSD.ORG Sat Apr 15 07:39:04 2006 Return-Path: X-Original-To: freebsd-eclipse@freebsd.org Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FBFE16A400 for ; Sat, 15 Apr 2006 07:39:04 +0000 (UTC) (envelope-from gwk-fbsd@mnet-mail.de) Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C93243D45 for ; Sat, 15 Apr 2006 07:39:03 +0000 (GMT) (envelope-from gwk-fbsd@mnet-mail.de) Received: from mail01.m-online.net (svr21.m-online.net [192.168.3.149]) by mail-out.m-online.net (Postfix) with ESMTP id B07287326D for ; Sat, 15 Apr 2006 09:39:01 +0200 (CEST) X-Auth-Info: XFKlL5X4wbpwLr/9KPz6SCDAv7/t9EIhw+WlLciZsEM= Received: from [192.168.1.100] (ppp-82-135-7-94.mnet-online.de [82.135.7.94]) (using SSLv3 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail.m-online.net (Postfix) with ESMTP id 54D39B92D7 for ; Sat, 15 Apr 2006 09:39:01 +0200 (CEST) From: "Georg-W. Koltermann" To: freebsd-eclipse@freebsd.org Content-Type: text/plain Date: Sat, 15 Apr 2006 09:37:52 +0200 Message-Id: <1145086672.1336.0.camel@localhost.eu.mscsoftware.com> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: segfault from HTML renderer when build "WITH_MOZILLA=firefox" / firefox 1.5.0.1 X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Apr 2006 07:39:04 -0000 Hi, I can build "WITH_MOZILLA=firefox" from ports just fine, but at runtime when I open a HTML file, Eclipse aborts with: /libexec/ld-elf.so.1: /home/hunter/gwk/.eclipse/org.eclipse.platform_3.1.2/configuration/org.eclipse.osgi/bundles/67/1/.cp/libswt-mozilla-gtk-3139.so: Undefined symbol "NS_InitEmbedding" Setting MOZILLA_FIVE_HOME in /usr/local/bin/eclipse back to the regular mozilla is of not much help, now I get: /libexec/ld-elf.so.1: /home/hunter/gwk/.eclipse/org.eclipse.platform_3.1.2/configuration/org.eclipse.osgi/bundles/68/1/.cp/libswt-mozilla-gtk-3139.so: Undefined symbol "NS_StringContainerInit2" I've finally rebuilt without "WITH_MOZILLA=xxx", and now it works (using regular mozilla). I think we should get a message at build time if there is a missing external. Why are we not getting that? Do we, maybe, forget to rebuild libswt-mozilla-gtk-3139.so at all? Environment: FreeBSD 6-STABLE suped about a month ago, diablo JDK 1.5. Ports should be current (did a portupgrade -pR eclipse firefox after cvsupping today). -- Regards, Georg.