Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FTBFS clang-18 #26276

Closed
xnox opened this issue Aug 13, 2024 · 0 comments · Fixed by #29550
Closed

FTBFS clang-18 #26276

xnox opened this issue Aug 13, 2024 · 0 comments · Fixed by #29550
Assignees

Comments

@xnox
Copy link
Member

xnox commented Aug 13, 2024

2024/08/13 22:51:40 INFO -- Found LibXml2: /usr/lib/libxml2.so (found version "2.13.3")
2024/08/13 22:51:40 WARN CMake Error at /usr/lib/cmake/llvm/LLVMExports.cmake:1683 (message):
2024/08/13 22:51:40 WARN   The imported target "LLVMDemangle" references the file
2024/08/13 22:51:40 WARN
2024/08/13 22:51:40 WARN      "/usr/lib/libLLVMDemangle.a"
2024/08/13 22:51:40 WARN
2024/08/13 22:51:40 WARN   but this file does not exist.  Possible reasons include:
2024/08/13 22:51:40 WARN
2024/08/13 22:51:40 WARN   * The file was deleted, renamed, or moved to another location.
2024/08/13 22:51:40 WARN
2024/08/13 22:51:40 WARN   * An install or uninstall procedure did not complete successfully.
2024/08/13 22:51:40 WARN
2024/08/13 22:51:40 WARN   * The installation package was faulty and contained
2024/08/13 22:51:40 WARN
2024/08/13 22:51:40 WARN      "/usr/lib/cmake/llvm/LLVMExports.cmake"
2024/08/13 22:51:40 WARN
2024/08/13 22:51:40 WARN   but not all the files it references.

So #26103 regressed buildability

As the cmake files reference public paths.... when they really should not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants