Jeffrey Walton wrote: > I'm testing libunistring 0.9.10 on Ubuntu 18. It looks like I am > hitting https://bugs.launchpad.net/ubuntu/+source/libunistring/+bug/1813587 > . glthread_create is failing due to > https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/1340250 . > > I use --as-needed regularly, and it is part of my standard LDFLAGS. > > I was wondering if there is a Unistring-specific workaround for the issue?
Thanks for the pointers. I was not aware that the issue that was fixed upstream a month ago was still hurting people. https://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=commitdiff;h=cca32830b57e91f837c01d15b8732f23ff97fc36 > (The libunistring home page at > https://www.gnu.org/software/libunistring/ does not provide a link to > the mailing list or archives. I'd like to search the archives but I > have not come across a link. Would it be possible to provide the link > on the project's homepage?) The link to the mailing list and its archives is available at the Savannah page at https://savannah.gnu.org/projects/libunistring . The README contains the bug report address, just like the --help output of many GNU programs. Generally speaking, the Savannah page addresses the needs of developers, whereas the www.gnu.org page addresses the needs of plain users. Bruno
