Date: Wed, 7 Jun 2006 09:48:53 +0300 (EEST) From: Achilleas Mantzios <achill@matrix.gatewaynet.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: java/98613: Problem with org.eclipse.platform.source_3.1.2/feature.xml on eclipse 3.1.2 Message-ID: <200606070648.k576mrRl082715@smadev.internal.net> Resent-Message-ID: <200606070700.k5770XDM096910@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 98613 >Category: java >Synopsis: Problem with org.eclipse.platform.source_3.1.2/feature.xml on eclipse 3.1.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-java >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 07 07:00:32 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Achilleas Mantzios >Release: FreeBSD 6.1-STABLE i386 >Organization: Dynacom Tankers Mgmt >Environment: System: FreeBSD smadev.internal.net 6.1-STABLE FreeBSD 6.1-STABLE #5: Mon Jun 5 17:41:22 EEST 2006 root@smadev.internal.net:/usr/obj/usr/src/sys/SMADEV3 i386 >Description: Configuration now no longer complaints about missing file, since the version of one of org.eclipse.platform.source.freebsd.gtk.amd64, org.eclipse.platform.source.freebsd.gtk.x86, org.eclipse.platform.source.freebsd.motif.x86 is 3.1.2 instead of 3.1.1 >How-To-Repeat: Install eclipse-3.1.2 on a fresh 6.1-STABLE >Fix: # cd /usr/local/eclipse/ Create a file 3.1.2.patch as below: --- features/org.eclipse.platform.source_3.1.2/feature.xml.orig Tue Jun 6 16:27:12 2006 +++ features/org.eclipse.platform.source_3.1.2/feature.xml Wed Jun 7 09:40:46 2006 @@ -25,7 +25,7 @@ <plugin ws="gtk" os="linux" fragment="true" arch="x86" download-size="0" install-size="0" id="org.eclipse.platform.source.linux.gtk.x86" version="3.1.2"/> <plugin ws="win32" os="win32" fragment="true" arch="x86" download-size="0" install-size="0" id="org.eclipse.platform.source.win32.win32.x86" version="3.1.2"/> <plugin ws="motif" os="linux" fragment="true" arch="x86" download-size="0" install-size="0" id="org.eclipse.platform.source.linux.motif.x86" version="3.1.2"/> - <plugin ws="gtk" os="freebsd" fragment="true" arch="amd64" download-size="0" install-size="0" id="org.eclipse.platform.source.freebsd.gtk.amd64" version="3.1.1"/> - <plugin ws="gtk" os="freebsd" fragment="true" arch="x86" download-size="0" install-size="0" id="org.eclipse.platform.source.freebsd.gtk.x86" version="3.1.1"/> - <plugin ws="motif" os="freebsd" fragment="true" arch="x86" download-size="0" install-size="0" id="org.eclipse.platform.source.freebsd.motif.x86" version="3.1.1"/> + <plugin ws="gtk" os="freebsd" fragment="true" arch="amd64" download-size="0" install-size="0" id="org.eclipse.platform.source.freebsd.gtk.amd64" version="3.1.2"/> + <plugin ws="gtk" os="freebsd" fragment="true" arch="x86" download-size="0" install-size="0" id="org.eclipse.platform.source.freebsd.gtk.x86" version="3.1.2"/> + <plugin ws="motif" os="freebsd" fragment="true" arch="x86" download-size="0" install-size="0" id="org.eclipse.platform.source.freebsd.motif.x86" version="3.1.2"/> </feature> # patch < 3.1.2.patch >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606070648.k576mrRl082715>