From owner-freebsd-java@FreeBSD.ORG Sun Oct 6 23:01:44 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 3AE22624; Sun, 6 Oct 2013 23:01:44 +0000 (UTC) (envelope-from venture37@gmail.com) Received: from mail-la0-x235.google.com (mail-la0-x235.google.com [IPv6:2a00:1450:4010:c03::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 30C4323E9; Sun, 6 Oct 2013 23:01:43 +0000 (UTC) Received: by mail-la0-f53.google.com with SMTP id el20so4826376lab.26 for ; Sun, 06 Oct 2013 16:01:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=Q78OHT+301J545Dx6cDv7c5oF7VV1qqG1bigeayoDmw=; b=x2z5n8abdWR2o0joq/qulD2y8Eesn6t7RHtCFlhUqdT7AZnFCvjIGTurNWJgqTtSLA y4LI6BIDchMXiyZXqdvMqPGM61H8wQ1F/RZA80AC08i34gYx90tdgEqsFxhVjwkhszjP lZPavzuv2y+/VZctdkI3rudP06bR134sTwDvC+9n9ZUbpEWmJyPo6TFdawtL9BPnXGHS IujSvDcBPLP1V694+9sXGJXuDfKkqwZwpLpBulW7HIZlCxGf/BTSBtsBvjsRP7SGdAIW 9Y7HePP+bI74TPHH/khsiBpFGh3JBHerZQa/+IxB5Sc9xlhCxeub9cjwaXuIpU2sZvdx cqtA== X-Received: by 10.152.9.37 with SMTP id w5mr23534678laa.23.1381100501065; Sun, 06 Oct 2013 16:01:41 -0700 (PDT) Received: from Sevans-MacBook-Pro.local ([83.167.125.235]) by mx.google.com with ESMTPSA id js17sm22440450lab.5.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 06 Oct 2013 16:01:40 -0700 (PDT) Message-ID: <5251EBC6.8060106@gmail.com> Date: Mon, 07 Oct 2013 03:01:26 +0400 From: Sevan / Venture37 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Jung-uk Kim , Konstantin Belousov Subject: Re: JNA broken with r251668 as libc.so cant be loaded 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> In-Reply-To: <524F3599.4060708@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: jlh@freebsd.org, java@FreeBSD.org, Jimmy Olgeni 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: Sun, 06 Oct 2013 23:01:44 -0000 On 05/10/2013 01:39, Jung-uk Kim wrote: > This simple patch fixed the problem for me. > > http://people.freebsd.org/~jkim/jna.diff > > Cheers, Thank you Jung-uk, filed an issue report on github pointing to your diff, this change should be a part of 4.0.1 https://github.com/twall/jna/blob/b2e16d4f6c2dee3056a42af84404a944693a6daf/CHANGES.md Sevan / Venture37