From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Simon_K=c3=a5gstr=c3=b6m?= Subject: Re: librte_table build race with SYMLINK-FILE? Date: Tue, 12 Apr 2016 14:05:21 +0200 Message-ID: <570CE481.2020405@netinsight.net> References: <570B8078.7060409@netinsight.net> <20160411111531.5044d1d9@xeon-e3> <2518867.aO0Ei6J8ID@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org, bruce.richardson@intel.com, jerin.jacob@caviumnetworks.com, jianbo.liu@linaro.org To: Thomas Monjalon , Stephen Hemminger Return-path: Received: from ernst.netinsight.se (ernst.netinsight.se [194.16.221.21]) by dpdk.org (Postfix) with SMTP id 93B552904 for ; Tue, 12 Apr 2016 14:05:27 +0200 (CEST) In-Reply-To: <2518867.aO0Ei6J8ID@xps13> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 2016-04-11 20:53, Thomas Monjalon wrote: > 2016-04-11 11:15, Stephen Hemminger: >> On Mon, 11 Apr 2016 12:46:16 +0200 >> Simon K=E5gstr=F6m wrote: >>> In file included from [...]lib/librte_table/rte_table_lpm.c:43:0: >>> [...]/dpdk.build/include/rte_lpm.h:484:25: fatal error: rte_lpm_sse.h= : >>> No such file or directory >>> #include "rte_lpm_sse.h" >> >> The issue is a missing dependency in the mk file for LPM. >=20 > There is already this line: > DEPDIRS-$(CONFIG_RTE_LIBRTE_TABLE) +=3D lib/librte_lpm Sorry, this whole issue might have been caused by my old configuration being carried over to 16.04. I'll let you know if I run into it again! // Simon