Re: git: 40478d7acd2a - main - biology/bifrost: Unbreak build on 15-CURRENT
Date: Mon, 26 May 2025 06:48:53 UTC
On Thu, 15 May 2025, Jason W. Bacon wrote:
> biology/bifrost: Unbreak build on 15-CURRENT
>
> Unable to identify the cause, use GCC as a workaround for now
> No change on other FreeBSD versions
:
> +# Build fails with clang19, but succeeds with gcc13
> +# Have not figured out where this sz_link member is even supposed to come from
> +# DataStorage.tcc:81:69: error: no member named 'sz_link' in 'DataStorage<Unitig_data_t>'
> +.if ${OSVERSION} > 1500000
> +USE_GCC= yes
> +.endif
Did the build work with older versions of clang?
If so, can you please use that instead of USE_GCC=yes? The latter really
is quite painful for those looking after the lang/gcc* ports where
increasingly they (we) have to deal with a heap of broken ports when
updating the default version of GCC.
Gerald