DPDK patches and discussions
 help / color / mirror / Atom feed
* Re: [dpdk-dev] meson build issue
@ 2019-07-04 13:57 Jerin Jacob Kollanukkaran
  2019-07-04 14:01 ` Bruce Richardson
  0 siblings, 1 reply; 9+ messages in thread
From: Jerin Jacob Kollanukkaran @ 2019-07-04 13:57 UTC (permalink / raw)
  To: Bruce Richardson; +Cc: dev, Luca Boccassi, thomas



> -----Original Message-----
> From: Bruce Richardson <bruce.richardson@intel.com>
> Sent: Thursday, July 4, 2019 7:21 PM
> To: Jerin Jacob Kollanukkaran <jerinj@marvell.com>
> Cc: dev <dev@dpdk.org>; Luca Boccassi <bluca@debian.org>;
> thomas@monjalon.net
> Subject: [EXT] Re: meson build issue
> 
> On Thu, Jul 04, 2019 at 01:38:01PM +0000, Jerin Jacob Kollanukkaran wrote:
> > Anyone else facing this meson build issue in master?
> >
> > Installing
> > /home/jerin/dpdk-next-eventdev/build-x86-default/meson-
> private/libdpdk
> > .pc to
> > /home/jerin/dpdk-next-eventdev/build-x86-default/install-root/usr/loca
> > l/lib/pkgconfig Running custom install script '/bin/sh
> > /home/jerin/dpdk-next-eventdev/config/../buildtools/symlink-drivers-
> solibs.sh lib dpdk/pmds-19.08'
> > Running custom install script '/usr/bin/sh -c rm -f
> $MESON_INSTALL_DESTDIR_PREFIX/share/doc/dpdk/guides/.buildinfo'
> > Running custom install script '/usr/bin/sh -c install -D -m0644
> $MESON_SOURCE_ROOT/doc/guides/custom.css
> $MESON_INSTALL_DESTDIR_PREFIX/share/doc/dpdk/guides/_static/css/cus
> tom.css'
> > ## Building cmdline
> > make: Entering directory '/home/jerin/dpdk-next-eventdev/build-x86-
> default/install-root/usr/local/share/dpdk/examples/cmdline'
> > pkgconf: unknown option -- define-prefix
> 
> What distro are you on? You probably need an updated copy of pkg-config or
> pkgconf.

It is arch linux(rolling distro)

$ pkg-config --version
0.28

$ pkgconf --version
0.28

> 
> /Bruce


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [dpdk-dev] meson build issue
  2019-07-04 13:57 [dpdk-dev] meson build issue Jerin Jacob Kollanukkaran
@ 2019-07-04 14:01 ` Bruce Richardson
  2019-07-04 14:14   ` Luca Boccassi
  0 siblings, 1 reply; 9+ messages in thread
From: Bruce Richardson @ 2019-07-04 14:01 UTC (permalink / raw)
  To: Jerin Jacob Kollanukkaran; +Cc: dev, Luca Boccassi, thomas

On Thu, Jul 04, 2019 at 01:57:14PM +0000, Jerin Jacob Kollanukkaran wrote:
> 
> 
> > -----Original Message-----
> > From: Bruce Richardson <bruce.richardson@intel.com>
> > Sent: Thursday, July 4, 2019 7:21 PM
> > To: Jerin Jacob Kollanukkaran <jerinj@marvell.com>
> > Cc: dev <dev@dpdk.org>; Luca Boccassi <bluca@debian.org>;
> > thomas@monjalon.net
> > Subject: [EXT] Re: meson build issue
> > 
> > On Thu, Jul 04, 2019 at 01:38:01PM +0000, Jerin Jacob Kollanukkaran wrote:
> > > Anyone else facing this meson build issue in master?
> > >
> > > Installing
> > > /home/jerin/dpdk-next-eventdev/build-x86-default/meson-
> > private/libdpdk
> > > .pc to
> > > /home/jerin/dpdk-next-eventdev/build-x86-default/install-root/usr/loca
> > > l/lib/pkgconfig Running custom install script '/bin/sh
> > > /home/jerin/dpdk-next-eventdev/config/../buildtools/symlink-drivers-
> > solibs.sh lib dpdk/pmds-19.08'
> > > Running custom install script '/usr/bin/sh -c rm -f
> > $MESON_INSTALL_DESTDIR_PREFIX/share/doc/dpdk/guides/.buildinfo'
> > > Running custom install script '/usr/bin/sh -c install -D -m0644
> > $MESON_SOURCE_ROOT/doc/guides/custom.css
> > $MESON_INSTALL_DESTDIR_PREFIX/share/doc/dpdk/guides/_static/css/cus
> > tom.css'
> > > ## Building cmdline
> > > make: Entering directory '/home/jerin/dpdk-next-eventdev/build-x86-
> > default/install-root/usr/local/share/dpdk/examples/cmdline'
> > > pkgconf: unknown option -- define-prefix
> > 
> > What distro are you on? You probably need an updated copy of pkg-config or
> > pkgconf.
> 
> It is arch linux(rolling distro)
> 
> $ pkg-config --version
> 0.28
> 
> $ pkgconf --version
> 0.28
> 
Maybe pkgconf doesn't support that flag yet. If you install pkg-config
rather than pkgconf does it make the problem go away? (at least on ubuntu
when I tried it the two were mutually exclusive)

/Bruce

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [dpdk-dev] meson build issue
  2019-07-04 14:01 ` Bruce Richardson
