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

> I am attempting to build CDT_9_1_0 from
> https://git.eclipse.org/c/cdt/org.eclipse.cdt.git/
> 
> 
> 
> 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.

Cheers,
-- 
Roland Grunberg


Back to the top