Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] problem importing build of CDT

Yes that's the issue.

See https://bugs.eclipse.org/bugs/show_bug.cgi?id=451929 ‎

Sent from my BlackBerry 10 smartphone on the Rogers network.
From: Alena Laskavaia
Sent: Tuesday, December 23, 2014 4:27 PM
To: CDT General developers list.
Reply To: elaskavaia.cdt@xxxxxxxxx
Subject: Re: [cdt-dev] problem importing build of CDT

Probably related to this commit that Pascal did
https://git.eclipse.org/r/#/c/38272/

I can be off here but I think touchpoints have to be installed in original deployment before you can use package that uses them. I.e. you have to
update your org.eclipse.equinox.p2 to some version which have them... SR1 does not have them it looks like


On Sun, Dec 21, 2014 at 5:15 AM, Nathan Ridge <zeratul976@xxxxxxxxxxx> wrote:
Hi,

I'm trying to import a custom build of CDT, based on the master branch, into a Luna SR1 installation, using my usual method (which is to Export -> Plug-in Development -> Deployable features into a zip file and then install from that zip file into my installation).

However, I'm getting the following error:

An error occurred while installing the items
session context was:(profile="" phase=org.eclipse.equinox.internal.p2.engine.phases.Install, operand=[R]org.eclipse.cdt.dsf.gdb 4.5.0.201409172108 --> [R]org.eclipse.cdt.dsf.gdb 4.6.0.201412210439, action=""> No action found for: org.eclipse.equinox.p2.touchpoint.natives.checkAndPromptNativePackage.
No action found for: org.eclipse.equinox.p2.touchpoint.natives.checkAndPromptNativePackage.

Any ideas as to what this means, or how to solve it?

Thanks,
Nate

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top