Date: Thu, 5 Sep 2024 01:59:51 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: 30a03ce61975 - main - misc/py-wandb: Broken on armv7 Message-ID: <202409050159.4851xpac045469@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=30a03ce6197544a78bafdd04bbb3bcd6e2699ad4 commit 30a03ce6197544a78bafdd04bbb3bcd6e2699ad4 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-09-05 01:45:51 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-09-05 01:59:45 +0000 misc/py-wandb: Broken on armv7 Reported by: fallout --- misc/py-wandb/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/py-wandb/Makefile b/misc/py-wandb/Makefile index f10c924b15df..2fb88aaf327e 100644 --- a/misc/py-wandb/Makefile +++ b/misc/py-wandb/Makefile @@ -12,6 +12,7 @@ WWW= https://wandb.ai/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_armv7= compilation fails: Go fails: cannot use math.MaxInt64 (untyped int constant 9223372036854775807) as int value in argument to strconv.Itoa (overflows) BROKEN_i386= compilation fails: Go fails: cannot use math.MaxInt64 (untyped int constant 9223372036854775807) as int value in argument to strconv.Itoa (overflows) BUILD_DEPENDS= ${PY_SETUPTOOLS} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409050159.4851xpac045469>