Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Apr 2024 07:23:47 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: 559a0c1ff904 - 2024Q2 - devel/rye: Broken on i386
Message-ID:  <202404270723.43R7NlVN070102@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=559a0c1ff904bfbc8566f1c494d8bcbab804efb9

commit 559a0c1ff904bfbc8566f1c494d8bcbab804efb9
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-04-12 03:55:39 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-04-27 07:23:41 +0000

    devel/rye: Broken on i386
    
    Reported by:    fallout
    
    (cherry picked from commit 01c8f5898079831af8623f183c98e87e58403556)
---
 devel/rye/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/rye/Makefile b/devel/rye/Makefile
index 3e1540915ae3..1aed58529458 100644
--- a/devel/rye/Makefile
+++ b/devel/rye/Makefile
@@ -10,6 +10,8 @@ WWW=		https://rye-up.com
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	link fails: ld: error: undefined symbol: __atomic_is_lock_free
+
 BUILD_DEPENDS=	gmake:devel/gmake
 LIB_DEPENDS=	libzstd.so:archivers/zstd
 



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