Bug 540129 - Cannot complete the install because of a conflicting dependency.
Summary: Cannot complete the install because of a conflicting dependency.
Status: RESOLVED WONTFIX
Alias: None
Product: Equinox
Classification: Eclipse Project
Component: p2 (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 10
: P3 blocker (vote)
Target Milestone: ---   Edit
Assignee: P2 Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: PII
Depends on:
Blocks:
 
Reported: 2018-10-15 06:06 EDT by Dinesh N CLA
Modified: 2020-02-21 03:54 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dinesh N CLA 2018-10-15 06:06:36 EDT
I wanted to install RTC ifix version in my local eclipse using p2generator. When I tried installing the package manually it installs for me properly, and when i install the same package through ANT script I am facing issue and it is not getting installed and facing the below issue:

Installing com.ibm.team.enterprise.metadata.query.ui.feature.patch.feature.group 6.0.5.201806140419.
 [exec] Installation failed.
 [exec] Cannot complete the install because of a conflicting dependency.
 [exec]  Software being installed: com.ibm.team.enterprise.metadata.query.ui.feature.patch 6.0.5.201806140419 (com.ibm.team.enterprise.metadata.query.ui.feature.patch.feature.group 6.0.5.201806140419)
 [exec]  Software currently installed: com.ibm.team.enterprise.metadata.query.ui.feature.patch 6.0.5.201803270828 (com.ibm.team.enterprise.metadata.query.ui.feature.patch.feature.jar 6.0.5.201803270828)
 [exec]  Only one of the following can be installed at once: 
 [exec]   com.ibm.team.enterprise.metadata.query.ui.feature.patch 6.0.5.201803270828 (com.ibm.team.enterprise.metadata.query.ui.feature.patch.feature.jar 6.0.5.201803270828)
 [exec]   com.ibm.team.enterprise.metadata.query.ui.feature.patch 6.0.5.201806140419 (com.ibm.team.enterprise.metadata.query.ui.feature.patch.feature.jar 6.0.5.201806140419)
 [exec]  Cannot satisfy dependency:
 [exec]   From: com.ibm.team.enterprise.metadata.query.ui.feature.patch 6.0.5.201806140419 (com.ibm.team.enterprise.metadata.query.ui.feature.patch.feature.group 6.0.5.201806140419)
 [exec]   To: com.ibm.team.enterprise.metadata.query.ui.feature.patch.feature.jar [6.0.5.201806140419]

I am taking the unit id's to install from content.xml of the package whichever the unit id has a word ".patch" in it. I have 4 versions of ifix to be installed, out of 4, 3 versions are getting installed properly. But for 1 version of ifix alone I am facing this issue. Please provide inputs, I am clueless.
Comment 1 Ed Merks CLA 2020-02-21 03:54:50 EST
Sorry, but Ant is not well supported.  In addition, if I'm going try to fix something, I need a reproducible test case, not merely a problem description summary.