Neil, > Please find here: > http://people.redhat.com/nhorman/dpdk-1.7.0-0.1.gitb20539d68.src.rpm
Your spec file is broken: A simple patch: --- dpdk.spec 2014-05-13 22:43:15.892000000 +0000 +++ ../dpdk.spec.vj 2014-05-13 22:42:40.221000000 +0000 @@ -75,7 +75,7 @@ %build make O=%{target} T=%{target} config -sed -ri 's,(RTE_MACHINE=).*,\1%{machine}, %{target}/.config +sed -ri 's,(RTE_MACHINE=).*,\1%{machine},' %{target}/.config sed -ri 's,(RTE_APP_TEST=).*,\1n,' %{target}/.config sed -ri 's,(RTE_BUILD_SHARED_LIB=).*,\1y,' %{target}/.config make O=%{target} %{?_smp_mflags} Best regards, Vincent