Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jun 2024 15:41:27 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: 51ed86f46ce0 - main - sysutils/triton: Broken on i386
Message-ID:  <202406061541.456FfRdH015090@gitrepo.freebsd.org>

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

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

commit 51ed86f46ce07baa2ca3fb3d581b4a6744efb5a8
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-06-06 15:40:42 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-06-06 15:41:25 +0000

    sysutils/triton: Broken on i386
    
    Reported by:    fallout
---
 sysutils/triton/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sysutils/triton/Makefile b/sysutils/triton/Makefile
index 9a7f440c6fac..2744fbc43fc6 100644
--- a/sysutils/triton/Makefile
+++ b/sysutils/triton/Makefile
@@ -12,6 +12,7 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 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_i386=	compilation fails: conflict of 'namespace i386' and macro '#define i386 1'
 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



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