rwmjones
rwmjones
This is really "FYI" rather than a bug. It may even be a compiler bug. Anyway, when building on ppc64 or ppc64le there's a stack overflow in the final stages...
The license for this particular (Esperanto) file is non-free. Possibly it is supposed to be overridden by the "license.html" file in the current directory, but our tooling can't read HTML...
``` + jbuilder runtest --profile release File "camomile-test/tester-lib/camomileLibraryTest.ml", line 1, characters 18-38: 1 | module Camomile = CamomileLibrary.Make (struct ^^^^^^^^^^^^^^^^^^^^ Error: Unbound module CamomileLibrary ```
ocaml-gettext uses camomile. However the latest version of Camomile doesn't work - a `Not_found` exception gets thrown deep inside camomile. An easy reproduce in ocaml-gettext is to simply run: ```...
I can easily work around this by setting `LACAML_CFLAGS` before compiling, but it would be nice if it worked out of the box on Power: ``` + LACAML_LIBS=-lflexiblas + dune...
From /etc/selinux/semanage.conf from a RHEL 9.1 system, this line caused problems: ignoredirs=/root;/bin;/boot;/dev;/etc [...] Parse this as a list of Rx.fspath. Also this adds the RHEL 9 file as another test...
Coverity reports the error below. (The actual error comes from the compiler used, rather than Coverity). This is because the va_start line uses a tab while the line following uses...
Compilation fails with: ``` $ (cd _build/default && /usr/bin/ocamlopt.opt -open Ocaml_parsing -open Ocaml_utils -open Merlin_utils -g -I src/ocaml/preprocess/.preprocess.objs/byte -I src/ocaml/preprocess/.preprocess.objs/native -I src/ocaml/parsing/.ocaml_parsing.objs/byte -I src/ocaml/parsing/.ocaml_parsing.objs/native -I src/ocaml/utils/.ocaml_utils.objs/byte -I src/ocaml/utils/.ocaml_utils.objs/native -I src/utils/.merlin_utils.objs/byte...
### General information * OS: Linux, Fedora 36 * Hypervisor: crc is running on baremetal, KVM is available * Did you run `crc setup` before starting it YES * Running...
Thread: https://lists.fedoraproject.org/archives/list/[email protected]/thread/UVAQP4DEOO7PAIKWMFORV4MSZDFNJIFU/ ocamlbuild (https://release-monitoring.org/project/12387/) comes from this repo: https://github.com/ocaml/ocamlbuild Very old releases (eg. 4.02.3) have a higher version number from the current version (0.14.0) because this project was originally forked...