From owner-freebsd-java@FreeBSD.ORG Mon Feb 21 07:54:14 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 764B916A4CE for ; Mon, 21 Feb 2005 07:54:14 +0000 (GMT) Received: from matrix.gatewaynet.com (matrix.gatewaynet.com [217.19.69.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5727A43D2F for ; Mon, 21 Feb 2005 07:54:13 +0000 (GMT) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (localhost.localdomain [127.0.0.1]) by matrix.gatewaynet.com (8.12.8/8.12.8) with ESMTP id j1L8WE1M006768; Mon, 21 Feb 2005 10:32:14 +0200 Received: from localhost (achill@localhost)j1L8WDF1006764; Mon, 21 Feb 2005 10:32:14 +0200 Date: Mon, 21 Feb 2005 10:32:13 +0200 (EET) From: Achilleus Mantzios To: Ross Penner In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-7 Content-Transfer-Encoding: 8BIT 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 07:54:14 -0000 O Ross Penner έγραψε στις Feb 20, 2005 : > I'm sorry if this is the wrong place to send this, it's the only e-mail > adress I could locate. And its the right one! Wellcome to java@freebsd.org > > 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) > Before you take any action note these: Xorg not XFree86 is supposed to be the default X11 implementation in freebsd starting from -5.3. (Ofcourse in your case the issue is Linux-XFree86-libs but since you are a newbie i dont think this info hurts). linux_base is needed for linux-sun-jdk-1.4.2. Update your ports with cvsup. Read carefully /usr/src/UPDATING and /usr/ports/UPDATING. > > I'm unsure where to go from here as I'm relatively new to freebsd. Can you > help me? > -- -Achilleus