Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Apr 2014 07:45:01 -0500
From:      Jimmy Kelley <ljboiler@gmail.com>
To:        freebsd-eclipse@freebsd.org
Subject:   Re: eclipse and java 8 support
Message-ID:  <20140417124501.GA988@jmobile.jimmy.localnet>
In-Reply-To: <CAB8uncaNYXbtTtnb5PN60N9MR8gfKaSSE7R5FVtyfM=O0a7yUQ@mail.gmail.com>
References:  <534A7EDB.40603@spacesurfer.com> <20140415135408.GA2939@jmobile.jimmy.localnet> <CAB8uncaAgMeDAC-bv%2BtLxRSXkj-5fMFh1V=0c319i0DOFOgBQg@mail.gmail.com> <20140416135533.GB2939@jmobile.jimmy.localnet> <CAB8uncaNYXbtTtnb5PN60N9MR8gfKaSSE7R5FVtyfM=O0a7yUQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Apr 17, 2014 at 05:31:08PM +0800, Huang Wen Hui wrote:
> Hi,
> The eclipse builder often stopped at "org.eclipse.e4.rcp", I think my
> internet access is good. It stop very quickly, seem not download any thing.
> 
> [INFO] org.eclipse.e4.rcp ................................ FAILURE [0.189s]
> 
> Any ideas?
> 
> Cheer,
> 
> Huang Wenhui
> 
> 
> [INFO]
> 
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building org.eclipse.e4.rcp 1.2.2-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @
> org.eclipse.e4.rcp ---
> [INFO] Deleting
> /usr/ports/java/eclipse4/work/eclipse.platform.releng.aggregator/eclipse.platform.ui/features/org.eclipse.e4.rcp/target
> .....
> .....
> .....
> .....
> [INFO] org.eclipse.rcp.id ................................ SKIPPED
> [INFO] org.eclipse.rcp.sdk.id ............................ SKIPPED
> [INFO] org.eclipse.sdk.ide ............................... SKIPPED
> [INFO] org.eclipse.osgi.configuration .................... SKIPPED
> [INFO] org.eclipse.rt.osgistarterkit.product ............. SKIPPED
> [INFO] eclipse-junit-tests ............................... SKIPPED
> [INFO] eclipse.platform.repository ....................... SKIPPED
> [INFO] platform-aggregator ............................... SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 40:04.112s
> [INFO] Finished at: Thu Apr 17 17:21:21 CST 2014
> [INFO] Final Memory: 232M/1442M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.eclipse.tycho:tycho-packaging-plugin:0.19.0:package-feature
> (default-package-feature) on project org.eclipse.e4.rcp: Execution
> default-package-feature of goal
> org.eclipse.tycho:tycho-packaging-plugin:0.19.0:package-feature failed:
> Could not determine installation size: zip file is empty -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR]   mvn <goals> -rf :org.eclipse.e4.rcp
> *** Error code 1
> 
> Stop.
> make[1]: stopped in /usr/ports/java/eclipse4
> *** Error code 1
> 
> Stop.
> make: stopped in /usr/ports/java/eclipse4
> 
> 


I have seen the same "Could not determine installation size: zip file is empty"
error from time to time, and I think this happens because the eclipse builder
is trying to download something and the download site is not responding for
some reason.

I usually just "make build" to restart and it eventually will work.

One issue I discovered when I switched from building this as user "root" to
building as another user was problems with permissions on a /tmp/p2 directory
that is created and used.  The fix was to delete that entire directory before
running "make build" again.

regards,

Jimmy



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140417124501.GA988>