Skip to content
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

Fix failure to download gnu units on mike #1327

Closed
jasonfleming opened this issue May 26, 2024 · 1 comment · Fixed by #1344
Closed

Fix failure to download gnu units on mike #1327

jasonfleming opened this issue May 26, 2024 · 1 comment · Fixed by #1344

Comments

@jasonfleming
Copy link
Collaborator

bash ./cloud/general/init-gnu-units.sh /work/jgflemin/mike3/production/asgs/opt gfortran 4
--2024-05-26 07:45:16--  https://ftp.gnu.org/gnu/units/units-2.21.tar.gz
Resolving ftp.gnu.org (ftp.gnu.org)... 209.51.188.20, 2001:470:142:3::b
Connecting to ftp.gnu.org (ftp.gnu.org)|209.51.188.20|:443... connected.
GnuTLS: Error in the pull function.
Unable to establish SSL connection.
tar (child): ./units-2.21.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
./cloud/general/init-gnu-units.sh: line 35: cd: units-2.21: No such file or directory
./cloud/general/init-gnu-units.sh: line 36: ./configure: No such file or directory
make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target 'install'.  Stop.
post condition for "Step for installing units" FAILED, stopping. Please fix and rerun.
wwlwpd added a commit that referenced this issue Jul 2, 2024
Issue 1327: The base URL for downloading this package was changed
to be a mirror-selector URL, which will find the best mirror to
use for downloading this tarball,

  https://ftpmirror.gnu.org/

The version of "units" was also updated from 2.21 -> 2.23.

Resolves #1327.
@wwlwpd
Copy link
Collaborator

wwlwpd commented Jul 2, 2024

I reproduced it on mike, updated the URL to a mirror link that will autoselect a good source.

@wwlwpd wwlwpd closed this as completed in cfbf052 Jul 2, 2024
wwlwpd added a commit that referenced this issue Jul 2, 2024
Issue 1327: The base URL for downloading this package was changed
to be a mirror-selector URL, which will find the best mirror to
use for downloading this tarball,

  https://ftpmirror.gnu.org/

The version of "units" was also updated from 2.21 -> 2.23.

Resolves #1327.
 Resoloves #1344 (PR).
wwlwpd added a commit that referenced this issue Jul 3, 2024
Replacing the URL with a github maintained repo for third part open
source, source code archives.

Related to #1327.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants