Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2024 17:37: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: 4a8e19e1a403 - main - math/fricas: Broken on i386
Message-ID:  <202410141737.49EHbpUm099440@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=4a8e19e1a403e5cc9f0a2e71939e1229bb7796f1

commit 4a8e19e1a403e5cc9f0a2e71939e1229bb7796f1
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-10-14 17:37:26 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-10-14 17:37:26 +0000

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

diff --git a/math/fricas/Makefile b/math/fricas/Makefile
index 7ad712a292ee..8a062e8f7b80 100644
--- a/math/fricas/Makefile
+++ b/math/fricas/Makefile
@@ -11,6 +11,8 @@ WWW=		https://fricas.sourceforge.net/
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/license/LICENSE.AXIOM
 
+BROKEN_i386=	fails to configure: mmap: Cannot allocate memory
+
 BUILD_DEPENDS=	sbcl:lang/sbcl
 LIB_DEPENDS=	libzstd.so:archivers/zstd
 RUN_DEPENDS=	rlwrap:devel/rlwrap



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