#991861 make check has 100+ failures due to `libgcc_s.so.1 must be installed for pthread_cancel to work`

Package:
src:glibc
Source:
glibc
Submitter:
Fangrui Song
Date:
2021-08-03 18:57:03 UTC
Severity:
normal
Tags:
#991861#5
Date:
2021-08-03 18:55:54 UTC
From:
To:
On many(all?) Debian derivatives, when building the upstream glibc,
`make check` has 100+ failures due to `libgcc_s.so.1 must be installed for pthread_cancel to work`

I filed https://sourceware.org/bugzilla/show_bug.cgi?id=28177 .
An upstream maintainer told me that:

So hope a Debian developer can upstream the path so that
a glibc contributor doesn't need to
`cp /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 $prefix/bfd/lib/`
to make `make check` happy.