Dear Maintainer, The age encryption package includes a binary to generate keys. This command always returns an error.. ```sh $ age-keygen -o key.txt Inconsistency detected by ld.so: ../elf/dl-tls.c: 649: _dl_allocate_tls_init: Assertion `listp->slotinfo[cnt].gen <= GL(dl_tls_generation)' failed! $ age-keygen --help Inconsistency detected by ld.so: ../elf/dl-tls.c: 649: _dl_allocate_tls_init: Assertion `listp->slotinfo[cnt].gen <= GL(dl_tls_generation)' failed! $ age-keygen --version Inconsistency detected by ld.so: ../elf/dl-tls.c: 649: _dl_allocate_tls_init: Assertion `listp->slotinfo[cnt].gen <= GL(dl_tls_generation)' failed! ``` The binaries downloadable from github and locally built ones of the same version, 1.2.1, both work without issue.