From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id B48A2683D for ; Wed, 1 Apr 2015 12:08:13 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP; 01 Apr 2015 03:08:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,503,1422950400"; d="scan'208";a="688820563" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by fmsmga001.fm.intel.com with ESMTP; 01 Apr 2015 03:08:11 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.129]) by irsmsx105.ger.corp.intel.com ([169.254.7.2]) with mapi id 14.03.0224.002; Wed, 1 Apr 2015 11:08:11 +0100 From: "Mcnamara, John" To: Tetsuya Mukawa , "De Lara Guarch, Pablo" Thread-Topic: [dpdk-dev] Cannot build doc using DPDK-2.0.0-rc3 Thread-Index: AQHQbFzYTLO6WPHFLkON98juPG9/u5030zuAgAAFkQCAABTmIA== Date: Wed, 1 Apr 2015 10:08:10 +0000 Message-ID: References: <551BB7C0.1020004@igel.co.jp> <551BBF28.4010609@igel.co.jp> In-Reply-To: <551BBF28.4010609@igel.co.jp> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] Cannot build doc using DPDK-2.0.0-rc3 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, 01 Apr 2015 10:08:14 -0000 > -----Original Message----- > From: Tetsuya Mukawa [mailto:mukawa@igel.co.jp] > Sent: Wednesday, April 1, 2015 10:49 AM > To: De Lara Guarch, Pablo; Mcnamara, John > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] Cannot build doc using DPDK-2.0.0-rc3 >=20 > I am using Ubuntu14, so package name may be different. >=20 > To make sure, I just installed 'texlive-*', then tried to build doc again= . > But I faced the same error. > Anyway, it seems the error comes from my environment, so I will check it > more. Hi, Actually that looks like a Makefile issue rather than a toolchain issue. Sp= hinx shouldn't be trying to build with a builder called "pdf-freebsd_gsg". = It seems that it has picked up the wrong rule. I'll look into it. John