Page MenuHomeFreeBSD

net/vpp: Fix build
Needs ReviewPublic

Authored by jrm on Mar 23 2026, 5:35 PM.
Tags
None
Referenced Files
F156504584: D56051.id174177.diff
Thu, May 14, 5:27 AM
F156485240: D56051.id175530.diff
Thu, May 14, 12:34 AM
F156469886: D56051.id.diff
Wed, May 13, 9:43 PM
Unknown Object (File)
Sun, May 10, 4:50 PM
Unknown Object (File)
Sun, May 3, 11:44 PM
Unknown Object (File)
Tue, Apr 28, 3:33 AM
Unknown Object (File)
Fri, Apr 24, 1:09 AM
Unknown Object (File)
Thu, Apr 23, 4:45 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

Repository
R11 FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 72210
Build 69093: 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.