Re: security/gnutls: gnutls-3.8.8 requires llvm17 or higher to build

2024-11-21 Thread Tatsuki Makino
Hello. On 2024/11/15 18:40, Dimitry Andric wrote: When you must use an old version, you could add this as a patch for groups.c. It could be conditionalized on COMPILER_VERSION < 17. Thank you for the patch. In my case, it was dealt with by rewriting make.conf. FETCH_DEPENDS+= llvm-config17:

Re: security/gnutls: gnutls-3.8.8 requires llvm17 or higher to build

2024-11-15 Thread Dimitry Andric
On 15 Nov 2024, at 04:54, Tatsuki Makino wrote: > > 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 co

security/gnutls: gnutls-3.8.8 requires llvm17 or higher to build

2024-11-14 Thread Tatsuki Makino
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 stil