Displaying 2 results from an estimated 2 matches for "tmpaukmiy".
2017 Aug 01
6
[PATCH v2 0/3] common: Add a lightweight OCaml binding for PCRE.
v2:
- Change the OCaml code in the daemon to use PCRE instead of Str.
- Call pcre_compile2 so we can capture the error code on failure.
- Extend the test suite.
- Some other cleanups, but very minor.
Rich.
2017 Aug 01
0
Re: check-release FAILED (was: Re: [PATCH v2 3/3] daemon: Restore PCRE regular expressions in OCaml code.)
On Tue, Aug 01, 2017 at 12:32:09PM -0400, Richard Jones wrote:
> File "/var/tmp/tmpaukMIy/libguestfs/common/mlpcre/PCRE.ml", line 1:
> Error: Could not find the .cmi file for interface
> /var/tmp/tmpaukMIy/libguestfs/common/mlpcre/PCRE.mli.
> OCAMLCMI file.cmi
This is an actual bug. The order of calling the subdirs in
Makefile.am is wrong.
Rich.
--
Richard Jo...