-
Notifications
You must be signed in to change notification settings - Fork 48
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
apt dependencies from Ubuntu 24.04 support #1641
Comments
Note that this covers installation with apt-provided dependencies. Unless 24.04 specific issue appear with conda packages (for which specific issue will be opened), I will assume that they work. |
First problems by building locally:
pure python packages are failing with:
that is strange, as we are not installing them in a global location. |
Ah, the problem is the |
icub-main failure:
a bit surprise this was never catched by conda-forge CI, but anyhow it is a simple fix (add the missing include). |
New failure:
This is a bit complicated. Basically, |
See swig/swig#2828 for a related SWIG issue. |
Ubuntu 24.04 was released: https://canonical.com/blog/canonical-releases-ubuntu-24-04-noble-numbat . We should support it. I imagine that probably we will have SWIG-related problems, as the version of swig contained in Ubuntu is known to be problematic for YARP, see #1567 and swig/swig#2796 .
The text was updated successfully, but these errors were encountered: