aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ocaml
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-08-28 00:03:52 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-28 00:03:52 +0000
commitc822a937137229cfff4197169984381084222c51 (patch)
tree5c42c5b7782557805f0d6a726a20bcf973eafdb2 /testing/ocaml
parent8efdab0fd7b96d1750be6a78282fb59a0e4723fa (diff)
downloadaports-c822a937137229cfff4197169984381084222c51.tar.bz2
aports-c822a937137229cfff4197169984381084222c51.tar.xz
testing/ocaml: disable on aarch64
File "_none_", line 1: Warning 58: no cmx file was found in path for module Compilenv, and its interface was not compiled with -opaque boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -w +33..39+48+50 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/closure_conversion.ml boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -w +33..39+48+50 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I driver -I toplevel -c middle_end/simplify_primitives.ml File "asmcomp/selection.ml", line 1: Error: Some fatal warnings were triggered (1 occurrences) make[2]: *** [Makefile:754: asmcomp/selection.cmx] Error 2 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory '/home/clandmeter/aports/testing/ocaml/src/ocaml-4.03.0' make[1]: *** [Makefile:182: opt.opt] Error 2 make[1]: Leaving directory '/home/clandmeter/aports/testing/ocaml/src/ocaml-4.03.0' make: *** [Makefile:49: world.opt] Error 2
Diffstat (limited to 'testing/ocaml')
-rw-r--r--testing/ocaml/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ocaml/APKBUILD b/testing/ocaml/APKBUILD
index 376414812..2b7f9bd9b 100644
--- a/testing/ocaml/APKBUILD
+++ b/testing/ocaml/APKBUILD
@@ -5,7 +5,7 @@ pkgver=4.03.0
pkgrel=0
pkgdesc="Main implementation of the Caml programming language"
url="http://caml.inria.fr"
-arch="all"
+arch="all !aarch64"
license="QPL-1.0/GPLv2"
makedepends="ncurses-dev zlib-dev gdbm-dev"
install=""