Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Maven CDT build gets stuck

> > When I run mvn clean verify, it downloads a bunch of things and gets stuck
> > at
> > the following step:
> > 
> > 
> > 
> > [INFO] Fetching org.bouncycastle.bcprov_1.52.0.v20161004-1854.jar.pack.gz
> > from
> > https://hudson.eclipse.org/orbit/job/orbit-recipes/lastSuccessfulBuild/artifact/releng/repository/target/repository/plugins/
> > (805.57kB)
> > 
> > 
> > 
> > Any ways around this?
> 
> I remember this has come up before and it's usually related to
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=489387 . I remember that a fix
> was made to Equinox for Mars M7, so as long as the Equinox runtime being
> used is newer than that it, shouldn't happen.
> 
> Perhaps a CDT committer may know how this issue is avoided.

I found a thread from October on cdt-dev with a similar issue that was in
fact due to a failed Orbit build getting promoted on Hudson but this doesn't
look like that case. The metadata seems fine and the unit mentioned is there.

Are you using a version of Tycho older than 0.23.0 for the build ?

Cheers,
-- 
Roland Grunberg


Back to the top