Re: [dpdk-dev] [PATCH] buildtools: fix build with meson 0.60

2021-11-01 Thread Dmitry Kozlyuk
2021-11-01 16:54 (UTC+), Bruce Richardson: > On Wed, Oct 27, 2021 at 07:45:28PM +0300, Dmitry Kozlyuk wrote: > > 2021-10-27 17:16 (UTC+0100), Bruce Richardson: > > > On Tue, Oct 26, 2021 at 10:32:39PM +0300, Dmitry Kozlyuk wrote: > > > > Meson 0.60 switched the format of uninstalled static

Re: [dpdk-dev] [PATCH] buildtools: fix build with meson 0.60

2021-11-01 Thread Bruce Richardson
On Wed, Oct 27, 2021 at 07:45:28PM +0300, Dmitry Kozlyuk wrote: > 2021-10-27 17:16 (UTC+0100), Bruce Richardson: > > On Tue, Oct 26, 2021 at 10:32:39PM +0300, Dmitry Kozlyuk wrote: > > > Meson 0.60 switched the format of uninstalled static libraries > > > to thin archives, that is, they contain onl

Re: [dpdk-dev] [PATCH] buildtools: fix build with meson 0.60

2021-10-27 Thread Dmitry Kozlyuk
2021-10-27 17:16 (UTC+0100), Bruce Richardson: > On Tue, Oct 26, 2021 at 10:32:39PM +0300, Dmitry Kozlyuk wrote: > > Meson 0.60 switched the format of uninstalled static libraries > > to thin archives, that is, they contain only paths to object files, > > not the files themselves. Files cannot be e

Re: [dpdk-dev] [PATCH] buildtools: fix build with meson 0.60

2021-10-27 Thread Bruce Richardson
On Tue, Oct 26, 2021 at 10:32:39PM +0300, Dmitry Kozlyuk wrote: > Meson 0.60 switched the format of uninstalled static libraries > to thin archives, that is, they contain only paths to object files, > not the files themselves. Files cannot be extracted in this case, > resulting in build errors: >

Re: [dpdk-dev] [PATCH] buildtools: fix build with meson 0.60

2021-10-27 Thread Bruce Richardson
On Tue, Oct 26, 2021 at 10:32:39PM +0300, Dmitry Kozlyuk wrote: > Meson 0.60 switched the format of uninstalled static libraries > to thin archives, that is, they contain only paths to object files, > not the files themselves. Files cannot be extracted in this case, > resulting in build errors: >