From owner-freebsd-eclipse@FreeBSD.ORG Mon Jun 4 11:08:22 2007 Return-Path: X-Original-To: freebsd-eclipse@FreeBSD.org Delivered-To: freebsd-eclipse@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 04BE616A421 for ; Mon, 4 Jun 2007 11:08:22 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id C8A0613C46E for ; Mon, 4 Jun 2007 11:08:21 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l54B8Ldj037454 for ; Mon, 4 Jun 2007 11:08:21 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l54B8KcP037450 for freebsd-eclipse@FreeBSD.org; Mon, 4 Jun 2007 11:08:20 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 4 Jun 2007 11:08:20 GMT Message-Id: <200706041108.l54B8KcP037450@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-eclipse@FreeBSD.org Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2007 11:08:22 -0000 Current FreeBSD problem reports Critical problems Serious problems Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/104959 eclipse java/eclipse does not work on 7-CURRENT: Undefined sym 1 problem total. From owner-freebsd-eclipse@FreeBSD.ORG Wed Jun 6 09:30:12 2007 Return-Path: X-Original-To: freebsd-eclipse@freebsd.org Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BFB8D16A468 for ; Wed, 6 Jun 2007 09:30:12 +0000 (UTC) (envelope-from dudu@dudu.ro) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.186]) by mx1.freebsd.org (Postfix) with ESMTP id 3882A13C4C5 for ; Wed, 6 Jun 2007 09:30:11 +0000 (UTC) (envelope-from dudu@dudu.ro) Received: by mu-out-0910.google.com with SMTP id w9so84028mue for ; Wed, 06 Jun 2007 02:30:11 -0700 (PDT) Received: by 10.82.100.1 with SMTP id x1mr525654bub.1181120671710; Wed, 06 Jun 2007 02:04:31 -0700 (PDT) Received: by 10.82.148.14 with HTTP; Wed, 6 Jun 2007 02:04:31 -0700 (PDT) Message-ID: Date: Wed, 6 Jun 2007 12:04:31 +0300 From: "Vlad GALU" To: freebsd-eclipse@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: CDT still not working X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2007 09:30:12 -0000 Hi list, After having replaced make with gmake, I still get the same error message that everybody previously reported: -- cut here -- !ENTRY org.eclipse.ui 4 0 2007-06-06 11:51:18.801 !MESSAGE Index: 0, Size: 0 !STACK 0 java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.RangeCheck(ArrayList.java:547) at java.util.ArrayList.get(ArrayList.java:322) at org.eclipse.cdt.managedbuilder.ui.wizards.CProjectPlatformPage.createControl(CProjectPlatformPage.java:211) at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:180) at org.eclipse.cdt.managedbuilder.ui.wizards.NewManagedProjectWizard.createPageControls(NewManagedProjectWizard.java:99) at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:614) at org.eclipse.jface.wizard.WizardDialog.setWizard(WizardDialog.java:989) at org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:1041) at org.eclipse.jface.wizard.WizardDialog.access$2(WizardDialog.java:1038) at org.eclipse.jface.wizard.WizardDialog$4.run(WizardDialog.java:1028) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:1026) at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:757) at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:351) at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.java:660) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1085) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3166) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2842) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.ui.actions.NewProjectAction.run(NewProjectAction.java:116) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1085) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3166) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2842) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1930) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1894) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:422) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) 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:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) -- and here -- I'm a newbie, at most, regarding Eclipse's inner workings, but I suspect the problem comes from populateTypes() in CProjectPlatformPage.java, it seems the array holding the project types ends up empty, therefore trying to access any element throws the above exception. Which is somewhat odd, given that the dialog where the user picks the kind of project to create has the project list fully populated. Any insight on this matter would be greatly appreciated. -- If it's there, and you can see it, it's real. If it's not there, and you can see it, it's virtual. If it's there, and you can't see it, it's transparent. If it's not there, and you can't see it, you erased it. From owner-freebsd-eclipse@FreeBSD.ORG Thu Jun 7 02:28:08 2007 Return-Path: X-Original-To: freebsd-eclipse@hub.freebsd.org Delivered-To: freebsd-eclipse@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D559616A421; Thu, 7 Jun 2007 02:28:08 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id AA21E13C447; Thu, 7 Jun 2007 02:28:08 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from freefall.freebsd.org (tmclaugh@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l572S8oe039425; Thu, 7 Jun 2007 02:28:08 GMT (envelope-from tmclaugh@freefall.freebsd.org) Received: (from tmclaugh@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l572S8ZM039421; Thu, 7 Jun 2007 02:28:08 GMT (envelope-from tmclaugh) Date: Thu, 7 Jun 2007 02:28:08 GMT From: Tom McLaughlin Message-Id: <200706070228.l572S8ZM039421@freefall.freebsd.org> To: dsledge@appriss.com, tmclaugh@FreeBSD.org, tmclaugh@FreeBSD.org, freebsd-eclipse@FreeBSD.org Cc: Subject: Re: ports/113435: [java/eclipse] Update to 3.2.2 X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jun 2007 02:28:08 -0000 Synopsis: [java/eclipse] Update to 3.2.2 Responsible-Changed-From-To: tmclaugh->freebsd-eclipse Responsible-Changed-By: tmclaugh Responsible-Changed-When: Thu Jun 7 02:22:16 UTC 2007 Responsible-Changed-Why: Asign to freebsd-eclipse@ http://www.freebsd.org/cgi/query-pr.cgi?pr=113435 From owner-freebsd-eclipse@FreeBSD.ORG Thu Jun 7 02:14:14 2007 Return-Path: X-Original-To: freebsd-eclipse@FreeBSD.org Delivered-To: freebsd-eclipse@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DDADE16A41F for ; Thu, 7 Jun 2007 02:14:14 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from straycat.dhs.org (c-24-63-86-11.hsd1.ma.comcast.net [24.63.86.11]) by mx1.freebsd.org (Postfix) with ESMTP id F369613C448 for ; Thu, 7 Jun 2007 02:14:13 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from bofh.straycat.dhs.org (bofh.straycat.dhs.org [192.168.1.127]) by straycat.dhs.org (8.13.8/8.13.8) with ESMTP id l571nmIW021882; Wed, 6 Jun 2007 21:49:48 -0400 (EDT) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-send-pr-version: gtk-send-pr 0.4.8 X-GNATS-Notify: Date: Wed, 6 Jun 2007 21:49:49 -0400 From: "Tom McLaughlin" Message-Id: <1181180989.9174@bofh.straycat.dhs.org> To: "FreeBSD gnats submit" X-Mailman-Approved-At: Thu, 07 Jun 2007 02:37:52 +0000 Cc: Subject: [java/eclipse] Update to 3.2.2 X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jun 2007 02:14:15 -0000 >Submitter-Id: current-users >Originator: Tom McLaughlin >Organization: >Confidential: no >Synopsis: [java/eclipse] Update to 3.2.2 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 6.2-STABLE i386 >Environment: System: FreeBSD 6.2-STABLE #0: Mon Jun 4 19:46:26 EDT 2007 root@:/usr/obj/usr/src/sys/GENERIC_ULE >Description: Attached patch updates eclipse to 3.2.2 which I've been using for months with no issues. I sent emails to eclipse@ and I believe the maintainer but received no response. Can I get a maintainer okay for this and an eclipse@ committer to commit this? For Rick Petty: Can you compare your patch against mine? I saw your message in the archives but the attachment had been stripped. Thanks. Ref: http://lists.freebsd.org/pipermail/freebsd-eclipse/2007-March/000648.html Ref: http://lists.freebsd.org/pipermail/freebsd-eclipse/2007-April/000653.html >How-To-Repeat: >Fix: --- eclipse-3.2.2.diff begins here --- Index: Makefile =================================================================== RCS file: /ncvs/ports/java/eclipse/Makefile,v retrieving revision 1.52 diff -u -r1.52 Makefile --- Makefile 19 May 2007 20:12:35 -0000 1.52 +++ Makefile 7 Jun 2007 01:31:54 -0000 @@ -6,11 +6,10 @@ # PORTNAME= eclipse -PORTVERSION= 3.2.1 -PORTREVISION= 3 +PORTVERSION= 3.2.2 CATEGORIES= java devel MASTER_SITES= ${MASTER_SITE_ECLIPSE} -MASTER_SITE_SUBDIR= R-${PORTVERSION}-200609210945 +MASTER_SITE_SUBDIR= R-${PORTVERSION}-200702121330 DISTNAME= ${PORTNAME}-sourceBuild-srcIncluded-${PORTVERSION} DIST_SUBDIR= eclipse @@ -97,7 +96,6 @@ post-patch: @${PATCH} ${PATCH_DIST_ARGS} "${SWTGTK}/build.sh" ${FILESDIR}/post-patch-plugins-swt-gtk-build.sh @${PATCH} ${PATCH_DIST_ARGS} "${SWTGTK}/make_freebsd.mak" ${FILESDIR}/post-patch-plugins-swt-gtk-make_freebsd.mak - @${PATCH} ${PATCH_DIST_ARGS} "${SWTGTK}/os_custom.h" ${FILESDIR}/post-patch-plugins-swt-gtk-os_custom.h @${PATCH} ${PATCH_DIST_ARGS} "${SWTMOZ}/gtk/org/eclipse/swt/browser/Browser.java" ${FILESDIR}/post-patch-plugins-swt-mozilla-Browser.java @${PATCH} ${PATCH_DIST_ARGS} "${SWTMOZ}/common/org/eclipse/swt/internal/mozilla/XPCOM.java" ${FILESDIR}/post-patch-plugins-swt-mozilla-XPCOM.java @${PATCH} ${PATCH_DIST_ARGS} "${WRKSRC}/plugins/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.mozilla.XPCOM.properties" ${FILESDIR}/post-patch-plugins-swt-mozilla-XPCOM.properties Index: distinfo =================================================================== RCS file: /ncvs/ports/java/eclipse/distinfo,v retrieving revision 1.13 diff -u -r1.13 distinfo --- distinfo 3 Jan 2007 18:13:55 -0000 1.13 +++ distinfo 7 Jun 2007 01:31:54 -0000 @@ -1,3 +1,3 @@ -MD5 (eclipse/eclipse-sourceBuild-srcIncluded-3.2.1.zip) = 0fe89e9c7cf07a56c4fe8e2d7f5a394b -SHA256 (eclipse/eclipse-sourceBuild-srcIncluded-3.2.1.zip) = 2d6a0628333d068b6ab678c42f925d71df1c003035543830a30e3ee80fb855c7 -SIZE (eclipse/eclipse-sourceBuild-srcIncluded-3.2.1.zip) = 82433420 +MD5 (eclipse/eclipse-sourceBuild-srcIncluded-3.2.2.zip) = 5d1b9f6a146ffc59191e513083a6ec86 +SHA256 (eclipse/eclipse-sourceBuild-srcIncluded-3.2.2.zip) = 84759dc6085e68b31228ce2b226778494481be38681dc8ca5b0e2f226bf963a7 +SIZE (eclipse/eclipse-sourceBuild-srcIncluded-3.2.2.zip) = 82487328 Index: files/patch-features-platform-build.xml =================================================================== RCS file: /ncvs/ports/java/eclipse/files/patch-features-platform-build.xml,v retrieving revision 1.4 diff -u -r1.4 patch-features-platform-build.xml --- files/patch-features-platform-build.xml 4 Nov 2006 02:06:49 -0000 1.4 +++ files/patch-features-platform-build.xml 7 Jun 2007 01:31:54 -0000 @@ -1,5 +1,5 @@ ---- features/org.eclipse.platform/build.xml.orig Thu Sep 21 10:55:42 2006 -+++ features/org.eclipse.platform/build.xml Tue Oct 3 14:33:47 2006 +--- features/org.eclipse.platform/build.xml.orig Mon Feb 12 13:45:21 2007 ++++ features/org.eclipse.platform/build.xml Mon Mar 26 12:55:06 2007 @@ -27,6 +27,11 @@ @@ -30,11 +30,11 @@ @@ -391,7 +406,7 @@ - + -- -+ +- ++ Index: files/patch-features-platform-source-build.xml =================================================================== RCS file: /ncvs/ports/java/eclipse/files/patch-features-platform-source-build.xml,v retrieving revision 1.4 diff -u -r1.4 patch-features-platform-source-build.xml --- files/patch-features-platform-source-build.xml 4 Nov 2006 02:06:49 -0000 1.4 +++ files/patch-features-platform-source-build.xml 7 Jun 2007 01:31:54 -0000 @@ -1,5 +1,5 @@ ---- features/org.eclipse.platform.source/build.xml.orig Thu Sep 21 10:55:43 2006 -+++ features/org.eclipse.platform.source/build.xml Tue Oct 3 14:44:24 2006 +--- features/org.eclipse.platform.source/build.xml.orig Mon Feb 12 13:45:20 2007 ++++ features/org.eclipse.platform.source/build.xml Mon Mar 26 13:13:05 2007 @@ -27,6 +27,11 @@ @@ -25,11 +25,11 @@ @@ -131,7 +141,7 @@ - + -- -+ +- ++ Index: files/patch-features-platform-source-feature.xml =================================================================== RCS file: /ncvs/ports/java/eclipse/files/patch-features-platform-source-feature.xml,v retrieving revision 1.3 diff -u -r1.3 patch-features-platform-source-feature.xml --- files/patch-features-platform-source-feature.xml 4 Nov 2006 02:06:49 -0000 1.3 +++ files/patch-features-platform-source-feature.xml 7 Jun 2007 01:31:54 -0000 @@ -1,9 +1,9 @@ ---- features/org.eclipse.platform.source/feature.xml.orig Sat Jul 29 21:49:46 2006 -+++ features/org.eclipse.platform.source/feature.xml Sat Jul 29 21:52:58 2006 +--- features/org.eclipse.platform.source/feature.xml.orig Mon Feb 12 13:45:20 2007 ++++ features/org.eclipse.platform.source/feature.xml Mon Mar 26 17:28:19 2007 @@ -28,4 +28,6 @@ - - - -+ -+ + + + ++ ++ Index: files/patch-features-rcp-build.xml =================================================================== RCS file: /ncvs/ports/java/eclipse/files/patch-features-rcp-build.xml,v retrieving revision 1.4 diff -u -r1.4 patch-features-rcp-build.xml --- files/patch-features-rcp-build.xml 4 Nov 2006 02:06:49 -0000 1.4 +++ files/patch-features-rcp-build.xml 7 Jun 2007 01:31:54 -0000 @@ -1,5 +1,5 @@ ---- features/org.eclipse.rcp/build.xml.orig Thu Sep 21 10:55:42 2006 -+++ features/org.eclipse.rcp/build.xml Tue Oct 3 14:51:03 2006 +--- features/org.eclipse.rcp/build.xml.orig Mon Feb 12 13:45:21 2007 ++++ features/org.eclipse.rcp/build.xml Mon Mar 26 13:28:17 2007 @@ -77,6 +77,11 @@ @@ -25,11 +25,11 @@ @@ -225,7 +235,7 @@ - + -- -+ +- ++ Index: files/patch-features-rcp-source-build.xml =================================================================== RCS file: /ncvs/ports/java/eclipse/files/patch-features-rcp-source-build.xml,v retrieving revision 1.4 diff -u -r1.4 patch-features-rcp-source-build.xml --- files/patch-features-rcp-source-build.xml 4 Nov 2006 02:06:49 -0000 1.4 +++ files/patch-features-rcp-source-build.xml 7 Jun 2007 01:31:54 -0000 @@ -1,5 +1,5 @@ ---- features/org.eclipse.rcp.source/build.xml.orig Thu Sep 21 10:55:42 2006 -+++ features/org.eclipse.rcp.source/build.xml Tue Oct 3 14:56:42 2006 +--- features/org.eclipse.rcp.source/build.xml.orig Mon Feb 12 13:45:21 2007 ++++ features/org.eclipse.rcp.source/build.xml Mon Mar 26 13:32:10 2007 @@ -37,6 +37,11 @@ @@ -25,11 +25,11 @@ @@ -140,7 +150,7 @@ - + -- -+ +- ++ Index: files/post-patch-plugins-swt-gtk-os_custom.h =================================================================== RCS file: files/post-patch-plugins-swt-gtk-os_custom.h diff -N files/post-patch-plugins-swt-gtk-os_custom.h --- files/post-patch-plugins-swt-gtk-os_custom.h 4 Nov 2006 02:06:49 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,97 +0,0 @@ ---- plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h.orig Thu Sep 21 10:57:34 2006 -+++ plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h Tue Oct 3 15:02:26 2006 -@@ -36,50 +36,50 @@ - #define XRenderFreePicture_LIB "libXrender.so" - #define XRenderSetPictureClipRectangles_LIB "libXrender.so" - #define XRenderSetPictureTransform_LIB "libXrender.so" --#define gtk_entry_text_index_to_layout_index_LIB "libgtk-x11-2.0.so.0" --#define gtk_file_chooser_add_filter_LIB "libgtk-x11-2.0.so.0" --#define gtk_file_chooser_dialog_new_LIB "libgtk-x11-2.0.so.0" --#define gtk_file_chooser_get_current_folder_LIB "libgtk-x11-2.0.so.0" --#define gtk_file_chooser_get_filename_LIB "libgtk-x11-2.0.so.0" --#define gtk_file_chooser_get_filenames_LIB "libgtk-x11-2.0.so.0" --#define gtk_file_chooser_set_current_folder_LIB "libgtk-x11-2.0.so.0" --#define gtk_file_chooser_set_current_name_LIB "libgtk-x11-2.0.so.0" --#define gtk_file_chooser_set_extra_widget_LIB "libgtk-x11-2.0.so.0" --#define gtk_file_chooser_set_filename_LIB "libgtk-x11-2.0.so.0" --#define gtk_file_chooser_set_select_multiple_LIB "libgtk-x11-2.0.so.0" --#define gtk_file_filter_add_pattern_LIB "libgtk-x11-2.0.so.0" --#define gtk_file_filter_new_LIB "libgtk-x11-2.0.so.0" --#define gtk_file_filter_set_name_LIB "libgtk-x11-2.0.so.0" --#define gtk_expander_get_expanded_LIB "libgtk-x11-2.0.so.0" --#define gtk_expander_get_label_widget_LIB "libgtk-x11-2.0.so.0" --#define gtk_expander_new_LIB "libgtk-x11-2.0.so.0" --#define gtk_expander_set_expanded_LIB "libgtk-x11-2.0.so.0" --#define gtk_expander_set_label_LIB "libgtk-x11-2.0.so.0" --#define gtk_expander_set_label_widget_LIB "libgtk-x11-2.0.so.0" --#define gtk_tree_selection_count_selected_rows_LIB "libgtk-x11-2.0.so.0" --#define gtk_tree_selection_get_selected_rows_LIB "libgtk-x11-2.0.so.0" --#define gtk_tree_view_column_cell_get_position_LIB "libgtk-x11-2.0.so.0" --#define gtk_entry_set_alignment_LIB "libgtk-x11-2.0.so.0" --#define gdk_draw_pixbuf_LIB "libgdk-x11-2.0.so.0" --#define gdk_screen_get_default_LIB "libgdk-x11-2.0.so.0" --#define gdk_screen_get_monitor_at_window_LIB "libgdk-x11-2.0.so.0" --#define gdk_screen_get_monitor_geometry_LIB "libgdk-x11-2.0.so.0" --#define gdk_screen_get_n_monitors_LIB "libgdk-x11-2.0.so.0" --#define gdk_screen_get_number_LIB "libgdk-x11-2.0.so.0" --#define gdk_window_set_keep_above_LIB "libgdk-x11-2.0.so.0" --#define gdk_window_set_accept_focus_LIB "libgdk-x11-2.0.so.0" --#define gdk_x11_screen_get_window_manager_name_LIB "libgdk-x11-2.0.so.0" --#define gdk_x11_screen_lookup_visual_LIB "libgdk-x11-2.0.so.0" --#define atk_object_add_relationship_LIB "libatk-1.0.so.0" --#define pango_layout_set_auto_dir_LIB "libpango-1.0.so.0" --#define pango_cairo_create_layout_LIB "libpangocairo-1.0.so.0" --#define pango_cairo_layout_path_LIB "libpangocairo-1.0.so.0" --#define pango_cairo_show_layout_LIB "libpangocairo-1.0.so.0" --#define pango_cairo_font_map_create_context_LIB "libpangocairo-1.0.so.0" --#define pango_cairo_font_map_new_LIB "libpangocairo-1.0.so.0" --#define pango_cairo_font_map_get_default_LIB "libpangocairo-1.0.so.0" --#define gdk_cairo_set_source_color_LIB "libgdk-x11-2.0.so.0" --#define gdk_cairo_region_LIB "libgdk-x11-2.0.so.0" -+#define gtk_entry_text_index_to_layout_index_LIB "libgtk-x11-2.0.so" -+#define gtk_file_chooser_add_filter_LIB "libgtk-x11-2.0.so" -+#define gtk_file_chooser_dialog_new_LIB "libgtk-x11-2.0.so" -+#define gtk_file_chooser_get_current_folder_LIB "libgtk-x11-2.0.so" -+#define gtk_file_chooser_get_filename_LIB "libgtk-x11-2.0.so" -+#define gtk_file_chooser_get_filenames_LIB "libgtk-x11-2.0.so" -+#define gtk_file_chooser_set_current_folder_LIB "libgtk-x11-2.0.so" -+#define gtk_file_chooser_set_current_name_LIB "libgtk-x11-2.0.so" -+#define gtk_file_chooser_set_extra_widget_LIB "libgtk-x11-2.0.so" -+#define gtk_file_chooser_set_filename_LIB "libgtk-x11-2.0.so" -+#define gtk_file_chooser_set_select_multiple_LIB "libgtk-x11-2.0.so" -+#define gtk_file_filter_add_pattern_LIB "libgtk-x11-2.0.so" -+#define gtk_file_filter_new_LIB "libgtk-x11-2.0.so" -+#define gtk_file_filter_set_name_LIB "libgtk-x11-2.0.so" -+#define gtk_expander_get_expanded_LIB "libgtk-x11-2.0.so" -+#define gtk_expander_get_label_widget_LIB "libgtk-x11-2.0.so" -+#define gtk_expander_new_LIB "libgtk-x11-2.0.so" -+#define gtk_expander_set_expanded_LIB "libgtk-x11-2.0.so" -+#define gtk_expander_set_label_LIB "libgtk-x11-2.0.so" -+#define gtk_expander_set_label_widget_LIB "libgtk-x11-2.0.so" -+#define gtk_tree_selection_count_selected_rows_LIB "libgtk-x11-2.0.so" -+#define gtk_tree_selection_get_selected_rows_LIB "libgtk-x11-2.0.so" -+#define gtk_tree_view_column_cell_get_position_LIB "libgtk-x11-2.0.so" -+#define gtk_entry_set_alignment_LIB "libgtk-x11-2.0.so" -+#define gdk_draw_pixbuf_LIB "libgdk-x11-2.0.so" -+#define gdk_screen_get_default_LIB "libgdk-x11-2.0.so" -+#define gdk_screen_get_monitor_at_window_LIB "libgdk-x11-2.0.so" -+#define gdk_screen_get_monitor_geometry_LIB "libgdk-x11-2.0.so" -+#define gdk_screen_get_n_monitors_LIB "libgdk-x11-2.0.so" -+#define gdk_screen_get_number_LIB "libgdk-x11-2.0.so" -+#define gdk_window_set_keep_above_LIB "libgdk-x11-2.0.so" -+#define gdk_window_set_accept_focus_LIB "libgdk-x11-2.0.so" -+#define gdk_x11_screen_get_window_manager_name_LIB "libgdk-x11-2.0.so" -+#define gdk_x11_screen_lookup_visual_LIB "libgdk-x11-2.0.so" -+#define atk_object_add_relationship_LIB "libatk-1.0.so" -+#define pango_layout_set_auto_dir_LIB "libpango-1.0.so" -+#define pango_cairo_create_layout_LIB "libpangocairo-1.0.so" -+#define pango_cairo_layout_path_LIB "libpangocairo-1.0.so" -+#define pango_cairo_show_layout_LIB "libpangocairo-1.0.so" -+#define pango_cairo_font_map_create_context_LIB "libpangocairo-1.0.so" -+#define pango_cairo_font_map_new_LIB "libpangocairo-1.0.so" -+#define pango_cairo_font_map_get_default_LIB "libpangocairo-1.0.so" -+#define gdk_cairo_set_source_color_LIB "libgdk-x11-2.0.so" -+#define gdk_cairo_region_LIB "libgdk-x11-2.0.so" - - /* Field accessors */ - #define GTK_ACCEL_LABEL_SET_ACCEL_STRING(arg0, arg1) (arg0)->accel_string = arg1 --- eclipse-3.2.2.diff ends here --- From owner-freebsd-eclipse@FreeBSD.ORG Thu Jun 7 10:03:23 2007 Return-Path: X-Original-To: freebsd-eclipse@freebsd.org Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EE5BB16A469 for ; Thu, 7 Jun 2007 10:03:23 +0000 (UTC) (envelope-from fenner+portsurvey@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id C56E513C469 for ; Thu, 7 Jun 2007 10:03:23 +0000 (UTC) (envelope-from fenner+portsurvey@FreeBSD.org) Received: from freefall.freebsd.org (fenner@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l57A3NNm069184 for ; Thu, 7 Jun 2007 10:03:23 GMT (envelope-from fenner+portsurvey@freefall.freebsd.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l57A3NTv069183; Thu, 7 Jun 2007 10:03:23 GMT (envelope-from fenner+portsurvey) Date: Thu, 7 Jun 2007 10:03:23 GMT Message-Id: <200706071003.l57A3NTv069183@freefall.freebsd.org> From: fenner@freebsd.org (Bill "distfiles" Fenner) To: freebsd-eclipse@freebsd.org Subject: FreeBSD ports: 3 unfetchable distfiles: java/eclipse-devel, java/eclipse-emf, java/eclipse-viplugin X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ports@freebsd.org List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jun 2007 10:03:24 -0000 Dear freebsd-eclipse@freebsd.org, You are listed as the FreeBSD port maintainer for 3 ports whose distfiles are not fetchable from their MASTER_SITES. Could you please visit http://people.freebsd.org/~fenner/portsurvey/freebsd-eclipse@freebsd.org.html and correct the problems listed there? The individual ports with problems are java/eclipse-devel,java/eclipse-emf,java/eclipse-viplugin. If you have already corrected the problems and submitted a PR, please accept my thanks and apologies for the delay in getting the fixes into the tree. This reminder is created automatically and does not (yet) have a way to know if a PR fixing the problem has been submitted. Please do *NOT* send your response to me directly; I do not necessarily have time to commit your fix; please instead submit a PR via 'send-pr' so it doesn't get lost. Problems are usually of two types: 1. The software package has been upgraded and the version in the port has been removed. The best solution to this problem is to upgrade the port to the most current version of the software package. If you are a FreeBSD committer, then you can just upgrade the port directly. If not, you should create the updated port on your own machine, test it (and maybe even run "portlint" on it), and then use "send-pr" to submit a "diff -uNr old-port updated-port". If you added or deleted any files, please make an explicit note of it. 2. The mirror site being used no longer contains the software package in question, or no longer exists. Solutions include: a) If there are other mirror sites, just remove the bad site from the list. (Make sure that what appears to be a bad site isn't actually a problem of type 1, upgrade) b) If the README or other support files in the software documentation mention where to get the software package, use one of those sites. c) Use a search engine to find another place to get the original DISTFILES. Make sure that you don't pick a FreeBSD distfiles mirror -- if you can't find any other places where the file exists, it can be a LOCAL_PORT or you can simply comment out the MASTER_SITES= line, with a comment explaining why. Once you have a solution, use "send-pr" to submit a "diff -u" of the Makefile. Note that this isn't an urgent issue, as people who try to build the port now will just fall back to the FreeBSD distfiles mirror. Please just put it on your list to do and get to it when you have time. These messages will continue to arrive twice a month until the fix is committed, as a reminder. Thanks, Bill "distfiles" Fenner. From owner-freebsd-eclipse@FreeBSD.ORG Thu Jun 7 12:37:17 2007 Return-Path: X-Original-To: freebsd-eclipse@freebsd.org Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E131816A41F for ; Thu, 7 Jun 2007 12:37:17 +0000 (UTC) (envelope-from Eugen.Rogoza@freenet-ag.de) Received: from mout2.freenet.de (mout2.freenet.de [194.97.50.155]) by mx1.freebsd.org (Postfix) with ESMTP id A573D13C44C for ; Thu, 7 Jun 2007 12:37:17 +0000 (UTC) (envelope-from Eugen.Rogoza@freenet-ag.de) Received: from [194.97.55.192] (helo=mx8.freenet.de) by mout2.freenet.de with esmtpa (Exim 4.68) (envelope-from ) id 1HwGLD-0001ha-UB for freebsd-eclipse@freebsd.org; Thu, 07 Jun 2007 13:39:47 +0200 Received: from fnki-svmexcl001.freenet-ag.de ([194.97.8.138]:56328 helo=FNKI-SVMEXDB001.Freenet-AG.de) by mx8.freenet.de with esmtp (port 25) (Exim 4.68 #1) id 1HwGLD-0007fJ-Sr for freebsd-eclipse@freebsd.org; Thu, 07 Jun 2007 13:39:47 +0200 Received: from [194.97.6.54] ([194.97.6.54]) by FNKI-SVMEXDB001.Freenet-AG.de with Microsoft SMTPSVC(6.0.3790.1830); Thu, 7 Jun 2007 13:39:24 +0200 From: Eugen Rogoza To: freebsd-eclipse@freebsd.org Content-Type: text/plain Organization: Freenet Date: Thu, 07 Jun 2007 13:39:14 +0200 Message-Id: <1181216354.5860.3.camel@bubbler.freenet-ag.de> Mime-Version: 1.0 X-Mailer: Evolution 2.10.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 07 Jun 2007 11:39:24.0316 (UTC) FILETIME=[7F3935C0:01C7A8F8] Subject: CDT managed make project - not working X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: eugen.rogoza@freenet-ag.de List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jun 2007 12:37:18 -0000 Hello, I have a FreeBSD 6.1 with eclipse-3.2.1_3 and eclipse-cdt-3.1.2_1 installed. When I try to create a new "C (C++) Managed Make Project", nothing happens. The button "Next" in the dialog window doesn't seem to have any effect. Can I trace the log messages of java somehow? The only thing I could find in Google is this (which is dated back 2006): http://lists.freebsd.org/pipermail/freebsd-java/2006-August/005620.html -- Eugen Rogoza VoIP Services ------------------------------------------------------------------------ Telefon: + 49 (0) 431 90 20 648 Telefax: + 49 (0) 431 90 20 559 E-Mail: eugen.rogoza@freenet-ag.de Website: http://www.freenet-ag.de ------------------------------------------------------------------------ freenet Cityline GmbH Ein Unternehmen der freenet AG Hamburger Chaussee 2-4 24114 Kiel ------------------------------------------------------------------------ Vorstand: Eckhard Spoerr (Vors.) Axel Krieger, Stephan Esch, Eric Berger Amtsgericht Kiel, HRB 6202 From owner-freebsd-eclipse@FreeBSD.ORG Thu Jun 7 15:50:48 2007 Return-Path: X-Original-To: freebsd-eclipse@freebsd.org Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 991A616A469 for ; Thu, 7 Jun 2007 15:50:48 +0000 (UTC) (envelope-from rick@kiwi-computer.com) Received: from kiwi-computer.com (keira.kiwi-computer.com [63.224.10.3]) by mx1.freebsd.org (Postfix) with SMTP id 290CF13C448 for ; Thu, 7 Jun 2007 15:50:47 +0000 (UTC) (envelope-from rick@kiwi-computer.com) Received: (qmail 95408 invoked by uid 2001); 7 Jun 2007 15:50:47 -0000 Date: Thu, 7 Jun 2007 10:50:47 -0500 From: "Rick C. Petty" To: Eugen Rogoza Message-ID: <20070607155047.GB95234@keira.kiwi-computer.com> References: <1181216354.5860.3.camel@bubbler.freenet-ag.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1181216354.5860.3.camel@bubbler.freenet-ag.de> User-Agent: Mutt/1.4.2.1i Cc: freebsd-eclipse@freebsd.org Subject: Re: CDT managed make project - not working X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rick-freebsd@kiwi-computer.com List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jun 2007 15:50:48 -0000 On Thu, Jun 07, 2007 at 01:39:14PM +0200, Eugen Rogoza wrote: > > I have a FreeBSD 6.1 with eclipse-3.2.1_3 and eclipse-cdt-3.1.2_1 > installed. > > When I try to create a new "C (C++) Managed Make Project", nothing > happens. The button "Next" in the dialog window doesn't seem to have any > effect. Yes I've had this problem too, with eclipse-3.2.1. I think it's fixed in eclipse-3.2.2, so if you can be patient-- someone has submitted an update to the ports tree for this version of eclipse. When it's committed, try upgrading your eclipse and reinstalling CDT and see if your problem goes away. Thanks, -- Rick C. Petty