Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2024 01:59:53 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ac0c4f5df993 - main - misc/tenere: Broken with rust-1.80.1
Message-ID:  <202409050159.4851xr4v045547@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ac0c4f5df9930394000b950f6413e87d96da81aa

commit ac0c4f5df9930394000b950f6413e87d96da81aa
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-09-05 01:58:41 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-09-05 01:59:48 +0000

    misc/tenere: Broken with rust-1.80.1
    
    Reported by:    fallout
---
 misc/tenere/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/misc/tenere/Makefile b/misc/tenere/Makefile
index 1f02a2daa5a2..4715775bf190 100644
--- a/misc/tenere/Makefile
+++ b/misc/tenere/Makefile
@@ -11,6 +11,7 @@ WWW=		https://github.com/pythops/tenere
 LICENSE=	AGPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		compilation fails with rust-1.80.1: error[E0282]: type annotations needed for `Box<_>`, see https://github.com/pythops/tenere/issues/29
 BROKEN_i386=	compilation fails: cargo:warning=c/freebsd.c:31:10: error: conflicting types for 'get_cpu_speed'
 
 LIB_DEPENDS=	libgit2.so:devel/libgit2 \


home | help

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