Page MenuHomeFreeBSD

net/vpp: Fix build
Needs ReviewPublic

Authored by jrm on Mon, Mar 23, 5:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 30, 1:50 PM
Unknown Object (File)
Mon, Mar 30, 7:13 AM
Unknown Object (File)
Mon, Mar 30, 3:53 AM
Unknown Object (File)
Mon, Mar 30, 2:09 AM
Unknown Object (File)
Sun, Mar 29, 7:00 AM
Unknown Object (File)
Sun, Mar 29, 4:03 AM
Unknown Object (File)
Fri, Mar 27, 11:49 PM
Subscribers
None

Details

Reviewers
thj
Summary

The build was failing because the cmake_install.cmake step for
vpp-api/python was calling pip install to download and install packages
from from PyPi.

Fix the build by:

  • Add missing build dependencies
  • patching src/vpp-api/python/CMakeLists.txt to use installed packages rather than downloading new ones.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 71674
Build 68557: arc lint + arc unit

Event Timeline

jrm requested review of this revision.Mon, Mar 23, 5:35 PM
jrm created this revision.

Install the libraries with COPYTREE_SHARE

Thanks, I've updated the other review.

This is able to make packets go with netmap which is a reasonable minimal test.