From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 10878A04FF; Tue, 14 Jan 2020 17:27:12 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E55AB1C037; Tue, 14 Jan 2020 17:27:10 +0100 (CET) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by dpdk.org (Postfix) with ESMTP id BA3241BFD0 for ; Tue, 14 Jan 2020 17:27:09 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1579019229; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=TJGKslaNV4sGcebQyupxQ8dj/QjSgiawEMLDeSVKCgU=; b=garRwe4l79HxXfwoPjUpdDc0SlIIJv7lPLwBMecUK/7BH19pESvJPfqntx5rM8RpWgj35b 9tc5lRJeS+kIanKvzwbcGohWwD2p7lk2KaboMFWf7MZlzvXHmTkvvSnORy2Dj6VGDBOU4D F5S/KT3Nm59gL4wcEdVGhNLJGAQCltc= Received: from mail-vk1-f200.google.com (mail-vk1-f200.google.com [209.85.221.200]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-418-HcURZgwsNLuN_YypHntkFg-1; Tue, 14 Jan 2020 11:27:06 -0500 Received: by mail-vk1-f200.google.com with SMTP id n9so5971940vkc.14 for ; Tue, 14 Jan 2020 08:27:05 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=q7w8lMBEuCIK9aqj4SYimr+dzSzZ8mTUAUgDA6a6LdU=; b=kJFuLer0OsXkyDqP57C3gpnNAg6fHAJQzlJ1p6GDTQUey3pfd4VbOIyYbqPrWG5Fu1 ca8HCyHRyFgUcsz0UayLylipTBiNCWjhUhX4B0kvwu5b6B0jzWQMwDv1RbNhhUUlEL6h OySPMXztM8SuhtpVnO18E0WDeWfTenCelOIEBv+zjUZWNnEYYTIQK6/tYn2ZXEgCNngX MiPRaKCZbb30/XDrMzmOzBaZDAmyaM6aQO1thecbvDuk/3zG3Weo407KwmrFb9ce3LXr KZpLE+RlWiEtaY0YjTotw6wC9w5H51wfkXjNPo+ZJ0jjOoWPkvMMvUTDOo9XDrqx8u+F nPZw== X-Gm-Message-State: APjAAAXatbEWkArWQsfIJudmpJ2w1bJbzH/fz7yGn5ecNNbJIDIXs4B2 XSNB5wacMGvaiwnxXa0pXcGZHTWsYWLZ8+vuKYjrbup3SYLqwwGMpofmpOukkclRR11BmGPPwpg UcgYPn4we4TRKo4DrByU= X-Received: by 2002:ab0:618a:: with SMTP id h10mr11588299uan.53.1579019225461; Tue, 14 Jan 2020 08:27:05 -0800 (PST) X-Google-Smtp-Source: APXvYqz5ANrp+8PXcTZjqSeVP45fZVifyuWvfj41zalwxVGp9hu35CBOum0horAaBbvDEBypXxAtNSV9bKaqliB2VNg= X-Received: by 2002:ab0:618a:: with SMTP id h10mr11588274uan.53.1579019225109; Tue, 14 Jan 2020 08:27:05 -0800 (PST) MIME-Version: 1.0 References: <20200109115631.500056-1-bruce.richardson@intel.com> <20200110215205.513185-1-bruce.richardson@intel.com> <20200114161923.GB1660@bricha3-MOBL.ger.corp.intel.com> In-Reply-To: <20200114161923.GB1660@bricha3-MOBL.ger.corp.intel.com> From: David Marchand Date: Tue, 14 Jan 2020 17:26:54 +0100 Message-ID: To: Bruce Richardson Cc: "Mcnamara, John" , Luca Boccassi , dev , Aaron Conole , Thomas Monjalon X-MC-Unique: HcURZgwsNLuN_YypHntkFg-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH v4 0/6] meson build improvements 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 Tue, Jan 14, 2020 at 5:19 PM Bruce Richardson wrote: > > On Tue, Jan 14, 2020 at 05:00:17PM +0100, David Marchand wrote: > > On Fri, Jan 10, 2020 at 10:52 PM Bruce Richardson > > wrote: > > > > > > These patches make some improvements to the meson build, particularly > > > for documentation. They also remove many, but not all warnings issued > > > by meson e.g. warnings about newer features unsupported in baseline. > > > > > > The biggest change is to improve the handling of the guide html docs. > > > The change here is more significant, and the doc build now uses a > > > wrapper script around sphinx. This wrapper script allows us to output > > > correct dependency information for the sphinx build in a .d file. Thi= s > > > .d file is processed by ninja (not meson) on build, so that any chang= es > > > to doc files trigger a rebuild to the guides using sphinx. > > > > > > For now, the two patches which remove the meson version warnings are > > > CC'ed to stable for backport, theoretically this who set could be > > > backported if so desired, as all changes could be considered fixes to > > > some degree or other, and nothing introduces a whole new feature. > > > > > > Note: for completeness and simplicity, previously submitted patch > > > http://patches.dpdk.org/patch/64189/ is included in this set, and wil= l > > > be marked superceded in patchwork. > > > > > > V4: fix build with older sphinx > > > > > > V3: Shorten the python code in patch 5, and ensure style compliance a= s > > > flagged by Aaron. > > > > > > V2: resend to correct email addresses > > > > Tried this series in Travis. It went fine through my own checks too. > > > > But OBS is not happy with Debian 10, Debian Next and Ubuntu >=3D 18.04. > > The packaging fails when ninja can't find the 'doc' target. > > > Can you send on a link to the failure logs? > > I suspect this may be due to returning early from the doc folder if the > document building is disabled (but need to see logs to confirm). However, > I'm not sure it makes sense to have a doc target defined if doc building = is > disabled in build config. > Currently restarting my jobs and I might lose the logs, so I saved it here: https://paste.centos.org/view/7d6e0545 --=20 David Marchand