From owner-freebsd-java@FreeBSD.ORG Sat Oct 5 11:44:56 2013 Return-Path: Delivered-To: java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C3C2AD89; Sat, 5 Oct 2013 11:44:56 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from olgeni.olgeni.com (host-156-246-171-31.cloudsigma.com [31.171.246.156]) by mx1.freebsd.org (Postfix) with ESMTP id 8510D2BC6; Sat, 5 Oct 2013 11:44:56 +0000 (UTC) Received: from olgeni.olgeni (dynamic-adsl-94-36-167-142.clienti.tiscali.it [94.36.167.142]) by olgeni.olgeni.com (Postfix) with ESMTPSA id 0E0D617448E; Sat, 5 Oct 2013 13:36:03 +0200 (CEST) Date: Sat, 5 Oct 2013 13:36:03 +0200 (CEST) From: Jimmy Olgeni X-X-Sender: olgeni@olgeni.olgeni To: Jung-uk Kim Subject: Re: JNA broken with r251668 as libc.so cant be loaded In-Reply-To: <524F3599.4060708@FreeBSD.org> Message-ID: References: <524DFB7D.2000207@gmail.com> <20131004050824.GK41229@kib.kiev.ua> <524E934D.70303@gmail.com> <20131004152000.GS41229@kib.kiev.ua> <524F2FD2.3020801@FreeBSD.org> <524F3599.4060708@FreeBSD.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Konstantin Belousov , jlh@freebsd.org, Sevan / Venture37 , java@FreeBSD.org X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Oct 2013 11:44:56 -0000 On Fri, 4 Oct 2013, Jung-uk Kim wrote: > This simple patch fixed the problem for me. > > http://people.freebsd.org/~jkim/jna.diff Nice catch - committed. Thanks! -- jimmy