bug#53005: [PATCH 1/1] gnu: glibc: Preserve "__pthread_key_create" symbol.

2022-05-01 Thread Tom Fitzhenry
On 13/1/22 08:22, Simon South wrote: No, this would've been a volume I created myself; I expect only users who are partitioning their drives manually or replacing an existing system would encounter this. +1. I encountered this while installing Guix on my pre-existing LUKS volume that I share w

bug#53005: [PATCH 1/1] gnu: glibc: Preserve "__pthread_key_create" symbol.

2022-01-12 Thread Simon South
Leo Famulari writes: > First, how was the LUKS2 volume created? Was it created by Guix > System? No, this would've been a volume I created myself; I expect only users who are partitioning their drives manually or replacing an existing system would encounter this. The Guix manual actually instruc

bug#53005: [PATCH 1/1] gnu: glibc: Preserve "__pthread_key_create" symbol.

2022-01-12 Thread Leo Famulari
On Mon, Jan 10, 2022 at 06:34:26PM -0500, Simon South wrote: > Avoid a potential crash in multithreaded applications by preserving the > pthread library's "__pthread_key_create" symbol, used by libgcc to detect the > use of threads in an application. > > Fixes .

bug#53005: [PATCH 1/1] gnu: glibc: Preserve "__pthread_key_create" symbol.

2022-01-10 Thread Simon South
Avoid a potential crash in multithreaded applications by preserving the pthread library's "__pthread_key_create" symbol, used by libgcc to detect the use of threads in an application. Fixes . * gnu/packages/base.scm (glibc)[arguments]: Add "#:strip-flags" with "