cliqz-oss / ceba.js

Mozilla Public License 2.0
9 stars 8 forks source link

make fails with apt-get error. #2

Open krk opened 4 years ago

krk commented 4 years ago

Docker build fails on apt-get update command with the following:

docker build . -t torjs
Sending build context to Docker daemon  33.44MB
Step 1/11 : FROM trzeci/emscripten:sdk-tag-1.37.35-64bit@sha256:9776e2720ef23f5fc85b1984239bade8f67a7e447c6625936e8dec480ec525f5
 ---> b9f6fd8de56d
Step 2/11 : RUN apt-get update &&     apt-get install -y       autoconf       libtool     &&     rm -rf /var/lib/apt/lists/* &&     rm -f /var/cache/apt/*.bin
 ---> Running in 2400e5302263
Ign http://deb.debian.org jessie InRelease
Get:1 http://deb.debian.org jessie-updates InRelease [16.3 kB]
Get:2 http://security.debian.org jessie/updates InRelease [44.9 kB]
Ign http://http.debian.net jessie-backports InRelease
Get:3 http://deb.debian.org jessie Release.gpg [1652 B]
Ign http://http.debian.net jessie-backports Release.gpg
Get:4 http://deb.debian.org jessie Release [77.3 kB]
Ign http://http.debian.net jessie-backports Release
Err http://http.debian.net jessie-backports/main amd64 Packages

Err http://http.debian.net jessie-backports/main amd64 Packages

Err http://http.debian.net jessie-backports/main amd64 Packages

Err http://http.debian.net jessie-backports/main amd64 Packages

Err http://http.debian.net jessie-backports/main amd64 Packages
  404  Not Found
Get:5 http://deb.debian.org jessie-updates/main amd64 Packages [20 B]
Get:6 http://deb.debian.org jessie/main amd64 Packages [9098 kB]
Get:7 http://security.debian.org jessie/updates/main amd64 Packages [915 kB]
Fetched 10.2 MB in 16s (600 kB/s)
W: Failed to fetch http://http.debian.net/debian/dists/jessie-backports/main/binary-amd64/Packages  404  Not Found

E: Some index files failed to download. They have been ignored, or old ones used instead.
The command '/bin/sh -c apt-get update &&     apt-get install -y       autoconf       libtool     &&     rm -rf /var/lib/apt/lists/* &&     rm -f /var/cache/apt/*.bin' returned a non-zero code: 100
Makefile:4: recipe for target 'all' failed
make: *** [all] Error 100
philipp-classen commented 4 years ago

Confirmed, it fails for me, too.

We are no actively maintaining this project anymore (see footnote at the end of https://0x65.dev/blog/2019-12-04/human-web-proxy-network-hpn.html), but I will have a look and fix the compilation if it is not much effort.

Of course, pull requests are very welcome.