dyninst/testsuite

Update for 9.2.X?

Closed this issue · 3 comments

When rebuilding the testsuite after the 9.2.X update, I'm getting:

 CMake Error at /usr/lib/cmake/Dyninst/dynC_APITargets.cmake:61 (message):
   The imported target "dynC_API" references the file

      "/usr/lib/libdynC_API.so.9.1.0"

   but this file does not exist.  Possible reasons include:

   * The file was deleted, renamed, or moved to another location.

   * An install or uninstall procedure did not complete successfully.

   * The installation package was faulty and contained

      "/usr/lib/cmake/Dyninst/dynC_APITargets.cmake"

   but not all the files it references.

Does the testsuite need to be updated or is this a local issue?

By what I'm seeing locally, that should be a local issue--did you make install, or dyninstAPI-install?

I did make install. I'll do a full uninstall and reinstall and that should hopefully fix it.

Yup, full reinstall did it. It was a local issue.