From owner-freebsd-java@FreeBSD.ORG Fri May 21 15:50:05 2010 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E916A1065670 for ; Fri, 21 May 2010 15:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (unknown [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CD7228FC1E for ; Fri, 21 May 2010 15:50:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o4LFo5jK030017 for ; Fri, 21 May 2010 15:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o4LFo5dZ030016; Fri, 21 May 2010 15:50:05 GMT (envelope-from gnats) Date: Fri, 21 May 2010 15:50:05 GMT Message-Id: <201005211550.o4LFo5dZ030016@freefall.freebsd.org> To: freebsd-java@FreeBSD.org From: "Mikhail T." Cc: Subject: Re: java/122513: native JDKs unbuildable with Linux ones X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Mikhail T." List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 May 2010 15:50:06 -0000 The following reply was made to PR java/122513; it has been noted by GNATS. From: "Mikhail T." To: Stefan Walter Cc: GNATS , Todd Wasson , emulation@FreeBSD.org Subject: Re: java/122513: native JDKs unbuildable with Linux ones Date: Fri, 21 May 2010 11:47:31 -0400 21.05.2010 03:02, Stefan Walter wrote: > there hasn't been an update on your PR for quite a while, and I haven't > seen any problems with building the JDK. Can you still reproduce the > problem, or can this PR be closed? > [1]: http://www.freebsd.org/cgi/query-pr.cgi?pr=java/122513 Yes, as a matter of fact, I just experienced this problem on a friend's brand-new laptop -- with clean new install of 8.1-prerelease/i386. As documented in the PR, a native build of jdk16 was attempted after installing linux-jdk16. The build dies after the Linux java-process receives a SIGKILL. Another example of the same problem is here: http://freebsd.monkey.org/freebsd-stable/200905/msg00567.html The work-around is to use FreeBSD's natived -- diablo-jdk16... Perhaps, the problem is with Linuxulator? Yours, -mi