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

2021-11-03 Thread Thomas Monjalon
03/11/2021 14:20, Thomas Monjalon: > 02/11/2021 19:08, Dmitry Kozlyuk: > > 2021-11-01 17:03 (UTC+), Bruce Richardson: > > > 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. Fi

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

2021-11-03 Thread Thomas Monjalon
02/11/2021 19:08, Dmitry Kozlyuk: > 2021-11-01 17:03 (UTC+), Bruce Richardson: > > 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, > > res

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

2021-11-02 Thread Dmitry Kozlyuk
2021-11-01 17:03 (UTC+), Bruce Richardson: > 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: > > ar: `x' can

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

2021-11-01 Thread Bruce Richardson
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: ar: `x' cannot be used on thin archives. Handle thin archives when in