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

compilation error "Makefile:10430: recipe for target 'bench/bench_bench_bitcoin-data.o' failed" #17021

Closed
askmike opened this issue Oct 2, 2019 · 3 comments
Labels

Comments

@askmike
Copy link
Contributor

askmike commented Oct 2, 2019

When trying to compile I run into:

Makefile:10430: recipe for target 'bench/bench_bench_bitcoin-data.o' failed
make[2]: *** [bench/bench_bench_bitcoin-data.o] Error 1
make[2]: Leaving directory '/root/bitcoin/src'
Makefile:13267: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/root/bitcoin/src'
Makefile:774: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

System information

  • bitcoin version: recent master (commit 1f40a91)
  • OS: Ubuntu 16.04.1 LTS
  • gcc: gcc (Ubuntu 5.4.0-6ubuntu1~16.04.5) 5.4.0 20160609
  • system memory: 4GB
@askmike askmike added the Bug label Oct 2, 2019
@maflcko
Copy link
Member

maflcko commented Oct 2, 2019

What are the steps to reproduce?

./autogen.sh && ./configue && make?

Have you tried make distclean?

@askmike
Copy link
Contributor Author

askmike commented Oct 2, 2019

./autogen.sh && ./configue && make?

Those are the steps I just performed to try and update my node. However I previously compiled (few months back) with a set of compilation flags that I do not have anymore.

Have you tried make distclean?

This did the trick thanks!

PS. Apologies for filing this as an Github issue (and somehow adding the bug label?). Didn't know the best place to ask for specific compile errors such as the one I got.

@askmike askmike closed this as completed Oct 2, 2019
@laanwj
Copy link
Member

laanwj commented Oct 2, 2019

PS. Apologies for filing this as an Github issue (and somehow adding the bug label?). Didn't know the best place to ask for specific compile errors such as the one I got.

NP, but FWIW: the bitcoin stack exchange is the best place for support questions.

@bitcoin bitcoin locked as resolved and limited conversation to collaborators Dec 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants