ceph - sepia - 2024-09-02

Timestamp (UTC)Message
2024-09-02T15:57:25.668Z
<Bill Scales> Still seeing issue today <https://jenkins.ceph.com/job/ceph-pull-requests/142543/>

```CMake Error at /usr/lib/x86_64-linux-gnu/cmake/protobuf/protobuf-config.cmake:14 (include):
  include could not find requested file:

    /usr/lib/x86_64-linux-gnu/cmake/protobuf/protobuf-targets.cmake```
I think the issue is cmake files that are included in the newest versions of protobuf - for example see the list of files in <https://opensuse.pkgs.org/15.6/opensuse-oss-x86_64/protobuf-devel-25.1-150600.14.3.x86_64.rpm.html> . Older versions of protobuf don't appear to have any of the cmake files.

If you are going to delete cmake files then I think you need to get rid of all of the following (path names will presumable be /usr/lib/x86_64-linux-gnu/cmake/...

./usr/lib64/cmake/protobuf/protobuf-module.cmake
./usr/lib64/cmake/protobuf/protobuf-generate.cmake
./usr/lib64/cmake/protobuf/protobuf-config-version.cmake
./usr/lib64/cmake/protobuf/protobuf-config.cmake
./usr/lib64/cmake/protobuf/protobuf-options.cmake
./usr/lib64/cmake/protobuf/protobuf-targets.cmake
./usr/lib64/cmake/protobuf/protobuf-targets-relwithdebinfo.cmake
./usr/lib64/cmake/utf8_range/utf8_range-targets.cmake
./usr/lib64/cmake/utf8_range/utf8_range-config.cmake
./usr/lib64/cmake/utf8_range/utf8_range-targets-relwithdebinfo.cmake

Any issue? please create an issue here and use the infra label.