From owner-freebsd-java@FreeBSD.ORG Thu Oct 3 23:19:29 2013 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 795FA863 for ; Thu, 3 Oct 2013 23:19:29 +0000 (UTC) (envelope-from venture37@gmail.com) Received: from mail-lb0-x22e.google.com (mail-lb0-x22e.google.com [IPv6:2a00:1450:4010:c04::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0711E25FD for ; Thu, 3 Oct 2013 23:19:28 +0000 (UTC) Received: by mail-lb0-f174.google.com with SMTP id w6so2636952lbh.33 for ; Thu, 03 Oct 2013 16:19:27 -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:subject :content-type:content-transfer-encoding; bh=hNASijeXkYaK0TlW9FEh8AE6WCJomn6GqY5QmEOlj1A=; b=fRjOALt0n/f5ZgCubj4Vmx9tIZ4pWuw/UxtNJgYaJb9iGXm2+AjLWC3M4SFa3yuZmT slevk72dVT5RTRNUI7CKf1Ac1jca7dFSyDcFSYRjeXTeC6GxLK3VJ5Er7LQbF24TyY4M JpmKYJiHRbT2hwknc9Hd9e8kBtPqFZ/sJBfxDFM+s7pC0OjHs4ENrSE5kAT0rv3fiov0 QVjIqVE6Jfp2qMzjtkiW2Eis9wOdVp/1DXQS90CQPemfjgyP2OCxTyVQ51BjHt+mYqUA x+eThL/3kab8sKWV7sPwiXg73hciqfk3yFn14X/4otTrmKz+wgMGIQi9MxIgBeZcwkzJ 1UHg== X-Received: by 10.152.170.135 with SMTP id am7mr9105618lac.25.1380842367168; Thu, 03 Oct 2013 16:19:27 -0700 (PDT) Received: from Sevans-MacBook-Pro.local ([83.167.125.235]) by mx.google.com with ESMTPSA id pw4sm6740724lbb.9.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 03 Oct 2013 16:19:26 -0700 (PDT) Message-ID: <524DFB7D.2000207@gmail.com> Date: Fri, 04 Oct 2013 03:19:25 +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: java@FreeBSD.org Subject: JNA broken with r251668 as libc.so cant be loaded Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Thu, 03 Oct 2013 23:19:29 -0000 Hi, It seems that JNA is unable load C library with the src changes in r251668 of base, the JNA unit tests fail at testLoadCLibrary, testHandleObjectMethods & testLoadProperCLibraryVersion as /usr/lib/libc.so is in an invalid file format. Sevan / Venture37