On Wed, Jun 03, 2026 at 01:16:51PM +0200, Fabian Groffen via Mutt-dev wrote:
I just want to point your attention tp https://bugs.gentoo.org/971955.

Perhaps for 2.4.0 or 2.5.0 this could be fixed, as it seems there's
old-style in the codebase that Clang22 does not want to accept any more.

Copy of excerpt from the bug:

Hi Fabian,

I've taken a look, and this looks like a bug in Mutt's configure.ac file. It looks like you are actually passing '--without-bundled-regex', but the configure.ac has incorrect code to process that and turns on the bundled regex.c anyway!

We are currently in a code freeze for the 2.4.0 release, but this bug is important enough that I'll get this fixed and include it.

In the mean time, the fix on your end would be to completely remove the '--without-bundled-regex' from your configure script arguments. The default has it turned off, so you don't need to pass it. I suspect your libc has a working version, and regex.c won't be compiled anymore.

Fixing regex.c is a bigger issue, but I'll work on that after the 2.4.0 release.

Thank you,

--
Kevin J. McCarthy
GPG Fingerprint: 8975 A9B3 3AA3 7910 385C  5308 ADEF 7684 8031 6BDA

Attachment: signature.asc
Description: PGP signature

Reply via email to