eclipse-platform / .github

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

egit conflicts with itself on update #40

Closed fbgihu closed 2 years ago

fbgihu commented 2 years ago

Hi, running Eclipse IDE for Enterprise Java and Web Developers (includes Incubating components) Version: 2022-06 (4.24.0) Build id: 20220609-1112 and trying to update. Update blocks with following text

!ENTRY org.eclipse.equinox.p2.operations 4 0 2022-07-24 22:17:14.257
!MESSAGE Operation details
!SUBENTRY 1 org.eclipse.equinox.p2.director 4 10054 2022-07-24 22:17:14.257
!MESSAGE Cannot complete the install because of a conflicting dependency.
!SUBENTRY 2 org.eclipse.equinox.p2.director 4 0 2022-07-24 22:17:14.257
!MESSAGE Software being installed: Git integration for Eclipse 6.2.0.202206071550-r (org.eclipse.egit.feature.group 6.2.0.202206071550-r)
!SUBENTRY 2 org.eclipse.equinox.p2.director 4 0 2022-07-24 22:17:14.257
!MESSAGE Software currently installed: Git integration for Eclipse - Task focused interface 6.1.0.202203080745-r (org.eclipse.egit.mylyn.feature.group 6.1.0.202203080745-r)
!SUBENTRY 2 org.eclipse.equinox.p2.director 4 1 2022-07-24 22:17:14.257
!MESSAGE Only one of the following can be installed at once: 
!SUBENTRY 3 org.eclipse.equinox.p2.director 4 0 2022-07-24 22:17:14.257
!MESSAGE Git integration for Eclipse - Core 6.1.0.202203080745-r (org.eclipse.egit.core 6.1.0.202203080745-r)
!SUBENTRY 3 org.eclipse.equinox.p2.director 4 0 2022-07-24 22:17:14.257
!MESSAGE Git integration for Eclipse - Core 6.2.0.202206071550-r (org.eclipse.egit.core 6.2.0.202206071550-r)
!SUBENTRY 2 org.eclipse.equinox.p2.director 4 1 2022-07-24 22:17:14.257
!MESSAGE Cannot satisfy dependency:
!SUBENTRY 3 org.eclipse.equinox.p2.director 4 0 2022-07-24 22:17:14.257
!MESSAGE From: Git integration for Eclipse 6.2.0.202206071550-r (org.eclipse.egit.feature.group 6.2.0.202206071550-r)
!SUBENTRY 3 org.eclipse.equinox.p2.director 4 0 2022-07-24 22:17:14.257
!MESSAGE To: org.eclipse.equinox.p2.iu; org.eclipse.egit.core [6.2.0.202206071550-r,6.2.0.202206071550-r]
!SUBENTRY 2 org.eclipse.equinox.p2.director 4 1 2022-07-24 22:17:14.257
!MESSAGE Cannot satisfy dependency:
!SUBENTRY 3 org.eclipse.equinox.p2.director 4 0 2022-07-24 22:17:14.257
!MESSAGE From: Git integration for Eclipse - Task focused interface 6.1.0.202203080745-r (org.eclipse.egit.mylyn.feature.group 6.1.0.202203080745-r)
!SUBENTRY 3 org.eclipse.equinox.p2.director 4 0 2022-07-24 22:17:14.257
!MESSAGE To: org.eclipse.equinox.p2.iu; org.eclipse.egit.mylyn.ui [6.1.0.202203080745-r,6.1.0.202203080745-r]
!SUBENTRY 2 org.eclipse.equinox.p2.director 4 1 2022-07-24 22:17:14.257
!MESSAGE Cannot satisfy dependency:
!SUBENTRY 3 org.eclipse.equinox.p2.director 4 0 2022-07-24 22:17:14.258
!MESSAGE From: EGit Mylyn UI 6.1.0.202203080745-r (org.eclipse.egit.mylyn.ui 6.1.0.202203080745-r)
!SUBENTRY 3 org.eclipse.equinox.p2.director 4 0 2022-07-24 22:17:14.258
!MESSAGE To: java.package; org.eclipse.egit.core [6.1.0,6.2.0)

What am I doing wrong?

mickaelistria commented 2 years ago

I think this is because the EGit Mylyn connector needs to be updated together with EGit, and you won't be able to update EGit until a Mylyn connector compatible with newer EGit is available. In any case, I'm closing the issue here as it's not about Eclipse Platform; if you face further issue, please rich the EGit support channels.