From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tetsuya Mukawa Subject: Re: Cannot build doc using DPDK-2.0.0-rc3 Date: Wed, 01 Apr 2015 18:49:28 +0900 Message-ID: <551BBF28.4010609@igel.co.jp> References: <551BB7C0.1020004@igel.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Cc: "dev-VfR2kkLFssw@public.gmane.org" To: "De Lara Guarch, Pablo" , "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" On 2015/04/01 18:29, De Lara Guarch, Pablo wrote: > Hi Tetsuya, > >> -----Original Message----- >> From: dev [mailto:dev-bounces-VfR2kkLFssw@public.gmane.org] On Behalf Of Tetsuya Mukawa >> Sent: Wednesday, April 01, 2015 10:18 AM >> To: Mcnamara, John >> Cc: dev-VfR2kkLFssw@public.gmane.org >> Subject: [dpdk-dev] Cannot build doc using DPDK-2.0.0-rc3 >> >> Hi John, >> >> >> It seems after applying following patch, I cannot build doc. >> ebf8050 doc: add pdf output >> >> ----------------------- >> $ T=3Dx86_64-native-linuxapp-gcc make doc >> >> (snip) >> >> lookup cache used 2433/65536 hits=3D6354 misses=3D2576 >> finished... >> sphinx processing guides-html... >> sphinx processing guides-pdf-freebsd_gsg... >> >> Sphinx error: >> Builder name pdf-freebsd_gsg not registered >> make[1]: *** [guides-pdf-freebsd_gsg] Error 1 >> make: *** [doc-all] Error 2 >> ----------------------- >> >> Could you please check it? > I have no issues building the docs. Do you have all necessary packages = for building them? > > You will need texlive, texlive-latex, texlive-collection-latex, texlive= -collection-latexrecommended,=20 > texlive-collection-latexextra and texlive-dejavu. Hi Pablo, Thanks for your reply. I am using Ubuntu14, so package name may be different. To make sure, I just installed =92texlive-*=92, then tried to build doc a= gain. But I faced the same error. Anyway, it seems the error comes from my environment, so I will check it more. Thanks, Tetsuya > Pablo >> Thanks, >> Tetsuya