DPDK patches and discussions
 help / color / mirror / Atom feed
From: bugzilla@dpdk.org
To: dev@dpdk.org
Subject: [Bug 1088] [20.11] meson compatibility regression
Date: Fri, 30 Sep 2022 09:57:53 +0000	[thread overview]
Message-ID: <bug-1088-3@http.bugs.dpdk.org/> (raw)

https://bugs.dpdk.org/show_bug.cgi?id=1088

            Bug ID: 1088
           Summary: [20.11] meson compatibility regression
           Product: DPDK
           Version: 20.11
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: meson
          Assignee: dev@dpdk.org
          Reporter: ktraynor@redhat.com
  Target Milestone: ---

DPDK 20.11 supports meson 0.47.1 as per:
http://doc.dpdk.org/guides-20.11/prog_guide/build-sdk-meson.html#getting-the-tools

The compatibility was found to be broken by the OVS CI when attempting to
upgrade OVS to use 20.11.6 and reported here:
https://mail.openvswitch.org/pipermail/ovs-dev/2022-September/397953.html

David ID'd and reported the following commit as the offender:

commit 14421740c492df1d9267892566ef33e784790c1c
Author: Bruce Richardson <bruce.richardson@intel.com>
Date:   Thu Jan 20 18:06:39 2022 +0000

    build: fix warnings when running external commands

    [ upstream commit ecb904cc4596b33aa182e2a7c9edc3104ff981c3 ]

    Meson 0.61.1 is giving warnings that the calls to run_command do not
    always explicitly specify if the result is to be checked or not, i.e.
    there is a missing "check" parameter. This is because the default
    behaviour without the parameter is due to change in the future.

    We can fix these warnings by explicitly adding into each call whether
    the result should be checked by meson or not. This patch therefore
    adds in "check: false" to each run_command call where the result is
    being checked by the DPDK meson.build code afterwards, and adds in
    "check: true" to any calls where the result is currently unchecked.

    Bugzilla ID: 921

    Reported-by: Jerin Jacob <jerinj@marvell.com>
    Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
    Tested-by: Jerin Jacob <jerinj@marvell.com>

-- 
You are receiving this mail because:
You are the assignee for the bug.

                 reply	other threads:[~2022-09-30  9:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-1088-3@http.bugs.dpdk.org/ \
    --to=bugzilla@dpdk.org \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).