Skip to content
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

Failure encountered when running setup-quickinstall.sh (OS X Yosemite 10.10.3) #26

Open
GriffinRidgeback opened this issue Apr 19, 2015 · 0 comments

Comments

@GriffinRidgeback
Copy link

Seems I can't build Accumulo on my machine; make failure follows:

Setting up Accumulo conf
Attempting to build Accumulo native libraries
g++ -dynamiclib -undefined dynamic_lookup -O3 -I/System/Library/Frameworks/JavaVM.framework/Headers -I/Library/Java/JavaVirtualMachines/jdk1.8.0_31.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_31.jdk/Contents/Home/include/darwin -Ijavah -o libaccumulo.dylib nativeMap/org_apache_accumulo_tserver_NativeMap.cc
In file included from nativeMap/org_apache_accumulo_tserver_NativeMap.cc:18:
In file included from nativeMap/SubKey.h:19:
In file included from nativeMap/Field.h:20:
In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/string:439:
In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/algorithm:628:
In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/memory:604:
/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/iterator:341:10: fatal error: '__debug' file not found

include <__debug>

     ^

1 error generated.
make: *** [libaccumulo.dylib] Error 1
Make failed!
Starting configs are from 2BG/standalone
cp: /Users/kevin/Development/quickinstall-home/accumulo-1.6.1/conf/examples/2BG/standalone/*: No such file or directory
sed: /Users/kevin/Development/quickinstall-home/accumulo-1.6.1/conf/accumulo-site.xml: No such file or directory
sed: /Users/kevin/Development/quickinstall-home/accumulo-1.6.1/conf/accumulo-site.xml: No such file or directory
Initing Accumulo as root@accumulo, password is secret
Could not infer a Monitor role. You need to either define the MONITOR env variable, define "/Users/kevin/Development/quickinstall-home/accumulo-1.6.1/conf/monitor", or make sure "/Users/kevin/Development/quickinstall-home/accumulo-1.6.1/conf/masters" is non-empty.
Could not infer a Monitor role. You need to either define the MONITOR env variable, define "/Users/kevin/Development/quickinstall-home/accumulo-1.6.1/conf/monitor", or make sure "/Users/kevin/Development/quickinstall-home/accumulo-1.6.1/conf/masters" is non-empty.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant