Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jan 2025 06:55:38 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: bdbbf7fd3c30 - main - misc/code2prompt: Broken on i386
Message-ID:  <202501090655.5096tcYN047944@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=bdbbf7fd3c30a13a85278499b2fad861ed54401c

commit bdbbf7fd3c30a13a85278499b2fad861ed54401c
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-01-09 03:32:18 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-01-09 06:55:35 +0000

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

diff --git a/misc/code2prompt/Makefile b/misc/code2prompt/Makefile
index 9a972579aee0..ad1af437314e 100644
--- a/misc/code2prompt/Makefile
+++ b/misc/code2prompt/Makefile
@@ -10,6 +10,8 @@ WWW=		https://github.com/mufeedvh/code2prompt
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	link fails: error: undefined symbol: __atomic_fetch_add_8, etc
+
 BUILD_DEPENDS=	gmake:devel/gmake
 
 USES=		cargo perl5



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