-
Notifications
You must be signed in to change notification settings - Fork 767
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
Compiling DPC++ with shared libraries fails with linking error on Ubuntu 24.10 #15935
Comments
@keryell I've seen this build error before. It happens when you use zstd static libraries that were not built with |
As a quick workaround, you could disable ZSTD usage in buildbot/configure.py file https://github.com/intel/llvm/blob/sycl/buildbot/configure.py#L67 by changing |
Thanks for the work-around. dpkg -S /usr/lib/x86_64-linux-gnu/libzstd.a
libzstd-dev:amd64: /usr/lib/x86_64-linux-gnu/libzstd.a Perhaps it is an issue in the package provided with Ubuntu 24.10? |
I think so. I've filed a bug report: https://bugs.launchpad.net/ubuntu/+source/libzstd/+bug/2086543 |
Thanks for filing the bug report! Few days ago I removed the line https://github.com/intel/llvm/blob/sycl/buildbot/configure.py#L182C10-L182C37
and it solved the problem for me. |
If we use static zstd library, the end users of DPC++ do not have to install the |
Hi! There have been no updates for at least the last 60 days, though the issue has assignee(s). @uditagarwal97, could you please take one of the following actions:
Thanks! |
@uditagarwal97 any updates here? |
The bug is in Ubuntu 24's |
I have not tried on my Debian/unstable personal laptop. If it works on Debian, we can hope it will be fixed in 25.04. |
Describe the bug
There is a linking issue during the early stages of DPC++ build on latest Ubuntu 24.10:
To reproduce
Usual recipe
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: