From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: Warnings when building the doc on Ubuntu 18.04 Date: Mon, 17 Sep 2018 12:15:08 +0200 Message-ID: <13484845.OeNmVBkQ8T@xps> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: "Mcnamara, John" , marko.kovacevic@intel.com, dev@dpdk.org, Christian Ehrhardt To: David Marchand Return-path: Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id BC063A49 for ; Mon, 17 Sep 2018 12:15:12 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 17/09/2018 11:59, David Marchand: > Hello, > > I tried to build the documentation but it looks like the instructions > about how to build it are not up to date. Currently running Ubuntu > 18.04, it might be the reason. In pkg/dpdk.spec, there is this requirement (for RedHat based distro): doxygen, python-sphinx, inkscape, texlive-collection-latexextra I am not sure it is up to date though. There is also a guide listing the dependencies: doc/guides/contributing/documentation.rst Here, it is mentioned TexLive (at least TexLive-core and the extra Latex support) and # Ubuntu/Debian. sudo apt-get -y install texlive-latex-extra Is it enough? Or is there a miss? [...] > So I installed the latexmk package. > Nothing in the dpdk refers to it, so it might be an external issue. Is latexmk a dependency of texlive-latex-extra? > After this, I still see those warnings (and actually a lot of others). > The pdf generated docs have no link in them, but the html ones are fine. > Is is expected ? The warnings are about the cross-doc links. I think links are working inside a PDF but obviously not when referencing another PDF document. Do you see a different issue?