Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orbit-dev] building master locally fails during p2 repository build

I currently can't build current master of orbit (945072a) locally.
Not sure why:

$ cd orbit-recipes
$ mvn clean install
-> succeeds
$ mvn clean install -f releng/aggregationfeature/pom.xml
-> succeeds
$ mvn clean package -f releng/repository/pom.xml
...
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) on project orbit-bundles-p2-repository: Could not assemble p2 repository: Mirroring failed: Messages while mirroring artifact descriptors.: [I/O exception while reading artifact packed: osgi.bundle,org.eclipse.osgi,3.15.200.v20200214-1600]: /Users/d029788/.m2/repository/org/eclipse/osgi/org.eclipse.osgi/3.15.200-SNAPSHOT/org.eclipse.osgi-3.15.200-SNAPSHOT-pack200.jar.pack.gz (No such file or directory) -> [Help 1]

any idea what's causing this?
Can you build it locally ?

-Matthias

Back to the top