From owner-freebsd-java@FreeBSD.ORG Fri Jul 22 21:37:20 2005 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 EB20216A585 for ; Fri, 22 Jul 2005 21:37:18 +0000 (GMT) (envelope-from ralf.folkerts@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 4464643F24 for ; Fri, 22 Jul 2005 21:27:28 +0000 (GMT) (envelope-from ralf.folkerts@gmx.de) Received: (qmail invoked by alias); 22 Jul 2005 21:27:27 -0000 Received: from dsl-084-056-150-008.arcor-ip.net (EHLO beaster) [84.56.150.8] by mail.gmx.net (mp021) with SMTP; 22 Jul 2005 23:27:27 +0200 X-Authenticated: #18511927 From: Ralf Folkerts To: Panagiotis Astithas In-Reply-To: <42E0B533.2060306@ebs.gr> References: <1120942860.19352.7.camel@localhost.eu.mscsoftware.com> <42D99A15.7090408@ebs.gr> <42DEBF05.9050103@ebs.gr> <1121975583.994.14.camel@beaster> <42E000B5.6050903@zonnet.nl> <42E0B533.2060306@ebs.gr> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-JZPEuJSMIj6zjPtdodZf" Organization: Wohnzimmerrechenzentrum Date: Fri, 22 Jul 2005 23:27:24 +0200 Message-Id: <1122067644.885.15.camel@beaster> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port X-Y-GMX-Trusted: 0 Cc: Frank Staals , freebsd-java@freebsd.org Subject: Re: Eclipse 3.1 port? 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: Fri, 22 Jul 2005 21:37:20 -0000 --=-JZPEuJSMIj6zjPtdodZf Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Am Freitag, den 22.07.2005, 11:58 +0300 schrieb Panagiotis Astithas: Hi Panagiotis and Frank, [...] > >> BUILD FAILED > >> /usr/ports/java/eclipse-devel/work/build.xml:48:=20 > >> /usr/ports/java/eclipse-devel/work/plugins/org.eclipse.rcp.source.free= bsd.gtk.x86/src=20 > >> not found. > >> > >> Total time: 6 minutes 34 seconds > >> *** Error code 1 > >> > >> Stop in /usr/ports/java/eclipse-devel. just tried a bit more, had a look at the Makefiles etc. Did help a bit but not really: - From the Build-Log it seems that the copy-Targets from the pre-patch Script runs fine, as it lists the directory that is later missing the src-Directory: --- Copying plugins/org.eclipse.rcp.source.linux.gtk.x86 into plugins/org.eclipse.rcp.source.freebsd.gtk.x86 --- However, when looking into the directories, the /linux/ does contain the "src"-Directory and also some Files within: --- [-su]beaster:org.eclipse.rcp.source.linux.gtk.x86$ls -l src/ total 2 drwxr-xr-x 3 root wheel 512 Jul 22 23:09 org.eclipse.swt.gtk.linux.x86_3.1.0 --- While there is not even a src-Directory in the corresponding /freebsd/ Directory. So I copied the src from /linux/ to /freebsd/ and then renamed org.eclipse.swt.gtk.linux.x86_3.1.0 to org.eclipse.swt.gtk.freebsd.x86_3.1.0 After that the Build skipped the Problem. However, a bit later it failed: --- BUILD FAILED /usr/ports/java/eclipse-devel/work/build.xml:105: The following error occurred while executing this line: /usr/ports/java/eclipse-devel/work/assemble.org.eclipse.sdk.freebsd.gtk.x86= .xml:304: The following error occurred while executing this line: /usr/ports/java/eclipse-devel/work/plugins/org.eclipse.swt.gtk.freebsd.x86/= build.xml:182: /usr/ports/java/eclipse-devel/work/plugins/org.eclipse.swt.g= tk.freebsd.x86/@dot not found. --- This time, it was a similar Problem; in the plugins/org.eclipse.swt.gtk.linux.x86 Directory there was a Directory \@dot that contained several files; that Directory, however, was not in org.eclipse.swt.gtk.freebsd.x86. So I copied that over, too. After that the build stopped: BUILD FAILED /usr/ports/java/eclipse-devel/work/build.xml:105: The following error occurred while executing this line: /usr/ports/java/eclipse-devel/work/assemble.org.eclipse.sdk.freebsd.gtk.x86= .xml:310: The following error occurred while executing this line: /usr/ports/java/eclipse-devel/work/features/org.eclipse.rcp/build.xml:189: = The following error occurred while executing this line: Target `rootFilesfreebsd_gtk_x86' does not exist in this project. Total time: 8 minutes 27 seconds *** Error code 1 So it seems to me that at least the "copies" that are being performed by the pre-patch - Skript do ignore the "-r" Option :-( I think for the "rootFilesfreebsd_gtk_x86" I should just sed or vi /linux/freebsd/ in the build.xml?! Will try that -- tomorrow and will "report" the result :-) Cheers, _ralf_ --=-JZPEuJSMIj6zjPtdodZf Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBC4WS8Y2jmDrUy5RMRAis5AKCqtzrFEFZyctMB6rqIY3O6zjOPigCfZfhj tjfhFJ0lt9QWCEaeNG0p0Bw= =SKca -----END PGP SIGNATURE----- --=-JZPEuJSMIj6zjPtdodZf--