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 don't think the mystery was fully resolved. Can you try using this repo instead?

http://download.eclipse.org/tools/orbit/downloads/drops/S20160916162009/repository/


Like we did here:

https://git.eclipse.org/r/#/c/82561/2/releng/org.eclipse.cdt.target/cdt.target


Marc-Andre


From: cdt-dev-bounces@xxxxxxxxxxx <cdt-dev-bounces@xxxxxxxxxxx> on behalf of Saeed, Saleem <saleem.saeed@xxxxxxx>
Sent: Tuesday, December 6, 2016 3:49:21 PM
To: CDT General developers list.; Roland Grunberg
Subject: Re: [cdt-dev] Maven CDT build gets stuck
 
Which CDT committer should I contact to get more information on this bug and a potential work-around?

Saleem

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Saeed, Saleem
Sent: Tuesday, December 06, 2016 1:06 PM
To: Roland Grunberg <rgrunber@xxxxxxxxxx>; CDT General developers list. <cdt-dev@xxxxxxxxxxx>
Subject: Re: [cdt-dev] Maven CDT build gets stuck

I am using Tycho 0.25

Saleem
-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Roland Grunberg
Sent: Tuesday, December 06, 2016 1:00 PM
To: CDT General developers list. <cdt-dev@xxxxxxxxxxx>
Subject: 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/lastSuccessfulBui
> > ld/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
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/cdt-dev
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/cdt-dev
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev

Back to the top