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.
…ative-access#279)
Motivation:
We should not use v1 as default version as it was not released yet.
Modifications:
Use draft29 as default quic version
Result:
Use a "released" quic version by default
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?
The text was updated successfully, but these errors were encountered: