git: 5ade16121050 - main - misc/py-wandb: Broken on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 08 Jun 2024 15:31:14 UTC
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} \