libwave
libwave copied to clipboard
Travis build fails in install_geographiclib.bash
Platform
Travis CI
Steps to reproduce
Run wget "$GEOGRAPHICLIB_URL"
in install_geographiclib.bash
Observed result
$ bash scripts/install/install_geographiclib.bash
Installing GeographicLib version 1.49 ...
--2018-06-26 16:54:28-- https://sourceforge.net/projects/geographiclib/files/distrib/GeographicLib-1.49.tar.gz
Resolving sourceforge.net (sourceforge.net)... 216.105.38.13
Connecting to sourceforge.net (sourceforge.net)|216.105.38.13|:443... connected.
Unable to establish SSL connection.
The command "bash scripts/install/install_geographiclib.bash" exited with 4.
Related
See https://stackoverflow.com/questions/28757232/unable-to-establish-ssl-connection-upon-wget-on-ubuntu-14-04-lts
Looks like it is actually an intermittent issue with this download; curl
failed on one of the travis builds as well.
curl: (35) Unknown SSL protocol error in connection to sourceforge.net:443
It was just a coincidence that it worked the first time.