From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 4D50AA046B for ; Mon, 24 Jun 2019 17:04:23 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0FDBE1BE54; Mon, 24 Jun 2019 17:04:22 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id F410D1BD81 for ; Mon, 24 Jun 2019 17:04:20 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Jun 2019 08:04:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,412,1557212400"; d="scan'208";a="166356640" Received: from aburakov-mobl1.ger.corp.intel.com (HELO [10.237.220.101]) ([10.237.220.101]) by orsmga006.jf.intel.com with ESMTP; 24 Jun 2019 08:04:16 -0700 To: Ferruh Yigit , Thomas Monjalon , Stephen Hemminger Cc: John McNamara , Marko Kovacevic , dev@dpdk.org References: <20190621125628.53222940@hermes.lan> <6148442.PISGQ2HNeY@xps> <4a4fd17a-032d-61f0-49c8-58db986707a4@intel.com> From: "Burakov, Anatoly" Message-ID: <07488165-67f1-45e7-af7f-f445b67df96a@intel.com> Date: Mon, 24 Jun 2019 16:04:15 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 MIME-Version: 1.0 In-Reply-To: <4a4fd17a-032d-61f0-49c8-58db986707a4@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] make doc fails 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 24-Jun-19 3:53 PM, Ferruh Yigit wrote: > On 6/23/2019 11:46 PM, Thomas Monjalon wrote: >> 21/06/2019 21:56, Stephen Hemminger: >>> Just tried make doc on current DPDK tree and it fails: >>> >>> /home/shemminger/git/dpdk/doc/guides/faq/faq.rst:7: WARNING: undefined label: linux_gsg (if the link has no caption the label must precede a section header) >>> /home/shemminger/git/dpdk/doc/guides/faq/faq.rst:25: WARNING: undefined label: linux_gsg (if the link has no caption the label must precede a section header) >>> /home/shemminger/git/dpdk/doc/guides/faq/faq.rst:190: WARNING: undefined label: multi_process_app (if the link has no caption the label must precede a section header) >> >> >> These are only warnings, not fatal failues. >> >>> Not sure what the bad commit is. Also, not sure why CI didn't catch it. >> >> It works well on my machine (with some warnings). > > > The warnings are from .pdf conversion and they are there for a long time now, > although there are warnings pdf files still generated. > > html files are generated by 'make doc-guides-html' and completes without > warning, which verifies the .rst file syntax. > PDF's can't link to other PDF's (e.g. FAQ can't link to GSG), that's why these warnings happen. That's normal. -- Thanks, Anatoly