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 AD5CDA046B for ; Mon, 24 Jun 2019 00:47:00 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B7B9C1BF62; Mon, 24 Jun 2019 00:46:59 +0200 (CEST) Received: from wout4-smtp.messagingengine.com (wout4-smtp.messagingengine.com [64.147.123.20]) by dpdk.org (Postfix) with ESMTP id 5E14B1BF42 for ; Mon, 24 Jun 2019 00:46:58 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 4438346C; Sun, 23 Jun 2019 18:46:57 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sun, 23 Jun 2019 18:46:57 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=xulIZLLIhPbag3erVyhtDiA/egnMYjpS3ChL4G2LL58=; b=IJQRBroOqWo9 ri1NH1i97u8T89OHFyrZtYIDcngK03kcFWr/93Em+XaRO1RmJmO3WDKZ14wfb+R/ MHAJW8IAWcnhnj0x9EwytWRImB6eL0QfCFskjy8IW4qiJV1kFVHpsH9expavkr7Q I9iCOQqBdJXUEd65uFT6Xh3zFCTJg2I= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=xulIZLLIhPbag3erVyhtDiA/egnMYjpS3ChL4G2LL 58=; b=eFFVeNpGiz42SURHl8nmrwiDEySvYIyL+isFsJE8KgYpsAYQGqwO/JG1/ 7j0aCaA2tYtM2fouOnh5vzxYTtQoPscffHNyYiGiVmIcrG92u+Cv5Paae+LAuaBj Xjf5xV7/rJbetsCwX0UbMQTybqnb2+Q4+DjdHFvpGPQ4YR4+h7pw854qiIVlhvQ9 se/vZqho1bdwceNBw38ioNuzl+SsMOTtc2NH6rQRcEJuYkrfGCbbGuvAs4MWNIKd A4E7k8WfbAKbE+n2xA9ngWKy5EzzTDk1gUzCukxXree6aQQSnWGznUSbRqPvj1E6 kcM/IYOe8sugHHurzJyeDUMqg0niQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddruddugddugecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 95CFD8005C; Sun, 23 Jun 2019 18:46:55 -0400 (EDT) From: Thomas Monjalon To: Stephen Hemminger Cc: John McNamara , Marko Kovacevic , dev@dpdk.org Date: Mon, 24 Jun 2019 00:46:54 +0200 Message-ID: <6148442.PISGQ2HNeY@xps> In-Reply-To: <20190621125628.53222940@hermes.lan> References: <20190621125628.53222940@hermes.lan> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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" 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).