From owner-freebsd-eclipse@FreeBSD.ORG Mon Jan 28 11:06:41 2013 Return-Path: Delivered-To: freebsd-eclipse@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B14B48FA for ; Mon, 28 Jan 2013 11:06:41 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A3258CCB for ; Mon, 28 Jan 2013 11:06:41 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r0SB6fCl034500 for ; Mon, 28 Jan 2013 11:06:41 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r0SB6flO034498 for freebsd-eclipse@FreeBSD.org; Mon, 28 Jan 2013 11:06:41 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 28 Jan 2013 11:06:41 GMT Message-Id: <201301281106.r0SB6flO034498@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-eclipse@FreeBSD.org Subject: Current problem reports assigned to freebsd-eclipse@FreeBSD.org X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 28 Jan 2013 11:06:41 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/174846 eclipse java/eclipse: libxul 10 does not work for Eclipse SWT o ports/163720 eclipse java/eclipse doesn't build o ports/157600 eclipse java/eclipse: option WITH_TESTS missing distinfo entry o ports/149513 eclipse java/eclipse can not compile with 'WITH_TESTS=true' 4 problems total. From owner-freebsd-eclipse@FreeBSD.ORG Fri Feb 1 14:28:17 2013 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 74D1BB94 for ; Fri, 1 Feb 2013 14:28:17 +0000 (UTC) (envelope-from lm7@poczta.fm) Received: from smtpo.poczta.interia.pl (smtpo.poczta.interia.pl [217.74.65.207]) by mx1.freebsd.org (Postfix) with ESMTP id 2E5929E0 for ; Fri, 1 Feb 2013 14:28:16 +0000 (UTC) Date: Fri, 01 Feb 2013 15:09:13 +0100 From: lm7@poczta.fm Subject: How to make running java/devel-eclipse environment on FreeBSD 9? To: freebsd-eclipse@FreeBSD.org X-Mailer: interia.pl/pf09 X-Originating-IP: 80.66.20.180 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=interia.pl; s=biztos; t=1359727753; bh=MXl7TrXBx1YZ9c2z6Kf7AinmnVWTw/z2Nzs9lLxL+2Y=; h=Date:From:Subject:To:Cc:X-Mailer:X-Originating-IP:Message-Id: MIME-Version:Content-Type:Content-Transfer-Encoding; b=mst9stf8hl9l1p90FnFmPtVeXmeA3qirQGhfUYFa/hWkDWV/OaqEmurff31CZLCeK P9Gu0f+zPMGoSLshy2gklncmrD7tR+j3wx2y485JV2hMn3LpGPPguT5D6cienkTdKe O4tM4FvhTP8DlpyE6d63IzySaddo8xRj1//x75BU= Cc: lm7@poczta.fm X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 01 Feb 2013 14:28:17 -0000 Hi, Initially eclipse refused even to compile. I googled out that the problem might be that eclipse requires libxul19 and the "trick" was to adjust its Make file from: USE_GECKO= libxul19 To: USE_GECKO= libxul libxul19 Now, it compiles but it refuses to start complaining with: java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons: no swt-gtk-4233 in java.library.path no swt-gtk in java.library.path Can't load library: /home/lm7/.swt/lib/FreeBSD/x86_64/libswt-gtk-4233.so Can't load library: /home/lm7/.swt/lib/FreeBSD/x86_64/libswt-gtk.so These libs are of course not available on my system - at all. I guess, they come exclusively with libxul19 (or something else). I can try maybe downgrade to force libxul19 but due to known security issues I prefer to keep this version away from my machine. I tried also to compile libxul with more options enabled, without luck (just shot in the dark with GCONF,GNOMEUI, GNOMEVFS2). Could somebody advice me please what can I do in this situation to make eclipse working? Is there other package installing libswt libraries? PS I am on 9.1-RELEASE #4 r245019 with ports tree around 1 week old. PS2 I am not on freebsd-eclipse mailing list so I'd appreciate reply-all. Thank you in advance, Marek