From owner-freebsd-eclipse@FreeBSD.ORG Tue Nov 8 10:14:37 2005 Return-Path: X-Original-To: eclipse@freebsd.org Delivered-To: freebsd-eclipse@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61AAE16A41F; Tue, 8 Nov 2005 10:14:37 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from mail.mcneil.com (mcneil.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1417843D48; Tue, 8 Nov 2005 10:14:36 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id 2F95CF24A7; Tue, 8 Nov 2005 02:14:36 -0800 (PST) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00823-07; Tue, 8 Nov 2005 02:14:35 -0800 (PST) Received: from server.mcneil.com (server.mcneil.com [10.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id F367EF2453; Tue, 8 Nov 2005 02:14:34 -0800 (PST) From: Sean McNeil To: Panagiotis Astithas In-Reply-To: <4370771C.7040802@ebs.gr> References: <1131400315.99363.4.camel@server.mcneil.com> <437061B9.6050401@ebs.gr> <1131440739.1422.1.camel@server.mcneil.com> <4370771C.7040802@ebs.gr> Content-Type: text/plain Organization: Sean McNeil Consulting, Inc Date: Tue, 08 Nov 2005 02:14:32 -0800 Message-Id: <1131444872.69134.2.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com Cc: eclipse@freebsd.org, Bland@freebsd.org Subject: Re: fix for cairo.2 not good enough to build eclipse with gnome 2.12 X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sean@mcneil.com List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Nov 2005 10:14:37 -0000 On Tue, 2005-11-08 at 11:59 +0200, Panagiotis Astithas wrote: > Sean McNeil wrote: > > On Tue, 2005-11-08 at 10:28 +0200, Panagiotis Astithas wrote: > > > >>Sean McNeil wrote: > >> > >>>Just finished the long process of upgrading to gnome 2.12. I did it the > >>>proper way and used the script as specified in UPDATING. There was a > >>>recent attempt to fix the eclipse port by updating the Makefile to > >>>specify cairo.2, but this is not good enough. > >> > >>If you update again to the latest eclipse port you'll find it was fixed. > > > > > > No, it wasn't. Not unless you just committed a fix before you sent this > > email. Perhaps it was only fixed for the x86 interface to cairo? This > > is for amd64 that I see the problem. > > I'm not a committer :-), but bland@ committed the patch by Andreas Kohn > that was circulating these lists to fix the eclipse-cairo interaction. I > encountered similar problems like the ones you mentioned while using > eclipse/Makefile rev. 1.44, but it worked fine with rev. 1.45 and the > assorted patches in eclipse/files, of course. Then again I'm using i386, > so there may be something else wrong here. I just attempted a rebuild and confirmed that it still fails for me (Makefile rev 1.45). The incorporated patches must be specific to x86 and do not fix the issue for amd64. Sean