From owner-freebsd-java@FreeBSD.ORG Fri Dec 1 21:37:00 2006 Return-Path: X-Original-To: java@freebsd.org Delivered-To: freebsd-java@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 539CA16A412 for ; Fri, 1 Dec 2006 21:37:00 +0000 (UTC) (envelope-from mi+mx@aldan.algebra.com) Received: from corbulon.video-collage.com (static-151-204-231-237.bos.east.verizon.net [151.204.231.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88C2B43CA3 for ; Fri, 1 Dec 2006 21:36:43 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from mteterin.us.murex.com (mx-broadway [38.98.68.18]) by corbulon.video-collage.com (8.13.8/8.13.8) with ESMTP id kB1LafCE099644 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 1 Dec 2006 16:36:42 -0500 (EST) (envelope-from mi+mx@aldan.algebra.com) From: Mikhail Teterin Organization: Virtual Estates, Inc. To: java@freebsd.org Date: Fri, 1 Dec 2006 16:36:35 -0500 User-Agent: KMail/1.9.5 References: <20061201184307.GB25981@xor.obsecurity.org> In-Reply-To: <20061201184307.GB25981@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-u" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200612011636.35358.mi+mx@aldan.algebra.com> X-Virus-Scanned: ClamAV 0.88.4/2267/Thu Nov 30 23:29:21 2006 on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 Cc: Kris Kennaway Subject: Re: [ports-amd64@FreeBSD.org: je-3.1.0 failed on amd64 6] X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 21:37:00 -0000 Ð'ÑÔÎÉÃÑ 01 ÇÒÕÄÅÎØ 2006 13:43, Kris Kennaway ÎÁÐÉÓÁ×: [....] > š š [junit] Could not find agent library on the library path or in the local directory: instrument > š š [junit] Test com.sleepycat.persist.test.ForeignKeyTest FAILED > š š [junit] Error occurred during initialization of VM > š š [junit] Could not find agent library on the library path or in the local directory: instrument > š š [junit] Test com.sleepycat.persist.test.IndexTest FAILED > š š [junit] Error occurred during initialization of VM > š š [junit] Could not find agent library on the library path or in the local directory: instrument [....] Hello! Why would a Junit-based self-test fail like above? What could be "special" about Kris' cluster configuration, that would cause Java (1.5.0) to not find libinstrument.so? The tests pass just fine, when I build java/berkeley-db on my systems... Thanks! -mi