How to install Eclipse Juno?

Hi,

Eclipse Indigo works, but I want to install the lastest version, Eclipse Juno !!. I do make deinstall in /usr/ports/java/eclipe, and after that I do make reinstall, and I have this error:
Code:
root@dct-armani:/usr/ports/java/eclipse # make reinstall 
===>  Found saved configuration for eclipse-3.7.1_4
=> eclipse-sdktests-3.7.1-scripts.tar.bz2 is not in /usr/ports/java/eclipse/distinfo.
=> Either /usr/ports/java/eclipse/distinfo is out of date, or
=> eclipse-sdktests-3.7.1-scripts.tar.bz2 is spelled incorrectly.
*** [do-fetch] Error code 1

Stop in /usr/ports/java/eclipse.
*** [install] Error code 1

Stop in /usr/ports/java/eclipse.
*** [reinstall] Error code 1

Stop in /usr/ports/java/eclipse.
root@dct-armani:/usr/ports/java/eclipse # make install
===>  Found saved configuration for eclipse-3.7.1_4
=> eclipse-sdktests-3.7.1-scripts.tar.bz2 is not in /usr/ports/java/eclipse/distinfo.
=> Either /usr/ports/java/eclipse/distinfo is out of date, or
=> eclipse-sdktests-3.7.1-scripts.tar.bz2 is spelled incorrectly.
*** [do-fetch] Error code 1

Stop in /usr/ports/java/eclipse.
*** [install] Error code 1

Stop in /usr/ports/java/eclipse.
root@dct-armani:/usr/ports/java/eclipse #

How to install Eclipse Juno?

Regards
Phil
 
You ownload Eclipse and store it in /usr/ports/distfiles/. After that you can make install clean.

The installation errors in FreeBSD are caused by network problems and a slow internet connection. The solution is to download the port's tarball and to store it in /usr/ports/distfiles.


Thank you.
 
Back
Top