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

Can't not configuration properly #97

Closed
cmumford opened this issue Sep 9, 2014 · 2 comments
Closed

Can't not configuration properly #97

cmumford opened this issue Sep 9, 2014 · 2 comments
Assignees

Comments

@cmumford
Copy link
Contributor

cmumford commented Sep 9, 2014

Original issue 91 created by haipingf on 2012-05-19T14:57:20.000Z:

What steps will reproduce the problem?
1.cd /path/to/leveldb
2.run the command 'make'

What is the expected output? What do you see instead?
make: execvp: ./build_detect_platform: Permission denied
Makefile:22: build_config.mk: No such file or directory
make: *** No rule to make target `build_config.mk'. Stop.

What version of the product are you using? On what operating system?
ubuntu 10.10
Linux forhappy 2.6.37.2utrace-generic # 1 SMP Sat Mar 5 02:12:16 CST 2011 i686 GNU/Linux
forhappy@forhappy:~/SCM-Repos/SVN/leveldb$ gcc -v
Using built-in specs.
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.4.4-14ubuntu5.1' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.4 --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5.1)

Please provide any additional information below.

@cmumford
Copy link
Contributor Author

cmumford commented Sep 9, 2014

Comment #1 originally posted by haipingf on 2012-05-19T15:01:07.000Z:

Ok,I found the problem, first you should make the 'build_detect_platform' runnable,
cd /path/to/leveldb, and
chmod +x build_detect_platform

@cmumford cmumford self-assigned this Sep 9, 2014
@cmumford
Copy link
Contributor Author

cmumford commented Sep 9, 2014

Comment #2 originally posted by sanjay@google.com on 2012-05-30T17:25:01.000Z:

When you untar the distribution (or fetch it in some other way), ensure that you are preserving permissions. In particular, "build_detect_platform" should be marked executable.

@cmumford cmumford closed this as completed Sep 9, 2014
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