From owner-freebsd-eclipse@FreeBSD.ORG Tue Jan 10 22:29:31 2006 Return-Path: X-Original-To: freebsd-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 C23C316A41F for ; Tue, 10 Jan 2006 22:29:31 +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 6235843D48 for ; Tue, 10 Jan 2006 22:29:31 +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 DF4C8F25D3; Tue, 10 Jan 2006 14:29:30 -0800 (PST) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (triton.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 24586-05; Tue, 10 Jan 2006 14:29:30 -0800 (PST) Received: from mcneil.com (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id 5D642F1B2E; Tue, 10 Jan 2006 14:29:30 -0800 (PST) From: Sean McNeil To: Panagiotis Astithas In-Reply-To: <43C368AC.5020007@ebs.gr> References: <1136703725.30638.1.camel@triton.mcneil.com> <43C22E30.7000705@ebs.gr> <1136834432.8418.2.camel@triton.mcneil.com> <43C368AC.5020007@ebs.gr> Content-Type: text/plain Date: Tue, 10 Jan 2006 14:29:30 -0800 Message-Id: <1136932170.45102.0.camel@triton.mcneil.com> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com Cc: freebsd-eclipse@freebsd.org Subject: Re: eclipse-cdt on amd64 X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 10 Jan 2006 22:29:31 -0000 On Tue, 2006-01-10 at 09:56 +0200, Panagiotis Astithas wrote: > Sean McNeil wrote: > > On Mon, 2006-01-09 at 11:34 +0200, Panagiotis Astithas wrote: > > > >>Sean McNeil wrote: > >> > >>>Can someone please fix this port? It worked fine until a recent update: > >>> > >>>=> eclipse/org.eclipse.cdt.sdk-3.0.1-linux.amd64.tar.gz is not > >>>in /usr/ports/java/eclipse-cdt/distinfo. > >>>=> Either /usr/ports/java/eclipse-cdt/distinfo is out of date, or > >>>=> eclipse/org.eclipse.cdt.sdk-3.0.1-linux.amd64.tar.gz is spelled > >>>incorrectly. > >>>*** Error code 1 > >>> > >>>Stop in /usr/ports/java/eclipse-cdt. > >> > >>Sorry, this is my fault. Unfortunately, the proper fix would be to port > >>the native library patches to amd64, but lacking the proper hardware I > >>am unable to do it myself. However, perhaps the attached patch could > >>make things functional again, at least as they were before. Can you try > >>it and let me know how it goes? > > > > > > Yes, that got me back on track. Interesting that I haven't hit the > > issues related to x86 vs. amd64 yet, but I haven't stressed things that > > much. > > > > Too bad you do not have any amd64 hardware. It would be real nice to > > have your support on this platform. > > OK, can you try this patch too, please? It is supposed to DTRT when > uninstalling eclipse-cdt for both platforms, unlike the previous one I > sent you. I'd like you to try both a 'make install' and 'make deinstall' > and let me know if there are any warnings. You should definitely get a > warning when uninstalling the version from my previous patch, but It > should be fixed now. Yes, works great with deinstall and install. Sean