You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CI for MATLAB binary package is now failing for MATLAB R2020b, R2021a, R2021b with error:
/home/runner/work/_actions/matlab-actions/run-command/v1/dist/bin/glnxa64/run-matlab-command cd('/tmp/run_matlab_command-rjikJv');command_53d06710_a3a9_4cf4_a8d6_af6a6de004c6
Sponsored License -- for use in support of a program or activity sponsored by MathWorks.
Not for government, commercial or other non-sponsored organizational use.
{�Error using iDynTree.Position (line 10)
Invalid MEX-file '/home/runner/work/robotology-superbuild/robotology-superbuild/scripts/robotology-matlab/mex/iDynTreeMEX.mexa64':
/usr/local/MATLAB/R2020b/bin/glnxa64/../../sys/os/glnxa64/libgfortran.so.5: version `GFORTRAN_10' not found (required by
/home/runner/work/robotology-superbuild/robotology-superbuild/scripts/robotology-matlab/mex/../lib/././libspral.so)
Error in command_53d06710_a3a9_4cf4_a8d6_af6a6de004c6 (line 3)
pos = iDynTree.Position()
}�
exit status 1
The latest relase of MATLAB is instead working.
The text was updated successfully, but these errors were encountered:
This is a "regression" due to conda-forge/ipopt-feedstock#94, basically the libgfortran.so.5 shipped with MATLAB is too old for the gfortran used in conda-forge. While a possible solution is to rename /usr/local/MATLAB/R2020b/bin/glnxa64/../../sys/os/glnxa64/libgfortran.so.5 to a different name to use the system's libgfortran.so.5 (i.e. similar to #64), probably an easier option is just to drop support for older MATLAB releases.
The CI for MATLAB binary package is now failing for MATLAB R2020b, R2021a, R2021b with error:
The latest relase of MATLAB is instead working.
The text was updated successfully, but these errors were encountered: