Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orbit-dev] Adding GlazedLists 1.11.0

Yes I'm working on a windows 10 machine. 

Roland Grunberg <rgrunber@xxxxxxxxxx> schrieb am Do., 12. Sep. 2019, 18:25:
On Thu, 2019-09-12 at 17:45 +0200, Dirk Fauth wrote:
> Hi,
>
> thanks for the tip. But it did not work. I even switched the PC and the network to avoid probable network issues. But it doesn't change anything.
>
> I have therefore pushed my changes here: https://git.eclipse.org/r/#/c/149433/
>
> The CQ is not yet approved, but maybe we see if there is a general issue or just something on my machines.
>
> This is the exact error message:
>
> [INFO] Computing target platform for MavenProject: org.eclipse.orbit.bundles:org.eclipse.orbit.releng.recipes.feature.aggregation:1.0.0-SNAPSHOT @ C:\Development\Sources\orbit\orbit-recipes\releng\aggregationfeature\pom.xml
> [INFO] Resolving dependencies of MavenProject: org.eclipse.orbit.bundles:org.eclipse.orbit.releng.recipes.feature.aggregation:1.0.0-SNAPSHOT @ C:\Development\Sources\orbit\orbit-recipes\releng\aggregationfeature\pom.xml
> [INFO] {osgi.os=*, osgi.ws=*, org.eclipse.update.install.features=true, osgi.arch=*}
> [ERROR] Cannot resolve project dependencies:
> [ERROR]   Software being installed: org.eclipse.orbit.releng.recipes.feature.aggregation.feature.group 1.0.0.qualifier
> [ERROR]   Missing requirement: com.github.jnr.ffi 2.1.4.v20180207-1730 requires 'java.package; jnr.x86asm 1.0.2' but it could not be found
> [ERROR]   Cannot satisfy dependency: org.eclipse.orbit.releng.recipes.feature.aggregation.feature.group 1.0.0.qualifier depends on: org.eclipse.equinox.p2.iu; com.github.jnr.ffi [2.1.4,2.1.5)

I did suspect initially that maybe it has to do with the OS (in your
case Windows ?) that the build is running on (given the bundle name
jnr.x86asm) but the bundle is pure Java and I don't see anything in its
metadata that should be filtering it out.

Unless p2 or Tycho is doing something interesting somewhere I'm not
quite sure why it's failing for you locally. I could probably file a
bug for this and see if I can reproduce myself on a windows box.

Cheers,
--
Roland Grunberg

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

Back to the top