From owner-freebsd-eclipse@FreeBSD.ORG Tue Oct 15 19:39:56 2013 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 93149B9C; Tue, 15 Oct 2013 19:39:56 +0000 (UTC) (envelope-from ljboiler@gmail.com) Received: from mail-oa0-x233.google.com (mail-oa0-x233.google.com [IPv6:2607:f8b0:4003:c02::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4F55C22F5; Tue, 15 Oct 2013 19:39:56 +0000 (UTC) Received: by mail-oa0-f51.google.com with SMTP id h16so6166498oag.10 for ; Tue, 15 Oct 2013 12:39:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=eDthS6akemrjYuCTk8sCNgDVdsDIBPmatOrkXZsmj5Q=; b=WdasbN7DZuLAS4ApsPgh+J9D/FDhhYkAUP7l8CdCzR/GNh/O4G3YHGhVkTXaEKEHOO 2Fedgwh2+1Qm1XQ0P/8kSbcTN7Fq42pf7iKJrDLUrKmtcq/5FyHg3WUAHV5DVQXuM47p bLQl0TuzUKwN1NlPsbb08XvD0eccPwUCTfluUgM954eR1kvb1UwxE9vgG7pUmEvBr1O1 I2gUZrQ/Y0gBWcFMnNt+p+Gc3HmbRKZJk+DIAjeoha1Maiw+hGPMF0J+d4S1YaDqVW3D CygdhewVZuBqwJxxE53mRwzwl3sBclJZGB+iVGQ2SC+hJPe7H5uAENjUAZshMzfDw++Q uifw== X-Received: by 10.182.48.166 with SMTP id m6mr3396766obn.65.1381865995550; Tue, 15 Oct 2013 12:39:55 -0700 (PDT) Received: from jmobile.jimmy.local (71-81-196-43.dhcp.stls.mo.charter.com. [71.81.196.43]) by mx.google.com with ESMTPSA id it7sm52879851obb.11.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 15 Oct 2013 12:39:54 -0700 (PDT) Received: by jmobile.jimmy.local (sSMTP sendmail emulation); Tue, 15 Oct 2013 14:39:52 -0500 Date: Tue, 15 Oct 2013 14:39:52 -0500 From: Jimmy Kelley To: freebsd-eclipse@freebsd.org, freebsd-ports@FreeBSD.org Subject: Re: port java/eclipse-devel in CURRENT Message-ID: <20131015193951.GA1336@jmobile.jimmy.localnet> References: <20131011120901.GB8629@sh4-5.1blu.de> <20131015190841.GA948@tiny.Sisis.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20131015190841.GA948@tiny.Sisis.de> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list 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: Tue, 15 Oct 2013 19:39:56 -0000 On Tue, Oct 15, 2013 at 09:08:42PM +0200, Matthias Apitz wrote: > El día Friday, October 11, 2013 a las 02:09:01PM +0200, Matthias Apitz escribió: > > > > > Hello, > > > > How can I compile the port java/eclipse-devel im 10-CURRENT (with ports > > tree as well on bleading edge)? Openjdk16 can't be build and Openjdk17 > > can not build java/eclipse-devel. Do you need more log file about the > > errors? Thanks > > After some days I went back to the problem java && eclipse... > I don't know why, but now (without updating /usr/ports) I was able to > build openjdk6; > > java/eclipse-devel failed to compile, it was hard using "gcc" in some > stage, USE_GCC=any did no help, only a dirty symlink from gcc --> gcc46 > made it happy... > > and java/eclipse-devel works fine; > > Thx > > matthias > -- > Sent from my FreeBSD netbook > > Matthias Apitz, , http://www.unixarea.de/ f: +49-170-4527211 > UNIX since V7 on PDP-11, UNIX on mainframe since ESER 1055 (IBM /370) > UNIX on x86 since SVR4.2 UnixWare 2.1.2, FreeBSD since 2.2.5 I submitted a fix for the gcc problem just last week: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182743 Jimmy