Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Jun 2024 15:31:14 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: 5ade16121050 - main - misc/py-wandb: Broken on i386
Message-ID:  <202406081531.458FVEuo085871@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=5ade16121050edd08efe218af18eb2310c3560b4

commit 5ade16121050edd08efe218af18eb2310c3560b4
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-06-08 08:40:27 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-06-08 15:31:09 +0000

    misc/py-wandb: Broken on i386
    
    Reported by:    fallout
---
 misc/py-wandb/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/misc/py-wandb/Makefile b/misc/py-wandb/Makefile
index c0c353a158d0..b1c874d3f95f 100644
--- a/misc/py-wandb/Makefile
+++ b/misc/py-wandb/Makefile
@@ -12,6 +12,8 @@ WWW=		https://wandb.ai/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	compilation fails: Go fails: cannot use math.MaxInt64 (untyped int constant 9223372036854775807) as int value in argument to strconv.Itoa (overflows)
+
 PY_DEPENDS=	${PYTHON_PKGNAMEPREFIX}appdirs>=1.4.3:devel/py-appdirs@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}click>=7.1:devel/py-click@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}docker-pycreds>=0.4.0:security/py-docker-pycreds@${PY_FLAVOR} \



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