From owner-freebsd-eclipse@FreeBSD.ORG Wed Apr 30 23:26:55 2014 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 08FB61DD for ; Wed, 30 Apr 2014 23:26:55 +0000 (UTC) Received: from mail-yh0-x231.google.com (mail-yh0-x231.google.com [IPv6:2607:f8b0:4002:c01::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BD69914A9 for ; Wed, 30 Apr 2014 23:26:54 +0000 (UTC) Received: by mail-yh0-f49.google.com with SMTP id t59so2390822yho.36 for ; Wed, 30 Apr 2014 16:26:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=HK2Zb2efq0oafnHtlmQ654x/Gcdh1HX/lA5nZ1/6uII=; b=Gq9pxymY+w4aSVcwyqS7bLNO7h8VP5/+QrqH4yTCKZ9FiXMI1MZxgvEKYF2r/MusHo S528PjU7J9+41SFVVlFdfqpvyKEyFkruql2YzqWeRno/x03G58SlEq9NekwwpDNuqLM7 0VUJItKJdKwCSfvcRHSn8KVbo6wzXEna7tByHqomULVwrMC16W03WLHO4nHpUg0ZVbMJ wtM0EKEeo6X1+7kz+M3wxZeDtZN0U41VR964mxoQhbZnhx44gPENZ/qmPYAtlPWFu/bi 60u877+N2qkzWK057JelS552TgTUzS+1eElFHIwhZPrDgBh2m+4quPtDRU08aO6dgRKi 4maA== MIME-Version: 1.0 X-Received: by 10.236.199.78 with SMTP id w54mr10002257yhn.139.1398900413439; Wed, 30 Apr 2014 16:26:53 -0700 (PDT) Received: by 10.170.154.212 with HTTP; Wed, 30 Apr 2014 16:26:53 -0700 (PDT) In-Reply-To: References: <534A7EDB.40603@spacesurfer.com> <20140415135408.GA2939@jmobile.jimmy.localnet> <20140416135533.GB2939@jmobile.jimmy.localnet> <20140417124501.GA988@jmobile.jimmy.localnet> Date: Thu, 1 May 2014 07:26:53 +0800 Message-ID: Subject: Re: eclipse and java 8 support From: Huang Wen Hui To: freebsd-eclipse@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: huanghwh@gmail.com List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2014 23:26:55 -0000 Hi, Jimmy, 2014-04-18 20:31 GMT+08:00 Huang Wen Hui : > Hi, > I add "-Declipse.p2.mirrors=false" in do-build, finally the problem > "Could not determine installation size: zip file is empty" is gone, but I > got new error: > > The artifact file for osgi.bundle,org.eclipse.e4.ui. > bindings,0.10.102.v20140117-1939 was not found. > > more detail message in .log: > !SESSION 2014-04-18 20:12:00.305 > ----------------------------------------------- > eclipse.buildId=unknown > java.version=1.7.0_51 > java.vendor=Oracle Corporation > BootLoader constants: OS=unknown, ARCH=x86_64, WS=unknown, NL=zh_CN > This looks good for you? eclipse.buildId=unknown, OS=unknown, WS=unknown, NL=zh_CN ? Do I set something wrong in ENV? my env is: LANG=zh_CN.UTF-8 DISPLAY=:0.0 XAUTHORITY=/home/hwh/.Xauthority LC_ALL=zh_CN.UTF-8 COLORTERM=mate-terminal TERM=xterm PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/csh MAIL=/var/mail/root LOGNAME=root USER=root USERNAME=root HOME=/root SUDO_COMMAND=/usr/bin/su SUDO_USER=hwh SUDO_UID=1000 SUDO_GID=0 HOSTTYPE=FreeBSD VENDOR=amd OSTYPE=FreeBSD MACHTYPE=x86_64 SHLVL=1 PWD=/boot GROUP=wheel HOST=mbp.gddsn.org.cn EDITOR=vi PAGER=more BLOCKSIZE=K > Framework arguments: -eclipse.keyring > /tmp/tycho4235821091109496406secure_storage > Command-line arguments: -eclipse.keyring > /tmp/tycho4235821091109496406secure_storage > > !ENTRY org.eclipse.equinox.p2.engine 4 4 2014-04-18 20:12:00.306 > !MESSAGE An error occurred while installing the items > !SUBENTRY 1 org.eclipse.equinox.p2.engine 4 0 2014-04-18 20:12:00.306 > !MESSAGE session context was:(profile=SDKProfile, > phase=org.eclipse.equinox.internal.p2.engine.phases.Install, operand=null > --> [R]org.eclipse.e4.ui.bindings 0.10.102.v20140117-1939, > action=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.InstallBundleAction). > !SUBENTRY 1 org.eclipse.equinox.p2.touchpoint.eclipse 4 0 2014-04-18 > 20:12:00.306 > !MESSAGE The artifact file for > osgi.bundle,org.eclipse.e4.ui.bindings,0.10.102.v20140117-1939 was not > found. > > Cheers, > > Huang Wenhui >