From owner-freebsd-java@FreeBSD.ORG Thu Mar 20 13:20:49 2008 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4EEA91065678; Thu, 20 Mar 2008 13:20:49 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 47EB58FC2F; Thu, 20 Mar 2008 13:20:49 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by elvis.mu.org (Postfix) with ESMTP id 96FA81A4D7C; Thu, 20 Mar 2008 06:02:23 -0700 (PDT) From: John Baldwin To: "Aryeh M. Friedman" Date: Thu, 20 Mar 2008 08:41:04 -0400 User-Agent: KMail/1.9.7 References: <200803190638.m2J6cLKU059782@repoman.freebsd.org> <47E0C20E.5040002@freebsd.org> <47E17A5A.20909@gmail.com> In-Reply-To: <47E17A5A.20909@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200803200841.04914.jhb@freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, David Xu , cvs-all@freebsd.org, freebsd-java@freebsd.org Subject: Re: cvs commit: src/lib/libthr/thread thr_affinity.c 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: Thu, 20 Mar 2008 13:20:49 -0000 On Wednesday 19 March 2008 04:40:58 pm Aryeh M. Friedman wrote: > David Xu wrote: > > Aryeh M. Friedman wrote: > >> I know this is off topic but the removal of KSE made it so it is not > >> possible to get any Java VM running on 8-current (AMD64). > >> Spcifically I have attached the results of attempting to install > >> java/diablo-jdk15, java/linux-sun-jdk15, java/linux-sun-jdk16 with > >> the second two giving false positive installs. I have contacted > >> Greg Lewis and the -java@ mailing list and seems like they are as > >> baffled as I am on the sitution.... If you would be so kind as to > >> make a tempurary workaround to allow java/diablo-jdk15 to install/run > >> correctly then it would be possible to build a native VM and this > >> would give various intrested parties time to figure out how to how to > >> not rely on KSE. > > > > man libmap.conf > > Sorry for taking a day to get back but unless I am confused it is > already using compat libs thus should not have this issue (but it does): > > flosoft# pwd && ldd ./java > /usr/ports/java/diablo-jdk15/work/diablo-jdk1.5.0_07/bin > ./java: > libz.so.3 => /usr/local/lib/compat/libz.so.3 (0x80063b000) > libpthread.so.2 => /usr/local/lib/compat/libpthread.so.2 (0x80074f000) > libc.so.6 => /usr/local/lib/compat/libc.so.6 (0x80087a000) > flosoft# ls /usr/local/lib/compat/libz.so* > /usr/local/lib/compat/libz.so.3 > flosoft# ls /usr/local/lib/compat/libthread_db.so* > /usr/local/lib/compat/libthread_db.so.2 > flosoft# ls /usr/local/lib/compat/libc.so* > /usr/local/lib/compat/libc.so.6 The KSE syscalls are gone, you have to use libthr rather than libpthread. -- John Baldwin