[ovs-dev] [PATCH ovn 01/16] tests: Drop support for glibc before version 2.11.

2020-10-29 Thread Ben Pfaff
The "ldd" call here didn't work if libtool was involved and would print an error message. We could fix that, but the check is only needed for glibc earlier than 2.11. glibc 2.11 was released in 2009, so it should be safe to expect that testers are running it or a newer version. Signed-off-by: Be

Re: [ovs-dev] [PATCH ovn 01/16] tests: Drop support for glibc before version 2.11.

2020-11-01 Thread Numan Siddique
On Fri, Oct 30, 2020 at 5:55 AM Ben Pfaff wrote: > > The "ldd" call here didn't work if libtool was involved and would print > an error message. We could fix that, but the check is only needed for > glibc earlier than 2.11. glibc 2.11 was released in 2009, so it should > be safe to expect that t

Re: [ovs-dev] [PATCH ovn 01/16] tests: Drop support for glibc before version 2.11.

2020-11-02 Thread Ben Pfaff
On Mon, Nov 02, 2020 at 12:59:18PM +0530, Numan Siddique wrote: > On Fri, Oct 30, 2020 at 5:55 AM Ben Pfaff wrote: > > > > The "ldd" call here didn't work if libtool was involved and would print > > an error message. We could fix that, but the check is only needed for > > glibc earlier than 2.11.