From owner-freebsd-amd64@FreeBSD.ORG Mon Mar 21 13:07:26 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C71AD16A4CE for ; Mon, 21 Mar 2005 13:07:26 +0000 (GMT) Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96FA543D39 for ; Mon, 21 Mar 2005 13:07:26 +0000 (GMT) (envelope-from astrodog@gmail.com) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 87AD55586E for ; Mon, 21 Mar 2005 13:07:26 +0000 (GMT) (envelope-from astrodog@gmail.com) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83EF816A4CE for ; Mon, 21 Mar 2005 13:07:26 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 063E443D2D for ; Mon, 21 Mar 2005 13:07:26 +0000 (GMT) (envelope-from astrodog@gmail.com) Received: by wproxy.gmail.com with SMTP id 50so985539wri for ; Mon, 21 Mar 2005 05:07:25 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=V2ZyCWNHedi1jqE7xG6tizd9cPxAubno4Ei962c498t17U+3YkRoI+cNXZJ3w4NOhSeGr9m+jnY4ciuk+svGxsAHOpIvviJfphy2IctdVNUx5DzXZz+uh4L4LHYh2uuUTDRyxo8zpK9rkFgpWDALzWIuoCWBXcWyRzsmW+tqxtU= Received: by 10.54.78.16 with SMTP id a16mr3101162wrb; Mon, 21 Mar 2005 05:07:24 -0800 (PST) Received: by 10.54.40.69 with HTTP; Mon, 21 Mar 2005 05:07:22 -0800 (PST) Message-ID: <2fd864e050321050772a3cbd4@mail.gmail.com> Date: Mon, 21 Mar 2005 05:07:22 -0800 From: Astrodog To: Damian Gerow In-Reply-To: <20050320215959.GA697@afflictions.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <20050319021654.GD27012@afflictions.org> <423CAAE5.4080101@shih.be> <20050320215959.GA697@afflictions.org> X-Mailman-Approved-At: Mon, 21 Mar 2005 13:51:30 +0000 cc: amd64@lists.freebsd.org cc: vjordana@t-online.de Subject: Re: java/jdk15 help X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Astrodog List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Mar 2005 13:07:26 -0000 On Sun, 20 Mar 2005 16:59:59 -0500, Damian Gerow wrote: > Thus spake vjordana@t-online.de (vjordana@t-online.de) [19/03/05 17:44]: > : >I've noticed that a few people here have successfully gotten a native > : >java/jdk15 built. Can one of those people lend me a hand, please? > : > > : >I've installed linux-sun-jdk-1.4.2.07_1, and worked around the wonky > : >problem > : >thrown by the jdk15 build. But afterwards, all I seem to get is hung javac > : >processes, each consuming 100% of CPU. > : > : cd /usr/ports/java/jdk15 > : make build 2>&1 | tee build.out (or make build |& tee build.out, > : depending on your shell) > : and when the compilation breaks with an error, compile directly the long > : line between if/then > : See the mailing lists > > Yep, I've already worked past that stage. The problem I'm having is just > afterwards, and I get hung javac processes. i.e. the build doesn't fail > with an error, it just hangs. > _______________________________________________ > freebsd-amd64@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-amd64 > To unsubscribe, send any mail to "freebsd-amd64-unsubscribe@freebsd.org" > Have you tried just waiting?