Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bp p2inf2 #3144

Merged
merged 2 commits into from
Dec 6, 2023
Merged

Bp p2inf2 #3144

merged 2 commits into from
Dec 6, 2023

Conversation

laeubi
Copy link
Member

@laeubi laeubi commented Dec 6, 2023

No description provided.

mdaloia and others added 2 commits December 6, 2023 05:42
The fix of PR eclipse-tycho#2978 was a partial fix for issue eclipse-tycho#2977. It fixed the case
of a single bundled but when the bundle providing/requiring the virtual
IU is required by another bundle it fails with the same error as before
even with Tycho 4.0.4:

```
[ERROR] Cannot resolve project dependencies:
[ERROR]   Software being installed: pvumb.bundle2 1.0.0.qualifier
[ERROR]   Missing requirement: pvumb.bundle1 1.0.0.qualifier requires
'org.eclipse.equinox.p2.iu; configure.pvumb.bundle1 0.0.0' but it could
not be found
[ERROR]   Cannot satisfy dependency: pvumb.bundle2 1.0.0.qualifier
depends on: osgi.bundle; pvumb.bundle1 0.0.0
```

A workaround is to use:

```
requires.0.optional=true
requires.0.greedy=true
```
Copy link

github-actions bot commented Dec 6, 2023

Test Results

384 files  +384  384 suites  +384   2h 46m 32s ⏱️ + 2h 46m 32s
378 tests +378  372 ✔️ +372    6 💤 +  6  0 ±0 
756 runs  +756  743 ✔️ +743  13 💤 +13  0 ±0 

Results for commit 1b22f4f. ± Comparison against base commit d02ed48.

@laeubi laeubi merged commit 9f033bf into eclipse-tycho:tycho-4.0.x Dec 6, 2023
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants