You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cloned warp17 @ f51cc6b and it fails to build on Ubuntu 16 after running sudo ./build_dpdk.sh -v 19.11.3 and sudo ./dep_install.sh. Note that dep_install.sh should also install pkgconf.
Build log:
ubuntu@warp17:~/warp17$ make
make[1]: Entering directory '/home/ubuntu/warp17/api'
PC-C warp17-app-raw.proto
PC-PY warp17-app-raw.proto
PC-XLATE warp17-app-raw.proto
Traceback (most recent call last):
File "./xlate-gen/warp17_xlate_gen.py", line 64, in <module>
from google.protobuf.compiler import plugin_pb2 as plugin
ImportError: No module named 'google'
--custom_out: protoc-gen-custom: Plugin failed with status code 1.
Makefile.api:119: recipe for target 'generated/c/warp17-app-raw.pb-c.h' failed
make[1]: *** [generated/c/warp17-app-raw.pb-c.h] Error 1
make[1]: Leaving directory '/home/ubuntu/warp17/api'
Makefile:72: recipe for target 'all' failed
make: *** [all] Error 2
I cloned warp17 @ f51cc6b and it fails to build on Ubuntu 16 after running
sudo ./build_dpdk.sh -v 19.11.3
andsudo ./dep_install.sh
. Note thatdep_install.sh
should also install pkgconf.Build log:
/etc/os-release:
The text was updated successfully, but these errors were encountered: