From owner-freebsd-eclipse@FreeBSD.ORG Sun Jul 25 12:59:32 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 458861065675 for ; Sun, 25 Jul 2010 12:59:32 +0000 (UTC) (envelope-from temporal@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1E1478FC22 for ; Sun, 25 Jul 2010 12:59:31 +0000 (UTC) Received: by iwn35 with SMTP id 35so2373622iwn.13 for ; Sun, 25 Jul 2010 05:59:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=rB50ZPqVGl1F/Idyvn5ZvJWDydviwgSBAIgNH6/RWOQ=; b=woAifpNdu1zgwemly2yABglxQDdv2Fs5+4HW+M9RPFyjFEI3/3OCnhsCcYtBvXo4l7 zH6sFKSvMF2KGTM2Nvg8FyZ6kMmJHDUTaPrPuSdpR3BS/mcEux14+Dnu5lkhF8Fmky2+ aMjS3mDAirZCijJdTlnJ7lBYmYz+V0lbZEk4Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=jmPGRYFjis9NhT2WEupjnnJRmL+KBB+Qu2d43YCewf9/p/mM/BOPbbxQpF2L1IcSr/ 0oyEhlCdHDssBf70IBdvIeNSTGAODSfSANVT7AYQKOxdEPEuwxSDCx7WJD5m+5M+uauJ KbNza2icoYCveeDMX5rGHhLXunvpQDgmm6PQk= MIME-Version: 1.0 Received: by 10.231.35.10 with SMTP id n10mr6721236ibd.161.1280061077632; Sun, 25 Jul 2010 05:31:17 -0700 (PDT) Received: by 10.231.15.72 with HTTP; Sun, 25 Jul 2010 05:31:17 -0700 (PDT) Date: Sun, 25 Jul 2010 05:31:17 -0700 Message-ID: From: Kenton Varda To: freebsd-eclipse@freebsd.org X-Mailman-Approved-At: Sun, 25 Jul 2010 14:33:08 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: CDT + eclipse-devel 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, 25 Jul 2010 12:59:32 -0000 Hi, I'm sending this to the mailing list in the hopes that it will help the next poor guy that tries to do this. I've installed eclipse-devel (Eclipse 3.5) on FreeBSD 8.1. I wanted CDT, but unfortunately the eclipse-cdt port is for the non-devel eclipse package (Eclipse 3.4). So, I installed CDT 6 through the plugin installer dialog. No errors were reported, and Eclipse claimed that the CDT was installed, but none of the features of CDT seemed to actually load. Try as I might, I could not find any information whatsoever as to why they failed. There was nothing in the plugin error log, nothing in any of Eclipse's other logs, etc. It simply ignored the plugin. It appears that the problem is that there are a couple of things in CDT that are native code (not Java), so they need to be compiled specifically for FreeBSD. If they are missing, CDT just doesn't load. Luckily, it seems these things don't change much -- I was able to pull the binaries directly out of the freebsd eclipse-cdt package even though it is CDT 3.1.2. Specifically: mkdir temp cd temp fetch ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.1-release/Latest/eclipse-cdt.tbz tar xf eclipse-cdt.tbz cp -rv eclipse/plugins/*freebsd* ~/.eclipse/org.eclipse.platform_3.5.0_1216342082/plugins Started up Eclipse again, and suddenly CDT is happy and working! YES! (Hopefully this isn't going to blow up in my face later...) Thanks for the port! -Kenton From owner-freebsd-eclipse@FreeBSD.ORG Mon Jul 26 11:06:58 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 579D81065679 for ; Mon, 26 Jul 2010 11:06:58 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 30D838FC2C for ; Mon, 26 Jul 2010 11:06:58 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6QB6w91080627 for ; Mon, 26 Jul 2010 11:06:58 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6QB6v8C080625 for freebsd-eclipse@FreeBSD.org; Mon, 26 Jul 2010 11:06:57 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 26 Jul 2010 11:06:57 GMT Message-Id: <201007261106.o6QB6v8C080625@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 Cc: Subject: Current problem reports assigned to freebsd-eclipse@FreeBSD.org 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: Mon, 26 Jul 2010 11:06:58 -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/133457 eclipse [PATCH] java/eclipse-webtools: update to 3.0.3 1 problem total. From owner-freebsd-eclipse@FreeBSD.ORG Tue Jul 27 10:30:22 2010 Return-Path: Delivered-To: freebsd-eclipse@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DEA6B1065672; Tue, 27 Jul 2010 10:30:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B4B4D8FC20; Tue, 27 Jul 2010 10:30:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6RAULaU093822; Tue, 27 Jul 2010 10:30:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6RAULNe093811; Tue, 27 Jul 2010 10:30:21 GMT (envelope-from edwin) Date: Tue, 27 Jul 2010 10:30:21 GMT Message-Id: <201007271030.o6RAULNe093811@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-eclipse@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/148992: Update port: java/eclipse-webtools Update eclipse-webtools to 3.1.2 for java/eclipse(3.5) and its dependencies(eclipse-emf-2.5.0, eclipse-xsd-2.5.0, eclipse-gef-3.5.2, eclipse-datatools-1.7.2), and take all the maintainerships 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: Tue, 27 Jul 2010 10:30:22 -0000 Synopsis: Update port: java/eclipse-webtools Update eclipse-webtools to 3.1.2 for java/eclipse(3.5) and its dependencies(eclipse-emf-2.5.0, eclipse-xsd-2.5.0, eclipse-gef-3.5.2, eclipse-datatools-1.7.2), and take all the maintainerships Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-eclipse Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jul 27 10:30:20 UTC 2010 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=148992 From owner-freebsd-eclipse@FreeBSD.ORG Sat Jul 31 18:02:09 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 3373A106566B for ; Sat, 31 Jul 2010 18:02:09 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (gerbercreations.com [71.39.140.16]) by mx1.freebsd.org (Postfix) with ESMTP id D039A8FC0C for ; Sat, 31 Jul 2010 18:02:08 +0000 (UTC) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.14.4/8.14.4) with ESMTP id o6VI275r026967; Sat, 31 Jul 2010 11:02:07 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.14.4/8.14.4/Submit) id o6VI27G1026966; Sat, 31 Jul 2010 11:02:07 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Sat, 31 Jul 2010 11:02:07 -0700 From: Greg Lewis To: Kenton Varda Message-ID: <20100731180207.GA26693@misty.eyesbeyond.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-eclipse@FreeBSD.org Subject: Re: CDT + eclipse-devel 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, 31 Jul 2010 18:02:09 -0000 On Sun, Jul 25, 2010 at 05:31:17AM -0700, Kenton Varda wrote: > I'm sending this to the mailing list in the hopes that it will help the next > poor guy that tries to do this. > > I've installed eclipse-devel (Eclipse 3.5) on FreeBSD 8.1. I wanted CDT, > but unfortunately the eclipse-cdt port is for the non-devel eclipse package > (Eclipse 3.4). So, I installed CDT 6 through the plugin installer dialog. > No errors were reported, and Eclipse claimed that the CDT was installed, > but none of the features of CDT seemed to actually load. Try as I might, I > could not find any information whatsoever as to why they failed. There was > nothing in the plugin error log, nothing in any of Eclipse's other logs, > etc. It simply ignored the plugin. > > It appears that the problem is that there are a couple of things in CDT that > are native code (not Java), so they need to be compiled specifically for > FreeBSD. If they are missing, CDT just doesn't load. Luckily, it seems > these things don't change much -- I was able to pull the binaries directly > out of the freebsd eclipse-cdt package even though it is CDT 3.1.2. > Specifically: > > mkdir temp > cd temp > fetch > ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.1-release/Latest/eclipse-cdt.tbz > tar xf eclipse-cdt.tbz > cp -rv eclipse/plugins/*freebsd* > ~/.eclipse/org.eclipse.platform_3.5.0_1216342082/plugins > > Started up Eclipse again, and suddenly CDT is happy and working! YES! > (Hopefully this isn't going to blow up in my face later...) > > Thanks for the port! CDT has some native parts as you mention. The port clearly needs updating. Thanks for reporting the problems! -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org