[
https://issues.apache.org/jira/browse/ACCUMULO-1852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13840263#comment-13840263
]
Michael Berman commented on ACCUMULO-1852:
------------------------------------------
I think he was talking about `make test`. The error was about being unable to
find jni_md.h. It works for me (mavericks, 1.7.0_25), and it's pulling that
file from /System/Library/Frameworks/JavaVM.framework/Headers/jni_md.h (which
through a series of symlinks is really
/System/Library/Frameworks/JavaVM.framework/Versions/A/Headers/jni_md.h).
Interestingly, the file is _not_ identical to the one in
$JAVA_HOME/include/darwin/jni_md.h, which maybe means we should be careful
about which one we choose.
In any case, I'm wondering which part of this isn't true for [~supermallen]. I
believe he was running 1.7.0_45, so maybe they rearranged the header files?
> nativeMap test doesn't run on OS X
> ----------------------------------
>
> Key: ACCUMULO-1852
> URL: https://issues.apache.org/jira/browse/ACCUMULO-1852
> Project: Accumulo
> Issue Type: Bug
> Components: build
> Affects Versions: 1.6.0
> Environment: Mac OS X Mavericks
> Reporter: Michael Berman
> Assignee: Christopher Tubbs
> Fix For: 1.6.0
>
> Attachments:
> 0001-ACCUMULO-1852-Further-fixes-nativemap-test-on-OSX.patch,
> ACCUMLUO-1852.patch
>
>
> The Makefile has bad includes for the test run, but even when I fix that, it
> still fails looking like it's not linking stdc++ properly. [~elserj] and I
> both looked at it for a bit and couldn't make it work.
> Since I last saw it succeed, I have both updated to Mavericks and merged in
> the change to have the pom manage make.
> I also haven't seen NativeMapIT pass since the updates, so I'm wondering if
> it's not just the test execution that's broken, but also the actual nativemap
> build.
--
This message was sent by Atlassian JIRA
(v6.1#6144)