From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id BC7D62BEA for ; Fri, 11 Mar 2016 12:47:51 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga104.fm.intel.com with ESMTP; 11 Mar 2016 03:47:52 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,320,1455004800"; d="scan'208";a="667647550" Received: from smonroyx-mobl.ger.corp.intel.com (HELO [10.237.220.70]) ([10.237.220.70]) by FMSMGA003.fm.intel.com with ESMTP; 11 Mar 2016 03:47:50 -0800 From: Sergio Gonzalez Monroy To: Jan Viktorin References: <20160311123910.779f9c2e@jvn> Message-ID: <56E2B065.3090108@intel.com> Date: Fri, 11 Mar 2016 11:47:49 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <20160311123910.779f9c2e@jvn> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org Subject: Re: [dpdk-dev] Fw: dpdk-armv7 - Build # 342 - Failure! 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: Fri, 11 Mar 2016 11:47:52 -0000 Right! Actually the app has dependencies on a few libraries, so I'll fix that. Sergio On 11/03/2016 11:39, Jan Viktorin wrote: > Hello Sergio, > > I've detected a build regression for the ARMv7. It seems to me the > source of the problem is the following commit: > > http://dpdk.org/browse/dpdk/commit/?id=d299106e8e31a622b3a1c1653f7795fa8a55860e > > The ipsec-secgw should be compiled only when LPM is enabled. See, eg. > how the l3fwd-power example is done in examples/Makefile. > > See the attached log file for details. > > Regards > Jan Viktorin >