From owner-freebsd-java@FreeBSD.ORG Wed Feb 22 05:20:31 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org 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 2FBEA16A422 for ; Wed, 22 Feb 2006 05:20:31 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: from relay1.av-mx.com (relay1.av-mx.com [137.118.16.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EF0F43D49 for ; Wed, 22 Feb 2006 05:20:30 +0000 (GMT) (envelope-from micahjon@ywave.com) X-Virus-Scan-Time: 0 Received: from [137.118.16.62] (HELO mx1.av-mx.com) by relay1.av-mx.com (CommuniGate Pro SMTP 4.2.10) with SMTP id 179520124 for freebsd-java@freebsd.org; Wed, 22 Feb 2006 00:20:29 -0500 Received: (qmail 11250 invoked from network); 22 Feb 2006 05:20:28 -0000 Received: from dsl25177.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.114.177) by 0 with SMTP; 22 Feb 2006 05:20:28 -0000 X-CLIENT-IP: 216.227.114.177 X-CLIENT-HOST: dsl25177.ywave.com Message-ID: <43FBF49A.3020703@ywave.com> Date: Tue, 21 Feb 2006 21:20:26 -0800 From: Micah User-Agent: Thunderbird 1.5 (X11/20060113) MIME-Version: 1.0 To: kalin@el.net References: <57488.24.90.33.115.1140515174.squirrel@mail.el.net> <53073.68.165.89.71.1140583170.squirrel@mail.el.net> In-Reply-To: <53073.68.165.89.71.1140583170.squirrel@mail.el.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, freebsd-java@freebsd.org Subject: Re: eclipse looks for cairo.2 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 05:20:31 -0000 kalin mintchev wrote: > i realize that there are more important discussions here but the eclipse > port is still looking for cairo.2 and apparently cairo.2 doesn't really > exist.. the latest one is 1.0.2 which i installed from scratch... > > >> hi all... >> >> eclipse build breaks with: >> ===> eclipse-3.1.2 depends on shared library: cairo.2 - not found >> ===> Verifying install for cairo.2 in /usr/ports/graphics/cairo >> ===> cairo-1.0.2_1 is marked as broken: Unknown component ltverhack. >> *** Error code 1 >> >> Stop in /usr/ports/graphics/cairo. >> *** Error code 1 >> >> Stop in /usr/ports/java/eclipse. >> >> >> thing is i installed cairo 1.0.2 from src for firefox 1.5 a few days ago >> and it worked for it... so i was wondering why eclipse isn't finding it? >> >> thanks.... >> kalin mintchev wrote: > i realize that there are more important discussions here but the eclipse > port is still looking for cairo.2 and apparently cairo.2 doesn't really > exist.. the latest one is 1.0.2 which i installed from scratch... > > >> hi all... >> >> eclipse build breaks with: >> ===> eclipse-3.1.2 depends on shared library: cairo.2 - not found >> ===> Verifying install for cairo.2 in /usr/ports/graphics/cairo >> ===> cairo-1.0.2_1 is marked as broken: Unknown component ltverhack. >> *** Error code 1 >> >> Stop in /usr/ports/graphics/cairo. >> *** Error code 1 >> >> Stop in /usr/ports/java/eclipse. >> >> >> thing is i installed cairo 1.0.2 from src for firefox 1.5 a few days ago >> and it worked for it... so i was wondering why eclipse isn't finding it? >> >> thanks.... >> I noticed you CC'd freebsd-java & freebsd-questions but didn't CC freebsd-eclipse@ Have you searched their archives? Tried the WITHOUT_CAIRO=yes knob? What kind of system are you trying to build this on? HTH, Micah