Skip to content

[BUG] auto-install script fails on freshly installed server #173

@acloudiator

Description

@acloudiator

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:

  1. Install a fresh Ubuntu 18.04 LTS - x86_64 operating system
  2. 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:

  1. OS details: Ubuntu 18.04 LTS
  2. Kernel details: 4.15.0-20-generic
  3. Polycube Version: NA
  4. 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++

Metadata

Metadata

Labels

bugSomething isn't workingto_check

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions