-
Notifications
You must be signed in to change notification settings - Fork 761
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failing maven tests in DragonFly BSD #2656
Comments
It seems that some of the suggester tests are failing. This stands out:
Looks like local Java problem. |
Who should place that file there, maven? |
My guess would be JDK.
so 2. 2. 2019 10:44 odesílatel Antonio Huete Jimenez <
notifications@github.com> napsal:
… Who should place that file there, maven?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2656 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACzGDEtuEvyLPPGsLH-Ny2zFeLDvNxmxks5vJV37gaJpZM4afVhW>
.
|
JNA comes from Maven central indeed. The source lives on https://github.com/java-native-access/jna. It is needed by Chronicle map library which is used by the Suggester implementation. |
Downloaded jna.jar from http://repo1.maven.org/maven2/net/java/dev/jna/jna/5.2.0/jna-5.2.0.jar and indeed, the dynamic library is not present in the archive for Dragonfly BSD:
Similar problem: java-native-access/jna#585 |
Hi,
Some tests fail when running "./mvnw package" in DragonFly BSD. Can you please guys give me some pointers as to what could be failing?
Complete maven output: https://leaf.dragonflybsd.org/~tuxillo/archive/temp/maven_opengrok.log
Thanks,
Antonio Huete
The text was updated successfully, but these errors were encountered: