From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 7D0F22BAB; Mon, 28 Jan 2019 02:01:13 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id D55CF21B4C; Sun, 27 Jan 2019 20:01:12 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 27 Jan 2019 20:01:12 -0500 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=gv9lxm6lq147/QjBMQbQ08UorNd+uUwzAoAsaEzmO4U=; b=klL1mzGiGo5I nnsQWC96foSz5mEeg3AuOT81kBhUrgnI+KeCXbaqef6x2N5qNvg0fMVhnsnYzBrH NF3ZH4VUhuTQbnu1SAEM49yXDnWBwm9FdOGk9QaOCuqdbWfZDugRikwQjSeZzP++ iNhyOKTMgiVw75CjZ1xPR5sxLuNYOZI= 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=fm1; bh=gv9lxm6lq147/QjBMQbQ08UorNd+uUwzAoAsaEzmO 4U=; b=CWYU6xmGELRmcd1MuTd4tBFgkY5bMqmeWhotsBCqFazE844GlW1TvEx2m o/HCF9UtyHFQZ8w9OCXUBjTg5l+Z5xCq0ga+nJRTQfJDQu7qiNnaFy8rwSQS5EoT PW2NBH2+FhBDyaEPnZbqJhdOgERSV/U5aJyJr3PuZ0rcIqVVMhLCzXnkIx+WcjS9 g4jdtLxmedXlRlFxdDU1p9zFunxCY0443aTaUAwdNDsdXNzZN4UpqjflLhlUM9RE 9OerQ8OgWo8uWpjcOtLT4XB/PCn2nl9ASqWE1gAdusP0gS0BB+1moae6qf83vidl wZIAlxJO9B4/ue6QzOlSFENiqKBhw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledrieelgdeftdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfhuthenuceurghilhhouhhtmecufedt tdenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhephffvufffkfgjfh gggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceo thhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecuffhomhgrihhnpeguphgukhdroh hrghenucfkphepjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhr ohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivg eptd 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 85E4210106; Sun, 27 Jan 2019 20:01:10 -0500 (EST) From: Thomas Monjalon To: Rami Rosen Cc: dev@dpdk.org, stable@dpdk.org, vipin.varghese@intel.com Date: Mon, 28 Jan 2019 02:01:09 +0100 Message-ID: <4075056.NiGGZ1MotS@xps> In-Reply-To: <20190120182947.7643-1-ramirose@gmail.com> References: <20190120182947.7643-1-ramirose@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: add missing package dependency in contributors guide 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, 28 Jan 2019 01:01:13 -0000 20/01/2019 19:29, Rami Rosen: > There is a missing depenency for building docs with "make doc-guides-pdf". > This causes it to break with "make[3]: latexmk: Command not found". This > was observed and reproted in https://bugs.dpdk.org/show_bug.cgi?id=182 > This patch fixes this issue by adding the latexmk package dependency in > sub-section 4.3.1 of the contributing guide ("Dependencies"). > > Cc: stable@dpdk.org > Signed-off-by: Rami Rosen Bugzilla ID: 182 Applied with small changes, thanks.