svn commit: r535698 - head/math/alt-ergo

Mark Linimon linimon at FreeBSD.org
Mon May 18 00:58:50 UTC 2020


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


More information about the svn-ports-head mailing list