Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 May 2020 00:58:50 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535698 - head/math/alt-ergo
Message-ID:  <202005180058.04I0woFR047142@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon May 18 00:58:49 2020
New Revision: 535698
URL: https://svnweb.freebsd.org/changeset/ports/535698

Log:
  Mark as BROKEN on powerpc64:
  
    /tmp/camlasm2822e8.s: Assembler messages:
    /tmp/camlasm2822e8.s:10348: Error: operand out of range (0x000000000000804c is not between 0xffffffffffff8000 and 0x0000000000007ffc)
    /tmp/camlasm2822e8.s:32988: Error: operand out of range (0x000000000000805c is not between 0xffffffffffff8000 and 0x0000000000007ffc)

Modified:
  head/math/alt-ergo/Makefile

Modified: head/math/alt-ergo/Makefile
==============================================================================
--- head/math/alt-ergo/Makefile	Mon May 18 00:52:45 2020	(r535697)
+++ head/math/alt-ergo/Makefile	Mon May 18 00:58:49 2020	(r535698)
@@ -15,6 +15,8 @@ LICENSE_NAME=	Ce[a] C[nrs] I[nria] L[ogiciel] L[ibre] 
 LICENSE_FILE=	${WRKSRC}/LICENSE
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
+BROKEN_powerpc64=	fails to compile: Assembler messages: /tmp/camlasm2822e8.s:10348: Error: operand out of range
+
 BUILD_DEPENDS=	ocaml-zarith>1.2:math/ocaml-zarith \
 		ocaml-ocamlgraph>1.8:math/ocaml-ocamlgraph
 RUN_DEPENDS=	ocaml-ocamlgraph>1.8:math/ocaml-ocamlgraph



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