#1146107 age-keygen command fails with error

Package:
age
Source:
age
Description:
simple, modern and secure encryption tool
Submitter:
John Eikenberry
Date:
2026-08-29 22:09:02 UTC
Severity:
normal
#1146107#5
Date:
2026-08-29 21:22:08 UTC
From:
To:
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.