Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [epp-dev] unable to provide M5 build - config.a.jre.javase

Thank you. Mickael!

- The Tycho version that is used in the build seems to be the correct one. With commit a3e8de5a2 I switched to the staged 1.1.0 mentioned in [1].
- As a test I switched from a Java 1.8 to 9 in the Hudson build job configuration.
- Instead of using only the staging Photon p2 repository (which includes the missing IUs), I added for testing purposes the Platform M5 repo as an additional repository. Not that I expected a difference, but I wanted to have this tested, too.
- As another test I added a hard dependency from the product IU epp.package.cpp (i.e. the CPP packages) to the exact version of config.a.jre.javase, but that didn't help either. I reverted that change after the test.

Independent from that I *think* I have removed all dependencies to projects that have left the Simultaneous Release. On that side I'm 99 percent sure that it should be possible to build the packages, and there is no indication in the error message that indicates a problem in that area.

One option could be to migrate the build to use a target definition file, but up to now I'm not convinced that this would really help.

Thanks,
Markus


On 2 February 2018 at 08:29, Mickael Istria <mistria@xxxxxxxxxx> wrote:
I'll have a look at it with highest priority today.


On Thursday, February 1, 2018, Markus Knauer <mknauer@xxxxxxxxxxxxxxxxx> wrote:
Hi everyone,

it tried in multiple attempts to fix the build problems introduced with 'config.a.jre.javase' but for some unknown reasons an upgrade to Tycho 1.1.0 as advised in the other mails didn't work, and a target definition file is not used by the build. See the error message below or a console log at [1].

Unless someone else fixes the problem, I don't see a chance to provide a M5 build of the EPP package as I won't have any time to work on that in the next days.

If someone has a working idea on how to fix this... it would be appreciated.

Thanks and regards,
Markus

[1] https://ci.eclipse.org/packaging/job/photon.epp-tycho-build/120/console



Cannot complete the install because one or more required items could not be found.
 Software being installed: Eclipse IDE for C/C++ Developers 4.8.0.20180201-2025 (epp.package.cpp 4.8.0.20180201-2025)
 Missing requirement: Eclipse Platform 4.8.0.I20180124-2000 (org.eclipse.platform.ide 4.8.0.I20180124-2000) requires 'config.a.jre.javase [9.0.0]' but it could not be found
 Cannot satisfy dependency:
  From: Eclipse IDE for C/C++ Developers 4.8.0.20180201-2025 (epp.package.cpp 4.8.0.20180201-2025)
  To: org.eclipse.epp.package.cpp.feature.feature.group [4.8.0.20180131-2033]
 Cannot satisfy dependency:
  From: EPP CPP Feature 4.8.0.20180131-2033 (org.eclipse.epp.package.cpp.feature.feature.group 4.8.0.20180131-2033)
  To: org.eclipse.platform.ide 0.0.0



--
Mickael Istria
Eclipse IDE developer, at Red Hat Developers community
Elected Committer Representative at the Eclipse Foundation board of directors


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


Back to the top