On 03/07/2017 04:53 AM, Jan Gelety -X (jgelety - PANTHEON TECHNOLOGIES
at Cisco) wrote:
Hello vpp developers,
We are facing following issue during installation of release vpp rpm
packages downloaded from Nexus on VIRL:
DEBUG: Running with topology double-ring-nested.centos7
DEBUG: Checking if file
/tmp/vpp-17.04-rc0~359_g077d6ae~b1983.x86_64.rpm exists
DEBUG: Checking if file
/tmp/vpp-debuginfo-17.04-rc0~359_g077d6ae~b1983.x86_64.rpm exists
DEBUG: Checking if file
/tmp/vpp-devel-17.04-rc0~359_g077d6ae~b1983.x86_64.rpm exists
DEBUG: Checking if file /tmp/vpp-dpdk-devel-17.02-vpp1.x86_64.rpm exists
DEBUG: Checking if file
/tmp/vpp-lib-17.04-rc0~359_g077d6ae~b1983.x86_64.rpm exists
DEBUG: Checking if file
/tmp/vpp-plugins-17.04-rc0~359_g077d6ae~b1983.x86_64.rpm exists
DEBUG: Starting VIRL topology
…
DEBUG: Upgrading VPP
DEBUG: Upgrading VPP on node 10.30.51.211
DEBUG: Installing RPM packages
DEBUG: Command output was:
Preparing... ########################################
DEBUG: Command stderr was:
file /usr/include/dpdk conflicts between attempted installs of
vpp-dpdk-devel-17.02-vpp1.x86_64 and
vpp-devel-17.04-rc0~359_g077d6ae~b1983.x86_64
DEBUG: Upgrading VPP on node 10.30.51.212
DEBUG: Installing RPM packages
DEBUG: Command output was:
Preparing... ########################################
DEBUG: Command stderr was:
file /usr/include/dpdk conflicts between attempted installs of
vpp-dpdk-devel-17.02-vpp1.x86_64 and
vpp-devel-17.04-rc0~359_g077d6ae~b1983.x86_64
so no VPP is installed…
Could you, please, help us to solve the issue?
Right now, I am working on resolving issue with RPM packaging when
building outside of git repo either from gzip tarball or srpm. Next step
was building with dpdk 17.02 release RPMs.
Thanks,
Jan
Download settings:
URL=https://nexus.fd.io/service/local/artifact/maven/content
VER=RELEASE
GROUP=io.fd.vpp
ARTIFACTS='vpp vpp-debuginfo vpp-devel vpp-dpdk-devel vpp-lib vpp-plugins'
PACKAGE='rpm rpm.md5'
CLASS=REPO=fd.io.master.centos7
for ART in ${ARTIFACTS}; do
for PAC in $PACKAGE; do
curl
"${URL}?r=${REPO}&g=${GROUP}&a=${ART}&p=${PAC}&v=${VER}&c=${CLASS}" -O
-J || exit
done
done
_______________________________________________
csit-dev mailing list
csit-...@lists.fd.io
https://lists.fd.io/mailman/listinfo/csit-dev
--
*Thomas F Herbert*
SDN Group
Office of Technology
*Red Hat*
_______________________________________________
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mailman/listinfo/vpp-dev