From owner-freebsd-java@FreeBSD.ORG Fri Oct 4 10:07:14 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 93AFDFFF; Fri, 4 Oct 2013 10:07:14 +0000 (UTC) (envelope-from venture37@gmail.com) Received: from mail-lb0-x230.google.com (mail-lb0-x230.google.com [IPv6:2a00:1450:4010:c04::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E259922D8; Fri, 4 Oct 2013 10:07:13 +0000 (UTC) Received: by mail-lb0-f176.google.com with SMTP id y6so3004215lbh.7 for ; Fri, 04 Oct 2013 03:07:11 -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=3blsn5lRYU6AV3mhaB8rdwNB/kBoiOsS+uU1hS7ahao=; b=q3gcw28T8Hi5DIDXb0CZjzcFZa/wVMejk3L6uVryU5ByIIH9TBWruzxdSYDsKniydx mr6+/4y0sRiA+Eb+YMqa7P7mZXwQ3LQx5vqwW0zNYvHzrSHWJE6/owKJBafTVIpQYPgD 66dvwmmIx0mcZjo5qqaTs0lRCewddRbEeebp+7mo50eW4jxoD+cBZDBzHLRpyyu35qjD MVjZo8/6WeN4OcuNV70/wVFRosyjcK/ViSoXeVYoEMW7uaJ9wZDJUjits0J7OGL56cHO m7GWRpdINMM6h05Wh2+OATTvRB7DeDV70n9Kw4W7EBdna/m8zPWCcdhZqWeoJNt2jHJT urXA== X-Received: by 10.112.0.242 with SMTP id 18mr10843401lbh.18.1380881231927; Fri, 04 Oct 2013 03:07:11 -0700 (PDT) Received: from Sevans-MacBook-Pro.local ([83.167.125.235]) by mx.google.com with ESMTPSA id f17sm8282721lbo.12.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 04 Oct 2013 03:07:10 -0700 (PDT) Message-ID: <524E934D.70303@gmail.com> Date: Fri, 04 Oct 2013 14:07:09 +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: Konstantin Belousov Subject: Re: JNA broken with r251668 as libc.so cant be loaded References: <524DFB7D.2000207@gmail.com> <20131004050824.GK41229@kib.kiev.ua> In-Reply-To: <20131004050824.GK41229@kib.kiev.ua> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: jlh@freebsd.org, 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: Fri, 04 Oct 2013 10:07:14 -0000 On 04/10/2013 09:08, Konstantin Belousov wrote: > Does the source contain some workaround for Linux, already ? Linux uses > script for libc.so for very long time, and should have the same issue > unless code explicitely dlopen()s libc.so.6 or such. No https://svn.java.net/svn/jna~svn/trunk/jnalib/test/com/sun/jna/LibraryLoadTest.java