Page MenuHomeFreeBSD

net/vpp: Fix build
AbandonedPublic

Authored by jrm on Mar 23 2026, 5:35 PM.
Tags
None
Referenced Files
F162299862: D56051.diff
Sat, Jul 11, 8:20 PM
Unknown Object (File)
Wed, Jul 8, 8:32 AM
Unknown Object (File)
Fri, Jul 3, 11:18 AM
Unknown Object (File)
Fri, Jun 26, 6:44 AM
Unknown Object (File)
Jun 10 2026, 3:47 PM
Unknown Object (File)
Jun 9 2026, 6:35 PM
Unknown Object (File)
Jun 4 2026, 3:00 PM
Unknown Object (File)
Jun 4 2026, 10:11 AM
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.