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

R17 build.sh : Unable to fetch some archives #1

Open
lc3t35 opened this issue Feb 3, 2015 · 1 comment
Open

R17 build.sh : Unable to fetch some archives #1

lc3t35 opened this issue Feb 3, 2015 · 1 comment

Comments

@lc3t35
Copy link

lc3t35 commented Feb 3, 2015

./build.sh in 17 fails

Sending build context to Docker daemon 
Step 0 : FROM debian:jessie
 ---> 0e30e84e9513
Step 1 : MAINTAINER Correl Roush <correl@gmail.com>
 ---> Using cache
 ---> 15c3f0526200
Step 2 : ENV OTP_VERSION 17.4
 ---> Using cache
 ---> 181581aa3901
Step 3 : ENV REBAR_VERSION 2.5.1
 ---> Using cache
 ---> 1690eda69310
Step 4 : ENV RELX_VERSION v1.1.0
 ---> Using cache
 ---> 8a17c09c0e1d
Step 5 : RUN DEBIAN_FRONTEND=noninteractive      apt-get update -qq     && apt-get install -y        build-essential        git        libncurses5-dev        openssl        libssl-dev        fop        xsltproc        unixodbc-dev
 ---> Running in cd8519734137
Reading package lists...
Building dependency tree...
The following extra packages will be installed:
.....
Get:291 http://http.debian.net/debian/ jessie/main unixodbc-dev amd64 2.3.1-3 [245 kB]
Fetched 183 MB in 24min 18s (125 kB/s)
E: Failed to fetch http://http.debian.net/debian/pool/main/libg/libgnome/libgnome2-0_2.32.1-5_amd64.deb  408  Request Time-out [IP: 46.4.205.44 80]

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
INFO[1542] The command [/bin/sh -c DEBIAN_FRONTEND=noninteractive      apt-get update -qq     && apt-get install -y        build-essential        git        libncurses5-dev        openssl        libssl-dev        fop        xsltproc        unixodbc-dev] returned a non-zero code: 100 
@correl
Copy link
Owner

correl commented Feb 3, 2015

From your error, it looks like a simple network timeout issue:
E: Failed to fetch ... 408 Request Time-out [IP: 46.4.205.44 80]

Retrying should work.

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

No branches or pull requests

2 participants