From owner-freebsd-java@FreeBSD.ORG Mon Feb 21 09:04:17 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FF7016A4CE for ; Mon, 21 Feb 2005 09:04:17 +0000 (GMT) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8D8543D1D for ; Mon, 21 Feb 2005 09:04:15 +0000 (GMT) (envelope-from ml@FreeBSD.org.ua) Received: from phantom.cris.net (ml@localhost [127.0.0.1]) by phantom.cris.net (8.12.10/8.12.10) with ESMTP id j1L98bEL000688; Mon, 21 Feb 2005 11:08:37 +0200 (EET) (envelope-from ml@FreeBSD.org.ua) Received: (from ml@localhost) by phantom.cris.net (8.12.10/8.12.10/Submit) id j1L98aD7000687; Mon, 21 Feb 2005 11:08:36 +0200 (EET) (envelope-from ml) Date: Mon, 21 Feb 2005 11:08:36 +0200 From: Alexey Zelkin To: Ross Penner Message-ID: <20050221090836.GA627@phantom.cris.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 4.9-STABLE i386 User-Agent: Mutt/1.5.5.1i cc: freebsd-java@freebsd.org Subject: Re: trouble installing X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Feb 2005 09:04:17 -0000 hi, On Sun, Feb 20, 2005 at 10:32:55PM -0800, Ross Penner wrote: > I'm sorry if this is the wrong place to send this, it's the only e-mail > adress I could locate. > > I'm attepting to install Java 1.4 on my freebsd 5.3 machine and I get an > error code I can't resolve myself. > > > > Linux-XFree86-libs-4.3.99.902_2 conflicts with installed package(s): > linux_base-6.1_6 > > They install files into the same place. > Please remove them first with pkg_delete(1) > You have linux_base-6 port installed, and jdk14 require linux_base-7 or -8. In order to complete install successfully -- you've to uninstall linux_base-6. But it may cause some ports stop working, so before uninstalling -- analyze output of 'pkg_info -R linux_base-6\*' and if nothing important appeares in the list of 'Required' ports -- proceed and then *optionally* reinstall dependent port (if something stoped working).