Hi, We are trying to install VPP on Centos 8.1. We encountered following issue :-
1. We couldn't find VPP release packages for distro/version el/8. So, we are unable to install it through "yum install ..". 2. We then tried to compile VPP v20.05. During compilation, we faced issue while running "make install-dep". We also tried to compile master branch (v20.09) and it compiled successfully for us. On comparing, the Makefile for both the versions we found some packages that are missing for v20.05. We insatlled them manually by executing commands : - yum install -y epel-release yum install -y pciutils yum install -y xmlto yum install -y ccache yum install -y python2-devel yum install -y python36 dnf --enablerepo=PowerTools install ninja-build glibc-static and then tried and compiled v20.05. It compiles successfully. But, while running "rpm -i ./build-root/*.rpm" we get an error :- [root@localhost vpp]# rpm -i ./build-root/*.rpm error: Failed dependencies: python-setuptools is needed by vpp-api-python-20.05-release.x86_64 python-setuptools is needed by vpp-api-python3-20.05-release.x86_64 We see this error for master and v20.05. Can you please help us out here? Thanks and Regards, Chinmaya Agarwal.
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16891): https://lists.fd.io/g/vpp-dev/message/16891 Mute This Topic: https://lists.fd.io/mt/75350604/21656 Group Owner: vpp-dev+ow...@lists.fd.io Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-