Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Nov 2024 12:54:08 +0900
From:      Tatsuki Makino <tatsuki_makino@hotmail.com>
To:        "freebsd-ports@FreeBSD.org" <freebsd-ports@FreeBSD.org>
Subject:   security/gnutls: gnutls-3.8.8 requires llvm17 or higher to build
Message-ID:  <SI2PR01MB50361D5039A88E8CFFC805CEFA242@SI2PR01MB5036.apcprd01.prod.exchangelabs.com>

next in thread | raw e-mail | index | archive | help
Hello.

It seems that it is mandatory to use llvm17 or higher to build gnutls 3.8.8.
If not, the following error cannot be resolved. Changing -std=c11 is powerless.

groups.c:93:2: error: initializer element is not a compile-time constant
         group_x25519,
         ^~~~~~~~~~~~

If you are still stuck with the old version, make a modification that uses 17 or higher of clang 🤣

Regards.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?SI2PR01MB50361D5039A88E8CFFC805CEFA242>