git: e6912d2ba03e - 2025Q4 - textproc/gitlab-code-parser: mark it broken on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Oct 2025 06:27:21 UTC
The branch 2025Q4 has been updated by mfechner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e6912d2ba03e41ef677a0790278ec78cae563ac5
commit e6912d2ba03e41ef677a0790278ec78cae563ac5
Author: Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2025-10-29 04:18:32 +0000
Commit: Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2025-10-29 06:23:34 +0000
textproc/gitlab-code-parser: mark it broken on i386
It does not compile:
ld: error: undefined symbol: __atomic_load
(cherry picked from commit 65c966e3c3b61e2089f4f072b092fca324f21428)
---
textproc/gitlab-code-parser/Makefile | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/textproc/gitlab-code-parser/Makefile b/textproc/gitlab-code-parser/Makefile
index b1faa4d7c3c2..f7cca7917631 100644
--- a/textproc/gitlab-code-parser/Makefile
+++ b/textproc/gitlab-code-parser/Makefile
@@ -10,6 +10,8 @@ WWW= https://gitlab.com/gitlab-org/rust/gitlab-code-parser
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
+BROKEN_i386= compilation fails: error: undefined symbol: __atomic_load
+
BUILD_DEPENDS= ${LOCALBASE}/llvm${LLVM_DEFAULT}/lib/libclang.so:devel/llvm${LLVM_DEFAULT}
LIB_DEPENDS= libonig.so:devel/oniguruma \
libzstd.so:archivers/zstd
@@ -19,14 +21,6 @@ USES= cargo ssl
USE_GITLAB= yes
GL_ACCOUNT= gitlab-org
GL_PROJECT= rust/gitlab-code-parser
-
-# Try to fix on i386: compilation fails: ld: error: undefined symbol: __atomic_load
-# I cannot test it, so lets wait for next cluster build
-.if ${ARCH} == i386
-LIB_DEPENDS+= libatomic.so:lang/gcc${GCC_DEFAULT}
-LDFLAGS+= -L/usr/local/lib/gcc${GCC_DEFAULT} -latomic
-.endif
-
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}
PLIST_FILES= bin/parser-cli \