Description of problem: For the last few major-versions versions, clang-tidy installs a set of headers including ClangTidy.h which are used to build 3rd party out-of-tree sources which are installed when building LLVM-project from source. Fedora does not install these headers in any package that I can find. Version-Release number of selected component (if applicable): 37, but I suspect this effects 36 and rawhide. How reproducible: every time How to reproduce: rpm -ql clang-tools-extra | grep Tidy.h rpm -ql clang-devel | grep Tidy.h Actual results: no output Expected results: One of these (or a new package clang-tools-extra-devel) should output something like: /usr/include/clang-tidy/ClangTidy.h Additional info: Debian/Ubuntu provides these files in libclang-$version-dev packages.
This header is already distributed in package clang-tools-extra-devel available on Fedora 38 (unreleased) and newer. I'm working on a fix for Fedora 37.
FEDORA-2023-8a08ac5d70 has been submitted as an update to Fedora 37. https://bodhi.fedoraproject.org/updates/FEDORA-2023-8a08ac5d70
Robert, the new package is now available for testing: https://bodhi.fedoraproject.org/updates/FEDORA-2023-8a08ac5d70 I'd appreciate if you could provide some feedback.
FEDORA-2023-8a08ac5d70 has been pushed to the Fedora 37 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-8a08ac5d70` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-8a08ac5d70 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2023-8a08ac5d70 has been pushed to the Fedora 37 stable repository. If problem still persists, please make note of it in this bug report.