genome / gms

The Genome Modeling System installer
https://github.com/genome/gms/wiki
GNU Lesser General Public License v3.0
78 stars 22 forks source link

Installation using Docker, gives error 404 Not found #211

Open hycho039 opened 5 years ago

hycho039 commented 5 years ago

Hello! Developers !! I got an issue even before finishing the gms installation!!

When cd gms; make docker.init; make
I got the following error.

wget https://s3fs.googlecode.com/files/s3fs-1.73.tar.gz --2019-02-09 07:18:20-- https://s3fs.googlecode.com/files/s3fs-1.73.tar.gz Resolving s3fs.googlecode.com (s3fs.googlecode.com)... 64.233.187.82, 2404:6800:4008:c04::52 Connecting to s3fs.googlecode.com (s3fs.googlecode.com)|64.233.187.82|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2019-02-09 07:18:20 ERROR 404: Not Found.

make[2]: [done-host/s3fs-install] Error 8 make[2]: Leaving directory `/home/jdoe/gms' make[1]: [s3fs] Error 2 make[1]: Leaving directory `/home/jdoe/gms' make: *** [all] Error 2

---- Thank you!!