@ 2019-07-04 14:14   ` Luca Boccassi
  2019-07-04 14:18     ` [dpdk-dev] [EXT] " Jerin Jacob Kollanukkaran
  0 siblings, 1 reply; 9+ messages in thread
From: Luca Boccassi @ 2019-07-04 14:14 UTC (permalink / raw)
  To: Bruce Richardson, Jerin Jacob Kollanukkaran; +Cc: dev, thomas

On Thu, 2019-07-04 at 15:01 +0100, Bruce Richardson wrote:
> On Thu, Jul 04, 2019 at 01:57:14PM +0000, Jerin Jacob Kollanukkaran
> wrote:
> > 
> > > -----Original Message-----
> > > From: Bruce Richardson <
> > > bruce.richardson@intel.com
> > > >
> > > Sent: Thursday, July 4, 2019 7:21 PM
> > > To: Jerin Jacob Kollanukkaran <
> > > jerinj@marvell.com
> > > >
> > > Cc: dev <
> > > dev@dpdk.org
> > > >; Luca Boccassi <
> > > bluca@debian.org
> > > >;
> > > thomas@monjalon.net
> > > 
> > > Subject: [EXT] Re: meson build issue
> > > 
> > > On Thu, Jul 04, 2019 at 01:38:01PM +0000, Jerin Jacob
> > > Kollanukkaran wrote:
> > > > Anyone else facing this meson build issue in master?
> > > > 
> > > > Installing
> > > > /home/jerin/dpdk-next-eventdev/build-x86-default/meson-
> > > 
> > > private/libdpdk
> > > > .pc to
> > > > /home/jerin/dpdk-next-eventdev/build-x86-default/install-
> > > > root/usr/loca
> > > > l/lib/pkgconfig Running custom install script '/bin/sh
> > > > /home/jerin/dpdk-next-eventdev/config/../buildtools/symlink-
> > > > drivers-
> > > 
> > > solibs.sh lib dpdk/pmds-19.08'
> > > > Running custom install script '/usr/bin/sh -c rm -f
> > > 
> > > $MESON_INSTALL_DESTDIR_PREFIX/share/doc/dpdk/guides/.buildinfo'
> > > > Running custom install script '/usr/bin/sh -c install -D -m0644
> > > 
> > > $MESON_SOURCE_ROOT/doc/guides/custom.css
> > > $MESON_INSTALL_DESTDIR_PREFIX/share/doc/dpdk/guides/_static/css/c
> > > us
> > > tom.css'
> > > > ## Building cmdline
> > > > make: Entering directory '/home/jerin/dpdk-next-eventdev/build-
> > > > x86-
> > > 
> > > default/install-root/usr/local/share/dpdk/examples/cmdline'
> > > > pkgconf: unknown option -- define-prefix
> > > 
> > > What distro are you on? You probably need an updated copy of pkg-
> > > config or
> > > pkgconf.
> > 
> > It is arch linux(rolling distro)
> > 
> > $ pkg-config --version
> > 0.28
> > 
> > $ pkgconf --version
> > 0.28
> > 
> 
> Maybe pkgconf doesn't support that flag yet. If you install pkg-
> config
> rather than pkgconf does it make the problem go away? (at least on
> ubuntu
> when I tried it the two were mutually exclusive)
> 
> /Bruce

Support for that flag was added in pkgconf 1.2.0 in January 2017 and
pkg-config 0.29 in August 2015 - the problem is that version of pkg-
config is even older, 0.28 from 2013 - strange that Arch doesn't have
anything newer?

-- 
Kind regards,
Luca Boccassi

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [dpdk-dev] [EXT] Re: meson build issue
  2019-07-04 14:14   ` Luca Boccassi
@ 2019-07-04 14:18     ` Jerin Jacob Kollanukkaran
  2019-07-04 14:20       ` Bruce Richardson
  0 siblings, 1 reply; 9+ messages in thread
From: Jerin Jacob Kollanukkaran @ 2019-07-04 14:18 UTC (permalink / raw)
  To: Luca Boccassi, Bruce Richardson; +Cc: dev, thomas



> -----Original Message-----
> From: Luca Boccassi <bluca@debian.org>
> Sent: Thursday, July 4, 2019 7:45 PM
> To: Bruce Richardson <bruce.richardson@intel.com>; Jerin Jacob
> Kollanukkaran <jerinj@marvell.com>
> Cc: dev <dev@dpdk.org>; thomas@monjalon.net
> Subject: [EXT] Re: meson build issue
> 
> On Thu, 2019-07-04 at 15:01 +0100, Bruce Richardson wrote:
> > On Thu, Jul 04, 2019 at 01:57:14PM +0000, Jerin Jacob Kollanukkaran
> > wrote:
> > >
> > > > -----Original Message-----
> > > > From: Bruce Richardson <
> > > > bruce.richardson@intel.com
> > > > >
> > > > Sent: Thursday, July 4, 2019 7:21 PM
> > > > To: Jerin Jacob Kollanukkaran <
> > > > jerinj@marvell.com
> > > > >
> > > > Cc: dev <
> > > > dev@dpdk.org
> > > > >; Luca Boccassi <
> > > > bluca@debian.org
> > > > >;
> > > > thomas@monjalon.net
> > > >
> > > > Subject: [EXT] Re: meson build issue
> > > >
> > > > On Thu, Jul 04, 2019 at 01:38:01PM +0000, Jerin Jacob
> > > > Kollanukkaran wrote:
> > > > > Anyone else facing this meson build issue in master?
> > > > >
> > > > > Installing
> > > > > /home/jerin/dpdk-next-eventdev/build-x86-default/meson-
> > > >
> > > > private/libdpdk
> > > > > .pc to
> > > > > /home/jerin/dpdk-next-eventdev/build-x86-default/install-
> > > > > root/usr/loca
> > > > > l/lib/pkgconfig Running custom install script '/bin/sh
> > > > > /home/jerin/dpdk-next-eventdev/config/../buildtools/symlink-
> > > > > drivers-
> > > >
> > > > solibs.sh lib dpdk/pmds-19.08'
> > > > > Running custom install script '/usr/bin/sh -c rm -f
> > > >
> > > >
> $MESON_INSTALL_DESTDIR_PREFIX/share/doc/dpdk/guides/.buildinfo'
> > > > > Running custom install script '/usr/bin/sh -c install -D -m0644
> > > >
> > > > $MESON_SOURCE_ROOT/doc/guides/custom.css
> > > >
> $MESON_INSTALL_DESTDIR_PREFIX/share/doc/dpdk/guides/_static/css/c
> > > > us
> > > > tom.css'
> > > > > ## Building cmdline
> > > > > make: Entering directory '/home/jerin/dpdk-next-eventdev/build-
> > > > > x86-
> > > >
> > > > default/install-root/usr/local/share/dpdk/examples/cmdline'
> > > > > pkgconf: unknown option -- define-prefix
> > > >
> > > > What distro are you on? You probably need an updated copy of pkg-
> > > > config or pkgconf.
> > >
> > > It is arch linux(rolling distro)
> > >
> > > $ pkg-config --version
> > > 0.28
> > >
> > > $ pkgconf --version
> > > 0.28
> > >
> >
> > Maybe pkgconf doesn't support that flag yet. If you install pkg-
> > config rather than pkgconf does it make the problem go away? (at least
> > on ubuntu when I tried it the two were mutually exclusive)
> >
> > /Bruce
> 
> Support for that flag was added in pkgconf 1.2.0 in January 2017 and pkg-
> config 0.29 in August 2015 - the problem is that version of pkg- config is even
> older, 0.28 from 2013 - strange that Arch doesn't have anything newer?

After inspecting the PATH. Its found that archlinux has very latest pkgconf(1.6.1).
Pkgconf was overridden by a armv7 cross compile toolchain from linaro.

> 
> --
> Kind regards,
> Luca Boccassi

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [dpdk-dev] [EXT] Re: meson build issue
  2019-07-04 14:18     ` [dpdk-dev] [EXT] " Jerin Jacob Kollanukkaran
@ 2019-07-04 14:20       ` Bruce Richardson
  2019-07-04 14:44         ` Thomas Monjalon
  2019-07-04 15:04         ` Jerin Jacob Kollanukkaran
  0 siblings, 2 replies; 9+ messages in thread
From: Bruce Richardson @ 2019-07-04 14:20 UTC (permalink / raw)
  To: Jerin Jacob Kollanukkaran; +Cc: Luca Boccassi, dev, thomas

On Thu, Jul 04, 2019 at 02:18:28PM +0000, Jerin Jacob Kollanukkaran wrote:
> 
> 
> > -----Original Message-----
> > From: Luca Boccassi <bluca@debian.org>
> > Sent: Thursday, July 4, 2019 7:45 PM
> > To: Bruce Richardson <bruce.richardson@intel.com>; Jerin Jacob
> > Kollanukkaran <jerinj@marvell.com>
> > Cc: dev <dev@dpdk.org>; thomas@monjalon.net
> > Subject: [EXT] Re: meson build issue
> > 
> > On Thu, 2019-07-04 at 15:01 +0100, Bruce Richardson wrote:
> > > On Thu, Jul 04, 2019 at 01:57:14PM +0000, Jerin Jacob Kollanukkaran
> > > wrote:
> > > >
> > > > > -----Original Message-----
> > > > > From: Bruce Richardson <
> > > > > bruce.richardson@intel.com
> > > > > >
> > > > > Sent: Thursday, July 4, 2019 7:21 PM
> > > > > To: Jerin Jacob Kollanukkaran <
> > > > > jerinj@marvell.com
> > > > > >
> > > > > Cc: dev <
> > > > > dev@dpdk.org
> > > > > >; Luca Boccassi <
> > > > > bluca@debian.org
> > > > > >;
> > > > > thomas@monjalon.net
> > > > >
> > > > > Subject: [EXT] Re: meson build issue
> > > > >
> > > > > On Thu, Jul 04, 2019 at 01:38:01PM +0000, Jerin Jacob
> > > > > Kollanukkaran wrote:
> > > > > > Anyone else facing this meson build issue in master?
> > > > > >
> > > > > > Installing
> > > > > > /home/jerin/dpdk-next-eventdev/build-x86-default/meson-
> > > > >
> > > > > private/libdpdk
> > > > > > .pc to
> > > > > > /home/jerin/dpdk-next-eventdev/build-x86-default/install-
> > > > > > root/usr/loca
> > > > > > l/lib/pkgconfig Running custom install script '/bin/sh
> > > > > > /home/jerin/dpdk-next-eventdev/config/../buildtools/symlink-
> > > > > > drivers-
> > > > >
> > > > > solibs.sh lib dpdk/pmds-19.08'
> > > > > > Running custom install script '/usr/bin/sh -c rm -f
> > > > >
> > > > >
> > $MESON_INSTALL_DESTDIR_PREFIX/share/doc/dpdk/guides/.buildinfo'
> > > > > > Running custom install script '/usr/bin/sh -c install -D -m0644
> > > > >
> > > > > $MESON_SOURCE_ROOT/doc/guides/custom.css
> > > > >
> > $MESON_INSTALL_DESTDIR_PREFIX/share/doc/dpdk/guides/_static/css/c
> > > > > us
> > > > > tom.css'
> > > > > > ## Building cmdline
> > > > > > make: Entering directory '/home/jerin/dpdk-next-eventdev/build-
> > > > > > x86-
> > > > >
> > > > > default/install-root/usr/local/share/dpdk/examples/cmdline'
> > > > > > pkgconf: unknown option -- define-prefix
> > > > >
> > > > > What distro are you on? You probably need an updated copy of pkg-
> > > > > config or pkgconf.
> > > >
> > > > It is arch linux(rolling distro)
> > > >
> > > > $ pkg-config --version
> > > > 0.28
> > > >
> > > > $ pkgconf --version
> > > > 0.28
> > > >
> > >
> > > Maybe pkgconf doesn't support that flag yet. If you install pkg-
> > > config rather than pkgconf does it make the problem go away? (at least
> > > on ubuntu when I tried it the two were mutually exclusive)
> > >
> > > /Bruce
> > 
> > Support for that flag was added in pkgconf 1.2.0 in January 2017 and pkg-
> > config 0.29 in August 2015 - the problem is that version of pkg- config is even
> > older, 0.28 from 2013 - strange that Arch doesn't have anything newer?
> 
> After inspecting the PATH. Its found that archlinux has very latest pkgconf(1.6.1).
> Pkgconf was overridden by a armv7 cross compile toolchain from linaro.
> 
> > 
Ok, thanks for the explanation. All working ok once that is fixed, I
assume?

/Bruce

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [dpdk-dev] [EXT] Re: meson build issue
  2019-07-04 14:20       ` Bruce Richardson
