From bugmaster at FreeBSD.org Mon Nov 2 11:06:51 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Nov 2 11:07:38 2009 Subject: Current problem reports assigned to freebsd-eclipse@FreeBSD.org Message-ID: <200911021106.nA2B6oKD033537@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/133457 eclipse [PATCH] java/eclipse-webtools: update to 3.0.3 f ports/133423 eclipse [PATCH] java/eclipse-emf: Update to 2.4.1 o ports/133417 eclipse [PATCH] java/eclipse-gef: update to 3.4.1 3 problems total. From sepotvin at FreeBSD.org Wed Nov 4 14:28:10 2009 From: sepotvin at FreeBSD.org (Stephane E. Potvin) Date: Wed Nov 4 14:28:16 2009 Subject: CFT: Eclipse Galileo 3.5 Message-ID: <4AF18F77.9030302@FreeBSD.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi everyone, I'm at last ready to have some public testing of the 3.5.0-I20090611-1540 port of Eclipse (aka Galileo). The x86 platform has been the least tested (actually, not at all this time ;) so I'd appreciate to have feedback for this one. I've also only done testing with the native jdk1.6.0 from ports (java/jdk16) so please indicate which jdk you're using if you send me a go/no-go. Highlights: - - First FreeBSD Galileo release - - The build is now using eclipse-build from the "Linux Tools" project - - Patches are now much more simple and have been split into two parts for easier push upstream (one against eclipse-build and the other for eclipse itself) - - The only Gecko provider supported is now libxul - - The gnome dependencies are now static and no longer configurable via options (there might be one or two that are no longer necessary but I haven't gotten around yet to check which one) - - Eclipse installs in ${PREFIX}/lib/eclipse instead of ${PREFIX}/eclipse to reduce pollution in ${PREFIX} - - New dropins directory is in ${PREFIX}/share/eclipse/dropins. This directory can be used for features/plugins that are not installed via the p2 provisioning engine. All the ports that are not changed to use p2 will have to use this directory in the future (this will be done in a separate patch). - - The setup-user step is no longer necessary. p2 has been fixed upstream and the user installed plugins are discovered correctly even after a re-installation of eclipse. The patch can be found at the following address: http://people.freebsd.org/~sepotvin/eclipse35.diff Have fun! Steph -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkrxj3cACgkQmdOXtTCX/nutNwCg7wfjBNje+vX7TkfyPHlesohC VM8AoKDgcck+bMks7fZSSogxwv0an22x =6sWs -----END PGP SIGNATURE----- From andrey.kosachenko at gmail.com Wed Nov 4 22:54:08 2009 From: andrey.kosachenko at gmail.com (Andrey) Date: Wed Nov 4 22:54:15 2009 Subject: CFT: Eclipse Galileo 3.5 In-Reply-To: <4AF18F77.9030302@FreeBSD.org> References: <4AF18F77.9030302@FreeBSD.org> Message-ID: <4AF1FFA4.2020404@gmail.com> Hi, Stephane! First of all thanks for you time and efforts on this matter. Great job, really! Well, I've managed to compile and launch Galileo on my i386 laptop. # uname -smrni FreeBSD beastie.lan 8.0-RC1 i386 BEASTIE_SMP_ULE #java -version java version "1.6.0_03-p4" Java(TM) SE Runtime Environment (build 1.6.0_03-p4-root_08_aug_2009_17_08-b00) Java HotSpot(TM) Server VM (build 1.6.0_03-p4-root_08_aug_2009_17_08-b00, mixed mode) There is one minor issue within Makefile (port fails to compile if it is there). I fixed it this way: === begin-of-patch === --- Makefile.orig 2009-11-05 00:12:49.000000000 +0200 +++ Makefile 2009-11-05 00:13:03.000000000 +0200 @@ -46,7 +46,7 @@ ECLIPSE_SRCFILE= eclipse-${BUILD_ID}-fetched-src.tar.bz2 FBSD_SUPPORT_SRCFILE= freebsd-support.patch -MAKE_ARGS= -DbuildOs=freebsd -DbuildArch=${ARCH:C/amd64/x86_64/} -Dprefix=${PREFIX} +MAKE_ARGS= -DbuildOs=freebsd -DbuildArch=${ARCH:C/amd64/x86_64/:C/i386/x86/} -Dprefix=${PREFIX} WRKSRC= ${WRKDIR}/${ECLIPSE_BUILD_SRCFILE:C/.tar.gz//} PATCH_STRIP= -p1 === end-of-patch === Unfortunately I've not got enough time to play with it, but I'm definitely about to give it a try this weekend. Thanks! Stephane E. Potvin wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi everyone, > > I'm at last ready to have some public testing of the 3.5.0-I20090611-1540 port of Eclipse (aka Galileo). The x86 platform has been > the least tested (actually, not at all this time ;) so I'd appreciate to have feedback for this one. I've also only done testing > with the native jdk1.6.0 from ports (java/jdk16) so please indicate which jdk you're using if you send me a go/no-go. > > Highlights: > - - First FreeBSD Galileo release > - - The build is now using eclipse-build from the "Linux Tools" project > - - Patches are now much more simple and have been split into two parts for easier push upstream (one against eclipse-build and the > other for eclipse itself) > - - The only Gecko provider supported is now libxul > - - The gnome dependencies are now static and no longer configurable via options (there might be one or two that are no longer > necessary but I haven't gotten around yet to check which one) > - - Eclipse installs in ${PREFIX}/lib/eclipse instead of ${PREFIX}/eclipse to reduce pollution in ${PREFIX} > - - New dropins directory is in ${PREFIX}/share/eclipse/dropins. This directory can be used for features/plugins that are not > installed via the p2 provisioning engine. All the ports that are not changed to use p2 will have to use this directory in the future > (this will be done in a separate patch). > - - The setup-user step is no longer necessary. p2 has been fixed upstream and the user installed plugins are discovered correctly > even after a re-installation of eclipse. > > The patch can be found at the following address: > > http://people.freebsd.org/~sepotvin/eclipse35.diff > > Have fun! > > Steph > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.11 (FreeBSD) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iEYEARECAAYFAkrxj3cACgkQmdOXtTCX/nutNwCg7wfjBNje+vX7TkfyPHlesohC > VM8AoKDgcck+bMks7fZSSogxwv0an22x > =6sWs > -----END PGP SIGNATURE----- > > _______________________________________________ > freebsd-eclipse@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-eclipse > To unsubscribe, send any mail to "freebsd-eclipse-unsubscribe@freebsd.org" > From huang at gddsn.org.cn Thu Nov 5 06:33:30 2009 From: huang at gddsn.org.cn (Huang wen hui) Date: Thu Nov 5 06:33:37 2009 Subject: CFT: Eclipse Galileo 3.5 In-Reply-To: <4AF18F77.9030302@FreeBSD.org> References: <4AF18F77.9030302@FreeBSD.org> Message-ID: <4AF26D78.3050906@gddsn.org.cn> Stephane E. Potvin wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi everyone, > > I'm at last ready to have some public testing of the 3.5.0-I20090611-1540 port of Eclipse (aka Galileo). The x86 platform has been > the least tested (actually, not at all this time ;) so I'd appreciate to have feedback for this one. I've also only done testing > with the native jdk1.6.0 from ports (java/jdk16) so please indicate which jdk you're using if you send me a go/no-go. > > Highlights: > - - First FreeBSD Galileo release > - - The build is now using eclipse-build from the "Linux Tools" project > - - Patches are now much more simple and have been split into two parts for easier push upstream (one against eclipse-build and the > other for eclipse itself) > - - The only Gecko provider supported is now libxul > - - The gnome dependencies are now static and no longer configurable via options (there might be one or two that are no longer > necessary but I haven't gotten around yet to check which one) > - - Eclipse installs in ${PREFIX}/lib/eclipse instead of ${PREFIX}/eclipse to reduce pollution in ${PREFIX} > - - New dropins directory is in ${PREFIX}/share/eclipse/dropins. This directory can be used for features/plugins that are not > installed via the p2 provisioning engine. All the ports that are not changed to use p2 will have to use this directory in the future > (this will be done in a separate patch). > - - The setup-user step is no longer necessary. p2 has been fixed upstream and the user installed plugins are discovered correctly > even after a re-installation of eclipse. > > The patch can be found at the following address: > > http://people.freebsd.org/~sepotvin/eclipse35.diff > > Have fun! > Hi, I build Galileo under FreeBSD 8.0RC2, It is ok, but run eclipse, I got this error: !SESSION 2009-11-05 13:41:17.764 ----------------------------------------------- eclipse.buildId=I20090611-1540 java.version=1.6.0_03-p4 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=freebsd, ARCH=x86_64, WS=gtk, NL=zh_CN Command-line arguments: -os freebsd -ws gtk -arch x86_64 !ENTRY org.eclipse.osgi 4 0 2009-11-05 13:41:18.651 !MESSAGE Application error !STACK 1 java.lang.UnsatisfiedLinkError: no swt-gtk-3550 or swt-gtk in swt.library.path, java.library.path or the jar file at org.eclipse.swt.internal.Library.loadLibrary(Library.java:254) at org.eclipse.swt.internal.Library.loadLibrary(Library.java:159) at org.eclipse.swt.internal.C.(C.java:21) at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63) at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54) at org.eclipse.swt.widgets.Display.(Display.java:131) at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:516) at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:161) at org.eclipse.ui.internal.ide.application.IDEApplication.createDisplay(IDEApplication.java:143) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:88) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:563) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:518) at org.eclipse.equinox.launcher.Main.run(Main.java:1315) at org.eclipse.equinox.launcher.Main.main(Main.java:1291) I try to find libswt-gtk-3550*.so under work directory, could not found right one. any ideas? --hwh From sepotvin at FreeBSD.org Thu Nov 5 13:19:40 2009 From: sepotvin at FreeBSD.org (Stephane E. Potvin) Date: Thu Nov 5 13:19:46 2009 Subject: CFT: Eclipse Galileo 3.5 In-Reply-To: <4AF26D78.3050906@gddsn.org.cn> References: <4AF18F77.9030302@FreeBSD.org> <4AF26D78.3050906@gddsn.org.cn> Message-ID: <4AF2D0E9.50804@FreeBSD.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Huang wen hui wrote: > Stephane E. Potvin wrote: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Hi everyone, >> >> I'm at last ready to have some public testing of the >> 3.5.0-I20090611-1540 port of Eclipse (aka Galileo). The x86 platform >> has been >> the least tested (actually, not at all this time ;) so I'd >> appreciate to have feedback for this one. I've also only done testing >> with the native jdk1.6.0 from ports (java/jdk16) so please indicate >> which jdk you're using if you send me a go/no-go. >> >> Highlights: >> - - First FreeBSD Galileo release >> - - The build is now using eclipse-build from the "Linux Tools" project >> - - Patches are now much more simple and have been split into two >> parts for easier push upstream (one against eclipse-build and the >> other for eclipse itself) >> - - The only Gecko provider supported is now libxul >> - - The gnome dependencies are now static and no longer configurable >> via options (there might be one or two that are no longer >> necessary but I haven't gotten around yet to check which one) >> - - Eclipse installs in ${PREFIX}/lib/eclipse instead of >> ${PREFIX}/eclipse to reduce pollution in ${PREFIX} >> - - New dropins directory is in ${PREFIX}/share/eclipse/dropins. This >> directory can be used for features/plugins that are not >> installed via the p2 provisioning engine. All the ports that are not >> changed to use p2 will have to use this directory in the future >> (this will be done in a separate patch). >> - - The setup-user step is no longer necessary. p2 has been fixed >> upstream and the user installed plugins are discovered correctly >> even after a re-installation of eclipse. >> >> The patch can be found at the following address: >> >> http://people.freebsd.org/~sepotvin/eclipse35.diff >> >> Have fun! >> > Hi, > I build Galileo under FreeBSD 8.0RC2, It is ok, but run eclipse, I got > this error: > > !SESSION 2009-11-05 13:41:17.764 > ----------------------------------------------- > eclipse.buildId=I20090611-1540 > java.version=1.6.0_03-p4 > java.vendor=Sun Microsystems Inc. > BootLoader constants: OS=freebsd, ARCH=x86_64, WS=gtk, NL=zh_CN > Command-line arguments: -os freebsd -ws gtk -arch x86_64 > > !ENTRY org.eclipse.osgi 4 0 2009-11-05 13:41:18.651 > !MESSAGE Application error > !STACK 1 > java.lang.UnsatisfiedLinkError: no swt-gtk-3550 or swt-gtk in > swt.library.path, java.library.path or the jar file > at org.eclipse.swt.internal.Library.loadLibrary(Library.java:254) > at org.eclipse.swt.internal.Library.loadLibrary(Library.java:159) > at org.eclipse.swt.internal.C.(C.java:21) > at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63) > at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54) > at org.eclipse.swt.widgets.Display.(Display.java:131) > at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:516) > at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:161) > at > org.eclipse.ui.internal.ide.application.IDEApplication.createDisplay(IDEApplication.java:143) > > at > org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:88) > > at > org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) > > at > org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) > > at > org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) > > at > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) > > at > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > > at java.lang.reflect.Method.invoke(Method.java:597) > at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:563) > at org.eclipse.equinox.launcher.Main.basicRun(Main.java:518) > at org.eclipse.equinox.launcher.Main.run(Main.java:1315) > at org.eclipse.equinox.launcher.Main.main(Main.java:1291) > > I try to find libswt-gtk-3550*.so under work directory, could not found > right one. > > any ideas? > Hi, Could you please send me offline the build output? (Do not send it to the list, it will be very large). Regards, Steph -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkry0OkACgkQmdOXtTCX/nvaQwCfdfFexg/YskKiZX2OScNt5SzS Lv8AoLhHS2fjrIPuFC9x20X43i61xr1V =jV0p -----END PGP SIGNATURE----- From ken at tydfam.jp Thu Nov 5 14:28:36 2009 From: ken at tydfam.jp (ken) Date: Thu Nov 5 14:28:48 2009 Subject: CFT: Eclipse Galileo 3.5 In-Reply-To: <4AF18F77.9030302@FreeBSD.org> References: <4AF18F77.9030302@FreeBSD.org> Message-ID: <20091105.232831.295937982770210237.ken@tydfam.jp> I got the following error @9.0-current/jdk1.6.0/amd64. Do I need upgrade/downgrade any utilities? --------------------------------------------------------- : : : : : : build: p2prep: provision.sdk: install: [copy] Copying 1048 files to /usr/local/lib/eclipse [copy] Copied 131 empty directories to 1 empty directory under /usr/local/lib/eclipse BUILD SUCCESSFUL Total time: 2 seconds ===> Registering installation for eclipse-3.5.0.I20090611.1540 pkg_create: read_plist: unknown command '@dirrmtry /usr/local/share/eclipse/dropins' (package tools out of date?) pkg_create: write_plist: unknown command type -1 (/usr/local/share/eclipse/dropins) *** Error code 2 Stop in /usr/ports/java/eclipse. *** Error code 1 Stop in /usr/ports/java/eclipse. From glewis at eyesbeyond.com Thu Nov 5 16:05:38 2009 From: glewis at eyesbeyond.com (Greg Lewis) Date: Thu Nov 5 16:05:45 2009 Subject: CFT: Eclipse Galileo 3.5 In-Reply-To: <4AF18F77.9030302@FreeBSD.org> References: <4AF18F77.9030302@FreeBSD.org> Message-ID: <20091105155401.GA49044@misty.eyesbeyond.com> G'day Steph, On Wed, Nov 04, 2009 at 09:28:07AM -0500, Stephane E. Potvin wrote: > I'm at last ready to have some public testing of the > 3.5.0-I20090611-1540 port of Eclipse (aka Galileo). The x86 platform > has been the least tested (actually, not at all this time ;) so I'd > appreciate to have feedback for this one. I've also only done testing > with the native jdk1.6.0 from ports (java/jdk16) so please indicate > which jdk you're using if you send me a go/no-go. > > Highlights: > - - First FreeBSD Galileo release > - - The build is now using eclipse-build from the "Linux Tools" project > - - Patches are now much more simple and have been split into two parts for easier push upstream (one against eclipse-build and the > other for eclipse itself) Cool, how can we get this pushed upstream? Anything I can do to help? > - - The only Gecko provider supported is now libxul > - - The gnome dependencies are now static and no longer configurable via options (there might be one or two that are no longer > necessary but I haven't gotten around yet to check which one) > - - Eclipse installs in ${PREFIX}/lib/eclipse instead of ${PREFIX}/eclipse to reduce pollution in ${PREFIX} > - - New dropins directory is in ${PREFIX}/share/eclipse/dropins. This directory can be used for features/plugins that are not > installed via the p2 provisioning engine. All the ports that are not changed to use p2 will have to use this directory in the future > (this will be done in a separate patch). > - - The setup-user step is no longer necessary. p2 has been fixed upstream and the user installed plugins are discovered correctly > even after a re-installation of eclipse. > > The patch can be found at the following address: > > http://people.freebsd.org/~sepotvin/eclipse35.diff I'm trying on 7.2/i386. The system version of patch(1) didn't really like that diff (complained about a malformed patch at line 9954(?)). Patching with gpatch worked though. I think I've hit the same problem Andrey did in an earlier post. I'm trying out his patch now. I've actually adapted things slightly and am building the port as eclipse-devel. I'd be happy to commit it there for wider testing if you feel thats warranted before we update the main eclipse port. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From sepotvin at FreeBSD.org Thu Nov 5 16:16:48 2009 From: sepotvin at FreeBSD.org (Stephane E. Potvin) Date: Thu Nov 5 16:16:55 2009 Subject: CFT: Eclipse Galileo 3.5 In-Reply-To: <4AF1FFA4.2020404@gmail.com> References: <4AF18F77.9030302@FreeBSD.org> <4AF1FFA4.2020404@gmail.com> Message-ID: <4AF2FA6D.2010908@FreeBSD.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Andrey wrote: > Hi, Stephane! > > First of all thanks for you time and efforts on this matter. > Great job, really! > > Well, I've managed to compile and launch Galileo on my i386 laptop. > > # uname -smrni > FreeBSD beastie.lan 8.0-RC1 i386 BEASTIE_SMP_ULE > > > #java -version > java version "1.6.0_03-p4" > Java(TM) SE Runtime Environment (build > 1.6.0_03-p4-root_08_aug_2009_17_08-b00) > Java HotSpot(TM) Server VM (build > 1.6.0_03-p4-root_08_aug_2009_17_08-b00, mixed mode) > > > There is one minor issue within Makefile (port fails to compile if it is > there). I fixed it this way: > > === begin-of-patch === > --- Makefile.orig 2009-11-05 00:12:49.000000000 +0200 > +++ Makefile 2009-11-05 00:13:03.000000000 +0200 > @@ -46,7 +46,7 @@ > ECLIPSE_SRCFILE= eclipse-${BUILD_ID}-fetched-src.tar.bz2 > FBSD_SUPPORT_SRCFILE= freebsd-support.patch > > -MAKE_ARGS= -DbuildOs=freebsd -DbuildArch=${ARCH:C/amd64/x86_64/} > -Dprefix=${PREFIX} > +MAKE_ARGS= -DbuildOs=freebsd > -DbuildArch=${ARCH:C/amd64/x86_64/:C/i386/x86/} -Dprefix=${PREFIX} > WRKSRC= ${WRKDIR}/${ECLIPSE_BUILD_SRCFILE:C/.tar.gz//} > PATCH_STRIP= -p1 > === end-of-patch === > > > Unfortunately I've not got enough time to play with it, but I'm > definitely about to give it a try this weekend. Thanks for the report and for catching the $ARCH error. I've updated my patch locally. Steph -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkry+m0ACgkQmdOXtTCX/nuTAQCggWz2jjAOYYQOPnTbOtHdNH5I pMEAoLMttwk3oUi74JHf/YVHLWiFma60 =u3+q -----END PGP SIGNATURE----- From huang at gddsn.org.cn Thu Nov 5 16:17:09 2009 From: huang at gddsn.org.cn (Huang wen hui) Date: Thu Nov 5 16:17:16 2009 Subject: CFT: Eclipse Galileo 3.5 In-Reply-To: <20091105.232831.295937982770210237.ken@tydfam.jp> References: <4AF18F77.9030302@FreeBSD.org> <20091105.232831.295937982770210237.ken@tydfam.jp> Message-ID: <4AF2FA80.6050605@gddsn.org.cn> ken ??: > I got the following error @9.0-current/jdk1.6.0/amd64. > Do I need upgrade/downgrade any utilities? > > --------------------------------------------------------- > : : : > : : : > build: > > p2prep: > > provision.sdk: > > install: > [copy] Copying 1048 files to /usr/local/lib/eclipse > [copy] Copied 131 empty directories to 1 empty directory under /usr/local/lib/eclipse > > BUILD SUCCESSFUL > Total time: 2 seconds > ===> Registering installation for eclipse-3.5.0.I20090611.1540 > pkg_create: read_plist: unknown command '@dirrmtry /usr/local/share/eclipse/dropins' (package tools out of date?) > pkg_create: write_plist: unknown command type -1 (/usr/local/share/eclipse/dropins) > *** Error code 2 > > Stop in /usr/ports/java/eclipse. > *** Error code 1 > > Stop in /usr/ports/java/eclipse. > I also hit this problem when first time make install. > _______________________________________________ > freebsd-eclipse@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-eclipse > To unsubscribe, send any mail to "freebsd-eclipse-unsubscribe@freebsd.org" > From sepotvin at FreeBSD.org Thu Nov 5 16:19:19 2009 From: sepotvin at FreeBSD.org (Stephane E. Potvin) Date: Thu Nov 5 16:19:25 2009 Subject: CFT: Eclipse Galileo 3.5 In-Reply-To: <20091105.232831.295937982770210237.ken@tydfam.jp> References: <4AF18F77.9030302@FreeBSD.org> <20091105.232831.295937982770210237.ken@tydfam.jp> Message-ID: <4AF2FB05.1050407@FreeBSD.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ken wrote: > I got the following error @9.0-current/jdk1.6.0/amd64. > Do I need upgrade/downgrade any utilities? > > --------------------------------------------------------- > : : : > : : : > build: > > p2prep: > > provision.sdk: > > install: > [copy] Copying 1048 files to /usr/local/lib/eclipse > [copy] Copied 131 empty directories to 1 empty directory under /usr/local/lib/eclipse > > BUILD SUCCESSFUL > Total time: 2 seconds > ===> Registering installation for eclipse-3.5.0.I20090611.1540 > pkg_create: read_plist: unknown command '@dirrmtry /usr/local/share/eclipse/dropins' (package tools out of date?) > pkg_create: write_plist: unknown command type -1 (/usr/local/share/eclipse/dropins) > *** Error code 2 > > Stop in /usr/ports/java/eclipse. > *** Error code 1 > > Stop in /usr/ports/java/eclipse. No cookies for me, I should know better than add last minute changes and not test them. Change the @dirrmtry line to this: @${ECHO_CMD} "@unexec rmdir %D/share/${PORTNAME}/dropins 2>/dev/null || true " >> ${TMPPLIST} @${ECHO_CMD} "@unexec rmdir %D/share/${PORTNAME} 2>/dev/null || true " >> ${TMPPLIST} and it should fix your problem. Thanks for the report! Steph -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkry+wUACgkQmdOXtTCX/ntrlwCeI0uHdCyCfK7o+Bd+7+9zEidL 3+UAmgOpS1qD9pdhEW3U5tTdjrDbWrPo =77nu -----END PGP SIGNATURE----- From vova at fbsd.ru Thu Nov 5 17:37:26 2009 From: vova at fbsd.ru (Vladimir Grebenschikov) Date: Thu Nov 5 17:37:33 2009 Subject: CFT: Eclipse Galileo 3.5 In-Reply-To: <4AF18F77.9030302@FreeBSD.org> References: <4AF18F77.9030302@FreeBSD.org> Message-ID: <1257442639.6666.2.camel@localhost> Hi Just tried on RELENG_8: patch applied without problems, but build fails, see details below: .... [java] Setting project property: sdkSource -> build/eclipse-I20090611-1540-fetched-src [java] Adding reference: depsDirs [java] Adding reference: helpDirs [java] Adding reference: depsDirs2 [java] Adding reference: orbitDeps [java] Adding reference: pdebuildClasspath [java] Adding reference: depsZips [java] Adding reference: eclipse.ant.targetVector [java] Build sequence for target(s) `generateScripts2' is [generateScripts2] [java] Complete build sequence is [generateScripts2, collectBootstrapPlugins, bootstrap, zipPlugins, bootstrap2, zipPlugins2, clean, cleanBuild, bootstrap-clean, cleanBuilded, generateScripts, ] [java] [java] generateScripts2: [java] [pathconvert] Set property plugins = plugin@org.eclipse.swt.gtk.freebsd.i386, plugin@org.eclipse.core.filesystem, plugin@org.eclipse.core.resources, plugin@org.eclipse.core.commands, plugin@org.eclipse.jface, plugin@org.eclipse.text, plugin@org.eclipse.jface.text, plugin@org.eclipse.team.core, plugin@org.eclipse.core.filebuffers, plugin@org.eclipse.debug.core, plugin@org.eclipse.jdt.core, plugin@org.eclipse.jdt.debug, plugin@org.eclipse.jdt.launching, plugin@org.eclipse.pde.core, plugin@org.eclipse.pde.api.tools [java] Setting project property: plugins -> plugin@org.eclipse.swt.gtk.freebsd.i386, plugin@org.eclipse.core.filesystem, plugin@org.eclipse.core.resources, plugin@org.eclipse.core.commands, plugin@org.eclipse.jface, plugin@org.eclipse.text, plugin@org.eclipse.jface.text, plugin@org.eclipse.team.core, plugin@org.eclipse.core.filebuffers, plugin@org.eclipse.debug.core, plugin@org.eclipse.jdt.core, plugin@org.eclipse.jdt.debug, plugin@org.eclipse.jdt.launching, plugin@org.eclipse.pde.core, plugin@org.eclipse.pde.api.tools [java] [java] BUILD FAILED [java] /usr/ports/java/eclipse/work/eclipse-build-0_4_RC1/pdebuild.xml:161: Unable to find element: org.eclipse.swt.gtk.freebsd.i386. [java] at org.eclipse.pde.internal.build.tasks.BuildScriptGeneratorTask.execute(BuildScriptGeneratorTask.java:88) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:597) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) [java] at org.apache.tools.ant.Task.perform(Task.java:348) [java] at org.apache.tools.ant.Target.execute(Target.java:357) [java] at org.apache.tools.ant.Target.performTasks(Target.java:385) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337) [java] at org.apache.tools.ant.Project.executeTarget(Project.java:1306) [java] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41) [java] at org.eclipse.ant.internal.core.ant.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1189) [java] at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:622) [java] at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:494) [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:597) [java] at org.eclipse.ant.core.AntRunner.run(AntRunner.java:513) [java] at org.eclipse.ant.core.AntRunner.start(AntRunner.java:600) [java] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) [java] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) [java] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) [java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) [java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:597) [java] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:563) [java] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:518) [java] at org.eclipse.equinox.launcher.Main.run(Main.java:1315) [java] at org.eclipse.equinox.launcher.Main.main(Main.java:1291) [java] [java] Total time: 1 second [java] [java] !ENTRY org.eclipse.osgi 4 0 2009-11-05 16:11:20.046 [java] !MESSAGE Application error [java] !STACK 1 [java] java.lang.reflect.InvocationTargetException [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:597) [java] at org.eclipse.ant.core.AntRunner.run(AntRunner.java:513) [java] at org.eclipse.ant.core.AntRunner.start(AntRunner.java:600) [java] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) [java] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) [java] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) [java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) [java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:597) [java] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:563) [java] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:518) [java] at org.eclipse.equinox.launcher.Main.run(Main.java:1315) [java] at org.eclipse.equinox.launcher.Main.main(Main.java:1291) [java] Caused by: /usr/ports/java/eclipse/work/eclipse-build-0_4_RC1/pdebuild.xml:161: Unable to find element: org.eclipse.swt.gtk.freebsd.i386. [java] at org.eclipse.pde.internal.build.tasks.BuildScriptGeneratorTask.execute(BuildScriptGeneratorTask.java:88) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:597) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) [java] at org.apache.tools.ant.Task.perform(Task.java:348) [java] at org.apache.tools.ant.Target.execute(Target.java:357) [java] at org.apache.tools.ant.Target.performTasks(Target.java:385) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337) [java] at org.apache.tools.ant.Project.executeTarget(Project.java:1306) [java] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41) [java] at org.eclipse.ant.internal.core.ant.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1189) [java] at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:622) [java] at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:494) [java] ... 19 more [java] Root exception: [java] /usr/ports/java/eclipse/work/eclipse-build-0_4_RC1/pdebuild.xml:161: Unable to find element: org.eclipse.swt.gtk.freebsd.i386. [java] at org.eclipse.pde.internal.build.tasks.BuildScriptGeneratorTask.execute(BuildScriptGeneratorTask.java:88) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:597) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) [java] at org.apache.tools.ant.Task.perform(Task.java:348) [java] at org.apache.tools.ant.Target.execute(Target.java:357) [java] at org.apache.tools.ant.Target.performTasks(Target.java:385) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337) [java] at org.apache.tools.ant.Project.executeTarget(Project.java:1306) [java] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41) [java] at org.eclipse.ant.internal.core.ant.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1189) [java] at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:622) [java] at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:494) [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:597) [java] at org.eclipse.ant.core.AntRunner.run(AntRunner.java:513) [java] at org.eclipse.ant.core.AntRunner.start(AntRunner.java:600) [java] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) [java] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) [java] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) [java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) [java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:597) [java] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:563) [java] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:518) [java] at org.eclipse.equinox.launcher.Main.run(Main.java:1315) [java] at org.eclipse.equinox.launcher.Main.main(Main.java:1291) BUILD FAILED /usr/ports/java/eclipse/work/eclipse-build-0_4_RC1/build.xml:71: The following error occurred while executing this line: /usr/ports/java/eclipse/work/eclipse-build-0_4_RC1/pdebuild.xml:193: Java returned: 13 Total time: 1 minute 7 seconds *** Error code 1 Stop in /usr/ports/java/eclipse. .... -----Original Message----- From: Stephane E. Potvin To: freebsd-eclipse@freebsd.org Subject: CFT: Eclipse Galileo 3.5 Date: Wed, 04 Nov 2009 09:28:07 -0500 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi everyone, I'm at last ready to have some public testing of the 3.5.0-I20090611-1540 port of Eclipse (aka Galileo). The x86 platform has been the least tested (actually, not at all this time ;) so I'd appreciate to have feedback for this one. I've also only done testing with the native jdk1.6.0 from ports (java/jdk16) so please indicate which jdk you're using if you send me a go/no-go. Highlights: - - First FreeBSD Galileo release - - The build is now using eclipse-build from the "Linux Tools" project - - Patches are now much more simple and have been split into two parts for easier push upstream (one against eclipse-build and the other for eclipse itself) - - The only Gecko provider supported is now libxul - - The gnome dependencies are now static and no longer configurable via options (there might be one or two that are no longer necessary but I haven't gotten around yet to check which one) - - Eclipse installs in ${PREFIX}/lib/eclipse instead of ${PREFIX}/eclipse to reduce pollution in ${PREFIX} - - New dropins directory is in ${PREFIX}/share/eclipse/dropins. This directory can be used for features/plugins that are not installed via the p2 provisioning engine. All the ports that are not changed to use p2 will have to use this directory in the future (this will be done in a separate patch). - - The setup-user step is no longer necessary. p2 has been fixed upstream and the user installed plugins are discovered correctly even after a re-installation of eclipse. The patch can be found at the following address: http://people.freebsd.org/~sepotvin/eclipse35.diff Have fun! Steph -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkrxj3cACgkQmdOXtTCX/nutNwCg7wfjBNje+vX7TkfyPHlesohC VM8AoKDgcck+bMks7fZSSogxwv0an22x =6sWs -----END PGP SIGNATURE----- _______________________________________________ freebsd-eclipse@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-eclipse To unsubscribe, send any mail to "freebsd-eclipse-unsubscribe@freebsd.org" -- Vladimir B. Grebenschikov vova@fbsd.ru From sepotvin at FreeBSD.org Thu Nov 5 17:56:24 2009 From: sepotvin at FreeBSD.org (Stephane E. Potvin) Date: Thu Nov 5 17:56:31 2009 Subject: CFT: Eclipse Galileo 3.5 In-Reply-To: <1257442639.6666.2.camel@localhost> References: <4AF18F77.9030302@FreeBSD.org> <1257442639.6666.2.camel@localhost> Message-ID: <4AF311C5.4040303@FreeBSD.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Vladimir Grebenschikov wrote: > Hi > > Just tried on RELENG_8: > > patch applied without problems, but build fails, see details below: > Hi, There was an error on the i386 platform in the original patch. Try this new one which should if your problem: http://people.freebsd.org/~sepotvin/eclipse35_1.diff Steph -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkrzEcUACgkQmdOXtTCX/nv18ACdHcYBuome68w3s+4sEDA2Pwyf 6eYAn2fcP6xVg8/6tMmBNHF7/gBeQKaZ =QCqv -----END PGP SIGNATURE----- From vova at fbsd.ru Thu Nov 5 22:26:28 2009 From: vova at fbsd.ru (Vladimir Grebenschikov) Date: Thu Nov 5 22:26:35 2009 Subject: CFT: Eclipse Galileo 3.5 In-Reply-To: <4AF311C5.4040303@FreeBSD.org> References: <4AF18F77.9030302@FreeBSD.org> <1257442639.6666.2.camel@localhost> <4AF311C5.4040303@FreeBSD.org> Message-ID: <1257451586.2277.5.camel@localhost> Hi Still not builds, logs are in attachment -----Original Message----- From: Stephane E. Potvin To: vova@fbsd.ru Cc: freebsd-eclipse@freebsd.org Subject: Re: CFT: Eclipse Galileo 3.5 Date: Thu, 05 Nov 2009 12:56:21 -0500 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Vladimir Grebenschikov wrote: > Hi > > Just tried on RELENG_8: > > patch applied without problems, but build fails, see details below: > Hi, There was an error on the i386 platform in the original patch. Try this new one which should if your problem: http://people.freebsd.org/~sepotvin/eclipse35_1.diff Steph -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkrzEcUACgkQmdOXtTCX/nv18ACdHcYBuome68w3s+4sEDA2Pwyf 6eYAn2fcP6xVg8/6tMmBNHF7/gBeQKaZ =QCqv -----END PGP SIGNATURE----- -- Vladimir B. Grebenschikov vova@fbsd.ru From ken at tydfam.jp Fri Nov 6 11:16:29 2009 From: ken at tydfam.jp (ken) Date: Fri Nov 6 11:16:40 2009 Subject: CFT: Eclipse Galileo 3.5 In-Reply-To: <4AF2FB05.1050407@FreeBSD.org> References: <4AF18F77.9030302@FreeBSD.org> <20091105.232831.295937982770210237.ken@tydfam.jp> <4AF2FB05.1050407@FreeBSD.org> Message-ID: <20091106.201624.59640143160032594.ken@tydfam.jp> Thank you. I could compile and install without any error, but it does not coming up after banner window coming-up and fading out. I think that I experienced this phenomen before when I tried to upgrade to new version, but I do not remember what was the cause of this. Any hint to solve this problem? top -S shows; PID USERNAME THR PRI NICE SIZE RES STATE C TIME WCPU COMMAND : : : : : : 1767 root 18 47 0 716M 77544K select 2 0:01 0.00% java : : : : : From sepotvin at FreeBSD.org Fri Nov 6 13:30:04 2009 From: sepotvin at FreeBSD.org (Stephane E. Potvin) Date: Fri Nov 6 13:30:11 2009 Subject: CFT: Eclipse Galileo 3.5 In-Reply-To: <1257451586.2277.5.camel@localhost> References: <4AF18F77.9030302@FreeBSD.org> <1257442639.6666.2.camel@localhost> <4AF311C5.4040303@FreeBSD.org> <1257451586.2277.5.camel@localhost> Message-ID: <4AF424D6.7090804@FreeBSD.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Vladimir Grebenschikov wrote: > Hi > > Still not builds, logs are in attachment > > Hi Vladimir, There are a lot of strange errors in your build output, starting with patch errors at the top. Could you make sure that you're starting with a clean eclipse checkout and that there are no failures when you apply the eclipse35_1.diff patch on top of it? How much memory do you have in your system? There were some out of memory errors that should not be there. Regards, Steph -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkr0JNYACgkQmdOXtTCX/nvjowCeNc0tayFAJI4SMuRfrBuAiMJR XHoAn1ga6NFqMw+EM50NWVkgpSrRH6dZ =ED5f -----END PGP SIGNATURE----- From sepotvin at FreeBSD.org Fri Nov 6 13:38:38 2009 From: sepotvin at FreeBSD.org (Stephane E. Potvin) Date: Fri Nov 6 13:38:44 2009 Subject: CFT: Eclipse Galileo 3.5 In-Reply-To: <20091106.201624.59640143160032594.ken@tydfam.jp> References: <4AF18F77.9030302@FreeBSD.org> <20091105.232831.295937982770210237.ken@tydfam.jp> <4AF2FB05.1050407@FreeBSD.org> <20091106.201624.59640143160032594.ken@tydfam.jp> Message-ID: <4AF426DA.3070908@FreeBSD.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ken wrote: > Thank you. > I could compile and install without any error, but it does not coming up after banner window coming-up and fading out. I think that I experienced this phenomen before when I tried to upgrade to new version, but I do not remember what was the cause of this. > > Any hint to solve this problem? > > top -S shows; > PID USERNAME THR PRI NICE SIZE RES STATE C TIME WCPU COMMAND > : : : : : : > 1767 root 18 47 0 716M 77544K select 2 0:01 0.00% java > : : : : : > > Hi Ken, Could you try to move your old ~/.eclipse and workspace out of the way and try again? If it still fails, try starting eclipse with the "-consolelog -debug" flags and send me the output. Could you also send me the output of the "jstack -l " command when eclipse stops responding. Regards Steph -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkr0JtoACgkQmdOXtTCX/nuoiACgoiJF/VKiLrIbXlH0d+PLPL8Q 2EsAoJfJx9pfpg4UTSZFfFlQpqrkS9EI =ns71 -----END PGP SIGNATURE----- From vova at fbsd.ru Fri Nov 6 13:55:58 2009 From: vova at fbsd.ru (Vladimir Grebenschikov) Date: Fri Nov 6 13:56:04 2009 Subject: CFT: Eclipse Galileo 3.5 In-Reply-To: <4AF424D6.7090804@FreeBSD.org> References: <4AF18F77.9030302@FreeBSD.org> <1257442639.6666.2.camel@localhost> <4AF311C5.4040303@FreeBSD.org> <1257451586.2277.5.camel@localhost> <4AF424D6.7090804@FreeBSD.org> Message-ID: <1257515751.1709.31.camel@localhost> Hi I am pretty sure that applied cleanly patch yesterday, anyway, one more attempt: # sysctl hw | fgrep mem: hw.physmem: 2137292800 hw.usermem: 1953587200 hw.realmem: 2146238464 # top -d1 | egrep Mem\|Swap Mem: 485M Active, 1232M Inact, 181M Wired, 17M Cache, 112M Buf, 85M Free Swap: 2048M Total, 2048M Free # cd /usr/ports/java/ # rm -rf eclipse # cvs -R upd -dPA eclipse ... # cd eclipse # patch < ~/patches/eclipse35_1.diff ... # echo $? 0 # java -version java version "1.6.0_03-p4" Java(TM) SE Runtime Environment (build 1.6.0_03-p4-root_22_sep_2009_18_50-b00) Java HotSpot(TM) Client VM (build 1.6.0_03-p4-root_22_sep_2009_18_50-b00, mixed mode) # script eclipse.txt make ... BUILD FAILED /usr/ports/java/eclipse/work/eclipse-build-0_4_RC1/build.xml:224: Java returned: 13 Total time: 4 minutes 5 seconds Script done, output file is eclipse.txt # -----Original Message----- From: Stephane E. Potvin To: vova@fbsd.ru Cc: freebsd-eclipse@FreeBSD.org Subject: Re: CFT: Eclipse Galileo 3.5 Date: Fri, 06 Nov 2009 08:29:58 -0500 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Vladimir Grebenschikov wrote: > Hi > > Still not builds, logs are in attachment > > Hi Vladimir, There are a lot of strange errors in your build output, starting with patch errors at the top. Could you make sure that you're starting with a clean eclipse checkout and that there are no failures when you apply the eclipse35_1.diff patch on top of it? How much memory do you have in your system? There were some out of memory errors that should not be there. Regards, Steph -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkr0JNYACgkQmdOXtTCX/nvjowCeNc0tayFAJI4SMuRfrBuAiMJR XHoAn1ga6NFqMw+EM50NWVkgpSrRH6dZ =ED5f -----END PGP SIGNATURE----- -- Vladimir B. Grebenschikov vova@fbsd.ru From ken at tydfam.jp Fri Nov 6 16:19:25 2009 From: ken at tydfam.jp (ken) Date: Fri Nov 6 16:19:37 2009 Subject: CFT: Eclipse Galileo 3.5 In-Reply-To: <4AF426DA.3070908@FreeBSD.org> References: <4AF2FB05.1050407@FreeBSD.org> <20091106.201624.59640143160032594.ken@tydfam.jp> <4AF426DA.3070908@FreeBSD.org> Message-ID: <20091106.230541.59640143227132799.ken@tydfam.jp> Steph, Thank you for your reply. Yeah, I removed all .eclipse and yet I had a problem. Please find the following output. Strange,,, It says that "no swt-gtk-3550 or swt-gtk in swt.library.path, java.library.path or the jar file". tyd3# eclipse -consolelog -debug Start VM: /usr/local/jdk1.6.0/bin/java -Xms40m -Xmx256m -Dorg.eclipse.equinox.p2.reconciler.dropins.directory=/usr/local/share/eclipse/dropins -XX:MaxPermSize=256m -jar /usr/local/lib/eclipse//plugins/org.eclipse.equinox.launcher_1.0.200.v20090520.jar -os freebsd -ws gtk -arch x86_64 -showsplash -launcher /usr/local/lib/eclipse/eclipse -name Eclipse --launcher.library /usr/local/lib/eclipse/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86_64_1.0.200.200911061911/eclipse_1206.so -startup /usr/local/lib/eclipse//plugins/org.eclipse.equinox.launcher_1.0.200.v20090520.jar -exitdata 10012 -consolelog -debug -vm /usr/local/jdk1.6.0/bin/java -vmargs -Xms40m -Xmx256m -Dorg.eclipse.equinox.p2.reconciler.dropins.directory=/usr/local/share/eclipse/dropins -XX:MaxPermSize=256m -jar /usr/local/lib/eclipse//plugins/org.eclipse.equinox.launcher_1.0.200.v20090520.jar Install location: file:/usr/local/lib/eclipse/ Configuration file: file:/usr/local/lib/eclipse/configuration/config.ini loaded Configuration location: file:/usr/local/lib/eclipse/configuration/ Framework located: file:/usr/local/lib/eclipse/plugins/org.eclipse.osgi_3.5.0.v20090520.jar Framework classpath: file:/usr/local/lib/eclipse/plugins/org.eclipse.osgi_3.5.0.v20090520.jar Splash location: /usr/local/lib/eclipse/plugins/org.eclipse.platform_3.3.200.v20090519/splash.bmp Debug options: file:/home/users/ken/.options loaded Time to load bundles: 7 Starting application: 4760 !SESSION 2009-11-06 22:57:49.325 ----------------------------------------------- eclipse.buildId=I20090611-1540 java.version=1.6.0_03-p4 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=freebsd, ARCH=x86_64, WS=gtk, NL=ja_JP Command-line arguments: -os freebsd -ws gtk -arch x86_64 -consolelog -debug !ENTRY org.eclipse.osgi 4 0 2009-11-06 22:57:54.509 !MESSAGE Application error !STACK 1 java.lang.UnsatisfiedLinkError: no swt-gtk-3550 or swt-gtk in swt.library.path, java.library.path or the jar file at org.eclipse.swt.internal.Library.loadLibrary(Library.java:254) at org.eclipse.swt.internal.Library.loadLibrary(Library.java:159) at org.eclipse.swt.internal.C.(C.java:21) at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63) at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54) at org.eclipse.swt.widgets.Display.(Display.java:131) at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:516) at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:161) at org.eclipse.ui.internal.ide.application.IDEApplication.createDisplay(IDEApplication.java:143) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:88) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:563) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:518) at org.eclipse.equinox.launcher.Main.run(Main.java:1315) at org.eclipse.equinox.launcher.Main.main(Main.java:1291) From Chris at Stoneyforest.net Fri Nov 6 18:01:12 2009 From: Chris at Stoneyforest.net (Christopher T. Stone) Date: Fri Nov 6 18:01:18 2009 Subject: CFT: Eclipse Galileo 3.5 Message-ID: <119d8f017530d82933a940e9d359eb6e.squirrel@stoneyforest.net> Steph, I've got the exact same error. FreeBSD 7.2-STABLE, AMD64, Diablo-jdk-1.6.0 (Package) Used a fresh cvsup of the port patched with the?original eclipse35.diff with gpatch. I'll?try the eclipse35_1.diff tonight and send the build output. ~Chris >> Hi, >> I build Galileo under FreeBSD 8.0RC2, It is ok, but run eclipse, I got >> this error: >> >> !SESSION 2009-11-05 13:41:17.764 >> ----------------------------------------------- >> eclipse.buildId=I20090611-1540 >> java.version=1.6.0_03-p4 >> java.vendor=Sun Microsystems Inc. >> BootLoader constants: OS=freebsd, ARCH=x86_64, WS=gtk, NL=zh_CN >> Command-line arguments:? -os freebsd -ws gtk -arch x86_64 >> >> !ENTRY org.eclipse.osgi 4 0 2009-11-05 13:41:18.651 >> !MESSAGE Application error >> !STACK 1 >> java.lang.UnsatisfiedLinkError: no swt-gtk-3550 or swt-gtk in >>-----SNIP----- >> >Hi, > >Could you please send me offline the build output? (Do not send it to the list, it >will be very large). > >Regards, > >Steph From huang at gddsn.org.cn Sat Nov 7 01:34:59 2009 From: huang at gddsn.org.cn (Huang wen hui) Date: Sat Nov 7 01:35:06 2009 Subject: CFT: Eclipse Galileo 3.5 In-Reply-To: <4AF314D0.5000109@FreeBSD.org> References: <4AF18F77.9030302@FreeBSD.org> <4AF26D78.3050906@gddsn.org.cn> <4AF2D0E9.50804@FreeBSD.org> <4AF2FA05.2060707@gddsn.org.cn> <4AF314D0.5000109@FreeBSD.org> Message-ID: <4AF4CEA6.6070705@gddsn.org.cn> Stephane E. Potvin ??: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Huang wen hui wrote: > >> Stephane E. Potvin ??: >> Huang wen hui wrote: >> >> >>>>> Stephane E. Potvin wrote: >>>>> >>>>> >>>>>> -----BEGIN PGP SIGNED MESSAGE----- >>>>>> Hash: SHA1 >>>>>> >>>>>> Hi everyone, >>>>>> >>>>>> I'm at last ready to have some public testing of the >>>>>> 3.5.0-I20090611-1540 port of Eclipse (aka Galileo). The x86 platform >>>>>> has been >>>>>> the least tested (actually, not at all this time ;) so I'd >>>>>> appreciate to have feedback for this one. I've also only done testing >>>>>> with the native jdk1.6.0 from ports (java/jdk16) so please indicate >>>>>> which jdk you're using if you send me a go/no-go. >>>>>> >>>>>> Highlights: >>>>>> - - First FreeBSD Galileo release >>>>>> - - The build is now using eclipse-build from the "Linux Tools" project >>>>>> - - Patches are now much more simple and have been split into two >>>>>> parts for easier push upstream (one against eclipse-build and the >>>>>> other for eclipse itself) >>>>>> - - The only Gecko provider supported is now libxul >>>>>> - - The gnome dependencies are now static and no longer configurable >>>>>> via options (there might be one or two that are no longer >>>>>> necessary but I haven't gotten around yet to check which one) >>>>>> - - Eclipse installs in ${PREFIX}/lib/eclipse instead of >>>>>> ${PREFIX}/eclipse to reduce pollution in ${PREFIX} >>>>>> - - New dropins directory is in ${PREFIX}/share/eclipse/dropins. This >>>>>> directory can be used for features/plugins that are not >>>>>> installed via the p2 provisioning engine. All the ports that are not >>>>>> changed to use p2 will have to use this directory in the future >>>>>> (this will be done in a separate patch). >>>>>> - - The setup-user step is no longer necessary. p2 has been fixed >>>>>> upstream and the user installed plugins are discovered correctly >>>>>> even after a re-installation of eclipse. >>>>>> >>>>>> The patch can be found at the following address: >>>>>> >>>>>> http://people.freebsd.org/~sepotvin/eclipse35.diff >>>>>> >>>>>> Have fun! >>>>>> >>>>>> >>>>> Hi, >>>>> I build Galileo under FreeBSD 8.0RC2, It is ok, but run eclipse, I got >>>>> this error: >>>>> >>>>> !SESSION 2009-11-05 13:41:17.764 >>>>> ----------------------------------------------- >>>>> eclipse.buildId=I20090611-1540 >>>>> java.version=1.6.0_03-p4 >>>>> java.vendor=Sun Microsystems Inc. >>>>> BootLoader constants: OS=freebsd, ARCH=x86_64, WS=gtk, NL=zh_CN >>>>> Command-line arguments: -os freebsd -ws gtk -arch x86_64 >>>>> >>>>> !ENTRY org.eclipse.osgi 4 0 2009-11-05 13:41:18.651 >>>>> !MESSAGE Application error >>>>> !STACK 1 >>>>> java.lang.UnsatisfiedLinkError: no swt-gtk-3550 or swt-gtk in >>>>> swt.library.path, java.library.path or the jar file >>>>> at org.eclipse.swt.internal.Library.loadLibrary(Library.java:254) >>>>> at org.eclipse.swt.internal.Library.loadLibrary(Library.java:159) >>>>> at org.eclipse.swt.internal.C.(C.java:21) >>>>> at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63) >>>>> at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54) >>>>> at org.eclipse.swt.widgets.Display.(Display.java:131) >>>>> at >>>>> org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:516) >>>>> at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:161) >>>>> at >>>>> org.eclipse.ui.internal.ide.application.IDEApplication.createDisplay(IDEApplication.java:143) >>>>> >>>>> >>>>> at >>>>> org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:88) >>>>> >>>>> >>>>> at >>>>> org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) >>>>> >>>>> >>>>> at >>>>> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) >>>>> >>>>> >>>>> at >>>>> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) >>>>> >>>>> >>>>> at >>>>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) >>>>> >>>>> >>>>> at >>>>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) >>>>> >>>>> >>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >>>>> at >>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >>>>> >>>>> >>>>> at >>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >>>>> >>>>> >>>>> at java.lang.reflect.Method.invoke(Method.java:597) >>>>> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:563) >>>>> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:518) >>>>> at org.eclipse.equinox.launcher.Main.run(Main.java:1315) >>>>> at org.eclipse.equinox.launcher.Main.main(Main.java:1291) >>>>> >>>>> I try to find libswt-gtk-3550*.so under work directory, could not found >>>>> right one. >>>>> >>>>> any ideas? >>>>> >>>>> >>>>> >> Hi, >> >> Could you please send me offline the build output? (Do not send it to >> the list, it will be very large). >> >> Regards, >> >> Steph >> > > Hi, > > - From the transcript you've sent me, it looks like the eclipse35.diff didn't apply correctly. > > [exec] missing header for unified diff at line 10 of patch > [exec] can't find file to patch at input line 10 > [exec] Perhaps you used the wrong -p or --strip option? > [exec] The text leading up to this was: > [exec] -------------------------- > [exec] |### Eclipse Workspace Patch 1.0 > [exec] |#P org.eclipse.swt > [exec] |Index: Eclipse SWT PI/gtk/library/build.sh > [exec] |=================================================================== > [exec] |RCS file: /cvsroot/eclipse/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh,v > [exec] |retrieving revision 1.54 > [exec] |diff -u -r1.54 build.sh > [exec] |--- Eclipse SWT PI/gtk/library/build.sh 29 May 2009 21:30:14 -0000 1.54 > [exec] |+++ Eclipse SWT PI/gtk/library/build.sh 1 Jun 2009 18:44:43 -0000 > [exec] -------------------------- > [exec] File to patch: > [exec] Skip this patch? [y] > [exec] Skipping patch. > [exec] 1 out of 1 hunk ignored > [exec] Result: 1 > > Make sure that you start with a clean java/eclipse directory (erase it and check it out again), then use gpatch from ports to apply > the eclipse diff, patch won't work. While you're at it, you should use the new eclipse35_1.diff patch which is available at the same > location than the original one. It will fix a plist issue and enable the build to complete on the x86 platform. > I upgrade devel/patch, rebuild eclipse again, this time patch is clean. I still got this problem: !ENTRY org.eclipse.osgi 4 0 2009-11-07 09:21:25.003 !MESSAGE Application error !STACK 1 java.lang.UnsatisfiedLinkError: no swt-gtk-3550 or swt-gtk in swt.library.path, java.library.path or the jar file at org.eclipse.swt.internal.Library.loadLibrary(Library.java:254) at org.eclipse.swt.internal.Library.loadLibrary(Library.java:159) at org.eclipse.swt.internal.C.(C.java:21) at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63) at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54) in build log, found: [exec] cc -L/usr/local/jdk1.6.0/jre/lib/amd64 -ljawt -shared -s -o libswt-awt-gtk-3550.so swt_awt.o^M [exec] c++ -O -DSWT_VERSION=3550 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/usr/local/jdk1.6.0/include -I/usr/local/jdk 1.6.0/include/freebsd -DNO__1XPCOMGlueShutdown -DNO__1XPCOMGlueStartup -DNO__1XPCOMGlueLoadXULFunctions -DNO_memmove__ILorg_eclipse_swt_internal_mozilla_nsDynamicFunctionL oad_2I -DNO_memmove__JLorg_eclipse_swt_internal_mozilla_nsDynamicFunctionLoad_2J -DNO_nsDynamicFunctionLoad_1sizeof -DNO__1Call__IIIIII -DNO__1Call__JJJJJI -DNO_nsDynamicFu nctionLoad -I/usr/local/include/mozilla -I/usr/local/include/mozilla/xpcom -I/usr/local/include/mozilla/string -I/usr/local/include/nspr -c xpcom.cpp^M [exec] c++ -O -DSWT_VERSION=3550 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/usr/local/jdk1.6.0/include -I/usr/local/jdk 1.6.0/include/freebsd -DNO__1XPCOMGlueShutdown -DNO__1XPCOMGlueStartup -DNO__1XPCOMGlueLoadXULFunctions -DNO_memmove__ILorg_eclipse_swt_internal_mozilla_nsDynamicFunctionL oad_2I -DNO_memmove__JLorg_eclipse_swt_internal_mozilla_nsDynamicFunctionLoad_2J -DNO_nsDynamicFunctionLoad_1sizeof -DNO__1Call__IIIIII -DNO__1Call__JJJJJI -DNO_nsDynamicFu nctionLoad -I/usr/local/include/mozilla -I/usr/local/include/mozilla/xpcom -I/usr/local/include/mozilla/string -I/usr/local/include/nspr -c xpcom_custom.cpp^M [exec] c++ -O -DSWT_VERSION=3550 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/usr/local/jdk1.6.0/include -I/usr/local/jdk 1.6.0/include/freebsd -DNO__1XPCOMGlueShutdown -DNO__1XPCOMGlueStartup -DNO__1XPCOMGlueLoadXULFunctions -DNO_memmove__ILorg_eclipse_swt_internal_mozilla_nsDynamicFunctionL oad_2I -DNO_memmove__JLorg_eclipse_swt_internal_mozilla_nsDynamicFunctionLoad_2J -DNO_nsDynamicFunctionLoad_1sizeof -DNO__1Call__IIIIII -DNO__1Call__JJJJJI -DNO_nsDynamicFu nctionLoad -I/usr/local/include/mozilla -I/usr/local/include/mozilla/xpcom -I/usr/local/include/mozilla/string -I/usr/local/include/nspr -c xpcom_structs.cpp^M [exec] c++ -O -DSWT_VERSION=3550 -DMOZILLA_STRICT_API=1 -fno-rtti -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. -I/usr/local/jdk1.6.0/include -I/usr/local/jdk 1.6.0/include/freebsd -DNO__1XPCOMGlueShutdown -DNO__1XPCOMGlueStartup -DNO__1XPCOMGlueLoadXULFunctions -DNO_memmove__ILorg_eclipse_swt_internal_mozilla_nsDynamicFunctionL oad_2I -DNO_memmove__JLorg_eclipse_swt_internal_mozilla_nsDynamicFunctionLoad_2J -DNO_nsDynamicFunctionLoad_1sizeof -DNO__1Call__IIIIII -DNO__1Call__JJJJJI -DNO_nsDynamicFu nctionLoad -I/usr/local/include/mozilla -I/usr/local/include/mozilla/xpcom -I/usr/local/include/mozilla/string -I/usr/local/include/nspr -c xpcom_stats.cpp^M [exec] c++ -o libswt-mozilla-gtk-3550.so swt.o xpcom.o xpcom_custom.o xpcom_structs.o xpcom_stats.o -shared -Wl,--version-script=mozilla_exports -Bsymbolic -s -Wl,-rpa th,/usr/local/lib/mozilla -pthread -L/usr/local/lib/mozilla -L/usr/local/lib -lxpcom -lplds4 -lplc4 -lnspr4 ^M [exec] /usr/bin/ld: cannot find -lxpcom^M [exec] gmake: *** [libswt-mozilla-gtk-3550.so] \xe9\x94\x99\xe8\xaf\xaf 1^M [exec] Result: 2^M [exec] Building FreeBSD launcher. Defaults: -os freebsd -arch x86_64 -ws gtk^M [exec] rm -f eclipse eclipse_1206.so eclipseMain.o eclipseConfig.o eclipseCommon.o eclipseGtkCommon.o eclipseGtkInit.o eclipse.o eclipseGtk.o eclipseUtil.o eclipseJNI. o eclipseMozilla.o eclipseShm.o eclipseNix.o^M I manually cp libswt*.so to /usr/local/lib, eclipse can start and open dialog crash problem is gone. --hwh From chris at stoneyforest.net Sat Nov 7 06:00:29 2009 From: chris at stoneyforest.net (Christopher T. Stone) Date: Sat Nov 7 06:00:36 2009 Subject: CFT: Eclipse Galileo 3.5 In-Reply-To: <4AF4CEA6.6070705@gddsn.org.cn> References: <4AF18F77.9030302@FreeBSD.org> <4AF26D78.3050906@gddsn.org.cn> <4AF2D0E9.50804@FreeBSD.org> <4AF2FA05.2060707@gddsn.org.cn> <4AF314D0.5000109@FreeBSD.org> <4AF4CEA6.6070705@gddsn.org.cn> Message-ID: <4AF50CF2.6040600@stoneyforest.net> Huang wen hui wrote: > Stephane E. Potvin ??: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Huang wen hui wrote: >> >>> Stephane E. Potvin ??: >>> Huang wen hui wrote: >>> >>> >>>>>> Stephane E. Potvin wrote: >>>>>> >>>>>>> -----BEGIN PGP SIGNED MESSAGE----- >>>>>>> Hash: SHA1 >>>>>>> >>>>>>> Hi everyone, >>>>>>> >>>>>>> I'm at last ready to have some public testing of the >>>>>>> 3.5.0-I20090611-1540 port of Eclipse (aka Galileo). The x86 >>>>>>> platform >>>>>>> has been >>>>>>> the least tested (actually, not at all this time ;) so I'd >>>>>>> appreciate to have feedback for this one. I've also only done >>>>>>> testing >>>>>>> with the native jdk1.6.0 from ports (java/jdk16) so please indicate >>>>>>> which jdk you're using if you send me a go/no-go. >>>>>>> >>>>>>> Highlights: >>>>>>> - - First FreeBSD Galileo release >>>>>>> - - The build is now using eclipse-build from the "Linux Tools" >>>>>>> project >>>>>>> - - Patches are now much more simple and have been split into two >>>>>>> parts for easier push upstream (one against eclipse-build and the >>>>>>> other for eclipse itself) >>>>>>> - - The only Gecko provider supported is now libxul >>>>>>> - - The gnome dependencies are now static and no longer >>>>>>> configurable >>>>>>> via options (there might be one or two that are no longer >>>>>>> necessary but I haven't gotten around yet to check which one) >>>>>>> - - Eclipse installs in ${PREFIX}/lib/eclipse instead of >>>>>>> ${PREFIX}/eclipse to reduce pollution in ${PREFIX} >>>>>>> - - New dropins directory is in ${PREFIX}/share/eclipse/dropins. >>>>>>> This >>>>>>> directory can be used for features/plugins that are not >>>>>>> installed via the p2 provisioning engine. All the ports that are >>>>>>> not >>>>>>> changed to use p2 will have to use this directory in the future >>>>>>> (this will be done in a separate patch). >>>>>>> - - The setup-user step is no longer necessary. p2 has been fixed >>>>>>> upstream and the user installed plugins are discovered correctly >>>>>>> even after a re-installation of eclipse. >>>>>>> >>>>>>> The patch can be found at the following address: >>>>>>> >>>>>>> http://people.freebsd.org/~sepotvin/eclipse35.diff >>>>>>> >>>>>>> Have fun! >>>>>>> >>>>>> Hi, >>>>>> I build Galileo under FreeBSD 8.0RC2, It is ok, but run eclipse, >>>>>> I got >>>>>> this error: >>>>>> >>>>>> !SESSION 2009-11-05 13:41:17.764 >>>>>> ----------------------------------------------- >>>>>> eclipse.buildId=I20090611-1540 >>>>>> java.version=1.6.0_03-p4 >>>>>> java.vendor=Sun Microsystems Inc. >>>>>> BootLoader constants: OS=freebsd, ARCH=x86_64, WS=gtk, NL=zh_CN >>>>>> Command-line arguments: -os freebsd -ws gtk -arch x86_64 >>>>>> >>>>>> !ENTRY org.eclipse.osgi 4 0 2009-11-05 13:41:18.651 >>>>>> !MESSAGE Application error >>>>>> !STACK 1 >>>>>> java.lang.UnsatisfiedLinkError: no swt-gtk-3550 or swt-gtk in >>>>>> swt.library.path, java.library.path or the jar file >>>>>> at org.eclipse.swt.internal.Library.loadLibrary(Library.java:254) >>>>>> at org.eclipse.swt.internal.Library.loadLibrary(Library.java:159) >>>>>> at org.eclipse.swt.internal.C.(C.java:21) >>>>>> at >>>>>> org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63) >>>>>> at >>>>>> org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54) >>>>>> at org.eclipse.swt.widgets.Display.(Display.java:131) >>>>>> at >>>>>> org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:516) >>>>>> at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:161) >>>>>> at >>>>>> org.eclipse.ui.internal.ide.application.IDEApplication.createDisplay(IDEApplication.java:143) >>>>>> >>>>>> >>>>>> >>>>>> at >>>>>> org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:88) >>>>>> >>>>>> >>>>>> >>>>>> at >>>>>> org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) >>>>>> >>>>>> >>>>>> >>>>>> at >>>>>> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) >>>>>> >>>>>> >>>>>> >>>>>> at >>>>>> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) >>>>>> >>>>>> >>>>>> >>>>>> at >>>>>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) >>>>>> >>>>>> >>>>>> >>>>>> at >>>>>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) >>>>>> >>>>>> >>>>>> >>>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >>>>>> at >>>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >>>>>> >>>>>> >>>>>> >>>>>> at >>>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >>>>>> >>>>>> >>>>>> >>>>>> at java.lang.reflect.Method.invoke(Method.java:597) >>>>>> at >>>>>> org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:563) >>>>>> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:518) >>>>>> at org.eclipse.equinox.launcher.Main.run(Main.java:1315) >>>>>> at org.eclipse.equinox.launcher.Main.main(Main.java:1291) >>>>>> >>>>>> I try to find libswt-gtk-3550*.so under work directory, could not >>>>>> found >>>>>> right one. >>>>>> >>>>>> any ideas? >>>>>> >>>>>> >>> Hi, >>> >>> Could you please send me offline the build output? (Do not send it to >>> the list, it will be very large). >>> >>> Regards, >>> >>> Steph >>> >> >> Hi, >> >> - From the transcript you've sent me, it looks like the >> eclipse35.diff didn't apply correctly. >> >> [exec] missing header for unified diff at line 10 of patch >> [exec] can't find file to patch at input line 10 >> [exec] Perhaps you used the wrong -p or --strip option? >> [exec] The text leading up to this was: >> [exec] -------------------------- >> [exec] |### Eclipse Workspace Patch 1.0 >> [exec] |#P org.eclipse.swt >> [exec] |Index: Eclipse SWT PI/gtk/library/build.sh >> [exec] >> |=================================================================== >> [exec] |RCS file: /cvsroot/eclipse/org.eclipse.swt/Eclipse SWT >> PI/gtk/library/build.sh,v >> [exec] |retrieving revision 1.54 >> [exec] |diff -u -r1.54 build.sh >> [exec] |--- Eclipse SWT PI/gtk/library/build.sh 29 May 2009 >> 21:30:14 -0000 1.54 >> [exec] |+++ Eclipse SWT PI/gtk/library/build.sh 1 Jun 2009 >> 18:44:43 -0000 >> [exec] -------------------------- >> [exec] File to patch: >> [exec] Skip this patch? [y] >> [exec] Skipping patch. >> [exec] 1 out of 1 hunk ignored >> [exec] Result: 1 >> >> Make sure that you start with a clean java/eclipse directory (erase >> it and check it out again), then use gpatch from ports to apply >> the eclipse diff, patch won't work. While you're at it, you should >> use the new eclipse35_1.diff patch which is available at the same >> location than the original one. It will fix a plist issue and enable >> the build to complete on the x86 platform. >> > I upgrade devel/patch, rebuild eclipse again, this time patch is > clean. I still got this problem: > > !ENTRY org.eclipse.osgi 4 0 2009-11-07 09:21:25.003 > !MESSAGE Application error > !STACK 1 > java.lang.UnsatisfiedLinkError: no swt-gtk-3550 or swt-gtk in > swt.library.path, java.library.path or the jar file > at org.eclipse.swt.internal.Library.loadLibrary(Library.java:254) > at org.eclipse.swt.internal.Library.loadLibrary(Library.java:159) > at org.eclipse.swt.internal.C.(C.java:21) > at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63) > at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54) > > in build log, found: > > > [exec] cc -L/usr/local/jdk1.6.0/jre/lib/amd64 -ljawt -shared -s -o > libswt-awt-gtk-3550.so swt_awt.o^M > [exec] c++ -O -DSWT_VERSION=3550 -DMOZILLA_STRICT_API=1 -fno-rtti > -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. > -I/usr/local/jdk1.6.0/include -I/usr/local/jdk > 1.6.0/include/freebsd -DNO__1XPCOMGlueShutdown > -DNO__1XPCOMGlueStartup -DNO__1XPCOMGlueLoadXULFunctions > -DNO_memmove__ILorg_eclipse_swt_internal_mozilla_nsDynamicFunctionL > oad_2I > -DNO_memmove__JLorg_eclipse_swt_internal_mozilla_nsDynamicFunctionLoad_2J > -DNO_nsDynamicFunctionLoad_1sizeof -DNO__1Call__IIIIII > -DNO__1Call__JJJJJI -DNO_nsDynamicFu > nctionLoad -I/usr/local/include/mozilla > -I/usr/local/include/mozilla/xpcom -I/usr/local/include/mozilla/string > -I/usr/local/include/nspr -c xpcom.cpp^M > [exec] c++ -O -DSWT_VERSION=3550 -DMOZILLA_STRICT_API=1 -fno-rtti > -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. > -I/usr/local/jdk1.6.0/include -I/usr/local/jdk > 1.6.0/include/freebsd -DNO__1XPCOMGlueShutdown > -DNO__1XPCOMGlueStartup -DNO__1XPCOMGlueLoadXULFunctions > -DNO_memmove__ILorg_eclipse_swt_internal_mozilla_nsDynamicFunctionL > oad_2I > -DNO_memmove__JLorg_eclipse_swt_internal_mozilla_nsDynamicFunctionLoad_2J > -DNO_nsDynamicFunctionLoad_1sizeof -DNO__1Call__IIIIII > -DNO__1Call__JJJJJI -DNO_nsDynamicFu > nctionLoad -I/usr/local/include/mozilla > -I/usr/local/include/mozilla/xpcom -I/usr/local/include/mozilla/string > -I/usr/local/include/nspr -c xpcom_custom.cpp^M > [exec] c++ -O -DSWT_VERSION=3550 -DMOZILLA_STRICT_API=1 -fno-rtti > -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. > -I/usr/local/jdk1.6.0/include -I/usr/local/jdk > 1.6.0/include/freebsd -DNO__1XPCOMGlueShutdown > -DNO__1XPCOMGlueStartup -DNO__1XPCOMGlueLoadXULFunctions > -DNO_memmove__ILorg_eclipse_swt_internal_mozilla_nsDynamicFunctionL > oad_2I > -DNO_memmove__JLorg_eclipse_swt_internal_mozilla_nsDynamicFunctionLoad_2J > -DNO_nsDynamicFunctionLoad_1sizeof -DNO__1Call__IIIIII > -DNO__1Call__JJJJJI -DNO_nsDynamicFu > nctionLoad -I/usr/local/include/mozilla > -I/usr/local/include/mozilla/xpcom -I/usr/local/include/mozilla/string > -I/usr/local/include/nspr -c xpcom_structs.cpp^M > [exec] c++ -O -DSWT_VERSION=3550 -DMOZILLA_STRICT_API=1 -fno-rtti > -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. > -I/usr/local/jdk1.6.0/include -I/usr/local/jdk > 1.6.0/include/freebsd -DNO__1XPCOMGlueShutdown > -DNO__1XPCOMGlueStartup -DNO__1XPCOMGlueLoadXULFunctions > -DNO_memmove__ILorg_eclipse_swt_internal_mozilla_nsDynamicFunctionL > oad_2I > -DNO_memmove__JLorg_eclipse_swt_internal_mozilla_nsDynamicFunctionLoad_2J > -DNO_nsDynamicFunctionLoad_1sizeof -DNO__1Call__IIIIII > -DNO__1Call__JJJJJI -DNO_nsDynamicFu > nctionLoad -I/usr/local/include/mozilla > -I/usr/local/include/mozilla/xpcom -I/usr/local/include/mozilla/string > -I/usr/local/include/nspr -c xpcom_stats.cpp^M > [exec] c++ -o libswt-mozilla-gtk-3550.so swt.o xpcom.o > xpcom_custom.o xpcom_structs.o xpcom_stats.o -shared > -Wl,--version-script=mozilla_exports -Bsymbolic -s -Wl,-rpa > th,/usr/local/lib/mozilla -pthread -L/usr/local/lib/mozilla > -L/usr/local/lib -lxpcom -lplds4 -lplc4 -lnspr4 ^M > [exec] /usr/bin/ld: cannot find -lxpcom^M > [exec] gmake: *** [libswt-mozilla-gtk-3550.so] > \xe9\x94\x99\xe8\xaf\xaf 1^M > [exec] Result: 2^M > [exec] Building FreeBSD launcher. Defaults: -os freebsd -arch > x86_64 -ws gtk^M > [exec] rm -f eclipse eclipse_1206.so eclipseMain.o eclipseConfig.o > eclipseCommon.o eclipseGtkCommon.o eclipseGtkInit.o eclipse.o > eclipseGtk.o eclipseUtil.o eclipseJNI. > o eclipseMozilla.o eclipseShm.o eclipseNix.o^M > > > > > I manually cp libswt*.so to /usr/local/lib, eclipse can start and open > dialog crash problem is gone. > > --hwh > > _______________________________________________ > freebsd-eclipse@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-eclipse > To unsubscribe, send any mail to > "freebsd-eclipse-unsubscribe@freebsd.org" > Same here. I had the exact same problem. Copied the following files from the build directory and it works great: libswt-atk-gtk-3550.so -> /usr/local/lib/libswt-atk-gtk-3550.so libswt-mozilla-gtk-3550.so -> /usr/local/lib/libswt-mozilla-gtk-3550.so libswt-gtk-3550.so -> /usr/local/lib/libswt-gtk-3550.so libswt-gnome-gtk-3550.so -> /usr/local/lib/libswt-gnome-gtk-3550.so libswt-glx-gtk-3550.so -> /usr/local/lib/libswt-glx-gtk-3550.so libswt-cairo-gtk-3550.so -> /usr/local/lib/libswt-cairo-gtk-3550.so libswt-awt-gtk-3550.so -> /usr/local/lib/libswt-awt-gtk-3550.so libswt-pi-gtk-3550.so -> /usr/local/lib/libswt-pi-gtk-3550.so Also, the eclipse-cdt-3.1.2 works if you fudge localbase to the new location. ~Chris Stone From bugmaster at FreeBSD.org Mon Nov 9 11:06:49 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Nov 9 11:07:37 2009 Subject: Current problem reports assigned to freebsd-eclipse@FreeBSD.org Message-ID: <200911091106.nA9B6mF9078939@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/133457 eclipse [PATCH] java/eclipse-webtools: update to 3.0.3 f ports/133423 eclipse [PATCH] java/eclipse-emf: Update to 2.4.1 o ports/133417 eclipse [PATCH] java/eclipse-gef: update to 3.4.1 3 problems total. From sepotvin at FreeBSD.org Mon Nov 9 20:50:26 2009 From: sepotvin at FreeBSD.org (Stephane E. Potvin) Date: Mon Nov 9 20:50:33 2009 Subject: CFT: Eclipse Galileo 3.5 In-Reply-To: <1257515751.1709.31.camel@localhost> References: <4AF18F77.9030302@FreeBSD.org> <1257442639.6666.2.camel@localhost> <4AF311C5.4040303@FreeBSD.org> <1257451586.2277.5.camel@localhost> <4AF424D6.7090804@FreeBSD.org> <1257515751.1709.31.camel@localhost> Message-ID: <4AF88090.1060101@FreeBSD.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Vladimir Grebenschikov wrote: > Hi > > I am pretty sure that applied cleanly patch yesterday, anyway, one more > attempt: > > # sysctl hw | fgrep mem: > hw.physmem: 2137292800 > hw.usermem: 1953587200 > hw.realmem: 2146238464 > # top -d1 | egrep Mem\|Swap > Mem: 485M Active, 1232M Inact, 181M Wired, 17M Cache, 112M Buf, 85M Free > Swap: 2048M Total, 2048M Free > # cd /usr/ports/java/ > # rm -rf eclipse > # cvs -R upd -dPA eclipse > ... > # cd eclipse > # patch < ~/patches/eclipse35_1.diff > ... > # echo $? > 0 > # java -version > java version "1.6.0_03-p4" > Java(TM) SE Runtime Environment (build 1.6.0_03-p4-root_22_sep_2009_18_50-b00) > Java HotSpot(TM) Client VM (build 1.6.0_03-p4-root_22_sep_2009_18_50-b00, mixed mode) > # script eclipse.txt make > ... > BUILD FAILED > /usr/ports/java/eclipse/work/eclipse-build-0_4_RC1/build.xml:224: Java returned: 13 > > Total time: 4 minutes 5 seconds > > Script done, output file is eclipse.txt > # > For an unknown reason, you seems to still experience an out of memory condition in your build that I'm unable to reproduce locally. Are you using any non-standard malloc flags, vm.kmem* settings, ...? Regards Steph -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkr4gJAACgkQmdOXtTCX/nvK5wCfRuH+QZfCDSdilgDMYskVENRr SlgAnRvVkMeabGEvtLy5ZDSfYJPlgEy9 =ZMsA -----END PGP SIGNATURE----- From sepotvin at FreeBSD.org Mon Nov 9 20:53:09 2009 From: sepotvin at FreeBSD.org (Stephane E. Potvin) Date: Mon Nov 9 20:53:17 2009 Subject: CFT: Eclipse Galileo 3.5 In-Reply-To: <4AF4CEA6.6070705@gddsn.org.cn> References: <4AF18F77.9030302@FreeBSD.org> <4AF26D78.3050906@gddsn.org.cn> <4AF2D0E9.50804@FreeBSD.org> <4AF2FA05.2060707@gddsn.org.cn> <4AF314D0.5000109@FreeBSD.org> <4AF4CEA6.6070705@gddsn.org.cn> Message-ID: <4AF88131.209@FreeBSD.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Huang wen hui wrote: > Stephane E. Potvin ??: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Huang wen hui wrote: >> >>> Stephane E. Potvin ??: >>> Huang wen hui wrote: >>> >>> >>>>>> Stephane E. Potvin wrote: >>>>>> >>>>>>> -----BEGIN PGP SIGNED MESSAGE----- >>>>>>> Hash: SHA1 >>>>>>> >>>>>>> Hi everyone, >>>>>>> >>>>>>> I'm at last ready to have some public testing of the >>>>>>> 3.5.0-I20090611-1540 port of Eclipse (aka Galileo). The x86 platform >>>>>>> has been >>>>>>> the least tested (actually, not at all this time ;) so I'd >>>>>>> appreciate to have feedback for this one. I've also only done >>>>>>> testing >>>>>>> with the native jdk1.6.0 from ports (java/jdk16) so please indicate >>>>>>> which jdk you're using if you send me a go/no-go. >>>>>>> >>>>>>> Highlights: >>>>>>> - - First FreeBSD Galileo release >>>>>>> - - The build is now using eclipse-build from the "Linux Tools" >>>>>>> project >>>>>>> - - Patches are now much more simple and have been split into two >>>>>>> parts for easier push upstream (one against eclipse-build and the >>>>>>> other for eclipse itself) >>>>>>> - - The only Gecko provider supported is now libxul >>>>>>> - - The gnome dependencies are now static and no longer configurable >>>>>>> via options (there might be one or two that are no longer >>>>>>> necessary but I haven't gotten around yet to check which one) >>>>>>> - - Eclipse installs in ${PREFIX}/lib/eclipse instead of >>>>>>> ${PREFIX}/eclipse to reduce pollution in ${PREFIX} >>>>>>> - - New dropins directory is in ${PREFIX}/share/eclipse/dropins. >>>>>>> This >>>>>>> directory can be used for features/plugins that are not >>>>>>> installed via the p2 provisioning engine. All the ports that are not >>>>>>> changed to use p2 will have to use this directory in the future >>>>>>> (this will be done in a separate patch). >>>>>>> - - The setup-user step is no longer necessary. p2 has been fixed >>>>>>> upstream and the user installed plugins are discovered correctly >>>>>>> even after a re-installation of eclipse. >>>>>>> >>>>>>> The patch can be found at the following address: >>>>>>> >>>>>>> http://people.freebsd.org/~sepotvin/eclipse35.diff >>>>>>> >>>>>>> Have fun! >>>>>>> >>>>>> Hi, >>>>>> I build Galileo under FreeBSD 8.0RC2, It is ok, but run eclipse, I >>>>>> got >>>>>> this error: >>>>>> >>>>>> !SESSION 2009-11-05 13:41:17.764 >>>>>> ----------------------------------------------- >>>>>> eclipse.buildId=I20090611-1540 >>>>>> java.version=1.6.0_03-p4 >>>>>> java.vendor=Sun Microsystems Inc. >>>>>> BootLoader constants: OS=freebsd, ARCH=x86_64, WS=gtk, NL=zh_CN >>>>>> Command-line arguments: -os freebsd -ws gtk -arch x86_64 >>>>>> >>>>>> !ENTRY org.eclipse.osgi 4 0 2009-11-05 13:41:18.651 >>>>>> !MESSAGE Application error >>>>>> !STACK 1 >>>>>> java.lang.UnsatisfiedLinkError: no swt-gtk-3550 or swt-gtk in >>>>>> swt.library.path, java.library.path or the jar file >>>>>> at org.eclipse.swt.internal.Library.loadLibrary(Library.java:254) >>>>>> at org.eclipse.swt.internal.Library.loadLibrary(Library.java:159) >>>>>> at org.eclipse.swt.internal.C.(C.java:21) >>>>>> at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63) >>>>>> at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54) >>>>>> at org.eclipse.swt.widgets.Display.(Display.java:131) >>>>>> at >>>>>> org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:516) >>>>>> at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:161) >>>>>> at >>>>>> org.eclipse.ui.internal.ide.application.IDEApplication.createDisplay(IDEApplication.java:143) >>>>>> >>>>>> >>>>>> >>>>>> at >>>>>> org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:88) >>>>>> >>>>>> >>>>>> >>>>>> at >>>>>> org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) >>>>>> >>>>>> >>>>>> >>>>>> at >>>>>> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) >>>>>> >>>>>> >>>>>> >>>>>> at >>>>>> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) >>>>>> >>>>>> >>>>>> >>>>>> at >>>>>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) >>>>>> >>>>>> >>>>>> >>>>>> at >>>>>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) >>>>>> >>>>>> >>>>>> >>>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >>>>>> at >>>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >>>>>> >>>>>> >>>>>> >>>>>> at >>>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >>>>>> >>>>>> >>>>>> >>>>>> at java.lang.reflect.Method.invoke(Method.java:597) >>>>>> at >>>>>> org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:563) >>>>>> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:518) >>>>>> at org.eclipse.equinox.launcher.Main.run(Main.java:1315) >>>>>> at org.eclipse.equinox.launcher.Main.main(Main.java:1291) >>>>>> >>>>>> I try to find libswt-gtk-3550*.so under work directory, could not >>>>>> found >>>>>> right one. >>>>>> >>>>>> any ideas? >>>>>> >>>>>> >>> Hi, >>> >>> Could you please send me offline the build output? (Do not send it to >>> the list, it will be very large). >>> >>> Regards, >>> >>> Steph >>> >> >> Hi, >> >> - From the transcript you've sent me, it looks like the eclipse35.diff >> didn't apply correctly. >> >> [exec] missing header for unified diff at line 10 of patch >> [exec] can't find file to patch at input line 10 >> [exec] Perhaps you used the wrong -p or --strip option? >> [exec] The text leading up to this was: >> [exec] -------------------------- >> [exec] |### Eclipse Workspace Patch 1.0 >> [exec] |#P org.eclipse.swt >> [exec] |Index: Eclipse SWT PI/gtk/library/build.sh >> [exec] >> |=================================================================== >> [exec] |RCS file: /cvsroot/eclipse/org.eclipse.swt/Eclipse SWT >> PI/gtk/library/build.sh,v >> [exec] |retrieving revision 1.54 >> [exec] |diff -u -r1.54 build.sh >> [exec] |--- Eclipse SWT PI/gtk/library/build.sh 29 May 2009 >> 21:30:14 -0000 1.54 >> [exec] |+++ Eclipse SWT PI/gtk/library/build.sh 1 Jun 2009 >> 18:44:43 -0000 >> [exec] -------------------------- >> [exec] File to patch: >> [exec] Skip this patch? [y] >> [exec] Skipping patch. >> [exec] 1 out of 1 hunk ignored >> [exec] Result: 1 >> >> Make sure that you start with a clean java/eclipse directory (erase it >> and check it out again), then use gpatch from ports to apply >> the eclipse diff, patch won't work. While you're at it, you should use >> the new eclipse35_1.diff patch which is available at the same >> location than the original one. It will fix a plist issue and enable >> the build to complete on the x86 platform. >> > I upgrade devel/patch, rebuild eclipse again, this time patch is clean. > I still got this problem: > > !ENTRY org.eclipse.osgi 4 0 2009-11-07 09:21:25.003 > !MESSAGE Application error > !STACK 1 > java.lang.UnsatisfiedLinkError: no swt-gtk-3550 or swt-gtk in > swt.library.path, java.library.path or the jar file > at org.eclipse.swt.internal.Library.loadLibrary(Library.java:254) > at org.eclipse.swt.internal.Library.loadLibrary(Library.java:159) > at org.eclipse.swt.internal.C.(C.java:21) > at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63) > at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54) > > in build log, found: > > > [exec] cc -L/usr/local/jdk1.6.0/jre/lib/amd64 -ljawt -shared -s -o > libswt-awt-gtk-3550.so swt_awt.o^M > [exec] c++ -O -DSWT_VERSION=3550 -DMOZILLA_STRICT_API=1 -fno-rtti > -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. > -I/usr/local/jdk1.6.0/include -I/usr/local/jdk > 1.6.0/include/freebsd -DNO__1XPCOMGlueShutdown -DNO__1XPCOMGlueStartup > -DNO__1XPCOMGlueLoadXULFunctions > -DNO_memmove__ILorg_eclipse_swt_internal_mozilla_nsDynamicFunctionL > oad_2I > -DNO_memmove__JLorg_eclipse_swt_internal_mozilla_nsDynamicFunctionLoad_2J > -DNO_nsDynamicFunctionLoad_1sizeof -DNO__1Call__IIIIII > -DNO__1Call__JJJJJI -DNO_nsDynamicFu > nctionLoad -I/usr/local/include/mozilla > -I/usr/local/include/mozilla/xpcom -I/usr/local/include/mozilla/string > -I/usr/local/include/nspr -c xpcom.cpp^M > [exec] c++ -O -DSWT_VERSION=3550 -DMOZILLA_STRICT_API=1 -fno-rtti > -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. > -I/usr/local/jdk1.6.0/include -I/usr/local/jdk > 1.6.0/include/freebsd -DNO__1XPCOMGlueShutdown -DNO__1XPCOMGlueStartup > -DNO__1XPCOMGlueLoadXULFunctions > -DNO_memmove__ILorg_eclipse_swt_internal_mozilla_nsDynamicFunctionL > oad_2I > -DNO_memmove__JLorg_eclipse_swt_internal_mozilla_nsDynamicFunctionLoad_2J > -DNO_nsDynamicFunctionLoad_1sizeof -DNO__1Call__IIIIII > -DNO__1Call__JJJJJI -DNO_nsDynamicFu > nctionLoad -I/usr/local/include/mozilla > -I/usr/local/include/mozilla/xpcom -I/usr/local/include/mozilla/string > -I/usr/local/include/nspr -c xpcom_custom.cpp^M > [exec] c++ -O -DSWT_VERSION=3550 -DMOZILLA_STRICT_API=1 -fno-rtti > -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. > -I/usr/local/jdk1.6.0/include -I/usr/local/jdk > 1.6.0/include/freebsd -DNO__1XPCOMGlueShutdown -DNO__1XPCOMGlueStartup > -DNO__1XPCOMGlueLoadXULFunctions > -DNO_memmove__ILorg_eclipse_swt_internal_mozilla_nsDynamicFunctionL > oad_2I > -DNO_memmove__JLorg_eclipse_swt_internal_mozilla_nsDynamicFunctionLoad_2J > -DNO_nsDynamicFunctionLoad_1sizeof -DNO__1Call__IIIIII > -DNO__1Call__JJJJJI -DNO_nsDynamicFu > nctionLoad -I/usr/local/include/mozilla > -I/usr/local/include/mozilla/xpcom -I/usr/local/include/mozilla/string > -I/usr/local/include/nspr -c xpcom_structs.cpp^M > [exec] c++ -O -DSWT_VERSION=3550 -DMOZILLA_STRICT_API=1 -fno-rtti > -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. > -I/usr/local/jdk1.6.0/include -I/usr/local/jdk > 1.6.0/include/freebsd -DNO__1XPCOMGlueShutdown -DNO__1XPCOMGlueStartup > -DNO__1XPCOMGlueLoadXULFunctions > -DNO_memmove__ILorg_eclipse_swt_internal_mozilla_nsDynamicFunctionL > oad_2I > -DNO_memmove__JLorg_eclipse_swt_internal_mozilla_nsDynamicFunctionLoad_2J > -DNO_nsDynamicFunctionLoad_1sizeof -DNO__1Call__IIIIII > -DNO__1Call__JJJJJI -DNO_nsDynamicFu > nctionLoad -I/usr/local/include/mozilla > -I/usr/local/include/mozilla/xpcom -I/usr/local/include/mozilla/string > -I/usr/local/include/nspr -c xpcom_stats.cpp^M > [exec] c++ -o libswt-mozilla-gtk-3550.so swt.o xpcom.o > xpcom_custom.o xpcom_structs.o xpcom_stats.o -shared > -Wl,--version-script=mozilla_exports -Bsymbolic -s -Wl,-rpa > th,/usr/local/lib/mozilla -pthread -L/usr/local/lib/mozilla > -L/usr/local/lib -lxpcom -lplds4 -lplc4 -lnspr4 ^M > [exec] /usr/bin/ld: cannot find -lxpcom^M > [exec] gmake: *** [libswt-mozilla-gtk-3550.so] > \xe9\x94\x99\xe8\xaf\xaf 1^M > [exec] Result: 2^M > [exec] Building FreeBSD launcher. Defaults: -os freebsd -arch x86_64 > -ws gtk^M > [exec] rm -f eclipse eclipse_1206.so eclipseMain.o eclipseConfig.o > eclipseCommon.o eclipseGtkCommon.o eclipseGtkInit.o eclipse.o > eclipseGtk.o eclipseUtil.o eclipseJNI. > o eclipseMozilla.o eclipseShm.o eclipseNix.o^M > > > > > I manually cp libswt*.so to /usr/local/lib, eclipse can start and open > dialog crash problem is gone. > Hi, Let me guess, you have a mozilla package installed on your system, right? Give me a day or two and I'll send you an update to fix the issue. In the mean time, could you temporarily delete your mozilla and try the build again? (you can use pkg_create to create a backup of your mozilla to avoir recompiling from scratch). Once eclipse is built, having mozilla installed should not cause any problems. Regards, Steph -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkr4gTEACgkQmdOXtTCX/ns2DwCcDkATIVxrTkOmh1PYzvyp9JsO OzgAn1tf3DoaIYIytls7CEm6DUlVBaZt =QoOn -----END PGP SIGNATURE----- From bofh at redwerk.com Mon Nov 9 21:40:16 2009 From: bofh at redwerk.com (Eugeny N Dzhurinsky) Date: Mon Nov 9 21:40:22 2009 Subject: CFT: Eclipse Galileo 3.5 In-Reply-To: <4AF88131.209@FreeBSD.org> References: <4AF18F77.9030302@FreeBSD.org> <4AF26D78.3050906@gddsn.org.cn> <4AF2D0E9.50804@FreeBSD.org> <4AF2FA05.2060707@gddsn.org.cn> <4AF314D0.5000109@FreeBSD.org> <4AF4CEA6.6070705@gddsn.org.cn> <4AF88131.209@FreeBSD.org> Message-ID: <20091109212026.GA7567@localhost> On Mon, Nov 09, 2009 at 03:53:05PM -0500, Stephane E. Potvin wrote: > Hi, > > Let me guess, you have a mozilla package installed on your system, right? Give me a day or two and I'll send you an update to fix > the issue. In the mean time, could you temporarily delete your mozilla and try the build again? (you can use pkg_create to create a > backup of your mozilla to avoir recompiling from scratch). Once eclipse is built, having mozilla installed should not cause any > problems. > > Regards, > > Steph Sorry, guys - I don't want to offend anybody, but can you please cut down the horrible quoting? Thank you in advance! -- Eugene N Dzhurinsky -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-eclipse/attachments/20091109/e9074de5/attachment.pgp From vova at fbsd.ru Mon Nov 9 23:38:14 2009 From: vova at fbsd.ru (Vladimir Grebenschikov) Date: Mon Nov 9 23:38:21 2009 Subject: CFT: Eclipse Galileo 3.5 In-Reply-To: <4AF88090.1060101@FreeBSD.org> References: <4AF18F77.9030302@FreeBSD.org> <1257442639.6666.2.camel@localhost> <4AF311C5.4040303@FreeBSD.org> <1257451586.2277.5.camel@localhost> <4AF424D6.7090804@FreeBSD.org> <1257515751.1709.31.camel@localhost> <4AF88090.1060101@FreeBSD.org> Message-ID: <1257809887.2070.9.camel@localhost> Hi > For an unknown reason, you seems to still experience an out of memory condition in your build that I'm unable to reproduce locally. > Are you using any non-standard malloc flags, vm.kmem* settings, ...? Thanks, for digging, Nothing special for my taste: $ ls -l /etc/malloc.conf lrwxrwxrwx 1 root wheel 2 Oct 31 2006 /etc/malloc.conf -> aj $ fgrep vm.kmem /etc/sysctl.conf $ sysctl vm | fgrep kmem vm.kmem_size_scale: 3 vm.kmem_size_max: 335544320 vm.kmem_size_min: 0 vm.kmem_size: 335544320 $ Probably I can debug somehow build procedure ? -- Vladimir B. Grebenschikov vova@fbsd.ru From ken at tydfam.jp Tue Nov 10 14:00:29 2009 From: ken at tydfam.jp (ken) Date: Tue Nov 10 14:00:41 2009 Subject: CFT: Eclipse Galileo 3.5 In-Reply-To: <4AF88131.209@FreeBSD.org> References: <4AF314D0.5000109@FreeBSD.org> <4AF4CEA6.6070705@gddsn.org.cn> <4AF88131.209@FreeBSD.org> Message-ID: <20091110.230023.59640143160079040.ken@tydfam.jp> Steph, Is it very difficult to use 3.5.1 source instead of 3.5.0? Eclipse generally launch x.x.0 in June and update to x.x.1 in Sept., and there is already 3.5.1. If possible, it will be much better to use 3.5.1 source for porting instead of 3.5.0. From huang at gddsn.org.cn Tue Nov 10 14:34:20 2009 From: huang at gddsn.org.cn (Huang wen hui) Date: Tue Nov 10 14:34:28 2009 Subject: CFT: Eclipse Galileo 3.5 In-Reply-To: <4AF88131.209@FreeBSD.org> References: <4AF18F77.9030302@FreeBSD.org> <4AF26D78.3050906@gddsn.org.cn> <4AF2D0E9.50804@FreeBSD.org> <4AF2FA05.2060707@gddsn.org.cn> <4AF314D0.5000109@FreeBSD.org> <4AF4CEA6.6070705@gddsn.org.cn> <4AF88131.209@FreeBSD.org> Message-ID: <4AF93672.9070809@gddsn.org.cn> Stephane E. Potvin ??: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Huang wen hui wrote: > >> Stephane E. Potvin ??: >> >>> -----BEGIN PGP SIGNED MESSAGE----- >>> Hash: SHA1 >>> >>> Huang wen hui wrote: >>> >>> >>>> Stephane E. Potvin ??: >>>> Huang wen hui wrote: >>>> >>>> >>>> >>>>>>> Stephane E. Potvin wrote: >>>>>>> >>>>>>> >>>>>>>> -----BEGIN PGP SIGNED MESSAGE----- >>>>>>>> Hash: SHA1 >>>>>>>> >>>>>>>> Hi everyone, >>>>>>>> >>>>>>>> I'm at last ready to have some public testing of the >>>>>>>> 3.5.0-I20090611-1540 port of Eclipse (aka Galileo). The x86 platform >>>>>>>> has been >>>>>>>> the least tested (actually, not at all this time ;) so I'd >>>>>>>> appreciate to have feedback for this one. I've also only done >>>>>>>> testing >>>>>>>> with the native jdk1.6.0 from ports (java/jdk16) so please indicate >>>>>>>> which jdk you're using if you send me a go/no-go. >>>>>>>> >>>>>>>> Highlights: >>>>>>>> - - First FreeBSD Galileo release >>>>>>>> - - The build is now using eclipse-build from the "Linux Tools" >>>>>>>> project >>>>>>>> - - Patches are now much more simple and have been split into two >>>>>>>> parts for easier push upstream (one against eclipse-build and the >>>>>>>> other for eclipse itself) >>>>>>>> - - The only Gecko provider supported is now libxul >>>>>>>> - - The gnome dependencies are now static and no longer configurable >>>>>>>> via options (there might be one or two that are no longer >>>>>>>> necessary but I haven't gotten around yet to check which one) >>>>>>>> - - Eclipse installs in ${PREFIX}/lib/eclipse instead of >>>>>>>> ${PREFIX}/eclipse to reduce pollution in ${PREFIX} >>>>>>>> - - New dropins directory is in ${PREFIX}/share/eclipse/dropins. >>>>>>>> This >>>>>>>> directory can be used for features/plugins that are not >>>>>>>> installed via the p2 provisioning engine. All the ports that are not >>>>>>>> changed to use p2 will have to use this directory in the future >>>>>>>> (this will be done in a separate patch). >>>>>>>> - - The setup-user step is no longer necessary. p2 has been fixed >>>>>>>> upstream and the user installed plugins are discovered correctly >>>>>>>> even after a re-installation of eclipse. >>>>>>>> >>>>>>>> The patch can be found at the following address: >>>>>>>> >>>>>>>> http://people.freebsd.org/~sepotvin/eclipse35.diff >>>>>>>> >>>>>>>> Have fun! >>>>>>>> >>>>>>>> >>>>>>> Hi, >>>>>>> I build Galileo under FreeBSD 8.0RC2, It is ok, but run eclipse, I >>>>>>> got >>>>>>> this error: >>>>>>> >>>>>>> !SESSION 2009-11-05 13:41:17.764 >>>>>>> ----------------------------------------------- >>>>>>> eclipse.buildId=I20090611-1540 >>>>>>> java.version=1.6.0_03-p4 >>>>>>> java.vendor=Sun Microsystems Inc. >>>>>>> BootLoader constants: OS=freebsd, ARCH=x86_64, WS=gtk, NL=zh_CN >>>>>>> Command-line arguments: -os freebsd -ws gtk -arch x86_64 >>>>>>> >>>>>>> !ENTRY org.eclipse.osgi 4 0 2009-11-05 13:41:18.651 >>>>>>> !MESSAGE Application error >>>>>>> !STACK 1 >>>>>>> java.lang.UnsatisfiedLinkError: no swt-gtk-3550 or swt-gtk in >>>>>>> swt.library.path, java.library.path or the jar file >>>>>>> at org.eclipse.swt.internal.Library.loadLibrary(Library.java:254) >>>>>>> at org.eclipse.swt.internal.Library.loadLibrary(Library.java:159) >>>>>>> at org.eclipse.swt.internal.C.(C.java:21) >>>>>>> at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63) >>>>>>> at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54) >>>>>>> at org.eclipse.swt.widgets.Display.(Display.java:131) >>>>>>> at >>>>>>> org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:516) >>>>>>> at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:161) >>>>>>> at >>>>>>> org.eclipse.ui.internal.ide.application.IDEApplication.createDisplay(IDEApplication.java:143) >>>>>>> >>>>>>> >>>>>>> >>>>>>> at >>>>>>> org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:88) >>>>>>> >>>>>>> >>>>>>> >>>>>>> at >>>>>>> org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) >>>>>>> >>>>>>> >>>>>>> >>>>>>> at >>>>>>> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) >>>>>>> >>>>>>> >>>>>>> >>>>>>> at >>>>>>> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) >>>>>>> >>>>>>> >>>>>>> >>>>>>> at >>>>>>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) >>>>>>> >>>>>>> >>>>>>> >>>>>>> at >>>>>>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) >>>>>>> >>>>>>> >>>>>>> >>>>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >>>>>>> at >>>>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >>>>>>> >>>>>>> >>>>>>> >>>>>>> at >>>>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >>>>>>> >>>>>>> >>>>>>> >>>>>>> at java.lang.reflect.Method.invoke(Method.java:597) >>>>>>> at >>>>>>> org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:563) >>>>>>> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:518) >>>>>>> at org.eclipse.equinox.launcher.Main.run(Main.java:1315) >>>>>>> at org.eclipse.equinox.launcher.Main.main(Main.java:1291) >>>>>>> >>>>>>> I try to find libswt-gtk-3550*.so under work directory, could not >>>>>>> found >>>>>>> right one. >>>>>>> >>>>>>> any ideas? >>>>>>> >>>>>>> >>>>>>> >>>> Hi, >>>> >>>> Could you please send me offline the build output? (Do not send it to >>>> the list, it will be very large). >>>> >>>> Regards, >>>> >>>> Steph >>>> >>>> >>> Hi, >>> >>> - From the transcript you've sent me, it looks like the eclipse35.diff >>> didn't apply correctly. >>> >>> [exec] missing header for unified diff at line 10 of patch >>> [exec] can't find file to patch at input line 10 >>> [exec] Perhaps you used the wrong -p or --strip option? >>> [exec] The text leading up to this was: >>> [exec] -------------------------- >>> [exec] |### Eclipse Workspace Patch 1.0 >>> [exec] |#P org.eclipse.swt >>> [exec] |Index: Eclipse SWT PI/gtk/library/build.sh >>> [exec] >>> |=================================================================== >>> [exec] |RCS file: /cvsroot/eclipse/org.eclipse.swt/Eclipse SWT >>> PI/gtk/library/build.sh,v >>> [exec] |retrieving revision 1.54 >>> [exec] |diff -u -r1.54 build.sh >>> [exec] |--- Eclipse SWT PI/gtk/library/build.sh 29 May 2009 >>> 21:30:14 -0000 1.54 >>> [exec] |+++ Eclipse SWT PI/gtk/library/build.sh 1 Jun 2009 >>> 18:44:43 -0000 >>> [exec] -------------------------- >>> [exec] File to patch: >>> [exec] Skip this patch? [y] >>> [exec] Skipping patch. >>> [exec] 1 out of 1 hunk ignored >>> [exec] Result: 1 >>> >>> Make sure that you start with a clean java/eclipse directory (erase it >>> and check it out again), then use gpatch from ports to apply >>> the eclipse diff, patch won't work. While you're at it, you should use >>> the new eclipse35_1.diff patch which is available at the same >>> location than the original one. It will fix a plist issue and enable >>> the build to complete on the x86 platform. >>> >>> >> I upgrade devel/patch, rebuild eclipse again, this time patch is clean. >> I still got this problem: >> >> !ENTRY org.eclipse.osgi 4 0 2009-11-07 09:21:25.003 >> !MESSAGE Application error >> !STACK 1 >> java.lang.UnsatisfiedLinkError: no swt-gtk-3550 or swt-gtk in >> swt.library.path, java.library.path or the jar file >> at org.eclipse.swt.internal.Library.loadLibrary(Library.java:254) >> at org.eclipse.swt.internal.Library.loadLibrary(Library.java:159) >> at org.eclipse.swt.internal.C.(C.java:21) >> at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63) >> at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54) >> >> in build log, found: >> >> >> [exec] cc -L/usr/local/jdk1.6.0/jre/lib/amd64 -ljawt -shared -s -o >> libswt-awt-gtk-3550.so swt_awt.o^M >> [exec] c++ -O -DSWT_VERSION=3550 -DMOZILLA_STRICT_API=1 -fno-rtti >> -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. >> -I/usr/local/jdk1.6.0/include -I/usr/local/jdk >> 1.6.0/include/freebsd -DNO__1XPCOMGlueShutdown -DNO__1XPCOMGlueStartup >> -DNO__1XPCOMGlueLoadXULFunctions >> -DNO_memmove__ILorg_eclipse_swt_internal_mozilla_nsDynamicFunctionL >> oad_2I >> -DNO_memmove__JLorg_eclipse_swt_internal_mozilla_nsDynamicFunctionLoad_2J >> -DNO_nsDynamicFunctionLoad_1sizeof -DNO__1Call__IIIIII >> -DNO__1Call__JJJJJI -DNO_nsDynamicFu >> nctionLoad -I/usr/local/include/mozilla >> -I/usr/local/include/mozilla/xpcom -I/usr/local/include/mozilla/string >> -I/usr/local/include/nspr -c xpcom.cpp^M >> [exec] c++ -O -DSWT_VERSION=3550 -DMOZILLA_STRICT_API=1 -fno-rtti >> -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. >> -I/usr/local/jdk1.6.0/include -I/usr/local/jdk >> 1.6.0/include/freebsd -DNO__1XPCOMGlueShutdown -DNO__1XPCOMGlueStartup >> -DNO__1XPCOMGlueLoadXULFunctions >> -DNO_memmove__ILorg_eclipse_swt_internal_mozilla_nsDynamicFunctionL >> oad_2I >> -DNO_memmove__JLorg_eclipse_swt_internal_mozilla_nsDynamicFunctionLoad_2J >> -DNO_nsDynamicFunctionLoad_1sizeof -DNO__1Call__IIIIII >> -DNO__1Call__JJJJJI -DNO_nsDynamicFu >> nctionLoad -I/usr/local/include/mozilla >> -I/usr/local/include/mozilla/xpcom -I/usr/local/include/mozilla/string >> -I/usr/local/include/nspr -c xpcom_custom.cpp^M >> [exec] c++ -O -DSWT_VERSION=3550 -DMOZILLA_STRICT_API=1 -fno-rtti >> -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. >> -I/usr/local/jdk1.6.0/include -I/usr/local/jdk >> 1.6.0/include/freebsd -DNO__1XPCOMGlueShutdown -DNO__1XPCOMGlueStartup >> -DNO__1XPCOMGlueLoadXULFunctions >> -DNO_memmove__ILorg_eclipse_swt_internal_mozilla_nsDynamicFunctionL >> oad_2I >> -DNO_memmove__JLorg_eclipse_swt_internal_mozilla_nsDynamicFunctionLoad_2J >> -DNO_nsDynamicFunctionLoad_1sizeof -DNO__1Call__IIIIII >> -DNO__1Call__JJJJJI -DNO_nsDynamicFu >> nctionLoad -I/usr/local/include/mozilla >> -I/usr/local/include/mozilla/xpcom -I/usr/local/include/mozilla/string >> -I/usr/local/include/nspr -c xpcom_structs.cpp^M >> [exec] c++ -O -DSWT_VERSION=3550 -DMOZILLA_STRICT_API=1 -fno-rtti >> -fno-exceptions -Wall -Wno-non-virtual-dtor -fPIC -I. >> -I/usr/local/jdk1.6.0/include -I/usr/local/jdk >> 1.6.0/include/freebsd -DNO__1XPCOMGlueShutdown -DNO__1XPCOMGlueStartup >> -DNO__1XPCOMGlueLoadXULFunctions >> -DNO_memmove__ILorg_eclipse_swt_internal_mozilla_nsDynamicFunctionL >> oad_2I >> -DNO_memmove__JLorg_eclipse_swt_internal_mozilla_nsDynamicFunctionLoad_2J >> -DNO_nsDynamicFunctionLoad_1sizeof -DNO__1Call__IIIIII >> -DNO__1Call__JJJJJI -DNO_nsDynamicFu >> nctionLoad -I/usr/local/include/mozilla >> -I/usr/local/include/mozilla/xpcom -I/usr/local/include/mozilla/string >> -I/usr/local/include/nspr -c xpcom_stats.cpp^M >> [exec] c++ -o libswt-mozilla-gtk-3550.so swt.o xpcom.o >> xpcom_custom.o xpcom_structs.o xpcom_stats.o -shared >> -Wl,--version-script=mozilla_exports -Bsymbolic -s -Wl,-rpa >> th,/usr/local/lib/mozilla -pthread -L/usr/local/lib/mozilla >> -L/usr/local/lib -lxpcom -lplds4 -lplc4 -lnspr4 ^M >> [exec] /usr/bin/ld: cannot find -lxpcom^M >> [exec] gmake: *** [libswt-mozilla-gtk-3550.so] >> \xe9\x94\x99\xe8\xaf\xaf 1^M >> [exec] Result: 2^M >> [exec] Building FreeBSD launcher. Defaults: -os freebsd -arch x86_64 >> -ws gtk^M >> [exec] rm -f eclipse eclipse_1206.so eclipseMain.o eclipseConfig.o >> eclipseCommon.o eclipseGtkCommon.o eclipseGtkInit.o eclipse.o >> eclipseGtk.o eclipseUtil.o eclipseJNI. >> o eclipseMozilla.o eclipseShm.o eclipseNix.o^M >> >> >> >> >> I manually cp libswt*.so to /usr/local/lib, eclipse can start and open >> dialog crash problem is gone. >> >> > > Hi, > > Let me guess, you have a mozilla package installed on your system, right? Give me a day or two and I'll send you an update to fix > the issue. In the mean time, could you temporarily delete your mozilla and try the build again? (you can use pkg_create to create a > backup of your mozilla to avoir recompiling from scratch). Once eclipse is built, having mozilla installed should not cause any > problems. > > Yes, you are right old mozilla package, not cleanly delete. I manually modify ./build/eclipse-I20090611-1540-fetched-src/plugins/org.eclipse.swt.gtk.freebsd.x86_64/library/build.sh, force use libxul, now every things is ok. Thank you. if [ -z "${MOZILLA_INCLUDES}" -a -z "${MOZILLA_LIBS}" ]; then if [ x`pkg-config --exists libxul && echo YES` = "xYES" ]; then XULRUNNER_INCLUDES=`pkg-config --cflags libxul-unstable` XULRUNNER_LIBS="`pkg-config --libs libxul-unstable` -lxpcomglue" export XULRUNNER_INCLUDES export XULRUNNER_LIBS MAKE_MOZILLA="make_xulrunner make_xpcominit" else echo "None of the following libraries were found: Mozilla/XPCOM, Firefox/XPCOM, or XULRunner/XPCOM" echo " *** Mozilla embedding support will not be compiled." fi fi From bsdinfo at comcast.net Fri Nov 13 15:48:10 2009 From: bsdinfo at comcast.net (bsdinfo@comcast.net) Date: Fri Nov 13 15:48:18 2009 Subject: trouble with eclipse port on 7.2 In-Reply-To: <17553992.2943171258123368539.JavaMail.root@sz0134a.westchester.pa.mail.comcast.net> Message-ID: <161195707.2973111258126493661.JavaMail.root@sz0134a.westchester.pa.mail.comcast.net> List members, I would appreciate any insight that can be provided?to resolve ?a problem I am having with building the eclipse port.?? I have been working on this for a few days and have found no resolution on the web.? There may be a solution and I have just not found it.? I guess that I have done something wrong or hav e not performed a required action .? If any other information is needed, I will provide it. T he hardware is a Compaq DL380 G2 with dual 1.2 Ghz ?PIII processors and 1.5 GB of RAM FreeBSD version info with domain removed: FreeBSD SGAFISBKH42.*****.COM 7.2-RELEASE-p4 FreeBSD 7.2-RELEASE-p4 #0: Tue Oct 27 09:18:43 EDT 2009 root@SGAFISBKH42.******.COM:/usr/obj/usr/src/sys/GENERIC i386 This is a clean install from media followed by a patch and build from source. The portinstall log follows: Thank you in advance. Ray Script started on Fri Nov 13 06:18:25 2009 SGAFISBKH42# portinstall java/eclipse [Gathering depends for java/eclipse ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... done] ---> Installing 'eclipse-3.4.2_1' from a port (java/eclipse) ---> Building '/usr/ports/java/eclipse' ===> Cleaning for eclipse-3.4.2_1 eclipse is using libxul for gecko support, but you can change that by defining WITH_GECKO to the following values: libxul firefox xulrunner seamonkey ===> Vulnerability check disabled, database not found ===> Extracting for eclipse-3.4.2_1 => MD5 Checksum OK for eclipse/eclipse-sourceBuild-srcIncluded-3.4.2.zip. => SHA256 Checksum OK for eclipse/eclipse-sourceBuild-srcIncluded-3.4.2.zip. ===> eclipse-3.4.2_1 depends on executable: unzip - found ===> Patching for eclipse-3.4.2_1 ===> eclipse-3.4.2_1 depends on executable: zip - found ===> eclipse-3.4.2_1 depends on executable: gpatch - found 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.x86_64.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.x86_64.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.x86_64 Copying features/org.eclipse.equinox.executable/bin/gtk/linux into features/org.eclipse.equinox.executable/bin/gtk/freebsd Copying features/org.eclipse.equinox.executable/bin/gtk/linux/x86 into features/org.eclipse.equinox.executable/bin/gtk/freebsd/x86 Copying features/org.eclipse.equinox.executable/bin/gtk/linux/x86_64 into features/org.eclipse.equinox.executable/bin/gtk/freebsd/x86_64 Copying features/org.eclipse.equinox.executable/library/gtk/make_linux.mak into features/org.eclipse.equinox.executable/library/gtk/make_freebsd.mak Copying plugins/org.eclipse.core.filesystem/natives/unix/linux into plugins/org.eclipse.core.filesystem/natives/unix/freebsd 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.x86_64 Copying plugins/org.eclipse.core.filesystem.linux.x86/os/linux into plugins/org.eclipse.core.filesystem.freebsd.x86/os/freebsd Copying plugins/org.eclipse.core.filesystem.linux.x86_64/os/linux into plugins/org.eclipse.core.filesystem.freebsd.x86_64/os/freebsd Copying plugins/org.eclipse.core.net.linux.x86 into plugins/org.eclipse.core.net.freebsd.x86 Copying plugins/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86 into plugins/org.eclipse.core.net/fragments/org.eclipse.core.net.freebsd.x86 Copying plugins/org.eclipse.equinox.launcher.gtk.linux.x86 into plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86 Copying plugins/org.eclipse.equinox.launcher.gtk.linux.x86/launcher.gtk.linux.x86.properties into plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86/launcher.gtk.freebsd.x86.properties Copying plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64 into plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86_64 Copying plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64/launcher.gtk.linux.x86_64.properties into plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/launcher.gtk.freebsd.x86_64.properties Copying plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.linux.x86 into plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.freebsd.x86 Copying plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.linux.x86/launcher.gtk.linux.x86.properties into plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.freebsd.x86/launcher.gtk.freebsd.x86.properties Copying plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.linux.x86_64 into plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.freebsd.x86_64 Copying plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.linux.x86_64/launcher.gtk.linux.x86_64.properties into plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/launcher.gtk.freebsd.x86_64.properties Copying plugins/org.eclipse.jface/src/org/eclipse/jface/resource/jfacefonts_linux.properties into plugins/org.eclipse.jface/src/org/eclipse/jface/resource/jfacefonts_freebsd.properties Copying plugins/org.eclipse.jface/src/org/eclipse/jface/resource/jfacefonts_linux_gtk.properties into plugins/org.eclipse.jface/src/org/eclipse/jface/resource/jfacefonts_freebsd_gtk.properties Copying plugins/org.eclipse.swt.gtk.linux.x86 into plugins/org.eclipse.swt.gtk.freebsd.x86 Copying plugins/org.eclipse.swt.gtk.linux.x86 into plugins/org.eclipse.swt.gtk.freebsd.x86 Copying plugins/org.eclipse.swt.gtk.linux.x86.source into plugins/org.eclipse.swt.gtk.freebsd.x86.source Copying plugins/org.eclipse.swt.gtk.linux.x86_64 into plugins/org.eclipse.swt.gtk.freebsd.x86_64 Copying plugins/org.eclipse.swt.gtk.linux.x86_64.source into plugins/org.eclipse.swt.gtk.freebsd.x86_64.source 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.update.core.linux.source into plugins/org.eclipse.update.core.freebsd.source 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 Copying plugins/org.eclipse.core.net.freebsd.x86 into plugins/org.eclipse.core.net.freebsd.x86_64 ===> Applying FreeBSD patches for eclipse-3.4.2_1 Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file plugins/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/LocalFileSystem.java.rej => Patch patch-plugins-org.eclipse.core.filesystem-src-org-eclipse-core-internal-filesystem-local-LocalFileSystem.java failed to apply cleanly. => Patch(es) patch-assemble.org.eclipse.sdk.all.xml patch-assemble.org.eclipse.sdk.freebsd.gtk.x86_64.xml patch-build patch-build.xml patch-features-org.eclipse.cvs-build.xml patch-features-org.eclipse.cvs.source-build.xml patch-features-org.eclipse.equinox.executable-feature.xml patch-features-org.eclipse.equinox.executable-library-gtk-build.sh patch-features-org.eclipse.equinox.executable-library-gtk-make_freebsd.mak patch-features-org.eclipse.equinox.executable-target.build.properties patch-features-org.eclipse.equinox.executable-target.build.xml patch-features-org.eclipse.equinox.p2.user.ui-build.xml patch-features-org.eclipse.equinox.p2.user.ui.source-build.xml patch-features-org.eclipse.help-build.xml patch-features-org.eclipse.help.source-build.xml patch-features-org.eclipse.jdt-build.xml patch-features-org.eclipse.jdt.source-build.xml patch-features-org.eclipse.pde-build.xml patch-features-org.eclipse.pde.p2-build.xml patch-features-org.eclipse.pde.p2.source-build.xml patch-features-org.eclipse.pde.source-build.xml patch-features-org.eclipse.platform-build.properties patch-features-org.eclipse.platform-build.xml patch-features-org.eclipse.platform-feature.xml patch-features-org.eclipse.platform.source-build.xml patch-features-org.eclipse.platform.source-feature.xml patch-features-org.eclipse.rcp-build.properties patch-features-org.eclipse.rcp-build.xml patch-features-org.eclipse.rcp-feature.xml patch-features-org.eclipse.rcp.source-build.xml patch-features-org.eclipse.rcp.source-feature.xml patch-features-org.eclipse.sdk-build.properties patch-features-org.eclipse.sdk-build.xml patch-package.org.eclipse.sdk.all.xml patch-plugins-org.eclipse.ant.ui-buildfiles-buildRemoteExtraJAR.xml patch-plugins-org.eclipse.core.filesystem-natives-unix-freebsd-Makefile patch-plugins-org.eclipse.core.filesystem-natives-unix-freebsd-include-os_custom.h patch-plugins-org.eclipse.core.filesystem-src-org-eclipse-core-internal-filesystem-local-LocalFileS applied cleanly. *** Error code 1 Stop in /usr/ports/java/eclipse. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall20091113-32340-10kamn7-0 env make ** Fix the problem and try again. ** Listing the failed packages (-:ignored / *:skipped / !:failed) ! java/eclipse (unknown build error) Script done on Fri Nov 13 06:22:10 2009 FreeBSD SGAFISBKH42.*****.COM 7.2-RELEASE-p4 FreeBSD 7.2-RELEASE-p4 #0: Tue Oct 27 09:18:43 EDT 2009 root@SGAFISBKH42.******.COM:/usr/obj/usr/src/sys/GENERIC i386 This is a clean install from media followed by a patch and build from source. The portinstall log follows: Thank you in advance. Ray Script started on Fri Nov 13 06:18:25 2009 SGAFISBKH42# portinstall java/eclipse [Gathering depends for java/eclipse ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... done] ---> Installing 'eclipse-3.4.2_1' from a port (java/eclipse) ---> Building '/usr/ports/java/eclipse' ===> Cleaning for eclipse-3.4.2_1 eclipse is using libxul for gecko support, but you can change that by defining WITH_GECKO to the following values: libxul firefox xulrunner seamonkey ===> Vulnerability check disabled, database not found ===> Extracting for eclipse-3.4.2_1 => MD5 Checksum OK for eclipse/eclipse-sourceBuild-srcIncluded-3.4.2.zip. => SHA256 Checksum OK for eclipse/eclipse-sourceBuild-srcIncluded-3.4.2.zip. ===> eclipse-3.4.2_1 depends on executable: unzip - found ===> Patching for eclipse-3.4.2_1 ===> eclipse-3.4.2_1 depends on executable: zip - found ===> eclipse-3.4.2_1 depends on executable: gpatch - found 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.x86_64.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.x86_64.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.x86_64 Copying features/org.eclipse.equinox.executable/bin/gtk/linux into features/org.eclipse.equinox.executable/bin/gtk/freebsd Copying features/org.eclipse.equinox.executable/bin/gtk/linux/x86 into features/org.eclipse.equinox.executable/bin/gtk/freebsd/x86 Copying features/org.eclipse.equinox.executable/bin/gtk/linux/x86_64 into features/org.eclipse.equinox.executable/bin/gtk/freebsd/x86_64 Copying features/org.eclipse.equinox.executable/library/gtk/make_linux.mak into features/org.eclipse.equinox.executable/library/gtk/make_freebsd.mak Copying plugins/org.eclipse.core.filesystem/natives/unix/linux into plugins/org.eclipse.core.filesystem/natives/unix/freebsd 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.x86_64 Copying plugins/org.eclipse.core.filesystem.linux.x86/os/linux into plugins/org.eclipse.core.filesystem.freebsd.x86/os/freebsd Copying plugins/org.eclipse.core.filesystem.linux.x86_64/os/linux into plugins/org.eclipse.core.filesystem.freebsd.x86_64/os/freebsd Copying plugins/org.eclipse.core.net.linux.x86 into plugins/org.eclipse.core.net.freebsd.x86 Copying plugins/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86 into plugins/org.eclipse.core.net/fragments/org.eclipse.core.net.freebsd.x86 Copying plugins/org.eclipse.equinox.launcher.gtk.linux.x86 into plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86 Copying plugins/org.eclipse.equinox.launcher.gtk.linux.x86/launcher.gtk.linux.x86.properties into plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86/launcher.gtk.freebsd.x86.properties Copying plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64 into plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86_64 Copying plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64/launcher.gtk.linux.x86_64.properties into plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/launcher.gtk.freebsd.x86_64.properties Copying plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.linux.x86 into plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.freebsd.x86 Copying plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.linux.x86/launcher.gtk.linux.x86.properties into plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.freebsd.x86/launcher.gtk.freebsd.x86.properties Copying plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.linux.x86_64 into plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.freebsd.x86_64 Copying plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.linux.x86_64/launcher.gtk.linux.x86_64.properties into plugins/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.freebsd.x86_64/launcher.gtk.freebsd.x86_64.properties Copying plugins/org.eclipse.jface/src/org/eclipse/jface/resource/jfacefonts_linux.properties into plugins/org.eclipse.jface/src/org/eclipse/jface/resource/jfacefonts_freebsd.properties Copying plugins/org.eclipse.jface/src/org/eclipse/jface/resource/jfacefonts_linux_gtk.properties into plugins/org.eclipse.jface/src/org/eclipse/jface/resource/jfacefonts_freebsd_gtk.properties Copying plugins/org.eclipse.swt.gtk.linux.x86 into plugins/org.eclipse.swt.gtk.freebsd.x86 Copying plugins/org.eclipse.swt.gtk.linux.x86 into plugins/org.eclipse.swt.gtk.freebsd.x86 Copying plugins/org.eclipse.swt.gtk.linux.x86.source into plugins/org.eclipse.swt.gtk.freebsd.x86.source Copying plugins/org.eclipse.swt.gtk.linux.x86_64 into plugins/org.eclipse.swt.gtk.freebsd.x86_64 Copying plugins/org.eclipse.swt.gtk.linux.x86_64.source into plugins/org.eclipse.swt.gtk.freebsd.x86_64.source 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.update.core.linux.source into plugins/org.eclipse.update.core.freebsd.source 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 Copying plugins/org.eclipse.core.net.freebsd.x86 into plugins/org.eclipse.core.net.freebsd.x86_64 ===> Applying FreeBSD patches for eclipse-3.4.2_1 Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file plugins/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/local/LocalFileSystem.java.rej => Patch patch-plugins-org.eclipse.core.filesystem-src-org-eclipse-core-internal-filesystem-local-LocalFileSystem.java failed to apply cleanly. => Patch(es) patch-assemble.org.eclipse.sdk.all.xml patch-assemble.org.eclipse.sdk.freebsd.gtk.x86_64.xml patch-build patch-build.xml patch-features-org.eclipse.cvs-build.xml patch-features-org.eclipse.cvs.source-build.xml patch-features-org.eclipse.equinox.executable-feature.xml patch-features-org.eclipse.equinox.executable-library-gtk-build.sh patch-features-org.eclipse.equinox.executable-library-gtk-make_freebsd.mak patch-features-org.eclipse.equinox.executable-target.build.properties patch-features-org.eclipse.equinox.executable-target.build.xml patch-features-org.eclipse.equinox.p2.user.ui-build.xml patch-features-org.eclipse.equinox.p2.user.ui.source-build.xml patch-features-org.eclipse.help-build.xml patch-features-org.eclipse.help.source-build.xml patch-features-org.eclipse.jdt-build.xml patch-features-org.eclipse.jdt.source-build.xml patch-features-org.eclipse.pde-build.xml patch-features-org.eclipse.pde.p2-build.xml patch-features-org.eclipse.pde.p2.source-build.xml patch-features-org.eclipse.pde.source-build.xml patch-features-org.eclipse.platform-build.properties patch-features-org.eclipse.platform-build.xml patch-features-org.eclipse.platform-feature.xml patch-features-org.eclipse.platform.source-build.xml patch-features-org.eclipse.platform.source-feature.xml patch-features-org.eclipse.rcp-build.properties patch-features-org.eclipse.rcp-build.xml patch-features-org.eclipse.rcp-feature.xml patch-features-org.eclipse.rcp.source-build.xml patch-features-org.eclipse.rcp.source-feature.xml patch-features-org.eclipse.sdk-build.properties patch-features-org.eclipse.sdk-build.xml patch-package.org.eclipse.sdk.all.xml patch-plugins-org.eclipse.ant.ui-buildfiles-buildRemoteExtraJAR.xml patch-plugins-org.eclipse.core.filesystem-natives-unix-freebsd-Makefile patch-plugins-org.eclipse.core.filesystem-natives-unix-freebsd-include-os_custom.h patch-plugins-org.eclipse.core.filesystem-src-org-eclipse-core-internal-filesystem-local-LocalFileS applied cleanly. *** Error code 1 Stop in /usr/ports/java/eclipse. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall20091113-32340-10kamn7-0 env make ** Fix the problem and try again. ** Listing the failed packages (-:ignored / *:skipped / !:failed) ! java/eclipse (unknown build error) Script done on Fri Nov 13 06:22:10 2009 From bugmaster at FreeBSD.org Mon Nov 16 11:06:49 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Nov 16 11:07:38 2009 Subject: Current problem reports assigned to freebsd-eclipse@FreeBSD.org Message-ID: <200911161106.nAGB6n1e011112@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/133457 eclipse [PATCH] java/eclipse-webtools: update to 3.0.3 f ports/133423 eclipse [PATCH] java/eclipse-emf: Update to 2.4.1 o ports/133417 eclipse [PATCH] java/eclipse-gef: update to 3.4.1 3 problems total. From marcelorossi at gmail.com Fri Nov 20 01:35:56 2009 From: marcelorossi at gmail.com (Marcelo/Porks) Date: Fri Nov 20 01:36:02 2009 Subject: CFT: Eclipse Galileo 3.5 In-Reply-To: <76dec37a0911191643l5481a86y7ebb2991f44a2745@mail.gmail.com> References: <76dec37a0911191643l5481a86y7ebb2991f44a2745@mail.gmail.com> Message-ID: <76dec37a0911191735h56159188u4d60fc8b3b57d21a@mail.gmail.com> Hi guys. I have tried the following patch http://people.freebsd.org/~sepotvin/eclipse35_1.diff but I had some problems, such as: ? ? [java] !ENTRY org.eclipse.osgi 2 0 2009-11-19 21:58:26.852 ? ? [java] !MESSAGE One or more bundles are not resolved because the following root constraints are not resolved: ? ? [java] !SUBENTRY 1 org.eclipse.osgi 2 0 2009-11-19 21:58:26.853 ? ? [java] !MESSAGE Bundle initial@reference:file:plugins/org.eclipse.jface_3.5.0.I20090525-2000/ was not resolved. ? ? [java] !SUBENTRY 2 org.eclipse.jface 2 0 2009-11-19 21:58:26.854 ? ? [java] !MESSAGE Missing required bundle org.eclipse.swt_[3.4.0,4.0.0). ? ? [java] ? ? [java] !ENTRY org.eclipse.osgi 2 0 2009-11-19 21:58:26.857 ? ? [java] !MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists: ? ? [java] !SUBENTRY 1 org.eclipse.osgi 2 0 2009-11-19 21:58:26.858 ? ? [java] !MESSAGE Bundle org.eclipse.jface_3.5.0.I20090525-2000 [63] was not resolved. ? ? [java] !SUBENTRY 2 org.eclipse.jface 2 0 2009-11-19 21:58:26.859 ? ? [java] !MESSAGE Missing required bundle org.eclipse.swt_[3.4.0,4.0.0). ? ? [java] !SUBENTRY 1 org.eclipse.osgi 2 0 2009-11-19 21:58:26.860 ? ? [java] !MESSAGE Bundle org.eclipse.jface.text_3.5.0.v20090602 [65] was not resolved. ? ? [java] !SUBENTRY 2 org.eclipse.jface.text 2 0 2009-11-19 21:58:26.861 ? ? [java] !MESSAGE Missing required bundle org.eclipse.jface_[3.5.0,4.0.0). The complete log is available at http://filebin.ca/ymuxgu/build_20091119215653.log or http://filebin.ca/ymuxgu Is there something that I can do? I really want to help to test this port. PS: Sorry for breaking the list's history. I have joined the list just now and still have no idea how to reply the existing thread "CFT: Eclipse Galileo 3.5" -- Marcelo Rossi "This e-mail is provided "AS IS" with no warranties, and confers no rights." -- Marcelo Rossi "This e-mail is provided "AS IS" with no warranties, and confers no rights." From bugmaster at FreeBSD.org Mon Nov 23 11:06:50 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Nov 23 11:07:38 2009 Subject: Current problem reports assigned to freebsd-eclipse@FreeBSD.org Message-ID: <200911231106.nANB6nk9070073@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/133457 eclipse [PATCH] java/eclipse-webtools: update to 3.0.3 f ports/133423 eclipse [PATCH] java/eclipse-emf: Update to 2.4.1 o ports/133417 eclipse [PATCH] java/eclipse-gef: update to 3.4.1 3 problems total.