Hi,
I am compiling magma on ubuntu 18.04. I am getting the following issues in gateway and orchestrator.
Building Orchestrator
/magma/orc8r/cloud/docker/nginx: ./build.py -all
1. nginx
a.Step 5/11 : COPY configs /etc/magma/configs
COPY failed: file not found in build context or excluded by .dockerignore: stat configs: file does not exist
ERROR: Service 'nginx' failed to build : Build failed
b. Commenting above line in dockerfile and running
controller
Step 13/37 : COPY gomod /gomod
COPY failed: file not found in build context or excluded by .dockerignore: stat gomod: file does not exist
2.Running Gateway.
vagrant@magma-dev:~/magma/lte/gateway$ sudo make start
OAI_FLAGS -DS6A_OVER_GRPC=True -DEMBEDDED_SGW=True
-DENABLE_OPENFLOW=True -DSPGW_ENABLE_SESSIOND_AND_MOBILITYD=True
sudo
service magma@magmad start
Failed to start ma...@magmad.service: Unit ma...@magmad.service not found.
Makefile:85: recipe for target 'start' failed
make: *** [start] Error 5.
Rest of compilation goes through fine.