From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 2ADF5397; Mon, 17 Sep 2018 06:15:11 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 17 Sep 2018 06:15:11 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=fGKU1jJFQ4cyt2vDkdklsmumHC ygfhd5cK8XJbmCKn0=; b=ULXluzbkCo/DIYezu4T+wMKyPQF+PnEI8usgy2+3cA 4qom7epNi1n4sRX/M0kNWeZbtp6c2hJu4hdH64/kssQZC1ZT5njhe+qDdFvPRlB0 dLOVW/XhP9yjoJqvo3wtrSlecFwMqsGvnnbYrosgf2rUAsrzzxenxy6KdTaqD6VG k= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=fGKU1j JFQ4cyt2vDkdklsmumHCygfhd5cK8XJbmCKn0=; b=mq+fVhcjCcowweNYyBnUD+ 2UWYJBCVXYdJ5ePWsDzBXr0dnOYbXnSd15UGIa04gJx4bABd01oXMi/lj9AqSm7F H29rYwQgSPzRBH8D5cE/bLCosJh/cls4oXW3rbLnWRqnWpj10eQgOCZEaZC11+q5 oK3+kQoMueZux1X9RQAAKSewsMA1PjE+3D9qLMbnwcFBnttITInJqpM6fPygdeWv 3NIg40Bs+hadv4hqvufzxyYrTwsHkQP0Rl6nUraxsi7nD/a7LFfSpOCCDLxJj7r3 NqYUsRHqiMFB/SK/YKNMzxI4waJSDoNJHVEofdyWUSb2RZ5Rtg00ykLTtQMUlefA == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 68477102D4; Mon, 17 Sep 2018 06:15:09 -0400 (EDT) From: Thomas Monjalon To: David Marchand Cc: "Mcnamara, John" , marko.kovacevic@intel.com, dev@dpdk.org, Christian Ehrhardt Date: Mon, 17 Sep 2018 12:15:08 +0200 Message-ID: <13484845.OeNmVBkQ8T@xps> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] Warnings when building the doc on Ubuntu 18.04 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: Mon, 17 Sep 2018 10:15:13 -0000 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?