From owner-freebsd-ports@FreeBSD.ORG Tue Sep 11 08:38:47 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0011516A419 for ; Tue, 11 Sep 2007 08:38:46 +0000 (UTC) (envelope-from leafy7382@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.freebsd.org (Postfix) with ESMTP id C2F5813C45D for ; Tue, 11 Sep 2007 08:38:46 +0000 (UTC) (envelope-from leafy7382@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so2963122pyb for ; Tue, 11 Sep 2007 01:38:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=ChWBh5Rfi1XffXj+HbNcKrsO2TLnzGbW0j9JgQ//BdM=; b=TNgphEQATUTHKPsl1wF7dQMS3ss/xEEGnQHCRFIQ5z7xnR9iF5P01kwkWTIpv5VKf0gCsZ3rpq0zobGieMzvAggfoup/3MgZe8YrGQ4AA+uXECt8M0LM3w/WjD+WZR2rggt/Eqx8CWlwRSbU67AJG4Lg5pRPe4gPcgIn6Ol1OUk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Icj0qPUpUwfa+tClUV9TC9ySc74h69b0MYy68m2/jSGaEbX4Kerpw/ZTNPPja+lfyMzaVnBQzsBXSdV3ZQfaG/cCswFKx1reDS0G5BUoABSLfUNI5pyxtzBROBE+uRd58qUU6hEuqhbODg5kRiDjzlpdBnDwcJIbKTsOYu62JH8= Received: by 10.65.150.18 with SMTP id c18mr10903842qbo.1189499924047; Tue, 11 Sep 2007 01:38:44 -0700 (PDT) Received: by 10.64.27.10 with HTTP; Tue, 11 Sep 2007 01:38:43 -0700 (PDT) Message-ID: Date: Tue, 11 Sep 2007 16:38:44 +0800 From: "Jiawei Ye" To: d@delphij.net In-Reply-To: <46E6331C.7000208@delphij.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46E6331C.7000208@delphij.net> Cc: freebsd ports Subject: Re: compat-6x does not work when kernel has NO_KSE X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2007 08:38:47 -0000 On 9/11/07, LI Xin wrote: > Jiawei Ye wrote: > > Hi, > > > > This hit me when I tried bootstrapping JDK builds on a -current with > > Diablo JDK1.5. > > > > Running "java -version" returns > > > > Fatal error 'kse_create() failed > > ' at line 444 in file /usr/src/lib/libpthread/thread/thr_kern.c (errno = 2) > > > > Any workarounds for this? > > Will mapping libpthread.so.2 to libthr.so.2 work? > > Cheers, > -- > Xin LI http://www.delphij.net/ > FreeBSD - The Power to Serve! Unfortunately no, because symbol versioning is already in the system. I guess this situation is quite stuck unless NO_KSE is removed. Jiawei -- "If it looks like a duck, walks like a duck, and quacks like a duck, then to the end user it's a duck, and end users have made it pretty clear they want a duck; whether the duck drinks hot chocolate or coffee is irrelevant."