/usr/local/bin/xpdtest does not exist

Hello

I am trying to build my own libraries and include root libraries. I have my own CMake files… This was working but is now broken.
I installed root using ‘brew updater root’. I am getting version 6.32.04. But something is amiss – as per the below.

Thanks
Claude

Error message:

CMake Error at /usr/local/cmake/ROOTConfig-targets.cmake:1164 (message):
The imported target “ROOT::xpdtest” references the file

 "/usr/local/bin/xpdtest"

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/local/cmake/ROOTConfig-targets.cmake”

but not all the files it references.

Call Stack (most recent call first):
/usr/local/cmake/ROOTConfig.cmake:98 (include)
CMakeLists.txt:42 (find_package)

_ROOT Version: 6.32.04
_Platform: Mac OS 14.6.1
_Compiler: Clang 15


Hi @cpruneau,

I’m afraid this might be an issue with homebrew - we’ve recently had another person reporting issues: Uninstall ROOT using homebrew.

We do not maintain it so it’s hard to say what might be wrong there. Maybe you could try to install root in another way - either with the provided binaries or from source, here is some more detail: Installing ROOT - ROOT and if your issue remains we can start there?

Cheers,
Marta

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.