Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Viatra is failing to aggregate for Photon M2 since xtext updated

I don't think the aggregator will pick up stuff from the release update site, it will use the sites linked in the aggregation project, which is 2.13.0 for xText.

I see the same error when I try to push the changes for the Graphiti contribution:

Cannot complete the install because one or more required items could not be found. Software being installed: validationSet_main 1.0.0 Missing requirement: org.eclipse.viatra.query.patternlanguage 1.7.0.201708091110 requires 'bundle org.eclipse.xtext.xbase [2.9.0,2.13.0)' but it could not be found Cannot satisfy dependency: mappedRepo_home_data_httpd_download.eclipse.org_viatra_updates_milestone_1.7.0.201708091110 1.0.0 depends on: org.eclipse.viatra.query.sdk.feature.source.feature.group [1.7.0.201708091110] Cannot satisfy dependency: org.eclipse.viatra.query.language.feature.feature.group 1.7.0.201708091110 depends on: org.eclipse.viatra.query.patternlanguage [1.7.0.201708091110] Cannot satisfy dependency: org.eclipse.viatra.query.sdk.feature.feature.group 1.7.0.201708091110 depends on: org.eclipse.viatra.query.language.feature.feature.group [1.7.0.201708091110] Cannot satisfy dependency: org.eclipse.viatra.query.sdk.feature.source.feature.group 1.7.0.201708091110 depends on: org.eclipse.viatra.query.sdk.feature.feature.group [1.7.0.201708091110] Cannot satisfy dependency: validationSet_main 1.0.0 depends on: mappedRepo_home_data_httpd_download.eclipse.org_viatra_updates_milestone_1.7.0.201708091110 [1.0.0]
[0]Missing requirement: VIATRA Base Query Language 1.7.0.201708091110 (org.eclipse.viatra.query.patternlanguage 1.7.0.201708091110) requires 'bundle org.eclipse.xtext.xbase [2.9.0,2.13.0)' but it could not be found

Bundle(org.eclipse.xtext.xbase [2.9.0,2.13.0)) is required by:
  ValidationSet(main)
    Contribution(VIATRA)
      MappedRepository(file:/home/data/httpd/download.eclipse.org/viatra/updates/milestone/1.7.0.201708091110)
        Feature(org.eclipse.viatra.query.sdk.feature.source.feature.group [1.7.0.201708091110,1.7.0.201708091110])
          InstallableUnit(org.eclipse.viatra.query.sdk.feature.feature.group 1.7.0.201708091110)
            InstallableUnit(org.eclipse.viatra.query.language.feature.feature.group 1.7.0.201708091110)
              InstallableUnit(org.eclipse.viatra.query.patternlanguage 1.7.0.201708091110)

My Gerrit change with the failing build is https://git.eclipse.org/r/#/c/105360/

Michael



-----Original Message-----
From: cross-project-issues-dev-bounces@xxxxxxxxxxx [mailto:cross-project-issues-dev-bounces@xxxxxxxxxxx] On Behalf Of Karsten Thoms
Sent: Dienstag, 19. September 2017 20:48
To: Cross project issues <cross-project-issues-dev@xxxxxxxxxxx>
Cc: ujhelyiz@xxxxxxxxxxxxxxxx
Subject: Re: [cross-project-issues-dev] Viatra is failing to aggregate for Photon M2 since xtext updated

The range is OK, Photon M2 contains Xtext 2.12 libraries so far. The mentioned plugin org.eclipse.xtext.xbase is available in version 2.12.0.v20170519-0752 on repository http://download.eclipse.org/releases/photon. So I’m not sure how the problem can occur. Since the bundle is there, I would not expect a problem.

~Karsten

> Am 19.09.2017 um 19:29 schrieb Jeff Johnston <jjohnstn@xxxxxxxxxx>:
> 
> Xtext updated to 2.13.0.  This appears to cause Viatra to fail because
> it has OSGI range: [2.9.0,2.13.0)
> 
> Cannot complete the install because one or more required items could
> not be found. Software being installed: validationSet_main 1.0.0
> Missing requirement: org.eclipse.viatra.query.patternlanguage
> 1.7.0.201708091110 requires 'bundle org.eclipse.xtext.xbase
> [2.9.0,2.13.0)'
> 
> Not sure how the Xtext change went through gerrit validation, but I
> cannot push Linux Tools for Photon M2.
> 
> There is another error with EMF Parsley which might be related, but I
> don't have the details at the moment.
> 
> -- Jeff J.
> _______________________________________________
> cross-project-issues-dev mailing list
> cross-project-issues-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

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

Back to the top