Skip to content

Defect: build.sh fails to download gcc-6.4 on Grover #408

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

Closed
zbeekman opened this issue Jul 8, 2017 · 2 comments · Fixed by #409
Closed

Defect: build.sh fails to download gcc-6.4 on Grover #408

zbeekman opened this issue Jul 8, 2017 · 2 comments · Fixed by #409

Comments

@zbeekman
Copy link
Collaborator

zbeekman commented Jul 8, 2017

Avg response time
Issue Stats

Defect/Bug Report

The title of the issue should start with Defect: followed by a
succinct title.

  • OpenCoarrays Version: 1.9.0-16-gc64cc1e
  • Fortran Compiler: GCC 7.1
  • C compiler used for building lib: GCC 7.1
  • Installation method: install.sh
  • Output of uname -a: Linux localhost.localdomain 4.8.4 #1 SMP Thu Oct 27 15:14:31 PDT 2016 x86_64 x86_64 x86_64 GNU/Linux
  • MPI library being used: N/A (MPICH)
  • Machine architecture and number of physical cores: KNL, many
  • Version of CMake: 3.8.2

Observed Behavior

2017-07-08 12:51:51 UTC [     info] Download command: "curl" -LO -u anonymous:  ftp://ftp.gnu.org:/gnu/gcc/gcc-6.4.0/gcc-6.4.0.tar.bz2
2017-07-08 12:51:51 UTC [     info] Depending on the file size and network bandwidth, this could take several minutes or longer.
~/OpenCoarrays/prerequisites/downloads ~/OpenCoarrays
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
curl: (78) RETR response: 550

Also, it appears that there are only .tar.gz and .tar.xz files, no .tar.bz2 archives appear to be present.

Expected Behavior

Actually download GCC 6.4.

Steps to Reproduce

./install.sh --package gcc --install-version 6.4.0 -j 32 --install-prefix /packages/gcc/6.4.0

@zbeekman zbeekman added this to the 2.0.0 milestone milestone Jul 8, 2017
@zbeekman zbeekman self-assigned this Jul 8, 2017
@zbeekman
Copy link
Collaborator Author

zbeekman commented Jul 8, 2017

I think I have a fix... PR incoming

@rouson
Copy link
Member

rouson commented Jul 8, 2017

@zbeekman Ok. I'll hold off on looking at it given that you have a fix.

zbeekman added a commit that referenced this issue Jul 11, 2017
 - More portable (Gzip more common than bzip2)
 - No .bz2 files are present for 6.4 on GNU FTP server
 - Fixes #408
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