From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58]) by dpdk.org (Postfix) with ESMTP id C46CC68A1 for ; Wed, 14 May 2014 12:54:00 +0200 (CEST) Received: from hmsreliant.think-freely.org ([2001:470:8:a08:7aac:c0ff:fec2:933b] helo=localhost) by smtp.tuxdriver.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1WkWp1-0004a4-GN; Wed, 14 May 2014 06:54:07 -0400 Date: Wed, 14 May 2014 06:54:02 -0400 From: Neil Horman To: Vincent JARDIN Message-ID: <20140514105402.GA30087@hmsreliant.think-freely.org> References: <20140513190840.GB31172@hmsreliant.think-freely.org> <5372A0CE.6080109@6wind.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5372A0CE.6080109@6wind.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Score: -2.9 (--) X-Spam-Status: No Cc: dev@dpdk.org Subject: Re: [dpdk-dev] Heads up: Fedora packaging plans X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2014 10:54:03 -0000 On Wed, May 14, 2014 at 12:46:38AM +0200, Vincent JARDIN wrote: > 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 > Thank you, that should actually be entirely removed though. We don't need to be altering the configuration at all since I dropped in complete new config files as sources .