Your message dated Wed, 26 Oct 2005 15:19:41 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#221816: fixed in eclipse 3.1.1-3
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 19 Nov 2003 18:12:52 +0000
>From [EMAIL PROTECTED] Wed Nov 19 12:12:44 2003
Return-path: <[EMAIL PROTECTED]>
Received: from syr-24-58-2-125.twcny.rr.com (umlaut.homelinux.net)
[24.58.2.125]
by master.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1AMWoj-0004Jd-00; Wed, 19 Nov 2003 12:12:41 -0600
Received: by umlaut.homelinux.net (Postfix, from userid 1000)
id BCC75189; Wed, 19 Nov 2003 13:12:40 -0500 (EST)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Buddha Buck <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: eclipse-jdt: Crashes when creating new Java project
X-Mailer: reportbug 2.36
Date: Wed, 19 Nov 2003 13:12:40 -0500
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-6.0 required=4.0
tests=BAYES_30,HAS_PACKAGE
version=2.53-bugs.debian.org_2003_11_15
X-Spam-Level:
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_11_15
(1.174.2.15-2003-03-30-exp)
Package: eclipse-jdt
Version: 2.1.1-7
Severity: grave
Tags: sid
Justification: renders package unusable
When, within Eclipse, I try to create a new java package, I do the
following:
1. I select the File->New->Project... menu option
2. I select a Java project, and click on "Next"
3. I type in a name for the Java project, like "BugTest"
The Project contents section of this dialog are set to
"Use default", and defaults to (in my case) /home/bmbuck/eclipse/BugTest
4. I click on "Finish"
5. Eclipse crashes.
I don't think step 5 is what is supposed to happen.
I am using the Blackdown Java 1.4.1 runtime.
Upon crashing, it generates the following log file:
---------Crash Log file hs_err_pid5400.log----------------
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 11 occurred at PC=0x400F90E2
Function=(null)+0x400F90E2
Library=/lib/libc.so.6
NOTE: We are unable to locate the function name symbol for the error
just occurred. Please refer to release documentation for possible
reason and solutions.
Current Java thread:
at com.sun.rsajca.Provider.<init>(DashoA6275)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
at java.lang.Class.newInstance0(Class.java:306)
at java.lang.Class.newInstance(Class.java:259)
at java.security.Provider.loadProvider(Provider.java:153)
at java.security.Security$2.run(Security.java:278)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.Security.reloadProviders(Security.java:274)
- locked <0x483fce80> (a java.lang.Class)
- locked <0x483fce80> (a java.lang.Class)
at java.security.Security.getProviders(Security.java:813)
- locked <0x483fce80> (a java.lang.Class)
at java.security.SecureRandom.getPrngAlgorithm(SecureRandom.java:468)
at java.security.SecureRandom.<init>(SecureRandom.java:163)
at
org.eclipse.core.internal.utils.UniversalUniqueIdentifier.computeNodeAddress(UniversalUniqueIdentifier.java:186)
at
org.eclipse.core.internal.utils.UniversalUniqueIdentifier.<clinit>(UniversalUniqueIdentifier.java:36)
at
org.eclipse.core.internal.localstore.BlobStore.addBlob(BlobStore.java:46)
at
org.eclipse.core.internal.localstore.HistoryStore.addState(HistoryStore.java:144)
at
org.eclipse.core.internal.localstore.HistoryStore.addState(HistoryStore.java:162)
at
org.eclipse.core.internal.localstore.FileSystemResourceManager.write(FileSystemResourceManager.java:655)
at
org.eclipse.core.internal.resources.File.internalSetContents(File.java:238)
at org.eclipse.core.internal.resources.File.setContents(File.java:274)
at
org.eclipse.core.internal.localstore.FileSystemResourceManager.internalWrite(FileSystemResourceManager.java:259)
at
org.eclipse.core.internal.resources.Project.writeDescription(Project.java:906)
at
org.eclipse.core.internal.resources.Project.setDescription(Project.java:807)
at
org.eclipse.core.internal.resources.Project.setDescription(Project.java:829)
at
org.eclipse.jdt.internal.core.JavaProject.setJavaCommand(JavaProject.java:2049)
at
org.eclipse.jdt.internal.core.JavaProject.addToBuildSpec(JavaProject.java:199)
at
org.eclipse.jdt.internal.core.JavaProject.configure(JavaProject.java:452)
at
org.eclipse.core.internal.resources.NatureManager$1.run(NatureManager.java:134)
at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1006)
at org.eclipse.core.runtime.Platform.run(Platform.java:413)
at
org.eclipse.core.internal.resources.NatureManager.configureNature(NatureManager.java:148)
at
org.eclipse.core.internal.resources.NatureManager.configureNatures(NatureManager.java:192)
at
org.eclipse.core.internal.resources.Project.basicSetDescription(Project.java:49)
at
org.eclipse.core.internal.resources.Project.setDescription(Project.java:803)
at
org.eclipse.core.internal.resources.Project.setDescription(Project.java:829)
at
org.eclipse.jdt.internal.ui.wizards.buildpaths.BuildPathsBlock.addJavaNature(BuildPathsBlock.java:578)
at
org.eclipse.jdt.ui.wizards.JavaCapabilityConfigurationPage.configureJavaProject(JavaCapabilityConfigurationPage.java:201)
at
org.eclipse.jdt.internal.ui.wizards.NewProjectCreationWizardPage.performFinish(NewProjectCreationWizardPage.java:146)
at
org.eclipse.jdt.internal.ui.wizards.NewProjectCreationWizard.finishPage(NewProjectCreationWizard.java:62)
at
org.eclipse.jdt.internal.ui.wizards.NewElementWizard$2.run(NewElementWizard.java:89)
at
org.eclipse.jdt.internal.core.BatchOperation.executeOperation(BatchOperation.java:34)
at
org.eclipse.jdt.internal.core.JavaModelOperation.execute(JavaModelOperation.java:365)
at
org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:684)
at
org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1595)
at org.eclipse.jdt.core.JavaCore.run(JavaCore.java:2711)
at
org.eclipse.jdt.internal.ui.actions.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:42)
at
org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:302)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:252)
at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:758)
at
org.eclipse.jdt.internal.ui.wizards.NewElementWizard.performFinish(NewElementWizard.java:96)
at
org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:608)
at
org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:321)
at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:423)
at
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:923)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1641)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1433)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:583)
at org.eclipse.jface.window.Window.open(Window.java:563)
at
org.eclipse.ui.actions.NewProjectAction.run(NewProjectAction.java:107)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:842)
at
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:456)
at
org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:403)
at
org.eclipse.jface.action.ActionContributionItem.access$000(ActionContributionItem.java:44)
at
org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:72)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:923)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1641)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1433)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at
org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
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:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
Dynamic libraries:
08048000-0804d000 r-xp 00000000 03:02 308857 /usr/lib/j2se/1.4/bin/java
0804d000-0804e000 rw-p 00004000 03:02 308857 /usr/lib/j2se/1.4/bin/java
40000000-40016000 r-xp 00000000 03:06 5302 /lib/ld-2.3.2.so
40016000-40017000 rw-p 00015000 03:06 5302 /lib/ld-2.3.2.so
40018000-40021000 r-xp 00000000 03:02 924090
/usr/lib/j2se/1.4/jre/lib/i386/native_threads/libhpi.so
40021000-40022000 ---p 00009000 03:02 924090
/usr/lib/j2se/1.4/jre/lib/i386/native_threads/libhpi.so
40022000-40023000 rw-p 00009000 03:02 924090
/usr/lib/j2se/1.4/jre/lib/i386/native_threads/libhpi.so
40023000-4002a000 r-xp 00000000 03:06 18620 /lib/libnss_compat-2.3.2.so
4002a000-4002b000 rw-p 00006000 03:06 18620 /lib/libnss_compat-2.3.2.so
4002b000-4002e000 r--s 00000000 03:02 309392
/usr/lib/j2se/1.4/jre/lib/ext/dnsns.jar
4002e000-4002f000 r--s 00000000 03:02 537394
/usr/share/eclipse/plugins/org.eclipse.ui_2.1.1/ui.jar
4002f000-40032000 r--s 00000000 03:02 634936
/usr/share/eclipse/plugins/org.eclipse.swt.nl1_2.1.1/nl1.jar
40032000-4003f000 r-xp 00000000 03:06 18647 /lib/libpthread-0.10.so
4003f000-40041000 rw-p 0000c000 03:06 18647 /lib/libpthread-0.10.so
40083000-40085000 r-xp 00000000 03:06 14675 /lib/libdl-2.3.2.so
40085000-40086000 rw-p 00002000 03:06 14675 /lib/libdl-2.3.2.so
40087000-401ae000 r-xp 00000000 03:06 7596 /lib/libc-2.3.2.so
401ae000-401b7000 rw-p 00126000 03:06 7596 /lib/libc-2.3.2.so
401b9000-4061d000 r-xp 00000000 03:02 874945
/usr/lib/j2se/1.4/jre/lib/i386/client/libjvm.so
4061d000-4063a000 rw-p 00463000 03:02 874945
/usr/lib/j2se/1.4/jre/lib/i386/client/libjvm.so
4064a000-4065c000 r-xp 00000000 03:06 18618 /lib/libnsl-2.3.2.so
4065c000-4065d000 rw-p 00011000 03:06 18618 /lib/libnsl-2.3.2.so
4065f000-40680000 r-xp 00000000 03:06 14713 /lib/libm-2.3.2.so
40680000-40681000 rw-p 00020000 03:06 14713 /lib/libm-2.3.2.so
40681000-40690000 r-xp 00000000 03:02 924092
/usr/lib/j2se/1.4/jre/lib/i386/libverify.so
40690000-40692000 rw-p 0000e000 03:02 924092
/usr/lib/j2se/1.4/jre/lib/i386/libverify.so
40692000-406b1000 r-xp 00000000 03:02 924093
/usr/lib/j2se/1.4/jre/lib/i386/libjava.so
406b1000-406b3000 rw-p 0001e000 03:02 924093
/usr/lib/j2se/1.4/jre/lib/i386/libjava.so
406b3000-406c8000 r-xp 00000000 03:02 924096
/usr/lib/j2se/1.4/jre/lib/i386/libzip.so
406c8000-406cb000 rw-p 00014000 03:02 924096
/usr/lib/j2se/1.4/jre/lib/i386/libzip.so
406cb000-41d98000 r--s 00000000 03:02 924141
/usr/lib/j2se/1.4/jre/lib/rt.jar
41ddb000-41df2000 r--s 00000000 03:02 924130
/usr/lib/j2se/1.4/jre/lib/sunrsasign.jar
41df2000-41e63000 r--s 00000000 03:02 924133
/usr/lib/j2se/1.4/jre/lib/jsse.jar
41e63000-41e76000 r--s 00000000 03:02 924131
/usr/lib/j2se/1.4/jre/lib/jce.jar
41e76000-42132000 r--s 00000000 03:02 924139
/usr/lib/j2se/1.4/jre/lib/charsets.jar
441da000-441df000 r--s 00000000 03:02 728852 /usr/share/eclipse/startup.jar
441df000-441e0000 r--s 00000000 03:02 81983
/usr/share/eclipse/plugins/org.eclipse.text.nl1_2.1.1/nl1.jar
4c260000-4c26e000 r--s 00000000 03:02 309472
/usr/lib/j2se/1.4/jre/lib/ext/ldapsec.jar
4c26e000-4c278000 r--s 00000000 03:02 1217362
/usr/share/eclipse/plugins/org.eclipse.ui.nl1_2.1.1/nl1.jar
4c278000-4c27a000 r--s 00000000 03:02 1137520
/usr/share/eclipse/plugins/org.eclipse.jface.text.nl1_2.1.1/nl1.jar
4c27a000-4c282000 r-xp 00000000 03:06 18631 /lib/libnss_nis-2.3.2.so
4c282000-4c283000 rw-p 00007000 03:06 18631 /lib/libnss_nis-2.3.2.so
4c283000-4c28b000 r-xp 00000000 03:06 18625 /lib/libnss_files-2.3.2.so
4c28b000-4c28c000 rw-p 00008000 03:06 18625 /lib/libnss_files-2.3.2.so
4c28c000-4c2a9000 r--s 00000000 03:02 309369
/usr/lib/j2se/1.4/jre/lib/ext/sunjce_provider.jar
4c2a9000-4c348000 r--s 00000000 03:02 309394
/usr/lib/j2se/1.4/jre/lib/ext/localedata.jar
4c348000-4c360000 r--s 00000000 03:02 295018
/usr/share/eclipse/plugins/org.eclipse.core.boot_2.1.1/boot.jar
4c360000-4c396000 r--s 00000000 03:02 1085073
/usr/share/eclipse/plugins/org.eclipse.core.runtime_2.1.1/runtime.jar
4c396000-4c3e5000 r--s 00000000 03:02 440746
/usr/share/eclipse/plugins/org.eclipse.ui.views_2.1.0/views.jar
4c3e5000-4c3f4000 r--s 00000000 03:02 82021
/usr/share/eclipse/plugins/org.eclipse.ui.views.nl1_2.1.1.1/nl1.jar
4c3f4000-4c60a000 r--s 00000000 03:02 583554
/usr/share/eclipse/plugins/org.eclipse.ui.workbench_2.1.1/workbench.jar
4c60a000-4c63d000 r--s 00000000 03:02 81992
/usr/share/eclipse/plugins/org.eclipse.ui.workbench.nl1_2.1.1/nl1.jar
4c63d000-4c6a9000 r--s 00000000 03:02 972859
/usr/share/eclipse/plugins/org.eclipse.jface_2.1.1/jface.jar
4c6a9000-4c6b1000 r--s 00000000 03:02 263169
/usr/share/eclipse/plugins/org.eclipse.core.runtime.nl1_2.1.1/nl1.jar
4c6b1000-4c73f000 r--s 00000000 03:02 455137
/usr/share/eclipse/plugins/org.eclipse.core.resources_2.1.1/resources.jar
4c73f000-4c754000 r--s 00000000 03:02 488912
/usr/share/eclipse/plugins/org.eclipse.core.resources.nl1_2.1.1/nl1.jar
4c754000-4c76a000 r--s 00000000 03:02 488590
/usr/share/eclipse/plugins/org.apache.xerces_4.0.13/xmlParserAPIs.jar
4c76a000-4c88a000 r--s 00000000 03:02 488550
/usr/share/eclipse/plugins/org.apache.xerces_4.0.13/xercesImpl.jar
4c88a000-4c8f2000 r--s 00000000 03:02 488626
/usr/share/eclipse/plugins/org.eclipse.team.cvs.core_2.1.1/cvs.jar
4c8f2000-4c903000 r--s 00000000 03:02 1217359
/usr/share/eclipse/plugins/org.eclipse.team.cvs.core.nl1_2.1.1/nl1.jar
4c903000-4c936000 r--s 00000000 03:02 456695
/usr/share/eclipse/plugins/org.eclipse.search_2.1.1/search.jar
4c936000-4c93f000 r--s 00000000 03:02 295294
/usr/share/eclipse/plugins/org.eclipse.search.nl1_2.1.1/nl1.jar
4c93f000-4c94d000 r--s 00000000 03:02 584131
/usr/share/eclipse/plugins/org.eclipse.pde_2.1.0/pde.jar
4c94d000-4c952000 r--s 00000000 03:02 1282455
/usr/share/eclipse/plugins/org.eclipse.pde.nl1_2.1.1/nl1.jar
4c952000-4cba4000 r--s 00000000 03:02 988120
/usr/share/eclipse/plugins/org.eclipse.jdt.core_2.1.1/jdtcore.jar
4cba4000-4cbcc000 r--s 00000000 03:02 147918
/usr/share/eclipse/plugins/org.eclipse.jdt.core.nl1_2.1.1/nl1.jar
4cbcc000-4cc0c000 r--s 00000000 03:02 342237
/usr/share/eclipse/plugins/org.eclipse.jdt.junit_2.1.1/junitsupport.jar
4cc0c000-4cc19000 r--s 00000000 03:02 728859
/usr/share/eclipse/plugins/org.eclipse.jdt.junit.nl1_2.1.1/nl1.jar
4cc19000-4cc2f000 r--s 00000000 03:02 1086280
/usr/share/eclipse/plugins/org.eclipse.help.ui_2.1.1/helpworkbench.jar
4cc2f000-4cc36000 r--s 00000000 03:02 147637
/usr/share/eclipse/plugins/org.eclipse.help.ui.nl1_2.1.1/nl1.jar
4cc36000-4cc97000 r--s 00000000 03:02 1363
/usr/share/eclipse/plugins/org.eclipse.compare_2.1.0/compare.jar
4cc97000-4ccac000 r--s 00000000 03:02 714291
/usr/share/eclipse/plugins/org.eclipse.compare.nl1_2.1.1/nl1.jar
4ccac000-4cd5e000 r--s 00000000 03:02 48595
/usr/share/eclipse/plugins/org.eclipse.swt.gtk_2.1.1/ws/gtk/swt.jar
4cd5e000-4cd65000 r--s 00000000 03:02 48594
/usr/share/eclipse/plugins/org.eclipse.swt.gtk_2.1.1/ws/gtk/swt-pi.jar
4cd65000-4cd90000 r-xp 00000000 03:02 616253
/usr/lib/eclipse/libswt-pi-gtk-2135.so
4cd90000-4cd92000 rw-p 0002a000 03:02 616253
/usr/lib/eclipse/libswt-pi-gtk-2135.so
4cd92000-4cd94000 r-xp 00000000 03:02 1101122
/usr/X11R6/lib/X11/locale/common/xlcDef.so.2
4cd94000-4cd95000 rw-p 00001000 03:02 1101122
/usr/X11R6/lib/X11/locale/common/xlcDef.so.2
4cd95000-4cd9c000 r-xp 00000000 03:02 536947
/usr/lib/gtk-2.0/2.2.0/engines/libthinice.so
4cd9c000-4cd9d000 rw-p 00006000 03:02 536947
/usr/lib/gtk-2.0/2.2.0/engines/libthinice.so
4cd9d000-4cda0000 r-xp 00000000 03:02 534753
/usr/lib/gtk-2.0/2.2.0/engines/libredmond95.so
4cda0000-4cda1000 rw-p 00002000 03:02 534753
/usr/lib/gtk-2.0/2.2.0/engines/libredmond95.so
4cda1000-4cda3000 r-xp 00000000 03:02 17493 /usr/lib/gconv/ISO8859-1.so
4cda3000-4cda4000 rw-p 00001000 03:02 17493 /usr/lib/gconv/ISO8859-1.so
4cda4000-4cdaa000 r--s 00000000 03:02 147557
/usr/share/eclipse/plugins/org.eclipse.help.nl1_2.1.1/nl1.jar
4cdaa000-4cdac000 r--s 00000000 03:02 4074
/usr/share/eclipse/plugins/org.eclipse.platform.nl1_2.1.1/nl1.jar
4cdac000-4cff3000 r-xp 00000000 03:02 179573
/usr/lib/libgtk-x11-2.0.so.0.200.4
4cff3000-4cffb000 rw-p 00246000 03:02 179573
/usr/lib/libgtk-x11-2.0.so.0.200.4
4cffe000-4d066000 r-xp 00000000 03:02 179494
/usr/lib/libgdk-x11-2.0.so.0.200.4
4d066000-4d06b000 rw-p 00068000 03:02 179494
/usr/lib/libgdk-x11-2.0.so.0.200.4
4d06b000-4d083000 r-xp 00000000 03:02 178661 /usr/lib/libatk-1.0.so.0.400.1
4d083000-4d085000 rw-p 00017000 03:02 178661 /usr/lib/libatk-1.0.so.0.400.1
4d085000-4d097000 r-xp 00000000 03:02 178424
/usr/lib/libgdk_pixbuf-2.0.so.0.200.4
4d097000-4d098000 rw-p 00011000 03:02 178424
/usr/lib/libgdk_pixbuf-2.0.so.0.200.4
4d098000-4d0b8000 r-xp 00000000 03:02 178543
/usr/lib/libpangoxft-1.0.so.0.200.5
4d0b8000-4d0b9000 rw-p 0001f000 03:02 178543
/usr/lib/libpangoxft-1.0.so.0.200.5
4d0b9000-4d0c5000 r-xp 00000000 03:02 181066
/usr/lib/libpangox-1.0.so.0.200.5
4d0c5000-4d0c6000 rw-p 0000b000 03:02 181066
/usr/lib/libpangox-1.0.so.0.200.5
4d0c6000-4d0ed000 r-xp 00000000 03:02 180695
/usr/lib/libpango-1.0.so.0.200.5
4d0ed000-4d0f9000 rw-p 00026000 03:02 180695
/usr/lib/libpango-1.0.so.0.200.5
4d0f9000-4d127000 r-xp 00000000 03:02 178957
/usr/lib/libgobject-2.0.so.0.200.3
4d127000-4d129000 rw-p 0002d000 03:02 178957
/usr/lib/libgobject-2.0.so.0.200.3
4d129000-4d12c000 r-xp 00000000 03:02 178999
/usr/lib/libgmodule-2.0.so.0.200.3
4d12c000-4d12d000 rw-p 00002000 03:02 178999
/usr/lib/libgmodule-2.0.so.0.200.3
4d12d000-4d131000 r-xp 00000000 03:02 179421
/usr/lib/libgthread-2.0.so.0.200.3
4d131000-4d132000 rw-p 00003000 03:02 179421
/usr/lib/libgthread-2.0.so.0.200.3
4d132000-4d195000 r-xp 00000000 03:02 178892 /usr/lib/libglib-2.0.so.0.200.3
4d195000-4d196000 rw-p 00063000 03:02 178892 /usr/lib/libglib-2.0.so.0.200.3
4d196000-4d259000 r-xp 00000000 03:02 634687 /usr/X11R6/lib/libX11.so.6.2
4d259000-4d25c000 rw-p 000c3000 03:02 634687 /usr/X11R6/lib/libX11.so.6.2
4d25c000-4d263000 r-xp 00000000 03:02 634691 /usr/X11R6/lib/libXi.so.6.0
4d263000-4d264000 rw-p 00006000 03:02 634691 /usr/X11R6/lib/libXi.so.6.0
4d264000-4d271000 r-xp 00000000 03:02 634689 /usr/X11R6/lib/libXext.so.6.4
4d271000-4d272000 rw-p 0000c000 03:02 634689 /usr/X11R6/lib/libXext.so.6.4
4d272000-4d283000 r-xp 00000000 03:02 179582 /usr/lib/libXft.so.2.1.1
4d283000-4d284000 rw-p 00011000 03:02 179582 /usr/lib/libXft.so.2.1.1
4d284000-4d28b000 r-xp 00000000 03:02 179241 /usr/lib/libXrender.so.1.2.2
4d28b000-4d28c000 rw-p 00006000 03:02 179241 /usr/lib/libXrender.so.1.2.2
4d28c000-4d2af000 r-xp 00000000 03:02 178615 /usr/lib/libfontconfig.so.1.0.4
4d2af000-4d2b2000 rw-p 00023000 03:02 178615 /usr/lib/libfontconfig.so.1.0.4
4d2b3000-4d318000 r-xp 00000000 03:02 178874 /usr/lib/libfreetype.so.6.3.5
4d318000-4d31f000 rw-p 00065000 03:02 178874 /usr/lib/libfreetype.so.6.3.5
4d31f000-4d32f000 r-xp 00000000 03:02 178731 /usr/lib/libz.so.1.2.1
4d32f000-4d330000 rw-p 00010000 03:02 178731 /usr/lib/libz.so.1.2.1
4d330000-4d34a000 r-xp 00000000 03:02 178616 /usr/lib/libexpat.so.1.0.0
4d34a000-4d34d000 rw-p 0001a000 03:02 178616 /usr/lib/libexpat.so.1.0.0
4d34d000-4d373000 r-xp 00000000 03:02 616252
/usr/lib/eclipse/libswt-gtk-2135.so
4d373000-4d375000 rw-p 00026000 03:02 616252
/usr/lib/eclipse/libswt-gtk-2135.so
4d375000-4d3c7000 r--s 00000000 03:02 907330
/usr/share/eclipse/plugins/org.eclipse.update.core_2.1.0/updatecore.jar
4d3c7000-4d3d4000 r--s 00000000 03:02 130108
/usr/share/eclipse/plugins/org.eclipse.update.core.nl1_2.1.1/nl1.jar
4d3d4000-4d402000 r--s 00000000 03:02 583546
/usr/share/eclipse/plugins/org.eclipse.help_2.1.1/help.jar
4d402000-4d40b000 r--s 00000000 03:02 728864
/usr/share/eclipse/plugins/org.eclipse.jface.nl1_2.1.1/nl1.jar
4d40b000-4d461000 r--s 00000000 03:02 763155
/usr/share/eclipse/plugins/org.eclipse.jface.text_2.1.0/jfacetext.jar
4d461000-4d473000 r--s 00000000 03:02 456909
/usr/share/eclipse/plugins/org.eclipse.text_2.1.0/text.jar
4d473000-4d4d3000 rw-s 00000000 00:04 6324248 /SYSV00000000 (deleted)
4d4d3000-4d54c000 r--s 00000000 03:02 1853
/usr/share/eclipse/plugins/org.eclipse.debug.ui_2.1.1/dtui.jar
4d54c000-4d565000 r--s 00000000 03:02 731843
/usr/share/eclipse/plugins/org.eclipse.debug.ui.nl1_2.1.1.1/nl1.jar
4d565000-4d937000 r--s 00000000 03:02 1137448
/usr/share/eclipse/plugins/org.eclipse.jdt.ui_2.1.1/jdt.jar
4d937000-4d9f0000 r--s 00000000 03:02 1214522
/usr/share/eclipse/plugins/org.eclipse.jdt.ui.nl1_2.1.1/nl1.jar
4d9f0000-4dabf000 r--s 00000000 03:02 275369
/usr/share/eclipse/plugins/org.eclipse.team.cvs.ui_2.1.1/teamcvsui.jar
4dabf000-4dae9000 r--s 00000000 03:02 295297
/usr/share/eclipse/plugins/org.eclipse.team.cvs.ui.nl1_2.1.1/nl1.jar
4dae9000-4daee000 r--s 00000000 03:02 651583
/usr/share/eclipse/plugins/org.eclipse.platform_2.1.1/startup.jar
4daee000-4dc7a000 r--s 00000000 03:02 1282643
/usr/share/eclipse/plugins/org.eclipse.pde.ui_2.1.0/pdeui.jar
4dc7a000-4dcae000 r--s 00000000 03:02 730546
/usr/share/eclipse/plugins/org.eclipse.pde.ui.nl1_2.1.1/nl1.jar
4dcae000-4dd49000 r--s 00000000 03:02 457425
/usr/share/eclipse/plugins/org.eclipse.update.ui_2.1.1/updateui.jar
4dd49000-4dd64000 r--s 00000000 03:02 698510
/usr/share/eclipse/plugins/org.eclipse.update.ui.nl1_2.1.1/nl1.jar
4dd64000-4de22000 r--s 00000000 03:02 584104
/usr/share/eclipse/plugins/org.eclipse.jdt.debug.ui_2.1.1/jdiui.jar
4de22000-4de52000 r--s 00000000 03:02 295326
/usr/share/eclipse/plugins/org.eclipse.jdt.debug.ui.nl1_2.1.1.1/nl1.jar
4de52000-4df1e000 r--s 00000000 03:02 457235
/usr/share/eclipse/plugins/org.eclipse.ui.externaltools_2.1.1/externaltools.jar
4df1e000-4df44000 r--s 00000000 03:02 1152804
/usr/share/eclipse/plugins/org.eclipse.ui.externaltools.nl1_2.1.1.1/nl1.jar
4df44000-4df62000 r--s 00000000 03:02 295034
/usr/share/eclipse/plugins/org.eclipse.debug.core_2.1.0/dtcore.jar
4df62000-4df6b000 r--s 00000000 03:02 1217365
/usr/share/eclipse/plugins/org.eclipse.ui.workbench.texteditor.nl1_2.1.1/nl1.jar
4df6b000-4df85000 r--s 00000000 03:02 440741
/usr/share/eclipse/plugins/org.eclipse.ui.editors_2.1.0/editors.jar
4df86000-4df88000 r-xp 00000000 03:02 518269
/usr/lib/pango/1.2.0/modules/pango-basic-xft.so
4df88000-4df89000 rw-p 00001000 03:02 518269
/usr/lib/pango/1.2.0/modules/pango-basic-xft.so
4df89000-4df9a000 r--p 00000000 03:02 1087598
/usr/share/fonts/truetype/ttf-bitstream-vera/Vera.ttf
4df9a000-4dfaa000 r--s 00000000 03:02 1217991
/usr/share/eclipse/plugins/org.eclipse.pde.runtime_2.1.0/pdert.jar
4dfaa000-4dfae000 r--s 00000000 03:02 295221
/usr/share/eclipse/plugins/org.eclipse.pde.runtime.nl1_2.1.1/nl1.jar
4dfae000-4dff5000 r--s 00000000 03:02 4003
/usr/share/eclipse/plugins/org.eclipse.team.ui_2.1.0/teamui.jar
4dff5000-4e002000 r--s 00000000 03:02 634942
/usr/share/eclipse/plugins/org.eclipse.team.ui.nl1_2.1.1/nl1.jar
4e002000-4e00a000 r--s 00000000 03:02 4090
/usr/share/eclipse/plugins/org.eclipse.team.webdav_2.1.0/webdavprovider.jar
4e00a000-4e043000 r--s 00000000 03:02 907317
/usr/share/eclipse/plugins/org.eclipse.ui.workbench.texteditor_2.1.0/texteditor.jar
4e043000-4e04d000 r--s 00000000 03:02 81986
/usr/share/eclipse/plugins/org.eclipse.ui.editors.nl1_2.1.1/nl1.jar
4e04d000-4e053000 r--s 00000000 03:02 263172
/usr/share/eclipse/plugins/org.eclipse.debug.core.nl1_2.1.1/nl1.jar
4e053000-4e062000 r--p 00000000 03:02 1087602
/usr/share/fonts/truetype/ttf-bitstream-vera/VeraBd.ttf
4e062000-4e0c2000 rw-s 00000000 00:04 6357003 /SYSV00000000 (deleted)
4e0c2000-4e0c9000 r--s 00000000 03:02 294621
/usr/share/eclipse/plugins/org.eclipse.ant.core_2.1.1/antsupport.jar
4e0c9000-4e0d1000 r--s 00000000 03:02 129786
/usr/share/eclipse/plugins/org.eclipse.ant.core.nl1_2.1.1/nl1.jar
4e0d1000-4e0e8000 r--s 00000000 03:02 3955
/usr/share/eclipse/plugins/org.eclipse.team.core_2.1.1/team.jar
4e0e8000-4e0f0000 r--s 00000000 03:02 81980
/usr/share/eclipse/plugins/org.eclipse.team.core.nl1_2.1.1/nl1.jar
4e0f0000-4e0fc000 r--s 00000000 03:02 909552
/usr/share/eclipse/plugins/org.eclipse.jdt.debug_2.1.0/jdi.jar
4e0fc000-4e19d000 r--s 00000000 03:02 909553
/usr/share/eclipse/plugins/org.eclipse.jdt.debug_2.1.0/jdimodel.jar
4e19d000-4e1c9000 r--s 00000000 03:02 1217399
/usr/share/eclipse/plugins/org.eclipse.jdt.debug.nl1_2.1.1.1/nl1.jar
4e1c9000-4e1ed000 r--s 00000000 03:02 910699
/usr/share/eclipse/plugins/org.eclipse.jdt.launching_2.1.1/launching.jar
4e1ed000-4e1f6000 r--s 00000000 03:02 149542
/usr/share/eclipse/plugins/org.eclipse.jdt.launching.nl1_2.1.1/nl1.jar
4e1f6000-4e1f7000 r-xp 00000000 03:02 617852
/usr/lib/eclipse/libcore_2_1_0a.so
4e1f7000-4e1f8000 rw-p 00001000 03:02 617852
/usr/lib/eclipse/libcore_2_1_0a.so
4e1f8000-4e20a000 r-xp 00000000 03:02 924105
/usr/lib/j2se/1.4/jre/lib/i386/libnet.so
4e20a000-4e20b000 rw-p 00011000 03:02 924105
/usr/lib/j2se/1.4/jre/lib/i386/libnet.so
Local Time = Wed Nov 19 13:06:53 2003
Elapsed Time = 246
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (Blackdown-1.4.1-beta mixed mode)
#
-------------------------end of Crash Log
-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux umlaut 2.4.20 #1 Mon Apr 14 23:33:21 EDT 2003 i686
Locale: LANG=C, LC_CTYPE=C
Versions of packages eclipse-jdt depends on:
ii ant 1.5.4-3 Java based build tool like make
ii eclipse-javac 2.1.1-7 Eclipse Java compiler and ant plug
ii eclipse-platform 2.1.1-7 Eclipse platform without plug-ins
ii junit 3.8.1-5 Automated testing framework for Ja
-- no debconf information
---------------------------------------
Received: (at 221816-close) by bugs.debian.org; 26 Oct 2005 22:23:06 +0000
>From [EMAIL PROTECTED] Wed Oct 26 15:23:06 2005
Return-path: <[EMAIL PROTECTED]>
Received: from joerg by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EUtcT-0004rC-00; Wed, 26 Oct 2005 15:19:41 -0700
From: Michael Koch <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: lisa $Revision: 1.30 $
Subject: Bug#221816: fixed in eclipse 3.1.1-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Joerg Jaspert <[EMAIL PROTECTED]>
Date: Wed, 26 Oct 2005 15:19:41 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 6
Source: eclipse
Source-Version: 3.1.1-3
We believe that the bug you reported is fixed in the latest version of
eclipse, which is due to be installed in the Debian FTP archive:
eclipse-base_3.1.1-3_all.deb
to pool/main/e/eclipse/eclipse-base_3.1.1-3_all.deb
eclipse-ecj-gcj_3.1.1-3_i386.deb
to pool/main/e/eclipse/eclipse-ecj-gcj_3.1.1-3_i386.deb
eclipse-ecj_3.1.1-3_all.deb
to pool/main/e/eclipse/eclipse-ecj_3.1.1-3_all.deb
eclipse-efj_3.1.1-3_i386.deb
to pool/main/e/eclipse/eclipse-efj_3.1.1-3_i386.deb
eclipse-jdt-common_3.1.1-3_all.deb
to pool/main/e/eclipse/eclipse-jdt-common_3.1.1-3_all.deb
eclipse-jdt-gcj_3.1.1-3_i386.deb
to pool/main/e/eclipse/eclipse-jdt-gcj_3.1.1-3_i386.deb
eclipse-jdt_3.1.1-3_i386.deb
to pool/main/e/eclipse/eclipse-jdt_3.1.1-3_i386.deb
eclipse-pde-common_3.1.1-3_all.deb
to pool/main/e/eclipse/eclipse-pde-common_3.1.1-3_all.deb
eclipse-pde-gcj_3.1.1-3_i386.deb
to pool/main/e/eclipse/eclipse-pde-gcj_3.1.1-3_i386.deb
eclipse-pde_3.1.1-3_i386.deb
to pool/main/e/eclipse/eclipse-pde_3.1.1-3_i386.deb
eclipse-platform-common_3.1.1-3_all.deb
to pool/main/e/eclipse/eclipse-platform-common_3.1.1-3_all.deb
eclipse-platform-gcj_3.1.1-3_i386.deb
to pool/main/e/eclipse/eclipse-platform-gcj_3.1.1-3_i386.deb
eclipse-platform_3.1.1-3_i386.deb
to pool/main/e/eclipse/eclipse-platform_3.1.1-3_i386.deb
eclipse-rcp-common_3.1.1-3_all.deb
to pool/main/e/eclipse/eclipse-rcp-common_3.1.1-3_all.deb
eclipse-rcp-gcj_3.1.1-3_i386.deb
to pool/main/e/eclipse/eclipse-rcp-gcj_3.1.1-3_i386.deb
eclipse-rcp_3.1.1-3_i386.deb
to pool/main/e/eclipse/eclipse-rcp_3.1.1-3_i386.deb
eclipse-sdk_3.1.1-3_all.deb
to pool/main/e/eclipse/eclipse-sdk_3.1.1-3_all.deb
eclipse-source_3.1.1-3_i386.deb
to pool/main/e/eclipse/eclipse-source_3.1.1-3_i386.deb
eclipse_3.1.1-3.diff.gz
to pool/main/e/eclipse/eclipse_3.1.1-3.diff.gz
eclipse_3.1.1-3.dsc
to pool/main/e/eclipse/eclipse_3.1.1-3.dsc
eclipse_3.1.1.orig.tar.gz
to pool/main/e/eclipse/eclipse_3.1.1.orig.tar.gz
libswt3.1-gtk-java_3.1.1-3_all.deb
to pool/main/e/eclipse/libswt3.1-gtk-java_3.1.1-3_all.deb
libswt3.1-gtk-jni_3.1.1-3_i386.deb
to pool/main/e/eclipse/libswt3.1-gtk-jni_3.1.1-3_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Michael Koch <[EMAIL PROTECTED]> (supplier of updated eclipse package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Tue, 25 Oct 2005 09:18:18 +0000
Source: eclipse
Binary: eclipse-rcp-common eclipse-jdt-common eclipse-platform-gcj
eclipse-source eclipse-base libswt3.1-gtk-jni libswt3.1-gtk-java eclipse-efj
eclipse-pde-gcj eclipse-ecj-gcj eclipse-jdt eclipse-ecj eclipse-platform
eclipse-sdk eclipse-jdt-gcj eclipse-pde eclipse-pde-common eclipse-rcp-gcj
eclipse-rcp eclipse-platform-common
Architecture: source i386 all
Version: 3.1.1-3
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers
<[email protected]>
Changed-By: Michael Koch <[EMAIL PROTECTED]>
Description:
eclipse-base - Eclipse distribution base
eclipse-ecj - Eclipse Java compiler and Ant plug-in
eclipse-ecj-gcj - Native version of the Eclipse Java compiler
eclipse-efj - Eclipse Java code formatter
eclipse-jdt - Java Development Tools plug-ins for Eclipse
eclipse-jdt-common - Java Development Tools plug-ins for Eclipse (common files)
eclipse-jdt-gcj - Java Development Tools plug-ins for Eclipse (GCJ version)
eclipse-pde - Plug-in Development Environment to develop Eclipse plug-ins
eclipse-pde-common - Plug-in Development Environment to develop Eclipse
plug-ins (comm
eclipse-pde-gcj - Plug-in Development Environment to develop Eclipse plug-ins
(GCJ
eclipse-platform - Eclipse platform without plug-ins to develop any language
eclipse-platform-common - Eclipse platform without plug-ins to develop any
language (common
eclipse-platform-gcj - Eclipse platform without plug-ins to develop any
language (GCJ ve
eclipse-rcp - Eclipse rich client platform
eclipse-rcp-common - Eclipse rich client platform (common files)
eclipse-rcp-gcj - Eclipse rich client platform (GCJ version)
eclipse-sdk - Extensible Tool Platform and Java IDE
eclipse-source - Eclipse source code plug-ins
libswt3.1-gtk-java - Fast and rich GUI toolkit for Java, gtk2 version
libswt3.1-gtk-jni - Platform dependent files for libswt3.1-gtk-java
Closes: 204569 207156 212765 219475 221712 221816 226160 247404 255745 259321
260510 262760 271584 281226 293058 304672 305990
Changes:
eclipse (3.1.1-3) unstable; urgency=low
.
* Michael Koch <[EMAIL PROTECTED]>:
- Updated debian/patches/eclipse-java-model-cache.dpatch to use the
upstream
solution.
- debian/rules: Handle ia64 architecture.
- Worked around bugs in latest lucene package.
- Moved package to main.
.
* Stephan Michels <[EMAIL PROTECTED]>:
- Added debian/patches/eclipse-gnuformatterjdtui.dpatch
to make the GNU formation rules available in the preferences
(https://bugs.eclipse.org/bugs/show_bug.cgi?id=91770)
- Added debian/patches/eclipse-updatehomedir.dpatch
to add home directory as installation location
if ECLIPSE_HOME is not writable
(https://bugs.eclipse.org/bugs/show_bug.cgi?id=90630)
- Updated debian/patches/eclipse-disable-filelog.dpatch
so that the patch didn't depend on the tomcat patches anymore
- Updated debian/patches/eclipse-tomcat5.patch
to combine the tomcat5 patches to one patch
- Updated debian/patches/eclipse-disable-tomcat.dpatch
in respect of the eclipse-disable-filelog.dpatch
- Added debian/patches/eclipse-libswt-mozilla-classic.dpatch
to set the classic theme for the browser widget to improve the look
(https://bugs.eclipse.org/bugs/show_bug.cgi?id=108257)
- Added debian/patches/eclipse-navtivepresentation.dpatch
to enable the internal native presentation and add some improvments
(https://bugs.eclipse.org/bugs/show_bug.cgi?id=93806)
.
eclipse (3.1.1-2) unstable; urgency=low
.
* eclipse-ecj: Fix dangling symlinks in /usr/share/ant/lib.
* Move the dh_installdirs/dh_install calls from the binary targets
to the install target. Fixes FTBFS when only building the architecture
dependent packages.
.
eclipse (3.1.1-1) unstable; urgency=low
.
* Upload to contrib, the remaining reason is tomcat5 beeing in contrib.
.
* New upstream release. Closes: #260510, #293058.
- source code formatter changes. Closes: #212765.
- Fixed broken Filesystem: inputfield on gtk. Closes: #204569.
- Fixed ant integration memory leaks. Closes: #219475.
- Fixed refactoring and quickfix fail when assert is used. Closes: #226160.
- Fixed includes regarding kaffe jni files. Closes: #262760.
- eclipse-platform package description changed. Closes: #271584.
- Dependency on kaffe is unneeded. Closes: #259321.
- start-functions.sh file removed. Closes: #304672.
- libswt2.1-gtk2-java not built anymore. Closes: #207156, #255745, #305990.
- eclipse can be installed. Closes: #247404.
.
* Michael Koch <[EMAIL PROTECTED]>:
- Updated debian/patches/eclipse-disable-motif.patch and
debian/patches/eclipse-libswt-cairo1.0.patch. Thanks to Stephan Michels
- Added debian/patches/eclipse-java-cache-model.patch to work around
memory handling stupidity
- debian/rules: Build Eclipse only once.
- debian/rules: Put debian version into about.mappings of org.eclipse.sdk
to show it in Eclipse about dialog.
- debian/rules: Build the native jars conditionally
- Use gcj instead of jikes to build the bootstrap ecj compiler
- Merged the fileInitializer code for debian/rules from Jerry Haltom's
Eclipse version for Ubuntu.
- debian/control: Make sure all *-gcj packages depend directly or
indirectly on gij-4.0 for the gcj-dbtool-4.0.
- debian/control: (Build-)Depends on ant-optional instead of ant for a
fully featured Apache Ant.
- debian/extra/java_home: Added more free and non-free JDKs.
Closes: #281226.
.
* Matthias Klose <[EMAIL PROTECTED]>:
- debian/*-gcj.postrm: Copy the update-gcj-classmaps-eclipse.sh script
into the postrm scripts. eclipse-base: Depend on gij-4.0. Ubuntu #16574.
- debian-*-gcj.prerm: Remove the update-gcj-classmaps-eclipse.sh script.
- debian/extra/java_home: Add home for the Blackdown JDK (j2sdk1.4
package).
- debian/control: Recommend eclipse-source, don't depend on it.
Ubuntu #2878.
- Convert the custom patch system to dpatch.
- Add support to build conditionally with tomcat5.
- debian/control: eclipse-base: Depend on gij-4.0. Ubuntu #2850.
- debian/control: eclipse-rcp replaces eclipse-rcp-common (<< 3.1.1).
Ubuntu #2828.
- debian/control: Remove gcc/g++ build dependencies, replace gcj dependency
with dependency on libgcj-dev.
- debian/control: Generated from debian/control.in
- Set the package section to contrib/devel again, tomcat5 is still in
contrib.
- Revert the 3.1-11 SWT package changes.
- Add conflicts to the swt packages, which are currently built from sources
extracted from the eclipse release.
- Honor setting of JAVA_HOME in startup script. Ubuntu #2835.
- Build swt libraries using -O2.
- debian/patches/eclipse-ant-manifest.dpatch: Disable.
- Blackdown crashes cannot be reproduced anymore with current Blackdown
package versions on i386 and amd64. Closes: #221712, #221816.
.
* We do build swt-gtk from the eclipse source for various reasons:
- There is no swt-gtk upstream release, upstream does release swt-gtk
as part of an eclipse release.
- The swt-gtk built by separate sources is incompatible with the swt
built by eclipse as it misses some eclipse specific parts. Eclipse
and SWT always have to have the same version to make sure both are
compatible with each other.
As upstream doesn't maintain different releases of both, they don't
maintain compatiblity very well.
.
eclipse (3.1.1-0ubuntu1) breezy; urgency=low
.
* New upstream version.
* eclipse-disable-motif.patch, eclipse-libswt-cairo1.0.patch: Update,
thanks to Stephan Michels.
* debian/*-gcj.postrm: Copy the update-gcj-classmaps-eclipse.sh script
into the postrm scripts. Ubuntu #16574.
* debian/extra/java_home: Add home for the Blackdown JDK (j2sdk1.4 package).
.
eclipse (3.1-11) unstable; urgency=low
.
* Fixed SWT.
.
eclipse (3.1-10ubuntu1) breezy; urgency=low
.
* Synchronize with unstable.
* Disable building with tomcat5, not yet in universe, remove libtomcat5-java
build dependency. libtomcat5-java dependency from eclipse-platform,
replace it with a suggestion.
* Fix FTBFS on amd64, building without tomcat5.
* Build using ecj-bootstrap instead of jikes.
* libswt3.1-gtk-jni: Remove dependency on mozilla-browser.
.
eclipse (3.1-10) unstable; urgency=low
.
* debian/extra/eclipse.sh: support -vm instead of -java as the manpage says.
* Reworked debian/patches/eclipse-tomcat5.patch to make the help system
actually work.
* Removed debian/patches/eclipse-doc-plugins-disabled.patch. Obsolete now.
* Removed debian/patches/TomcatAppServer.java.diff. Obsolete now.
* Removed debian/patches/eclipse-libswt-cairo0.6.patch and
added debian/patches/eclipse-libswt-cairo1.0.patch to work correctly
with Cairo 1.0
* Added debian/patches/eclipse-swt-x11.patch for building on 64bit archs.
* Added debian/patches/eclipse-disable-javadoc.patch,
* debian/patches/eclipse-disable-buildHelpIndex.patch,
eclipse-3.1/debian/patches/eclipse-consoleprogressmonitor.patch and
eclipse-3.1/debian/patches/z-eclipse-disable-filelog.patch to cope with
a hanging build system when building help files
.
eclipse (3.1-9) unstable; urgency=low
.
* Added patch from Stephan Michels to set MOZILLA_FIVE_HOME during startup
to be able to embedd Mozilla inside Eclipse.
* Added debian/patches/eclipse-swttools.patch.
* Fixed debian/extra/arch-files.txt.
* libswt-gtk-3.1-jni: Added dependency on mozilla-browser.
* Fixed debian/patches/eclipse-tomcat5.patch to add the correct jar names to
the tomcat MANIFEST.MF.
.
eclipse (3.1-8) unstable; urgency=low
.
* (Build-)Depend on libtomcat5-java instead of libtomcat4-java.
* debian/rules: Reference tomcat5 instead of tomcat4 and handle tomcat5
properly.
* Removed debian/patches/eclipse-tomcat4.patch and added
debian/patches/eclipse-tomcat5.patch.
* Make eclipse-rcp depend on libswt3.1-gtk-java.
.
eclipse (3.1-7) unstable; urgency=low
.
* Added missing *.jar.so files to the packages.
* Added debian/aot-compile script and use it to compile jars to native.
* Removed debian/eclipse-sdk.postinst and debian/eclipse-sdk.postrm.
* Don't make eclipse-efj Depends on ${shlibs:Depends}.
* Fixed debian/extra/eclipse.sh to give command line arguments to
Eclipse.
.
eclipse (3.1-6) unstable; urgency=low
.
* Fixed compilation of jars to native.
* Created classmap files and and merged them after package installation.
* Got rid of update-eclipse script.
* Included update-gcj-classmaps-eclipse script.
* Added patches from Stephan Michels to enable cairo and Mozilla support
and to disable Motif and Win32 compilation.
* Use ant instead of libant1.6-java.
.
eclipse (3.1-5) unstable; urgency=low
.
* Cleaned up debian/rules more.
* debian/rules: Use $(ECLIPSE_ARCH) instead of hardcoding x86.
* Renamed debian/eclipse-ecj.postrm to debian/eclipse-ecj.prerm.
* Renamed debian/eclipse-ecj-native.postrm to
debian/eclipse-ecj-native.prerm.
* Added debian/eclipse-rcp.postinst.
* Include efj executable.
* Got rid of libeclipse-jni package.
* Renamed eclipse-ecj-native to eclipse-ecj-gcj and included
ecj-gcj executable.
* Fixed jsch usage.
.
eclipse (3.1-4) unstable; urgency=low
.
* Use native ecj to build Eclipse.
* Updated debian/patches/eclipse-cvs-ssh-jsch.patch to update all
occurrences of jsch version number.
.
eclipse (3.1-3) unstable; urgency=low
.
* debian/control: Big cleanup.
* Moved debian/addons/ to debian/extra/.
* debian/rules: Got rid of --sourcedir argument to dh_install.
* debian/*.install: Fixed paths.
.
eclipse (3.1-2) unstable; urgency=low
.
* Fixed command line arguments for SUN java.
* Include missing files.
* Fixed handling of links for SWT.
* Use standard binaries and remove wrappers in debian/bin.
.
eclipse (3.1-1) unstable; urgency=low
.
* New upstream version.
* Updated Standards-Version to 3.6.2.
.
eclipse (3.0.1-1) unstable; urgency=low
.
* New upstream release.
* Thanks to Jan Schulz for maintaining the Eclipse 2.1 packages and for his
comments on my Eclipse 3.0 packaging effort.
* Designed to run by default with Kaffe.
Files:
62d82bc6f83853fc3402de820a47a31a 1431 devel optional eclipse_3.1.1-3.dsc
236d588e6fc10a8c1db98124b1c0ed71 60423445 devel optional
eclipse_3.1.1.orig.tar.gz
29c50e63244b0c81753146b83f77e299 102926 devel optional eclipse_3.1.1-3.diff.gz
fbefbf5d58930b3ea8d2294b55f6af38 16958 devel optional
eclipse-base_3.1.1-3_all.deb
c31a05a1e595af7f917226d6f8285a54 4682246 devel optional
eclipse-rcp-common_3.1.1-3_all.deb
173a3b8fc41953dda9572495f48cfb80 24948880 devel optional
eclipse-platform-common_3.1.1-3_all.deb
be193df24833c0717d6796e67c33424f 21707942 devel optional
eclipse-jdt-common_3.1.1-3_all.deb
09e3839e2c0edc59df42fc5ab720a039 5646260 devel optional
eclipse-pde-common_3.1.1-3_all.deb
3eaebad01b2da1d5f86afae81dd334d6 74386 devel optional
eclipse-sdk_3.1.1-3_all.deb
eaf11d878f233427078b137fb0721258 1331780 devel optional
libswt3.1-gtk-java_3.1.1-3_all.deb
5c919a4cab995820ee56805266e42225 28538 devel optional
eclipse-ecj_3.1.1-3_all.deb
70b7b916af37e0df5a78e3d3fe57ee3c 17806 devel optional
eclipse-rcp_3.1.1-3_i386.deb
b1a0c0928acd58d4a14d9457ec06e5c7 5940656 devel optional
eclipse-rcp-gcj_3.1.1-3_i386.deb
dd4862da384d68c159b3ec54873315e7 245234 devel optional
eclipse-platform_3.1.1-3_i386.deb
ea0597a74103ba66c491db2c37718f1d 19525278 devel optional
eclipse-platform-gcj_3.1.1-3_i386.deb
3157cfd76811cdd878e7de8f648fba4c 17238 devel optional
eclipse-jdt_3.1.1-3_i386.deb
718ca3bce941d37ee8ac800e1e7b00a0 16512572 devel optional
eclipse-jdt-gcj_3.1.1-3_i386.deb
f9d26d1308a98fbcbafe378b1f5bcabb 17082 devel optional
eclipse-pde_3.1.1-3_i386.deb
9d4c13d21cc23a7a8e2f1003f678f575 3941114 devel optional
eclipse-pde-gcj_3.1.1-3_i386.deb
2c329165506837d5bcf4ae262df41519 25716654 devel optional
eclipse-source_3.1.1-3_i386.deb
642a4a8936cd5653c0cf684f4f22a939 161820 devel optional
libswt3.1-gtk-jni_3.1.1-3_i386.deb
13810a2d2b428e5dec6e3421f0fce3ce 1729424 devel optional
eclipse-ecj-gcj_3.1.1-3_i386.deb
30f26e0b7b775acfbf82cdb380744d7a 17154 devel optional
eclipse-efj_3.1.1-3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDX6eEStlRaw+TLJwRAtR6AJ9hDC8YmPkfFh6UIy+dsZFO+KDoBwCePEq+
Dttz6JP9+Wcz4SXe584m3Hk=
=hXZM
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]