From owner-freebsd-eclipse@FreeBSD.ORG Fri Nov 21 13:53:14 2008 Return-Path: Delivered-To: eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBADE1065673 for ; Fri, 21 Nov 2008 13:53:14 +0000 (UTC) (envelope-from vova@sw.ru) Received: from relay.sw.ru (mailhub.sw.ru [195.214.232.25]) by mx1.freebsd.org (Postfix) with ESMTP id 3C85E8FC12 for ; Fri, 21 Nov 2008 13:53:13 +0000 (UTC) (envelope-from vova@sw.ru) Received: from vbook.fbsd.ru ([10.30.1.111]) (authenticated bits=0) by relay.sw.ru (8.13.4/8.13.4) with ESMTP id mALDAUIQ020472 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 21 Nov 2008 16:10:31 +0300 (MSK) Received: from vova by vbook.fbsd.ru with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1L3VmI-000EWb-0J for eclipse@freebsd.org; Fri, 21 Nov 2008 16:10:30 +0300 From: Vladimir Grebenschikov To: eclipse@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: SWsoft Date: Fri, 21 Nov 2008 16:10:29 +0300 Message-Id: <1227273029.1715.64.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 FreeBSD GNOME Team Port Sender: Vladimir Grebenschikov Cc: Subject: java/eclipse-devel does not start after installation X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vova@fbsd.ru 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, 21 Nov 2008 13:53:14 -0000 Hi Fresh ports tree, 8-CURRENT, $ eclipse-devel Cannot open "../../ports/java/eclipse-devel/work/eclipse/configuration/org.eclipse.osgi/bundles/65/data/347884009/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86_1.0.101.R34x_v20080805" $ java -version java version "1.6.0_03-p4" Java(TM) SE Runtime Environment (build 1.6.0_03-p4-root_27_aug_2008_18_54-b00) Java HotSpot(TM) Client VM (build 1.6.0_03-p4-root_27_aug_2008_18_54-b00, mixed mode) $ pkg_info -I eclipse-devel\* eclipse-devel-3.4.1_1 An open extensible IDE for anything and nothing in particul $ Any hints ? Why it relies on binaries in ports ? -- Vladimir B. Grebenschikov vova@fbsd.ru From owner-freebsd-eclipse@FreeBSD.ORG Fri Nov 21 14:19:19 2008 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 8A83F106564A for ; Fri, 21 Nov 2008 14:19:19 +0000 (UTC) (envelope-from bofh@redwerk.com) Received: from office.redwerk.com (office.redwerk.com [85.90.206.104]) by mx1.freebsd.org (Postfix) with ESMTP id 31E538FC08 for ; Fri, 21 Nov 2008 14:19:19 +0000 (UTC) (envelope-from bofh@redwerk.com) Received: from bofh by office.redwerk.com with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1L3WWy-000FvQ-3f for freebsd-eclipse@freebsd.org; Fri, 21 Nov 2008 15:58:44 +0200 Date: Fri, 21 Nov 2008 15:58:44 +0200 From: Eugeny N Dzhurinsky To: freebsd-eclipse@freebsd.org Message-ID: <20081121135844.GB75166@office.redwerk.com> Mail-Followup-To: freebsd-eclipse@freebsd.org References: <1227273029.1715.64.camel@localhost> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pvezYHf7grwyp3Bc" Content-Disposition: inline In-Reply-To: <1227273029.1715.64.camel@localhost> Subject: Re: java/eclipse-devel does not start after installation 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: Fri, 21 Nov 2008 14:19:19 -0000 --pvezYHf7grwyp3Bc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Nov 21, 2008 at 04:10:29PM +0300, Vladimir Grebenschikov wrote: > Hi >=20 > Fresh ports tree, 8-CURRENT,=20 >=20 > $ eclipse-devel > Cannot open > "../../ports/java/eclipse-devel/work/eclipse/configuration/org.eclipse.os= gi/bundles/65/data/347884009/plugins/org.eclipse.equinox.launcher.gtk.freeb= sd.x86_1.0.101.R34x_v20080805" >=20 > $ java -version > java version "1.6.0_03-p4" > Java(TM) SE Runtime Environment (build 1.6.0_03-p4-root_27_aug_2008_18_54= -b00) > Java HotSpot(TM) Client VM (build 1.6.0_03-p4-root_27_aug_2008_18_54-b00,= mixed mode) > $ pkg_info -I eclipse-devel\* > eclipse-devel-3.4.1_1 An open extensible IDE for anything and nothing in = particul > $ >=20 > Any hints ? > Why it relies on binaries in ports ? I faced this problem some time ago and was able to solve it with removal of /usr/local/eclipse-devel directory and rebuilding the port from scratch. Not sure what can cause this weird behaviour - but hopefully this workaround wi= ll help you as well. --=20 Eugene N Dzhurinsky --pvezYHf7grwyp3Bc Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkkmvpMACgkQy/i/DoZLbHyWQwCgh7IxyLee6fUMehJ2DrWtL3cC WHQAniHidGWqlN8vPnsRZsERzZrVxNkl =sVLq -----END PGP SIGNATURE----- --pvezYHf7grwyp3Bc-- From owner-freebsd-eclipse@FreeBSD.ORG Fri Nov 21 15:53:14 2008 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 713BC1065670 for ; Fri, 21 Nov 2008 15:53:14 +0000 (UTC) (envelope-from vova@sw.ru) Received: from relay.sw.ru (mailhub.sw.ru [195.214.232.25]) by mx1.freebsd.org (Postfix) with ESMTP id DE49A8FC14 for ; Fri, 21 Nov 2008 15:53:13 +0000 (UTC) (envelope-from vova@sw.ru) Received: from vbook.fbsd.ru ([10.30.1.111]) (authenticated bits=0) by relay.sw.ru (8.13.4/8.13.4) with ESMTP id mALFU2PF019795 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 21 Nov 2008 18:30:05 +0300 (MSK) Received: from vova by vbook.fbsd.ru with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1L3XxJ-000ICC-QL; Fri, 21 Nov 2008 18:30:01 +0300 From: Vladimir Grebenschikov To: Eugeny N Dzhurinsky In-Reply-To: <20081121135844.GB75166@office.redwerk.com> References: <1227273029.1715.64.camel@localhost> <20081121135844.GB75166@office.redwerk.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Fri, 21 Nov 2008 18:30:01 +0300 Message-Id: <1227281401.1715.66.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 FreeBSD GNOME Team Port Sender: Vladimir Grebenschikov Cc: freebsd-eclipse@freebsd.org Subject: Re: java/eclipse-devel does not start after installation 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: Fri, 21 Nov 2008 15:53:14 -0000 On Fri, 2008-11-21 at 15:58 +0200, Eugeny N Dzhurinsky wrote: > On Fri, Nov 21, 2008 at 04:10:29PM +0300, Vladimir Grebenschikov wrote: > > Hi > > > > Fresh ports tree, 8-CURRENT, > > > > $ eclipse-devel > > Cannot open > > "../../ports/java/eclipse-devel/work/eclipse/configuration/org.eclipse.osgi/bundles/65/data/347884009/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86_1.0.101.R34x_v20080805" > > > > $ java -version > > java version "1.6.0_03-p4" > > Java(TM) SE Runtime Environment (build 1.6.0_03-p4-root_27_aug_2008_18_54-b00) > > Java HotSpot(TM) Client VM (build 1.6.0_03-p4-root_27_aug_2008_18_54-b00, mixed mode) > > $ pkg_info -I eclipse-devel\* > > eclipse-devel-3.4.1_1 An open extensible IDE for anything and nothing in particul > > $ > > > > Any hints ? > > Why it relies on binaries in ports ? > > I faced this problem some time ago and was able to solve it with removal of > /usr/local/eclipse-devel directory and rebuilding the port from scratch. Not > sure what can cause this weird behaviour - but hopefully this workaround will > help you as well. Yes, it helps, thanks Another problem in "Software Updates" no default site registered, but it looks minor. -- Vladimir B. Grebenschikov vova@fbsd.ru