You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
It seems that since the changes in r251668 of FreeBSD src, JNA is unable load libc which is reflected in failed unit tests at testLoadCLibrary, testHandleObjectMethods & testLoadProperCLibraryVersion reporting /usr/libl/libc.so being in an invalid file format.
Hi,
It seems that since the changes in r251668 of FreeBSD src, JNA is unable load libc which is reflected in failed unit tests at testLoadCLibrary, testHandleObjectMethods & testLoadProperCLibraryVersion reporting /usr/libl/libc.so being in an invalid file format.
The following diff is meant to resolve the issue
http://people.freebsd.org/~jkim/jna.diff
as posted on
http://lists.freebsd.org/pipermail/freebsd-java/2013-October/010353.html
Is it possible to merge this fix?