-
Notifications
You must be signed in to change notification settings - Fork 103
Closed
Description
Describe the bug
Instruction for auto-install is failing with an error. It says, "no package found" (for gcc and g++)
To Reproduce
Steps to reproduce the behavior:
- Install a fresh Ubuntu 18.04 LTS - x86_64 operating system
- Follow auto-install instruction
Expected behavior
Following the instruction on a freshly installed OS (even with minimal packages) should succeed.
Please tell us about your environment:
- OS details:
Ubuntu 18.04 LTS - Kernel details:
4.15.0-20-generic - Polycube Version: NA
- Polycube Log: NA
Additional context
The script tries to use the missing packages with make but couldn't find it.
Inclusion of the missing packages worked for me.
https://github.com/polycube-network/polycube/blob/master/scripts/install.sh#L64
$SUDO apt install -y wget gnupg2 gcc g++