[ https://issues.apache.org/jira/browse/ACCUMULO-1852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13840299#comment-13840299 ]
Bill Havanki commented on ACCUMULO-1852: ---------------------------------------- I think that Apple's Java (which discontinued with Java 7) lives under /System/Library, but Oracle's Java 7 and later live under /Library. Sorry about the earlier confusion. I noticed when I run {{make test}} that the Makefile picks up that I have Oracle's Java 7 installed and uses that as JAVA_HOME for its includes: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home. I forced it to use Java 6's JAVA_HOME and it still worked: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home. > 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)