@ 2019-07-04 14:44         ` Thomas Monjalon
  2019-07-04 15:17           ` Bruce Richardson
  2019-07-04 15:04         ` Jerin Jacob Kollanukkaran
  1 sibling, 1 reply; 9+ messages in thread
From: Thomas Monjalon @ 2019-07-04 14:44 UTC (permalink / raw)
  To: Bruce Richardson; +Cc: Jerin Jacob Kollanukkaran, Luca Boccassi, dev

04/07/2019 16:20, Bruce Richardson:
> On Thu, Jul 04, 2019 at 02:18:28PM +0000, Jerin Jacob Kollanukkaran wrote:
> > After inspecting the PATH. Its found that archlinux has very latest pkgconf(1.6.1).
> > Pkgconf was overridden by a armv7 cross compile toolchain from linaro.
> > 
> Ok, thanks for the explanation. All working ok once that is fixed, I
> assume?

What about RHEL 7.6 ?




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [dpdk-dev] [EXT] Re: meson build issue
  2019-07-04 14:20       ` Bruce Richardson
  2019-07-04 14:44         ` Thomas Monjalon
@ 2019-07-04 15:04         ` Jerin Jacob Kollanukkaran
  1 sibling, 0 replies; 9+ messages in thread
From: Jerin Jacob Kollanukkaran @ 2019-07-04 15:04 UTC (permalink / raw)
  To: Bruce Richardson; +Cc: Luca Boccassi, dev, thomas



> -----Original Message-----
> From: Bruce Richardson <bruce.richardson@intel.com>
> Sent: Thursday, July 4, 2019 7:50 PM
> To: Jerin Jacob Kollanukkaran <jerinj@marvell.com>
> Cc: Luca Boccassi <bluca@debian.org>; dev <dev@dpdk.org>;
> thomas@monjalon.net
> Subject: Re: [EXT] Re: meson build issue
> 
> On Thu, Jul 04, 2019 at 02:18:28PM +0000, Jerin Jacob Kollanukkaran wrote:
> >
> >
> > > -----Original Message-----
> > > From: Luca Boccassi <bluca@debian.org>
> > > Sent: Thursday, July 4, 2019 7:45 PM
> > > To: Bruce Richardson <bruce.richardson@intel.com>; Jerin Jacob
> > > Kollanukkaran <jerinj@marvell.com>
> > > Cc: dev <dev@dpdk.org>; thomas@monjalon.net
> > > Subject: [EXT] Re: meson build issue
> > >
> > > On Thu, 2019-07-04 at 15:01 +0100, Bruce Richardson wrote:
> > > > On Thu, Jul 04, 2019 at 01:57:14PM +0000, Jerin Jacob
> > > > Kollanukkaran
> > > > wrote:
> > > > >
> > > > > > -----Original Message-----
> > > > > > From: Bruce Richardson <
> > > > > > bruce.richardson@intel.com
> > > > > > >
> > > > > > Sent: Thursday, July 4, 2019 7:21 PM
> > > > > > To: Jerin Jacob Kollanukkaran < jerinj@marvell.com
> > > > > > >
> > > > > > Cc: dev <
> > > > > > dev@dpdk.org
> > > > > > >; Luca Boccassi <
> > > > > > bluca@debian.org
> > > > > > >;
> > > > > > thomas@monjalon.net
> > > > > >
> > > > > > Subject: [EXT] Re: meson build issue
> > > > > >
> > > > > > On Thu, Jul 04, 2019 at 01:38:01PM +0000, Jerin Jacob
> > > > > > Kollanukkaran wrote:
> > > > > > > Anyone else facing this meson build issue in master?
> > > > > > >
> > > > > > > Installing
> > > > > > > /home/jerin/dpdk-next-eventdev/build-x86-default/meson-
> > > > > >
> > > > > > private/libdpdk
> > > > > > > .pc to
> > > > > > > /home/jerin/dpdk-next-eventdev/build-x86-default/install-
> > > > > > > root/usr/loca
> > > > > > > l/lib/pkgconfig Running custom install script '/bin/sh
> > > > > > > /home/jerin/dpdk-next-eventdev/config/../buildtools/symlink-
> > > > > > > drivers-
> > > > > >
> > > > > > solibs.sh lib dpdk/pmds-19.08'
> > > > > > > Running custom install script '/usr/bin/sh -c rm -f
> > > > > >
> > > > > >
> > > $MESON_INSTALL_DESTDIR_PREFIX/share/doc/dpdk/guides/.buildinfo'
> > > > > > > Running custom install script '/usr/bin/sh -c install -D
> > > > > > > -m0644
> > > > > >
> > > > > > $MESON_SOURCE_ROOT/doc/guides/custom.css
> > > > > >
> > >
> $MESON_INSTALL_DESTDIR_PREFIX/share/doc/dpdk/guides/_static/css/c
> > > > > > us
> > > > > > tom.css'
> > > > > > > ## Building cmdline
> > > > > > > make: Entering directory
> > > > > > > '/home/jerin/dpdk-next-eventdev/build-
> > > > > > > x86-
> > > > > >
> > > > > > default/install-root/usr/local/share/dpdk/examples/cmdline'
> > > > > > > pkgconf: unknown option -- define-prefix
> > > > > >
> > > > > > What distro are you on? You probably need an updated copy of
> > > > > > pkg- config or pkgconf.
> > > > >
> > > > > It is arch linux(rolling distro)
> > > > >
> > > > > $ pkg-config --version
> > > > > 0.28
> > > > >
> > > > > $ pkgconf --version
> > > > > 0.28
> > > > >
> > > >
> > > > Maybe pkgconf doesn't support that flag yet. If you install pkg-
> > > > config rather than pkgconf does it make the problem go away? (at
> > > > least on ubuntu when I tried it the two were mutually exclusive)
> > > >
> > > > /Bruce
> > >
> > > Support for that flag was added in pkgconf 1.2.0 in January 2017 and
> > > pkg- config 0.29 in August 2015 - the problem is that version of
> > > pkg- config is even older, 0.28 from 2013 - strange that Arch doesn't have
> anything newer?
> >
> > After inspecting the PATH. Its found that archlinux has very latest
> pkgconf(1.6.1).
> > Pkgconf was overridden by a armv7 cross compile toolchain from linaro.
> >
> > >
> Ok, thanks for the explanation. All working ok once that is fixed, I assume?

Yes. Works with archlinux.


> 
> /Bruce

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [dpdk-dev] [EXT] Re: meson build issue
  2019-07-04 14:44         ` Thomas Monjalon
@ 2019-07-04 15:17           ` Bruce Richardson
  2019-07-04 16:08             ` Luca Boccassi
  0 siblings, 1 reply; 9+ messages in thread
From: Bruce Richardson @ 2019-07-04 15:17 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: Jerin Jacob Kollanukkaran, Luca Boccassi, dev

On Thu, Jul 04, 2019 at 04:44:48PM +0200, Thomas Monjalon wrote:
> 04/07/2019 16:20, Bruce Richardson:
> > On Thu, Jul 04, 2019 at 02:18:28PM +0000, Jerin Jacob Kollanukkaran wrote:
> > > After inspecting the PATH. Its found that archlinux has very latest pkgconf(1.6.1).
> > > Pkgconf was overridden by a armv7 cross compile toolchain from linaro.
> > > 
> > Ok, thanks for the explanation. All working ok once that is fixed, I
> > assume?
> 
> What about RHEL 7.6 ?
> 
No idea. However, this flag that caused problems is only needed for running
the test script, it doesn't affect normal build and install.

/Bruce

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [dpdk-dev] [EXT] Re: meson build issue
  2019-07-04 15:17           ` Bruce Richardson
@ 2019-07-04 16:08             ` Luca Boccassi
  0 siblings, 0 replies; 9+ messages in thread
From: Luca Boccassi @ 2019-07-04 16:08 UTC (permalink / raw)
  To: Bruce Richardson, Thomas Monjalon; +Cc: Jerin Jacob Kollanukkaran, dev

On Thu, 2019-07-04 at 16:17 +0100, Bruce Richardson wrote:
> On Thu, Jul 04, 2019 at 04:44:48PM +0200, Thomas Monjalon wrote:
> > 04/07/2019 16:20, Bruce Richardson:
> > > On Thu, Jul 04, 2019 at 02:18:28PM +0000, Jerin Jacob
> > > Kollanukkaran wrote:
> > > > After inspecting the PATH. Its found that archlinux has very
> > > > latest pkgconf(1.6.1).
> > > > Pkgconf was overridden by a armv7 cross compile toolchain from
> > > > linaro.
> > > > 
> > > 
> > > Ok, thanks for the explanation. All working ok once that is
> > > fixed, I
> > > assume?
> > 
> > What about RHEL 7.6 ?
> > 
> 
> No idea. However, this flag that caused problems is only needed for
> running
> the test script, it doesn't affect normal build and install.
> 
> /Bruce

As far as I can see CentOS 7.6 has pkg-config 0.27.1 which is even
older (and no sign of pkgconf), so it won't work there either.

-- 
Kind regards,
Luca Boccassi

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-07-04 16:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-04 13:57 [dpdk-dev] meson build issue Jerin Jacob Kollanukkaran
2019-07-04 14:01 ` Bruce Richardson
2019-07-04 14:14   ` Luca Boccassi
2019-07-04 14:18     ` [dpdk-dev] [EXT] " Jerin Jacob Kollanukkaran
2019-07-04 14:20       ` Bruce Richardson
2019-07-04 14:44         ` Thomas Monjalon
2019-07-04 15:17           ` Bruce Richardson
2019-07-04 16:08             ` Luca Boccassi
2019-07-04 15:04         ` Jerin Jacob Kollanukkaran

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).