From owner-freebsd-eclipse@FreeBSD.ORG Sun Aug 8 20:49:40 2010 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4AB131065678 for ; Sun, 8 Aug 2010 20:49:40 +0000 (UTC) (envelope-from yngwiie@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id C98E68FC22 for ; Sun, 8 Aug 2010 20:49:39 +0000 (UTC) Received: by bwz9 with SMTP id 9so1087261bwz.13 for ; Sun, 08 Aug 2010 13:49:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:organization:to:subject :date:user-agent:mime-version:content-type:content-transfer-encoding :message-id; bh=j6t7u/yMhslk/mAf/4weEC2F3wKnn+EjyL+4yGIGmos=; b=xKznU3k42F0lwoWE4sVjj6WNJ8p6DDvMCDCE4jNTkERCGIkWY0tL65gn/0J6aUxkGS 4XiPPlg/+izX1iuJ07TKqTivkuEsvKdvg4jAFop5DbOl1PZP5HZ8OuR2zyNg5YlE0erI iqRdl3o3ehjCWU7uPf/Kc65SYcKEMG8ub1nWY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:organization:to:subject:date:user-agent:mime-version :content-type:content-transfer-encoding:message-id; b=MSNuPe6dqTrUreT/MdyT6k12HrlPnV8QG+T2FBXX07wK308Np+YxoOp1ib5vZgtVzL pfuBrbUDJk3BvrQYP0e2la09Ow5zGJkHGr6MosHQmF0BNvTR1FDehi9vbyWt6H4U/EuN 27g1JkAw/E2XFW6KfzIra/DmfhYOtB8T6XxtY= Received: by 10.204.56.84 with SMTP id x20mr2188648bkg.68.1281298724252; Sun, 08 Aug 2010 13:18:44 -0700 (PDT) Received: from bsdbox.localnet (95-42-149-28.btc-net.bg [95.42.149.28]) by mx.google.com with ESMTPS id y2sm2614633bkx.8.2010.08.08.13.18.43 (version=SSLv3 cipher=RC4-MD5); Sun, 08 Aug 2010 13:18:43 -0700 (PDT) From: Ivan Georgiev Organization: Tarmin Ltd. To: freebsd-eclipse@freebsd.org Date: Sun, 8 Aug 2010 23:18:39 +0300 User-Agent: KMail/1.13.5 (FreeBSD/8.1-RELEASE; KDE/4.4.5; amd64; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201008082318.39321.ivan.georgiev@tarmin.com> Subject: eclipse fails to start after the update on August 8th 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: Sun, 08 Aug 2010 20:49:40 -0000 Hi, Does anyone have the same issue after the August 8th update ? Here is what i get in the log file. !SESSION 2010-08-08 23:04:43.424 ----------------------------------------------- eclipse.buildId=M20100211-1343 java.version=1.6.0_03-p4 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=freebsd, ARCH=x86_64, WS=gtk, NL=en Command-line arguments: -os freebsd -ws gtk -arch x86_64 !ENTRY org.eclipse.osgi 4 0 2010-08-08 23:05:00.057 !MESSAGE Application error !STACK 1 java.lang.UnsatisfiedLinkError: no swt-gtk-3557 or swt-gtk in swt.library.path, java.library.path or the jar file at org.eclipse.swt.internal.Library.loadLibrary(Library.java:254) at org.eclipse.swt.internal.Library.loadLibrary(Library.java:159) at org.eclipse.swt.internal.C.(C.java:21) at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63) at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54) at org.eclipse.swt.widgets.Display.(Display.java:131) at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:516) at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:161) at org.eclipse.ui.internal.ide.application.IDEApplication.createDisplay(IDEApplication.java:143) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:88) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:563) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:518) at org.eclipse.equinox.launcher.Main.run(Main.java:1315) at org.eclipse.equinox.launcher.Main.main(Main.java:1291) Regards: Ivan