-
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
one line matlab installer on Ubuntu 20.04 does not work out of the box #1159
Comments
The error is:
Difference between before and after:
The change is that now YARP 3.7.0 package is used instead of the old 3.6.0 package. Probably the GCC/libstdcxx version used to compile this package changed, and the version of stdcxx available in 20.04 is not new enough. This problem is similar to ami-iit/mystica#6, we just did not encounter it here as we were using an old YARP version. |
The tricky thing here is that we do not know a-priori the location of the CONDA_PREFIX, so it is trycky to use the |
w.r.t. to https://github.com/gcc-mirror/gcc/blob/master/libstdc%2B%2B-v3/ChangeLog-2021#L102, the symbol looked for is from version GLIBCXX_3.4.30, that I think is libstdcxx from GCC 12.1, so quite recent. |
After 20 hours it was merged, the test of one line matlab installer failed.
Last Successful Build: https://github.com/robotology/robotology-superbuild/runs/6810705069
First CI Fail: https://github.com/robotology/robotology-superbuild/actions/runs/2473119223
The text was updated successfully, but these errors were encountered: