[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1024772: libcpuinfo-dev: cpuinfo-targets.cmake



Package: libcpuinfo-dev
Version: 0.0~git20220617.082deff-1

Dear maintainer,

While packaging tensorflowlite [1], I face an issue with cpuinfo-targets.cmake.
The find_package(cpuinfo REQUIRED) step fails:

 Make Error at /usr/lib/cmake/cpuinfo/cpuinfo-targets.cmake:86 (message):
   The imported target "cpuinfo::clog" references the file

      "/usr/lib/lib/x86_64-linux-gnu/libclog.a"

   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/cpuinfo/cpuinfo-targets.cmake"

   but not all the files it references.


Note the repeated path segment "/lib/lib/", the path should be
 /usr/lib/x86_64-linux-gnu/libclog.a instead.

Best,
Dylan

[1] https://salsa.debian.org/deeplearning-team/tensorflowlite


Reply to: