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

CMake Error: Target libdwarf has dependency information when it shouldn't #93

Closed
s3rvac opened this issue Jan 15, 2018 · 1 comment
Closed

Comments

@s3rvac
Copy link
Member

s3rvac commented Jan 15, 2018

After a recent git pull, project build fails with the following errors:

CMake Error: Target libdwarf has dependency information when it shouldn't.
Your cache is probably stale. Please remove the entry
  libdwarf_LIB_DEPENDS
from the cache.
CMake Error: Target pelib has dependency information when it shouldn't.
Your cache is probably stale. Please remove the entry
  pelib_LIB_DEPENDS
from the cache.
CMake Error: Target yaracpp has dependency information when it shouldn't.
Your cache is probably stale. Please remove the entry
  yaracpp_LIB_DEPENDS
from the cache.
CMake Error: Target yaramod has dependency information when it shouldn't.
Your cache is probably stale. Please remove the entry
  yaramod_LIB_DEPENDS
from the cache.
CMake Error: Target keystone has dependency information when it shouldn't.
Your cache is probably stale. Please remove the entry
  keystone_LIB_DEPENDS
from the cache.
@s3rvac
Copy link
Member Author

s3rvac commented Jan 15, 2018

This is caused by the recent removal of submodules from our repository (#92). You will need to remove the build and installation directories

rm -rf build
rm -rf $RETDEC_INSTALL_DIR

and fully re-build and re-install RetDec.

For more details, see #92.

@s3rvac s3rvac closed this as completed Jan 15, 2018
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant