Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Mar 2008 14:19:44 -0700
From:      Xin LI <delphij@delphij.net>
To:        Jens Schweikhardt <schweikh@schweikhardt.net>
Cc:        freebsd-java@FreeBSD.org
Subject:   Re: Java on 8-CURRENT
Message-ID:  <47E81AF0.1040206@delphij.net>
In-Reply-To: <20080324155039.GA1480@schweikhardt.net>
References:  <20080324155039.GA1480@schweikhardt.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Jens Schweikhardt wrote:
> hello, world\n
> 
> in the past I have installed java via java/diablo-jdk15 to bootstrap
> java/jdk15. This no longer works on 8-CURRENT because diablo-jdk15
> contains system calls to kse_create(), but 8-CURRENT does no longer
> support kernel option KSE.
> 
> What is a possible way to compile a recent java implementation on
> 8-CURRENT?

Please read src/UPDATING:

20080312:
         Support for KSE threading has been removed from the kernel.  To
         run legacy applications linked against KSE libmap.conf may
         be used.  The following libmap.conf may be used to ensure
         compatibility with any prior release:

         libpthread.so.1 libthr.so.1
         libpthread.so.2 libthr.so.2
         libkse.so.3 libthr.so.3

For this case I think the second line which maps libpthread.so.2 to 
libthr.so.2 would be sufficient to solve the problem.

Cheers,
-- 
Xin LI <delphij@delphij.net>	http://www.delphij.net/
FreeBSD - The Power to Serve!



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47E81AF0.1040206>