Just saw this reply, thanks Matt.
Ok, well I got it working either way, just need to do a `make build` and skip
`make install-dep`
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#21633): https://lists.fd.io/g/vpp-dev/message/21633
Mute This Topic:
Figured it out. I had clang-11 installed, but the build was using "clang" which
was linked to clang v6 still on my system.
```
mv /usr/bin/clang /usr/bin/clang-6-old
ln -s /usr/bin/clang-11 /usr/bin/clang
```
Still in the end, make-build-dep fails because of the following on Ubuntu 18.04
```
E
Hi Dave,
I think make pkg-deb and make install-dep are the correct thing to use. I
haven't seen much maintenance of the vagrant build pieces over the past
couple of years so I don't know if they can be assumed to be working
anymore. The instructions on the wiki page you linked probably need to be
It seems I need to run `./extras/vagrant/build.sh` instead of running `make
install-dep`. I can see earlier in the process that the same errors happen but
are ignored and compiling continues. However I ran into a new error with clang,
how do I get past this?
```
-- Configuring done
-- Generat
Trying to make a Mellanox supported DPDK package for VPP, I tried running `make
install-dep` with the latest code from github but I get these errors:
```
$ make install-dep
Hit:2 https://download.docker.com/linux/ubuntu bionic InRelease
Hit:1 https://apt.llvm.org/bionic llvm-toolchain-bionic-1