You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm simply trying to build for buster on platform accton, and my build system is not Ubuntu, just Debian.
Am I out of the flight domain ?
What I did:
$ git clone https://github.com/opencomputeproject/OpenNetworkLinux
$ cd OpenNetworkLinux
$ export VERSION=10
$ export PLATFORM_LIST=accton
$ make docker
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.
make: *** [Makefile:56: docker] Error 1
Of course apt-cacher-ng is installed in the host... but the complaint comes from inside the container, where it is missing.
How is this supposed to work ?
Is it a consequence of my use of Debian instead of Ubuntu as a host system, or just a bug ?
The text was updated successfully, but these errors were encountered:
Hi,
I'm simply trying to build for buster on platform accton, and my build system is not Ubuntu, just Debian.
Am I out of the flight domain ?
What I did:
Of course apt-cacher-ng is installed in the host... but the complaint comes from inside the container, where it is missing.
How is this supposed to work ?
Is it a consequence of my use of Debian instead of Ubuntu as a host system, or just a bug ?
The text was updated successfully, but these errors were encountered: