Something weird going on with CI. Look at this: https://github.com/macports/macports-ports/actions/runs/10974946673/job/30474027942?pr=25864
I rebased this PR several times, without changing ports in it, and every time failures are random. (There was one non-random one, it is fixed.) I can’t make anything of the error messages too: ``` 2024-09-21T21:12:38.6235750Z using C compiler: ‘clang version 16.0.6’ 2024-09-21T21:12:38.6412840Z using Fortran compiler: ‘GNU Fortran (MacPorts gcc13 13.3.0_1+stdlib_flag) 13.3.0’ 2024-09-21T21:12:38.6471060Z using SDK: ‘MacOSX14.5.sdk’ 2024-09-21T21:12:38.6540260Z /opt/local/bin/clang-mp-16 -I"/opt/local/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -fPIC -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -c F77.c -o F77.o 2024-09-21T21:12:38.6920410Z /opt/local/bin/clang-mp-16 -I"/opt/local/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -fPIC -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -c mvgb-init.c -o mvgb-init.o 2024-09-21T21:12:38.7294260Z /opt/local/bin/gfortran-mp-13 -fPIC -pipe -Os -m64 -c mvtdstpack.f -o mvtdstpack.o 2024-09-21T21:12:38.7518830Z clang: error: no input files 2024-09-21T21:12:38.9953030Z make: *** [mvtdstpack.o] Error 2 ``` Anyone knows what is going on? Several ports here (in this run) fail due to dependencies, which are not touched in the PR, and therefore *must* build.