From owner-freebsd-eclipse@FreeBSD.ORG Thu Apr 20 00:22:30 2006 Return-Path: X-Original-To: freebsd-eclipse@freebsd.org Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFE6216A400 for ; Thu, 20 Apr 2006 00:22:30 +0000 (UTC) (envelope-from davidn@datalinktech.com.au) Received: from mail-ihug.icp-qv1-irony5.iinet.net.au (ihug-mail.icp-qv1-irony5.iinet.net.au [203.59.1.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43A1443D49 for ; Thu, 20 Apr 2006 00:22:21 +0000 (GMT) (envelope-from davidn@datalinktech.com.au) Received: from 203-206-162-119.perm.iinet.net.au (HELO mail.datalinktech.com.au) ([203.206.162.119]) by mail-ihug.icp-qv1-irony5.iinet.net.au with ESMTP; 20 Apr 2006 08:22:00 +0800 X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAA== X-IronPort-AV: i="4.04,137,1143993600"; d="scan'208"; a="731296858:sNHT4010194656" Received: from [192.168.4.232] ([192.168.4.232]) by mail.datalinktech.com.au with esmtp; Thu, 20 Apr 2006 10:21:59 +1000 id 00192A29.4446D427.000053E4 Message-ID: <4446D418.6080504@datalinktech.com.au> Date: Thu, 20 Apr 2006 10:21:44 +1000 From: David Nugent User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060406 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Victor Hugo Bilouro References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-eclipse@FreeBSD.org Subject: Re: Problem instaling eclipse 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: Thu, 20 Apr 2006 00:22:30 -0000 Victor Hugo Bilouro wrote: >Hello, > > I'm trying unsuccess to install eclipse by ports or by package... > > In my freebsd6 there are a lot of others softwares installed and when a >try to install eclipse I notice there are a lot of incompatible software >versions already installed. > > Ok, you may need to upgrade them. > There is a correct way(order) to install eclipse, Like install first A, >after B and them eclipse? > > > Perhaps the easiest way to do this is: (if you don't have a more or less full ports collection, install it and update - see portsnap(8)) Install portupgrade: # cd /usr/ports/sysutils/portupgrade # make install then # portinstall -R java/eclipse The `-R' will first attempt to update all installed packages on which eclipse depends. Regards,