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

OS X and possibly Linux build failing with permission denied error for leveldb & secp256k1 #3

Open
marsmensch opened this issue Jul 19, 2016 · 1 comment

Comments

@marsmensch
Copy link
Contributor

Related to bitcoin-core/secp256k1#370

Fixing these with a chmod 100755

qmake USE_UPNP=-
make
cd /Users/synx/Code/docker/cryptos/SyndicateQT/src/leveldb && CC=clang CXX=clang++ /Applications/Xcode.app/Contents/Developer/usr/bin/make OPT="-pipe -stdlib=libc++ -mmacosx-version-min=10.7 -fstack-protector-all --param ssp-buffer-size=1 -D_FORTIFY_SOURCE=2 -O2" libleveldb.a libmemenv.a
/bin/sh: ./build_detect_platform: Permission denied
Makefile:18: build_config.mk: No such file or directory
make[1]: *** No rule to make target `build_config.mk'.  Stop.
make: *** [/Users/synx/Code/docker/cryptos/SyndicateQT/src/leveldb/libleveldb.a] Error 2
cd /Users/synx/Code/docker/cryptos/SyndicateQT/src/secp256k1 && ./autogen.sh && ./configure --enable-module-recovery && CC=clang CXX=clang++ /Applications/Xcode.app/Contents/Developer/usr/bin/make OPT="-pipe -stdlib=libc++ -mmacosx-version-min=10.7 -fstack-protector-all --param ssp-buffer-size=1 -D_FORTIFY_SOURCE=2 -O2"
/bin/sh: ./autogen.sh: Permission denied
make: *** [/Users/synx/Code/docker/cryptos/SyndicateQT/src/secp256k1/src/libsecp256k1_la-secp256k1.o] Error 126
@prateektiwari7
Copy link

Hi @marsmensch

Is there any solution for the above error. I am also getting the same one

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

2 participants