From owner-freebsd-eclipse@FreeBSD.ORG Wed Jul 4 18:04:00 2012 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 E4E70106564A; Wed, 4 Jul 2012 18:04:00 +0000 (UTC) (envelope-from bra@fsn.hu) Received: from people.fsn.hu (people.fsn.hu [195.228.252.137]) by mx1.freebsd.org (Postfix) with ESMTP id 50FF38FC12; Wed, 4 Jul 2012 18:04:00 +0000 (UTC) Received: by people.fsn.hu (Postfix, from userid 1001) id C9A1ADA89C9; Wed, 4 Jul 2012 20:03:58 +0200 (CEST) X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.2 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MF-ACE0E1EA [pR: 19.6307] X-CRM114-CacheID: sfid-20120704_20035_346C9B55 X-CRM114-Status: Good ( pR: 19.6307 ) X-DSPAM-Result: Whitelisted X-DSPAM-Processed: Wed Jul 4 20:03:58 2012 X-DSPAM-Confidence: 0.8527 X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 4ff4858e488767281517584 X-DSPAM-Factors: 27, From*Attila Nagy , 0.00010, ports, 0.00059, wrote+>, 0.00197, >+>, 0.00357, >+>, 0.00357, >>+>>, 0.00442, >>+>>, 0.00442, wrote, 0.00507, files+with, 0.00509, References*fsn.hu>, 0.00509, permissions, 0.00560, problem+>, 0.00621, To*FreeBSD.org>, 0.00699, >>+Hi, 0.00699, >+on, 0.00798, is+found, 0.00798, command, 0.00798, User-Agent*i686, 0.00881, >+But, 0.00929, lib, 0.00929, files, 0.00962, User-Agent*Linux+i686, 0.00983, installed, 0.00995, faced, 0.99000, I've+just, 0.01000, p2, 0.01000, X-Spambayes-Classification: ham; 0.00 Received: from [192.168.3.2] (japan.t-online.co.hu [195.228.243.99]) by people.fsn.hu (Postfix) with ESMTPSA id B898ADA89BC; Wed, 4 Jul 2012 20:03:57 +0200 (CEST) Message-ID: <4FF48588.4030208@fsn.hu> Date: Wed, 04 Jul 2012 20:03:52 +0200 From: Attila Nagy User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.23) Gecko/20090817 Thunderbird/2.0.0.23 Mnenhy/0.7.6.0 MIME-Version: 1.0 To: Andriy Gapon References: <4FF453CD.7070505@fsn.hu> <4FF461D9.8020807@FreeBSD.org> In-Reply-To: <4FF461D9.8020807@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-eclipse@FreeBSD.org Subject: Re: Can't use plugins installed inside eclipse after updating to 3.7.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: Wed, 04 Jul 2012 18:04:01 -0000 On 07/04/2012 05:31 PM, Andriy Gapon wrote: > on 04/07/2012 17:31 Attila Nagy said the following: >> Hi, >> >> I've just recently updated to eclipse 3.7.1 (from ports) and since then I can't >> use plugins (CDT and pydev) installed from eclipse (via help->install new software >> etc). >> The error is the same as described here: >> http://eggbung.blogspot.hu/2010/01/pydev-fails-no-editor-descriptor.html >> What I've tried already: completely purge my ~/.eclipse and workspace directories, >> run and compile (who knows) it with the all the JDKs (jdk16, openjdk16/17). >> >> One thing I found so far is in /usr/local/lib/eclipse/eclipse.ini there is >> -Dorg.eclipse.equinox.p2.reconciler.dropins.directory=/usr/local/share/eclipse/dropins >> >> but that directory is empty. The only dropins directory which actually contains >> jars is: /usr/local/lib/eclipse/dropins >> Changing this from share to lib doesn't make any changes. >> >> BTW, if I install CDT and pydev from ports, they work. > Try running the following command: > $ find /usr/local/lib/eclipse -type f \! -perm +004 Nothing is found. > > > Maybe you have a different problem. > But if that's it, then eclipse port definitely has to be fixed to (_always_) > install files with correct permissions. > According to google results, it's a somewhat common problem. I've faced this previously and as far as I can remember, I switched back to the previous version and maybe the next update fixed this issue. Thanks,