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

Is building from non-Ubuntu possible at all ? #946

Closed
ferrieux opened this issue Jul 12, 2023 · 1 comment
Closed

Is building from non-Ubuntu possible at all ? #946

ferrieux opened this issue Jul 12, 2023 · 1 comment

Comments

@ferrieux
Copy link

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:

$ 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 ?

@ferrieux
Copy link
Author

Sorry, duplicate of #886, ultimately covered by #826.

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

1 participant