Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Oct 2024 18:04:34 GMT
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 344f90172654 - 2024Q4 - devel/spark: Marked i386 as broken
Message-ID:  <202410291804.49TI4YKL043179@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=344f90172654f279b9badfc95605110f9f01a0a3

commit 344f90172654f279b9badfc95605110f9f01a0a3
Author:     Martin Filla <freebsd@sysctl.cz>
AuthorDate: 2024-10-29 17:56:23 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-10-29 18:01:41 +0000

    devel/spark: Marked i386 as broken
    
    Not enough memory on this architecture to build the port.
    
    PR:     282310
    MFH:    2024Q4
    (cherry picked from commit a6250ad195d93049aac38332f9ce4de785fe6f05)
---
 devel/spark/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/spark/Makefile b/devel/spark/Makefile
index d1b5e9479c10..1125b159cc79 100644
--- a/devel/spark/Makefile
+++ b/devel/spark/Makefile
@@ -15,6 +15,7 @@ LICENSE=	APACHE20
 
 BROKEN_armv6=	fails to build: maven-assembly-plugin: Failed to retrieve numeric file attributes
 BROKEN_armv7=	fails to build: maven-assembly-plugin: Failed to retrieve numeric file attributes
+ROKEN_i386=	not enough memory on this architecture to build the port
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/libsnappyjava.so:archivers/snappy-java \
 		bash:shells/bash \



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