DPDK patches and discussions
 help / color / mirror / Atom feed
From: David Christensen <drc@linux.vnet.ibm.com>
To: dev@dpdk.org
Subject: Re: [PATCH] config: set pkgconfig for ppc64le
Date: Tue, 30 Aug 2022 10:36:46 -0700	[thread overview]
Message-ID: <ea1bac2c-80be-67e8-e53d-af964a1a22d7@linux.vnet.ibm.com> (raw)
In-Reply-To: <20220707114128.1635863-1-alialnu@nvidia.com>

On 7/7/22 4:41 AM, Ali Alnubani wrote:
> Meson fails to detect the dependencies that are included
> in PKG_CONFIG_PATH and built for ppc64le if binaries.pkgconfig
> is not set in the ppc64le cross-file for Ubuntu.
> 
> This fixes the issue by setting binaries.pkgconfig to the
> binary provided by the package 'pkg-config-powerpc64le-linux-gnu'.
> 
> Signed-off-by: Ali Alnubani <alialnu@nvidia.com>
> ---
>   config/ppc/ppc64le-power8-linux-gcc-ubuntu | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/config/ppc/ppc64le-power8-linux-gcc-ubuntu b/config/ppc/ppc64le-power8-linux-gcc-ubuntu
> index 3027d66f8d..c2d5b1dc6a 100644
> --- a/config/ppc/ppc64le-power8-linux-gcc-ubuntu
> +++ b/config/ppc/ppc64le-power8-linux-gcc-ubuntu
> @@ -3,6 +3,7 @@ c = ['ccache', 'powerpc64le-linux-gnu-gcc']
>   cpp = ['ccache', 'powerpc64le-linux-gnu-g++']
>   ar = 'powerpc64le-linux-gnu-ar'
>   strip = 'powerpc64le-linux-gnu-strip'
> +pkgconfig = 'powerpc64le-linux-gnu-pkg-config'
> 
>   [host_machine]
>   system = 'linux'

What's the test environment that prompted this patch?  I'd like to try 
replicating before approving.

Dave

      parent reply	other threads:[~2022-08-30 17:36 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-07 11:41 Ali Alnubani
2022-07-11 20:10 ` Thomas Monjalon
2022-07-13  7:39   ` Ali Alnubani
2022-07-13  9:12     ` Thomas Monjalon
2022-07-13 10:14       ` Ali Alnubani
2022-07-13 10:51         ` Ali Alnubani
2022-07-13 19:49     ` Thinh Tran
2022-07-14  6:58       ` Ali Alnubani
2022-07-18 20:16         ` Thinh Tran
2022-07-19 23:02           ` David Christensen
2022-08-29 10:30             ` Thomas Monjalon
2022-08-30 17:39               ` David Christensen
2022-08-30 18:36                 ` Ali Alnubani
2022-10-26 16:21                   ` Ali Alnubani
2022-08-30 17:36 ` David Christensen [this message]

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=ea1bac2c-80be-67e8-e53d-af964a1a22d7@linux.vnet.ibm.com \
    --to=drc@linux.vnet.ibm.com \
    --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).