hatem-darweesh / assuremappingtools

Desktop based tool for viewing, editing and saving road network maps for autonomous vehicle platforms such as Autoware.
GNU General Public License v3.0
204 stars 71 forks source link

Build Docker Error-Connection failed [IP: 160.26.2.187 80] #70

Closed xctest closed 2 years ago

xctest commented 2 years ago

when I build docker image via : sh build-docker.sh, I got error messages like :

E: Failed to fetch http://jp.archive.ubuntu.com/ubuntu/pool/main/g/geoip-database/geoip-database_20180315-1_all.deb Connection failed [IP: 160.26.2.187 80] E: Failed to fetch http://jp.archive.ubuntu.com/ubuntu/pool/universe/c/cython/cython_0.26.1-0.4_amd64.deb Connection failed [IP: 160.26.2.187 80] E: Failed to fetch http://jp.archive.ubuntu.com/ubuntu/pool/main/f/fonts-liberation/fonts-liberation_1.07.4-7~18.04.1_all.deb Connection failed [IP: 160.26.2.187 80] E: Failed to fetch http://jp.archive.ubuntu.com/ubuntu/pool/universe/f/freeglut/freeglut3_2.8.1-3_amd64.deb Connection failed [IP: 160.26.2.187 80] E: Failed to fetch http://jp.archive.ubuntu.com/ubuntu/pool/universe/g/gdal/gdal-data_2.2.3+dfsg-2_all.deb Connection failed [IP: 160.26.2.187 80] E: Failed to fetch http://jp.archive.ubuntu.com/ubuntu/pool/main/g/geoclue-2.0/libgeoclue-2-0_2.4.7-1ubuntu1_amd64.deb Connection failed [IP: 160.26.2.187 80] E: Failed to fetch http://jp.archive.ubuntu.com/ubuntu/pool/main/m/modemmanager/libmm-glib0_1.10.0-1~ubuntu18.04.2_amd64.deb Connection failed [IP: 160.26.2.187 80] E: Failed to fetch http://jp.archive.ubuntu.com/ubuntu/pool/main/g/geoclue-2.0/geoclue-2.0_2.4.7-1ubuntu1_amd64.deb Connection failed [IP: 160.26.2.187 80] .........................................................

All erros point to the IP Adress:160.26.2.187,so what should I do to solve the prolem, Thanks a lot!

hatem-darweesh commented 2 years ago

Maybe you can change "http://jp.archive" in the docker file. you can't access the Linux Japanese archives for some reason.

xctest commented 2 years ago

Maybe you can change "http://jp.archive" in the docker file. you can't access the Linux Japanese archives for some reason.

thanks, I tried the solution, but still got the same error, this time the unreachable ip changed to 91.189.88.142 which located in London UK. So I am trying to compile the app from source, thanks again.