Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Feb 2021 04:10:48 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r566139 - head/math/reduce
Message-ID:  <202102200410.11K4Am23058313@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pfg
Date: Sat Feb 20 04:10:48 2021
New Revision: 566139
URL: https://svnweb.freebsd.org/changeset/ports/566139

Log:
  math/reduce: Mark broken on i386
  
  It used to build until a compiler update started causing issues on libffi.
  
  Approved by:	thierry (mentor, implict)

Modified:
  head/math/reduce/Makefile

Modified: head/math/reduce/Makefile
==============================================================================
--- head/math/reduce/Makefile	Sat Feb 20 03:50:30 2021	(r566138)
+++ head/math/reduce/Makefile	Sat Feb 20 04:10:48 2021	(r566139)
@@ -13,6 +13,7 @@ COMMENT=	Codemist Standard Lisp REDUCE general-purpose
 LICENSE=	BSD2CLAUSE
 
 BROKEN_armv6=		fails to compile: redfront.h:118:12: conflicting types for '__wcwidth'
+BROKEN_i386=		fails to compile: sysv.S:832:1: changed section flags for .eh_frame, expected: 0x2
 BROKEN_powerpc64=	fails to compile: arith01.cpp: 'statuc' does not name a type
 
 BUILD_DEPENDS=	gnuplot:math/gnuplot



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