From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masaru Oki Subject: Re: Cannot build doc using DPDK-2.0.0-rc3 Date: Wed, 1 Apr 2015 19:13:36 +0900 Message-ID: References: <551BB7C0.1020004@igel.co.jp> <551BBF28.4010609@igel.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: "dev-VfR2kkLFssw@public.gmane.org" To: "Mcnamara, John" Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Hi, guide-% rule is selected instead of guide-pdf-% in mk/rte.sdkdoc.mk, I guess. 2015-04-01 19:08 GMT+09:00 Mcnamara, John : >> -----Original Message----- >> From: Tetsuya Mukawa [mailto:mukawa-AlSX/UN32fvPDbFq/vQRIQ@public.gmane.org] >> Sent: Wednesday, April 1, 2015 10:49 AM >> To: De Lara Guarch, Pablo; Mcnamara, John >> Cc: dev-VfR2kkLFssw@public.gmane.org >> Subject: Re: [dpdk-dev] Cannot build doc using DPDK-2.0.0-rc3 >> >> I am using Ubuntu14, so package name may be different. >> >> 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. Sphinx 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