Hi, Thomas Andrejak wrote: > On debian 9 /10 / testing > ... > > > But, event with this patch, I still have build failure and I need to do > > > some patches like that : > > > > > https://salsa.debian.org/totol-guest/libprelude/-/blob/master/debian/patches/013-fix-test_rwlock1.patch > > > > > > I don't know how to dig on this bug. > > > > > > Output : > > > FAIL: test-rwlock1 > > > ================== > > > Unexpected outcome 3 > > > FAIL test-rwlock1 (exit status: 134)
I cannot reproduce this. I took a Debian 10.7 distribution, with gcc-8 as compiler package. I created a testdir for all of gnulib. I configured it in 3 ways: - the normal way, - with LDFLAGS="... -Wl,--as-needed" - with CFLAGS="... -Wl,--as-needed" and in all cases the build succeeded and all tests passed. So, you need to give *precise* instructions for how to reproduce it. Without reproducing, no one can give an analysis nor a fix. Bruno