From owner-freebsd-java@FreeBSD.ORG Fri Nov 12 22:08:19 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 74AB416A4CE for ; Fri, 12 Nov 2004 22:08:19 +0000 (GMT) Received: from smtp2.home.se (smtp2.home.se [213.214.194.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DA4C43D3F for ; Fri, 12 Nov 2004 22:08:18 +0000 (GMT) (envelope-from david.wahlund@home.se) Received: from david.wahlund@home.se [213.65.63.189] by smtp.home.se with NetMail ModWeb Module; Fri, 12 Nov 2004 23:03:06 +0100 From: "David Wahlund" To: freebsd-java@freebsd.org Date: Fri, 12 Nov 2004 23:03:06 +0100 X-Mailer: NetMail ModWeb Module X-Sender: david.wahlund@home.se MIME-Version: 1.0 Message-ID: <1100296986.994d6520david.wahlund@home.se> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable Subject: 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: Fri, 12 Nov 2004 22:08:19 -0000 Hi, when I try to install the eclipse port I get the following error: //// =3D=3D=3D> eclipse-3.0.1_1 depends on executable: ant - found =3D=3D=3D> eclipse-3.0.1_1 depends on executable: zip - found =3D=3D=3D> eclipse-3.0.1_1 depends on executable: unzip - found =3D=3D=3D> eclipse-3.0.1_1 depends on executable: mozilla - found =3D=3D=3D> eclipse-3.0.1_1 depends on file: /usr/local/jdk1.4.2/bin/java = - found =3D=3D=3D> eclipse-3.0.1_1 depends on executable: gmake - found =3D=3D=3D> eclipse-3.0.1_1 depends on file: /usr/X11R6/libdata/pkgconfig/= gnome-mime-data-2.0.pc - found =3D=3D=3D> eclipse-3.0.1_1 depends on executable: pkg-config - found =3D=3D=3D> eclipse-3.0.1_1 depends on file: /usr/local/bin/intltool-extra= ct - found =3D=3D=3D> eclipse-3.0.1_1 depends on shared library: esd.2 - found =3D=3D=3D> eclipse-3.0.1_1 depends on shared library: glib-2.0.400 - foun= d =3D=3D=3D> eclipse-3.0.1_1 depends on shared library: atk-1.0.800 - not f= ound =3D=3D=3D> Verifying install for atk-1.0.800 in /usr/ports/accessibility= /atk =3D=3D=3D> Installing for atk-1.6.1 =3D=3D=3D> atk-1.6.1 depends on executable: pkg-config - found =3D=3D=3D> atk-1.6.1 depends on shared library: glib-2.0.400 - found =3D=3D=3D> Generating temporary packing list =3D=3D=3D> Checking if accessibility/atk already installed =3D=3D=3D> 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 sc= eleton but it's hard to understand the build. So I need ideas or solutions to this. My approach as of now is to just over= ride the 1.0.800 lib with a softlink to the existing 1.6.1 lib. But I'm n= ot sure that's correct or even where to start looking =3D/. So any pointers would be of much help. -David Wahlund