From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 24 19:20:31 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCDAE16A407 for ; Tue, 24 Oct 2006 19:20:31 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D97ED43D70 for ; Tue, 24 Oct 2006 19:20:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k9OJKT7s016992 for ; Tue, 24 Oct 2006 19:20:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9OJKTTK016991; Tue, 24 Oct 2006 19:20:29 GMT (envelope-from gnats) Date: Tue, 24 Oct 2006 19:20:29 GMT Message-Id: <200610241920.k9OJKTTK016991@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Kay Abendroth Cc: Subject: Re: ports/104744: java/berkeley-db installation error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kay Abendroth List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Oct 2006 19:20:31 -0000 The following reply was made to PR java/104744; it has been noted by GNATS. From: Kay Abendroth To: Mikhail Teterin Cc: bug-followup@freebsd.org Subject: Re: ports/104744: java/berkeley-db installation error Date: Tue, 24 Oct 2006 21:19:11 +0200 I have installed the latest diablo-jdk. After some testing, I found that the following little change in Makefile works very well for me. Maybe there's something wrong with the client-vm? http://www.raxion.net/freebsd/patch/_patch_berkeley-db.txt Mikhail Teterin wrote: > Looks like a bug in JVM -- try updating your Diablo installation, or build the > java/jdk15 port instead. If the former does not help, but the latter does, > please, follow up with the Diablo maintainers... > > -mi