From owner-freebsd-java@FreeBSD.ORG Sat Nov 13 01:37:43 2004 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 F341016A4D0 for ; Sat, 13 Nov 2004 01:37:41 +0000 (GMT) Received: from gldis.ca (constans.gldis.ca [66.11.169.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E48743D48 for ; Sat, 13 Nov 2004 01:37:41 +0000 (GMT) (envelope-from gldisater@gldis.ca) Received: from [IPv6:::1] (localhost [127.0.0.1]) by gldis.ca (8.12.11/8.12.11) with ESMTP id iAD1ZopG010502; Fri, 12 Nov 2004 20:35:52 -0500 (EST) (envelope-from gldisater@gldis.ca) Message-ID: <419565AC.40409@gldis.ca> Date: Fri, 12 Nov 2004 20:38:52 -0500 From: Jeremy Faulkner User-Agent: Mozilla Thunderbird 0.9 (X11/20041108) X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Wahlund References: <1100296986.994d6520david.wahlund@home.se> In-Reply-To: <1100296986.994d6520david.wahlund@home.se> X-Enigmail-Version: 0.89.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.80rc4/561/Fri Oct 29 06:26:00 2004 clamav-milter version 0.80j on constans.gldis.ca X-Virus-Status: Clean cc: freebsd-java@freebsd.org Subject: Re: Error in eclipse port. atk-1.0.800 dependancy 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: Sat, 13 Nov 2004 01:37:43 -0000 David Wahlund wrote: > Hi, > when I try to install the eclipse port I get the following error: > //// > ===> eclipse-3.0.1_1 depends on executable: ant - found > ===> eclipse-3.0.1_1 depends on executable: zip - found > ===> eclipse-3.0.1_1 depends on executable: unzip - found > ===> eclipse-3.0.1_1 depends on executable: mozilla - found > ===> eclipse-3.0.1_1 depends on file: /usr/local/jdk1.4.2/bin/java - found > ===> eclipse-3.0.1_1 depends on executable: gmake - found > ===> eclipse-3.0.1_1 depends on file: /usr/X11R6/libdata/pkgconfig/gnome-mime-data-2.0.pc - found > ===> eclipse-3.0.1_1 depends on executable: pkg-config - found > ===> eclipse-3.0.1_1 depends on file: /usr/local/bin/intltool-extract - found > ===> eclipse-3.0.1_1 depends on shared library: esd.2 - found > ===> eclipse-3.0.1_1 depends on shared library: glib-2.0.400 - found > ===> eclipse-3.0.1_1 depends on shared library: atk-1.0.800 - not found > ===> Verifying install for atk-1.0.800 in /usr/ports/accessibility/atk > ===> Installing for atk-1.6.1 > ===> atk-1.6.1 depends on executable: pkg-config - found > ===> atk-1.6.1 depends on shared library: glib-2.0.400 - found > ===> Generating temporary packing list > ===> Checking if accessibility/atk already installed > ===> atk-1.6.1 is already installed > You may wish to ``make deinstall'' and install this port again > by ``make reinstall'' to upgrade it properly. > If you really wish to overwrite the old port of accessibility/atk > without deleting it first, set the variable "FORCE_PKG_REGISTER" > in your environment or the "make install" command line. > *** Error code 1 > > Stop in /usr/ports/accessibility/atk. > *** Error code 1 > > Stop in /usr/ports/java/eclipse. > //// > > I've been trying to find the depend reference somewhere whitin the port sceleton but it's hard to understand the build. > So I need ideas or solutions to this. My approach as of now is to just override the 1.0.800 lib with a softlink to the existing 1.6.1 lib. But I'm not sure that's correct or even where to start looking =/. > So any pointers would be of much help. > > -David Wahlund The problem is not with the eclipse port. It is with the atk port. You won't find a depend reference to atk, it is required for the USE_GNOME in eclipse's make file. portupgrade won't work for upgrading the gtk ports, there is an entry in /usr/ports/UPDATING dated "20041107" regarding that. -- Jeremy Faulkner