From owner-freebsd-java@FreeBSD.ORG Sun Dec 15 02:07:45 2013 Return-Path: Delivered-To: freebsd-java@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 ESMTPS id 071F7AF7 for ; Sun, 15 Dec 2013 02:07:45 +0000 (UTC) Received: from mail-qc0-x233.google.com (mail-qc0-x233.google.com [IPv6:2607:f8b0:400d:c01::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BDB171F06 for ; Sun, 15 Dec 2013 02:07:44 +0000 (UTC) Received: by mail-qc0-f179.google.com with SMTP id i8so2709379qcq.24 for ; Sat, 14 Dec 2013 18:07:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:date:message-id:subject:from:to:content-type; bh=4ORj2356Ue4FB/vXmAcKEnvepAEuqOBdFhcprDqaYqU=; b=S9Uk83k79Qf6OwTyU1lmmOdZenHRhUjbg3sK9t5U3v6uEbrLhU5vXImoXjB+rSY7u7 DFbsGspQTk2/JhdWfFV50jccWqgh1C5Iq+sgy+z9q3MS++Eh/fEWcTps5a2Q00Sh3w1v 860zIVxhsZsowgpFPxTZxSaNilLcp1XkwDwYsoa4HgThFrH0tC9qalDQX6RQyBesTA7G sbQKflhFCzRXhUThQ33rK8kxjjEhHsMY+d38haEvMR0kDAfAtn53Vz42j8h5MAvo2qGu QLwNviv4bSwyedGHEo1t+bZyBWg77UMydO83f5nM2APehTdRSxcMzN4ctXOa3j0vVc9M LtMw== MIME-Version: 1.0 X-Received: by 10.224.4.70 with SMTP id 6mr19363198qaq.86.1387073263853; Sat, 14 Dec 2013 18:07:43 -0800 (PST) Received: by 10.224.70.6 with HTTP; Sat, 14 Dec 2013 18:07:43 -0800 (PST) Date: Sun, 15 Dec 2013 10:07:43 +0800 Message-ID: Subject: Re: openjdk7 fails to build openjdk7 (on 10.0) From: Huang Wen Hui To: freebsd-java@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: huanghwh@gmail.com List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 02:07:45 -0000 Hi, Compiling openjdk7 with openjdk7 on my on old DELL pc always wroks, but I got the same problem on my iMac(2013) under FreeBSD 10. if restrict to one cpu using cpuset, compiling is also ok on my iMac. #cd /usr/ports/java/openjdk7 && cpuset -c -l 0 make --hwh