Friday, December 02, 2022

Re: borgbackup: sparc64: Unknown integrity data version 0 in integrity.1

On 2022/12/02 09:13, Bjorn Ketelaars wrote:
> Index: Makefile.inc
> ===================================================================
> RCS file: /cvs/ports/sysutils/borgbackup/Makefile.inc,v
> retrieving revision 1.6
> diff -u -p -r1.6 Makefile.inc
> --- Makefile.inc 14 Sep 2022 18:01:36 -0000 1.6
> +++ Makefile.inc 2 Dec 2022 08:08:38 -0000
> @@ -13,6 +13,8 @@ PERMIT_PACKAGE = Yes
>
> WANTLIB += crypto lz4 xxhash zstd
>
> +COMPILER = base-clang ports-gcc
> +

1.1 includes ${COMPILER_LIBCXX} in WANTLIB but 1.2 does not, so 1.2
probably wants COMPILER_LANGS=c if moving this

No comments:

Post a Comment