Page MenuHomeFreeBSD

net/vpp: Fix build
AbandonedPublic

Authored by jrm on Mar 23 2026, 5:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Aug 22, 4:56 AM
Unknown Object (File)
Thu, Aug 20, 3:38 AM
Unknown Object (File)
Sat, Aug 15, 8:03 AM
Unknown Object (File)
Thu, Aug 13, 12:25 AM
Unknown Object (File)
Sat, Aug 8, 7:19 PM
Unknown Object (File)
Sat, Aug 8, 4:58 PM
Unknown Object (File)
Sat, Aug 8, 11:36 AM
Unknown Object (File)
Fri, Aug 7, 6:21 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.Mar 23 2026, 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.

This was meant to be a temporary review to share ideas with @thj. Closing.