Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Dec 2022 01:46:50 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 07c87524577b - 2022Q4 - sysutils/triton: Broken on armv7
Message-ID:  <202212150146.2BF1kotA053068@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q4 has been updated by yuri:

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

commit 07c87524577bd5732551cd38aaae94ee88a0b455
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-12-03 03:44:26 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-12-15 01:46:45 +0000

    sysutils/triton: Broken on armv7
    
    Reported by:    fallout
    
    (cherry picked from commit 2fb071c44e254f34b77e37ea76683f67d76b17c6)
---
 sysutils/triton/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sysutils/triton/Makefile b/sysutils/triton/Makefile
index 6c0f10c524cb..937e5e454c65 100644
--- a/sysutils/triton/Makefile
+++ b/sysutils/triton/Makefile
@@ -11,7 +11,8 @@ WWW=		https://triton.quarkslab.com/
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-BROKEN_riscv64=	src/libtriton/includes/triton/tritonToZ3.hpp:43:17: error: no type named '__uint' in namespace 'triton'
+BROKEN_armv7=	src/libtriton/includes/triton/tritonToZ3.hpp:43:17: error: no type named '__uint' in namespace 'triton', see https://github.com/JonathanSalwan/Triton/issues/1214
+BROKEN_riscv64=	src/libtriton/includes/triton/tritonToZ3.hpp:43:17: error: no type named '__uint' in namespace 'triton', see https://github.com/JonathanSalwan/Triton/issues/1214
 
 BUILD_DEPENDS=	boost-libs>0:devel/boost-libs
 LIB_DEPENDS=	libcapstone.so:devel/capstone4 \



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