As explained in the title, I encounter critical issues in downloading 3rd party libraries upon rebuilding FreeFem++ after fresh ubuntu 24.04 installation. All configuration is fine except the getall part (see the output for getallgetall.log (10.4 KB) ).
Does anyone know what can be the issue?
Thanks for the help!
See getall.log (10.4 KB) for full log of the download
As a matter of fact I just tried on another machine (ubuntu 20.04) that have a perfectly functionning FreeFem++ v4.14, and I get the very same error with 3rdparty/getall
It looks very much like an error that was reported previously on this thread and seemed to be due to backup server was not up-to-date according to this answer
I have also found this error on MacOS. (issue here)
It seems there is not much effort to maintain the 3rdparty/getall build process. If you use the PETSc interface, you can skip the 3rdparty/getall step and get access to MUMPS and several other libraries that way.
Right, I’ve given up updating 3rdparty/getall except for PETSc, so you should not expect other packages to be downloaded properly until someone else does the job.
Some links in the to download the 3rdparty are broken.
To overcome this problem, you can edit yourself the link in the file “getall” of folder 3rdparty, similarly as
It is not too bad to let the other users learning how to do this. I would have uploaded my getall file here if I were not restricted by the new users limitation.
At the end, it is just a matter of replacing the url link in the download link which fails and adjust their md5 checksum.
The technique to adjust the checksum from a downloaded file should be avoided.
The checksum is meant to recognize a malicious version which would not have the same checksum.