From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id E3E3A2C17 for ; Fri, 3 May 2019 11:35:29 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 May 2019 02:35:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,425,1549958400"; d="scan'208";a="343012135" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.48]) by fmsmga005.fm.intel.com with SMTP; 03 May 2019 02:35:26 -0700 Received: by (sSMTP sendmail emulation); Fri, 03 May 2019 10:35:21 +0100 Date: Fri, 3 May 2019 10:35:21 +0100 From: Bruce Richardson To: "Bhutani, Sudhanshu" Cc: "dev@dpdk.org" , centos-harman Message-ID: <20190503093521.GA332@bricha3-MOBL.ger.corp.intel.com> References: <71F797BC-8D69-4E62-9B93-37754A88E029@harman.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <71F797BC-8D69-4E62-9B93-37754A88E029@harman.com> User-Agent: Mutt/1.11.4 (2019-03-13) Subject: Re: [dpdk-dev] DPDK 17.11.5 (LTS) on centos 7.6 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 May 2019 09:35:30 -0000 On Fri, May 03, 2019 at 09:14:08AM +0000, Bhutani, Sudhanshu wrote: > Hi, > > We want to compile DPDK Source code on centos 7.6 and dpdk 17.11.5 release has to be tested with openvswitch 2.9.3 on centos 7.6 > > > Our kernel version is 3.10.0-957.12.1.el7.x86_64 > > But, DPDK/SPEC/dpdk.spec file requires below packages for build to be successful: > BuildRequires: inkscape > BuildRequires: texlive-collection-latexextra > > From where do we get these packages for centos, we have tried multiple links, but, nothing has been working for us. > > Do we have 17.11.5 source rpm compatible with centos mock root ? > Kindly suggest. > This dependencies are only for building the DPDK documentation, they are not required for building the main part of DPDK itself. Rather than using an rpm package, can you just compile up DPDK yourself directly? /Bruce From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id A471AA0AC5 for ; Fri, 3 May 2019 11:35:32 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 896F52C23; Fri, 3 May 2019 11:35:31 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id E3E3A2C17 for ; Fri, 3 May 2019 11:35:29 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 May 2019 02:35:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,425,1549958400"; d="scan'208";a="343012135" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.48]) by fmsmga005.fm.intel.com with SMTP; 03 May 2019 02:35:26 -0700 Received: by (sSMTP sendmail emulation); Fri, 03 May 2019 10:35:21 +0100 Date: Fri, 3 May 2019 10:35:21 +0100 From: Bruce Richardson To: "Bhutani, Sudhanshu" Cc: "dev@dpdk.org" , centos-harman Message-ID: <20190503093521.GA332@bricha3-MOBL.ger.corp.intel.com> References: <71F797BC-8D69-4E62-9B93-37754A88E029@harman.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Disposition: inline In-Reply-To: <71F797BC-8D69-4E62-9B93-37754A88E029@harman.com> User-Agent: Mutt/1.11.4 (2019-03-13) Subject: Re: [dpdk-dev] DPDK 17.11.5 (LTS) on centos 7.6 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190503093521.lhOjg8qtcAZjuxpQNOngVRYsyLq8g9pih1KjmH24ySo@z> On Fri, May 03, 2019 at 09:14:08AM +0000, Bhutani, Sudhanshu wrote: > Hi, > > We want to compile DPDK Source code on centos 7.6 and dpdk 17.11.5 release has to be tested with openvswitch 2.9.3 on centos 7.6 > > > Our kernel version is 3.10.0-957.12.1.el7.x86_64 > > But, DPDK/SPEC/dpdk.spec file requires below packages for build to be successful: > BuildRequires: inkscape > BuildRequires: texlive-collection-latexextra > > From where do we get these packages for centos, we have tried multiple links, but, nothing has been working for us. > > Do we have 17.11.5 source rpm compatible with centos mock root ? > Kindly suggest. > This dependencies are only for building the DPDK documentation, they are not required for building the main part of DPDK itself. Rather than using an rpm package, can you just compile up DPDK yourself directly? /Bruce