OpenNetworkLinux icon indicating copy to clipboard operation
OpenNetworkLinux copied to clipboard

Failed to build ONL for Debian 10 (apt-cacher-ng: not found)

Open italovalcy opened this issue 3 years ago • 3 comments

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.

italovalcy avatar May 04 '22 13:05 italovalcy

Unfortunately, support for Debian 10 (buster/oldstable) was never finished. (Open Network Linux has not been actively maintained for a long time.)

paulmenzel avatar May 04 '22 15:05 paulmenzel

And yes, it’s the same issue as https://github.com/opencomputeproject/OpenNetworkLinux/issues/826.

paulmenzel avatar May 04 '22 15:05 paulmenzel

I had a similar issue on Debian 9. Installing apt-cacher-ng from .deb package solved it for me. Saw it in this message.

sadmankiba avatar Jun 30 '22 16:06 sadmankiba