Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-releng-inbox] [Bug 287099] cdt_win32.jar tampered!

https://bugs.eclipse.org/bugs/show_bug.cgi?id=287099  
Product/Component: CDT / cdt-releng




--- Comment #3 from Gianluca Romeo <glromeo@xxxxxxxxx>  2009-08-19 15:44:40 -0400 ---
Hi Vivian, thanks for the prompt reply.

I run with

Microsoft Windows XP [Versione 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Gianluca>java -version
java version "1.7.0-ea"
Java(TM) SE Runtime Environment (build 1.7.0-ea-b59)
Java HotSpot(TM) Client VM (build 16.0-b03, mixed mode, sharing)

I started from a plain galileo:

eclipse-jee-galileo-win32.zip 06/28/2009 189 MB (198.520.136 byte)

I have installed subclipse 1.6 from its update site (only required and
recommended plugins), then I tried to install CDT this way

Help -> Install New Software...

Work with: Galileo - http://download.eclipse.org/releases/galileo

Check only

  Programming Languages 
    Eclipse C/C++ Development Tools     6.0.0.200906161748

It proposes me the following Details:

  Eclipse C/C++ Development Tools       6.0.0.200906161748     
org.eclipse.cdt.feature.group
    CDT GNU Toolchain Build Support     6.0.0.200906161748     
org.eclipse.cdt.gnu.build.feature.group
    CDT GNU Toolchain Debug Support     6.0.0.200906161748     
org.eclipse.cdt.gnu.debug.feature.group
    Eclipse C/C++ Development Platform  6.0.0.200906161748     
org.eclipse.cdt.platform.feature.group
    Eclipse C/C++ DSF gdb Debugger Integration  2.0.0.200906161748     
org.eclipse.cdt.gnu.dsf.feature.group

I then accept, finish and go to the fridge looking for a drink...

When I get back I see an error dialog saying:

An error occurred while collecting items to be installed
  session context was:(profile=epp.package.jee,
phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Collect,
operand=, action=).
  Problems downloading artifact:
osgi.bundle,org.eclipse.cdt.core.win32,5.1.0.200906161748.
    File has invalid
content:C:\DOCUME~1\Gianluca\IMPOST~1\Temp\signatureFile8354449211441477100.jar
      Invalid content:cdt_win32.jar
      The file "cdt_win32.jar" in the jar
"C:\DOCUME~1\Gianluca\IMPOST~1\Temp\signatureFile8354449211441477100.jar" has
been tampered!

The MD5 od the jar seems to match correctly what stated in artifacts
so I guessed the problem must be in the JDK.

So I also downloaded standalone eclipse-cdt-galileo-win32 and tried to unzip it
with 7-zip and got a lot of errors (sorry I can't be more specific on this).

Then I downloaded cdt-master-6.0.0.zip and tried to install it and got a
similar error but this time stating that it can't find cdt_win32.jar.

The workaround to pull out the jar and dropping it into plugins before
installing from the archive site worked for me.

I am very sorry if this issue is due to the JDK, I can't switch to 1.6 but if
that works for you please disregard everything I said, I am fine.

Kind regards,

Gianluca


-- 
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Back to the top