Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] latest eclipse installation

Hi Yevgeny,

(This message ended up in my spam, and I suspect the last one did too,
but I probably emptied spam before seeing it. The spam is because you
are sending from @yahoo.com and I am receiving at gmail.com, but the
message gets modified by the eclipse list service, causing the yahoo
signing to fail.)

You have pointed out something that was missed now that Marc K is no
longer handling the releases, updating of eclipse.org/cdt website.
Thanks for pointing that out.

Until someone gets a change to update the website, the links for CDT are:
Eclipse C/C++ IDE:
https://www.eclipse.org/downloads/packages/eclipse-ide-cc-developers/oxygenr
CDT 9.3 repo: http://download.eclipse.org/tools/cdt/releases/9.3
CDT 9.3 repo as zip: 9.3.1 zip
http://download.eclipse.org/tools/cdt/releases/9.3/cdt-9.3.1.zip

CDT 9.3 is for Oxygen (Eclipse 4.7).

---

Now for your error, is it reproducible? The error is (apparently) with
a mirror run by a third-party, http://ftp.jaist.ac.jp, if the mirror
is badly behaved AFAIK the eclipse webmaster can black list it. But
for me that mirror works. It is also possible that you have a
corporate firewall/proxy that is getting in the way.

Jonah

~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com


On 3 August 2017 at 13:32, Yevgeny Shifrin <yevshif@xxxxxxxxx> wrote:
> Hi,
>
> As I did not get an answer to my question, I will ask again :)
> Currently I did not find where from latest eclipse CDT 9.3 can be installed.
>
> I think it is mandatory that developers could easily download latest eclipse
> CDT. Currently it seems that the links are not working or point to old
> eclipse versions.
>
> Could you please address this issue?
> How can developer install clean latest eclipse CDT?
>
> Thanks,
> Yevgeny
>
>
> ________________________________
> From: Yevgeny Shifrin <yevshif@xxxxxxxxx>
> To: CDT General Developers List. <cdt-dev@xxxxxxxxxxx>
> Sent: Monday, July 24, 2017 8:16 AM
> Subject: latest eclipse installation
>
> Hi,
>
> I am trying to install latest eclipse CDT. Apparently it is not trivial :(
>
> I tried using the EclipseInstaller and got and installation error.
>
> [2017-07-24 08:10:07] Repository
> http://download.eclipse.org/oomph/updates/milestone/latest
> [2017-07-24 08:10:14] ERROR: org.eclipse.equinox.p2.transport.ecf code=1002
> Unable to read repository at
> http://download.eclipse.org/releases/oxygen/201706281000/content.xml.xz.
> org.apache.http.client.ClientProtocolException
>   at
> org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:888)
>   at
> org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
>   at
> org.eclipse.ecf.provider.filetransfer.httpclient4.HttpClientRetrieveFileTransfer.performConnect(HttpClientRetrieveFileTransfer.java:1084)
>   at
> org.eclipse.ecf.provider.filetransfer.httpclient4.HttpClientRetrieveFileTransfer.access$0(HttpClientRetrieveFileTransfer.java:1075)
>   at
> org.eclipse.ecf.provider.filetransfer.httpclient4.HttpClientRetrieveFileTransfer$1.performFileTransfer(HttpClientRetrieveFileTransfer.java:1071)
>   at
> org.eclipse.ecf.filetransfer.FileTransferJob.run(FileTransferJob.java:74)
>   at org.eclipse.core.internal.jobs.Worker.run(Worker.java:56)
> Caused by: org.apache.http.client.CircularRedirectException: Circular
> redirect to
> 'http://ftp.jaist.ac.jp/pub/eclipse/releases/oxygen/201706281000/content.xml.xz'
>   at
> org.apache.http.impl.client.DefaultRedirectStrategy.getLocationURI(DefaultRedirectStrategy.java:176)
>   at
> org.apache.http.impl.client.DefaultRedirectStrategy.getRedirect(DefaultRedirectStrategy.java:220)
>   at
> org.apache.http.impl.client.DefaultRequestDirector.handleResponse(DefaultRequestDirector.java:1085)
>   at
> org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:516)
>   at
> org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:884)
>   at
> org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
>   at
> org.eclipse.ecf.provider.filetransfer.httpclient4.HttpClientRetrieveFileTransfer.performConnect(HttpClientRetrieveFileTransfer.java:1084)
>   at
> org.eclipse.ecf.provider.filetransfer.httpclient4.HttpClientRetrieveFileTransfer.access$0(HttpClientRetrieveFileTransfer.java:1075)
>   at
> org.eclipse.ecf.provider.filetransfer.httpclient4.HttpClientRetrieveFileTransfer$1.performFileTransfer(HttpClientRetrieveFileTransfer.java:1071)
>   at
> org.eclipse.ecf.filetransfer.FileTransferJob.run(FileTransferJob.java:74)
>   ... 1 more
>
> [2017-07-24 08:10:14]
>
>
> When I try to use https://projects.eclipse.org/search/projects/cdt?keys=cdt
> and press download, I am redirected to
> http://www.eclipse.org/cdt/downloads.php where there is no full eclipse and
> latest eclipse CDT feature is 9.2.1 for Neon.
>
> In the past it was very easy to install eclipse CDT :(
>
> Thanks,
> Yevgeny
>
>
>
>
>
>
>
>
> _______________________________________________
> 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