eclipse-platform / .github

Common contribution content for eclipse-platform repositories
https://www.eclipse.org/eclipse/
4 stars 10 forks source link

Eclipse Installer: Do you trust unsigned content of unknown origin? Cancel exits install #183

Closed minfrin closed 5 months ago

minfrin commented 5 months ago

Let's make sure issue is not already fixed in latest builds first.

Steps to reproduce

From a fresh installation and clean workspace:

Run the Eclipse installer, attempt to install CDT, DataTools and JDT. Latest version 2024-03.

I expected: Successful installation.

But got: "Do you trust unsigned content of unknown origin". No we don't. Only option is to exit install.

Here is some relevant log output

Tested under this environment:

Community

akurtakov commented 5 months ago

Installer lives in another project (https://github.com/eclipse-oomph/oomph ) ships products built by yet another project (https://github.com/eclipse-packaging/packages) and what you see is that package you installed is including Marketplace client plugin which itself includes the bundles in question (https://github.com/eclipse-mpc/epp.mpc/blob/master/org.eclipse.epp.mpc.feature/feature.xml#L25). Nothing of that happens in eclipse-platform project nor the project can change anything thus I'm closing this one. IMHO it's best to report at https://github.com/eclipse-packaging/packages . @merks / @jonahgraham - maybe you would like to help with this report entering the proper place and be handled accordingly.

jonahgraham commented 5 months ago

I'm not sure where this belongs - the bundles in question are jar signed, so it looks like it could even be p2 causing the issue. @merks any ideas?

merks commented 5 months ago

There's also this issue:

https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/4264