Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Apr 2024 07:53:11 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: 578343456352 - main - science/dirac: Broken on i386
Message-ID:  <202404270753.43R7rBX7020597@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=578343456352ae57380253edf6e3b1212bc11265

commit 578343456352ae57380253edf6e3b1212bc11265
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-04-27 07:40:06 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-04-27 07:53:00 +0000

    science/dirac: Broken on i386
    
    Reported by:    fallout
---
 science/dirac/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/science/dirac/Makefile b/science/dirac/Makefile
index ba9e9416ebf9..8e45f51f7850 100644
--- a/science/dirac/Makefile
+++ b/science/dirac/Makefile
@@ -14,6 +14,7 @@ LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_armv7=		compilation fails: Error: Old-style type declaration REAL*16 not supported at (1)
+BROKEN_i386=		compilation fails: Error: Type mismatch in argument 'lu' at (1); passed INTEGER(8) to INTEGER(4) (and similar)
 BROKEN_powerpc64=	compilation fails: Error: Old-style type declaration REAL*16 not supported at (1)
 BROKEN_powerpc64le=	compilation fails: Error: Old-style type declaration REAL*16 not supported at (1)
 



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