DPDK patches and discussions
 help / color / mirror / Atom feed
From: Sergey Madaminov <sergey.madaminov@gmail.com>
To: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
Cc: William Tu <u9012063@gmail.com>, dpdk-dev <dev@dpdk.org>
Subject: Re: [dpdk-dev] DPDK meson build failed on Windows
Date: Wed, 4 Aug 2021 17:14:49 -0500	[thread overview]
Message-ID: <CAAFdL+=0G7GJPSTD7gYf4-Qj1ccCCnj7LbSWXS8u774oo8MKgA@mail.gmail.com> (raw)
In-Reply-To: <20210804231919.32bc6e98@sovereign>

ср, 4 авг. 2021 г. в 15:19, Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>:

> 2021-08-04 14:28 (UTC-0500), Sergey Madaminov:
> > I've taken a look at this issue. As Dmitry said it is related to the bug
> > within meson with having slashes escaping characters. It matters for the
> > current meson build files in the DPDK for Windows as there is a reliance
> on
> > strings for some file names.
>
> What do you mean? "librte_kvargs.lib" from the error message should be
> "lib\rte_kvargs.lib" because "rte_kvargs.lib" is produced inside "lib"
> directory. It is pure meson error in generating ninja commands.
>
>
Yes, sorry, I meant what you just said. Confusing wording on my part.


> > I believe that it is solvable by replacing
> > strings and transitioning to variables. So if there is an interest in
> that
> > or a need to use higher versions of meson I can try to rewrite meson
> build
> > files to solve this problem. Chances I may do that anyway as for current
> > OvS meson builds I need meson 0.59.0 version.
>
> DPDK meson.build files must stay compatible with meson 0.49.2.
>

Of course. I mean the following: I'm using meson 0.59.0 for OvS and I don't
want to keep switching between meson versions.
So I'm going to try to fiddle with the current DPDK meson.build file for my
purposes.
And I can try to make it compatible with the 0.49.2 meson.
Interestingly, I somehow don't have this issue with OvS so I'm going to
check what is going on.
I hope that will result in finding a fix for a DPDK meson.build file :)

  reply	other threads:[~2021-08-06 13:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-04 18:31 William Tu
2021-08-04 18:45 ` Dmitry Kozlyuk
2021-08-04 19:28   ` Sergey Madaminov
2021-08-04 20:19     ` Dmitry Kozlyuk
2021-08-04 22:14       ` Sergey Madaminov [this message]
2021-08-05 13:00   ` William Tu

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='CAAFdL+=0G7GJPSTD7gYf4-Qj1ccCCnj7LbSWXS8u774oo8MKgA@mail.gmail.com' \
    --to=sergey.madaminov@gmail.com \
    --cc=dev@dpdk.org \
    --cc=dmitry.kozliuk@gmail.com \
    --cc=u9012063@gmail.com \
    /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).