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

Compiling error at leveldb #135

Closed
ghost opened this issue Jan 19, 2019 · 4 comments
Closed

Compiling error at leveldb #135

ghost opened this issue Jan 19, 2019 · 4 comments

Comments

@ghost
Copy link

ghost commented Jan 19, 2019

This issue tracker is only for technical issues related to Phore Core.
General Phore questions and/or support requests and are best directed to the Phore Discord.

Describe the issue

Can you reliably reproduce the issue?

If so, please list the steps to reproduce below:

All is running fine, only the build from the leveldb I receive this error.

Actual behavior

make[1]: Entering directory '/home/s/src/src'
make[2]: Entering directory '/home/s/src/src'
Building LevelDB ...
make[3]: Entering directory '/home/s/src/src/leveldb'
make[3]: *** No rule to make target 'libmemenv.a'. Stop.
make[3]: Leaving directory '/home/s/src/src/leveldb'
Makefile:8630: recipe for target 'leveldb/libmemenv.a' failed
make[2]: *** [leveldb/libmemenv.a] Error 2
make[2]: Leaving directory '/home/s/src/src'
Makefile:8140: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/s/src/src'
Makefile:681: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

Screenshots.

If the issue is related to the GUI, screenshots can be added to this issue via drag & drop.

What version of Phore Core are you using?

List the version number/commit ID, and if it is an official binary, self compiled or a distribution package.
1.60

Machine specs:

  • OS: Ubuntu 18.04
  • CPU: 4 core
  • RAM: 8gb
  • Disk size: 80gb
  • Disk Type (HD/SDD): ssd

Any extra information that might be useful in the debugging process.

chmod 755 src/leveldb/build_detect_plattform I did

@KolbyML
Copy link

KolbyML commented Jan 19, 2019

Ok so the issue is you are not compiling Phore you are forking it for one. This doesn't appear to be a Phore related issue. Maybe you should check what you changed ;)
Am 67% sure

@KolbyML
Copy link

KolbyML commented Jan 19, 2019

Even if you were compiling Phore which you are most likely not. Those 5 lines wouldn't do much help as where it says error isn't where it says the error in most cases

@ghost
Copy link
Author

ghost commented Jan 19, 2019 via email

@tohsnoom
Copy link
Member

Sounds like we can close this, if you have further issues with Phore let us know.

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