From owner-freebsd-java@FreeBSD.ORG Sat Sep 30 21:14:08 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 1B8C816A415 for ; Sat, 30 Sep 2006 21:14:08 +0000 (UTC) (envelope-from zatmania99@yahoo.fr) Received: from ns240.abergement.net (ns240.abergement.net [213.251.177.104]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D4FE43D69 for ; Sat, 30 Sep 2006 21:14:06 +0000 (GMT) (envelope-from zatmania99@yahoo.fr) Received: (qmail 28974 invoked from network); 30 Sep 2006 23:14:04 +0200 Received: from mix-strasbourg-203-4-18.w193-248.abo.wanadoo.fr (HELO ?127.0.0.1?) (193.248.125.18) by ns240.abergement.net with SMTP; 30 Sep 2006 23:14:04 +0200 Message-ID: <451EDD1B.5070504@yahoo.fr> Date: Sat, 30 Sep 2006 23:09:47 +0200 From: zatmania99 User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 0639-4, 29/09/2006), Outbound message X-Antivirus-Status: Clean Subject: Eclipse 3.2 build error 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: Sat, 30 Sep 2006 21:14:08 -0000 Hi all, i'm on freebsd 6.1 with diablo-jdk-1.5.0.07.00 package. I try to build eclipse 3.2 with eclipse.shar (http://www.freshdevonrails.com/eclipse.shar). I copy the file in /usr/ports/java and make sh* *eclipse.shar, go to eclipse foler and go to make clean install, but i have his error : => SHA256 Checksum OK for eclipse/eclipse-sourceBuild-srcIncluded-3.2.zip. ===> eclipse-3.2 depends on executable in : unzip - found ===> Patching for eclipse-3.2 Copying assemble.org.eclipse.sdk.linux.gtk.x86.xml into assemble.org.eclipse.sdk.freebsd.gtk.x86.xml Copying assemble.org.eclipse.sdk.linux.gtk.x86_64.xml into assemble.org.eclipse.sdk.freebsd.gtk.amd64.xml Copying package.org.eclipse.sdk.linux.gtk.x86.xml into package.org.eclipse.sdk.freebsd.gtk.x86.xml Copying package.org.eclipse.sdk.linux.gtk.x86_64.xml into package.org.eclipse.sdk.freebsd.gtk.amd64.xml Copying features/org.eclipse.platform/about_files/linux.gtk.x86 into features/org.eclipse.platform/about_files/freebsd.gtk.x86 Copying features/org.eclipse.platform/about_files/linux.gtk.x86_64 into features/org.eclipse.platform/about_files/freebsd.gtk.amd64 Copying features/org.eclipse.platform.launchers/bin/gtk/linux/x86 into features/org.eclipse.platform.launchers/bin/gtk/freebsd/x86 Copying features/org.eclipse.platform.launchers/bin/gtk/linux/x86_64 into features/org.eclipse.platform.launchers/bin/gtk/freebsd/amd64 Copying features/org.eclipse.platform.launchers/library/gtk/make_linux.mak into features/org.eclipse.platform.launchers/library/gtk/make_freebsd.mak Copying plugins/org.eclipse.core.filesystem.linux.x86 into plugins/org.eclipse.core.filesystem.freebsd.x86 Copying plugins/org.eclipse.core.filesystem.linux.x86_64 into plugins/org.eclipse.core.filesystem.freebsd.amd64 Copying plugins/org.eclipse.jdt.source.linux.gtk.x86 into plugins/org.eclipse.jdt.source.freebsd.gtk.x86 Copying plugins/org.eclipse.jdt.source.linux.gtk.x86_64 into plugins/org.eclipse.jdt.source.freebsd.gtk.amd64 Copying plugins/org.eclipse.pde.source.linux.gtk.x86 into plugins/org.eclipse.pde.source.freebsd.gtk.x86 Copying plugins/org.eclipse.pde.source.linux.gtk.x86_64 into plugins/org.eclipse.pde.source.freebsd.gtk.amd64 Copying plugins/org.eclipse.platform.source.linux.gtk.x86 into plugins/org.eclipse.platform.source.freebsd.gtk.x86 Copying plugins/org.eclipse.platform.source.linux.gtk.x86_64 into plugins/org.eclipse.platform.source.freebsd.gtk.amd64 Copying plugins/org.eclipse.rcp.source.linux.gtk.x86 into plugins/org.eclipse.rcp.source.freebsd.gtk.x86 Copying plugins/org.eclipse.rcp.source.linux.gtk.x86_64 into plugins/org.eclipse.rcp.source.freebsd.gtk.amd64 Copying plugins/org.eclipse.swt.gtk.linux.x86 into plugins/org.eclipse.swt.gtk.freebsd.x86 Copying plugins/org.eclipse.swt.gtk.linux.x86_64 into plugins/org.eclipse.swt.gtk.freebsd.amd64 Copying plugins/org.eclipse.update.core.linux into plugins/org.eclipse.update.core.freebsd Copying plugins/org.eclipse.update.core.linux/os/linux into plugins/org.eclipse.update.core.freebsd/os/freebsd Copying plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak into plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_freebsd.mak ===> Applying FreeBSD patches for eclipse-3.2 Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to assemble.org.eclipse.sdk.linux.motif.x86.xml.rej Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to assemble.org.eclipse.sdk.linux.gtk.x86.xml.rej Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to assemble.org.eclipse.sdk.linux.gtk.x86_64.xml.rej => Patch patch-assemble failed to apply cleanly. *** Error code 1 Stop in /usr/ports/java/eclipse. can anyone have suggests ? or can someone give me a eclipse 3.2 package ? thanks, zat