-
Notifications
You must be signed in to change notification settings - Fork 41
Description
As outined in the instruction, I did the following:
a) git clone --recurse-submodules https://github.com/sonic-net/sonic-buildimage.git
b) make init
c) make configure PLATFORM=vpp
d) NOBULLSEYE=1 NOBUSTER=1 make SONIC_BUILD_JOBS=4 target/docker-sonic-vpp.gz Note: this is not tested and could be broken, which will be fixed later. In the meantime, use branch prior-to-build-change for single container image build.
Step (d) fails so I resort to the branch prior-to-build-change
sonic-buildimage/platform/vpp$ git branch --v
main 36a9915 Add vpp_version file and use it builds (#169)
- prior-to-build-change 8b7b988 Merge pull request SAI bfd multihop changes along with state change notifications #110 from yue-fred-gao/bfd_multihop_changes
Now here according to the instructions I do
make sonic
The build fails here:
FAIL LOG START ] [ target/debs/bookworm/vpp-plugin-core_main-release_amd64.deb-install ]
Build start time: Wed Apr 23 18:16:12 UTC 2025
Selecting previously unselected package vpp-plugin-core.
(Reading database ... 228653 files and directories currently installed.)
Preparing to unpack .../vpp-plugin-core_main-release_amd64.deb ...
Unpacking vpp-plugin-core (25.06-rc0~136-g27d6d551c) ...
dpkg: dependency problems prevent configuration of vpp-plugin-core:
vpp-plugin-core depends on libnl-route-3-200 (>= 3.7.0); however:
Version of libnl-route-3-200:amd64 on system is 3.5.0-1.
dpkg: error processing package vpp-plugin-core (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
vpp-plugin-core
[ FAIL LOG END ] [ target/debs/bookworm/vpp-plugin-core_main-release_amd64.deb-install ]
Any help would be appreciated.
thanks,
Abhi