Issue when testing with --as-needed enabled

2020-11-27 Thread Thomas Andrejak
Hello Few years ago, we had an issue when--as-needed was enabled. There has been a patch for this : https://github.com/coreutils/gnulib/commit/426320901d46b1f3b63ba1ec8e9e60cb0e28cb77 But, event with this patch, I still have build failure and I need to do some patches like that : https://salsa.de

Re: Issue when testing with --as-needed enabled

2020-11-27 Thread Bruno Haible
Thomas Andrejak wrote: > Few years ago, we had an issue when--as-needed was enabled. There has been > a patch for this : > https://github.com/coreutils/gnulib/commit/426320901d46b1f3b63ba1ec8e9e60cb0e28cb77 > > But, event with this patch, I still have build failure and I need to do > some patches

Re: Issue when testing with --as-needed enabled

2020-11-28 Thread Thomas Andrejak
Hello Thanks for your answer On debian 9 /10 / testing Regards Le ven. 27 nov. 2020 à 21:34, Bruno Haible a écrit : > Thomas Andrejak wrote: > > Few years ago, we had an issue when--as-needed was enabled. There has > been > > a patch for this : > > > https://github.com/coreutils/gnulib/commit

Re: Issue when testing with --as-needed enabled

2020-12-01 Thread Thomas Andrejak
Hello Can you explain what GCC options can interfere with this ? Thanks Regards Le dim. 29 nov. 2020 à 00:18, Thomas Andrejak a écrit : > Hello > > Thanks for your answer > > On debian 9 /10 / testing > > Regards > > Le ven. 27 nov. 2020 à 21:34, Bruno Haible a écrit : > >> Thomas Andrejak w

Re: Issue when testing with --as-needed enabled

2020-12-29 Thread Thomas Andrejak
Hello Does someone has any updates on this ? Thanks Regards Le mar. 1 déc. 2020 à 13:56, Thomas Andrejak a écrit : > Hello > > Can you explain what GCC options can interfere with this ? > > Thanks > > Regards > > Le dim. 29 nov. 2020 à 00:18, Thomas Andrejak > a écrit : > >> Hello >> >> Than

Re: Issue when testing with --as-needed enabled

2021-01-03 Thread Bruno Haible
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

Re: Issue when testing with --as-needed enabled

2021-01-23 Thread Thomas Andrejak
Hello I'm sorry, I was not on the master branch. With an up to date gnulib version, I do not have this issue anymore. Thanks ! Regards Le dim. 3 janv. 2021 à 23:34, Bruno Haible a écrit : > Hi, > > Thomas Andrejak wrote: > > On debian 9 /10 / testing > > ... > > > > But, event with this patch

Re: Issue when testing with --as-needed enabled

2021-01-24 Thread Jeffrey Walton
On Tue, Dec 1, 2020 at 7:56 AM Thomas Andrejak wrote: > > Can you explain what GCC options can interfere with this ? --as-needed caused problems in the past. I think it was a linker bug. On occasion you needed to tame the linker with -Wl,--no-as-needed. The weird thing was, the need for -Wl,--no-