Failed to build ONL for Debian 10 (apt-cacher-ng: not found)
italovalcy opened this issue · 3 comments
italovalcy commented
Dear all,
I'm trying to build ONL for Debian 10 and getting the following error:
Pulling opennetworklinux/builder10:1.2...
done.
/bin/sh: 1: /etc/init.d/apt-cacher-ng: not found
CRITICAL:docker_shell:The apt-cacher-ng service could not be started.
Makefile:56: recipe for target 'docker' failed
make: *** [docker] Error 1
Steps to reproduce:
#> git clone https://github.com/opencomputeproject/OpenNetworkLinux
#> cd OpenNetworkLinux
#> export VERSION=10
#> make docker
I believe this is very related to #826.
I've tried to use opennetworklinux/builder10:1.4
and opennetworklinux/builder10:1.5
, but so far no success.
paulmenzel commented
Unfortunately, support for Debian 10 (buster/oldstable) was never finished. (Open Network Linux has not been actively maintained for a long time.)
paulmenzel commented
And yes, it’s the same issue as #826.
sadmankiba commented
I had a similar issue on Debian 9. Installing apt-cacher-ng
from .deb
package solved it for me. Saw it in this message.