-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
make doc
fails on macOS
#6
Comments
Changing
|
Try if this helps: sosy-lab/crest@512de07 It helped me to get the regression tests running |
No, that doesn't change anything. 'interface mismatch' is only found in the binary, it's something inserted by the OCaml compiler. I guess |
Same for
Not crucial, just noticed it because I have |
A lot of the regression tests also fail with this issue. Another project that uses CIL has this workaround: |
I tried the workaround for |
On my machine that test works.
Whereas on travis:
|
Problem: https://github.com/goblint/cil/blob/develop/lib/perl5/App/Cilly.pm.in#L2215 |
The problem does not occur on my Ubuntu machine with
and the regex used in the code matches also on Best would probably be if you output the string to which perl is trying to match the regex to see if it is really Edit: Also works with Ubuntu 19.10 and GCC 9.2.1, so it is definitely not a general problem with GCC 9. |
Now down to 4 tests failing for MacOS (from over 60). Achieved by setting
We should probably take a look at the four that are still failing on an actual MacOS machine. |
Those three seem to be related to newer versions of GCC and/or glibc, and not MacOS necessarily. Also fail on Ubuntu 19.10 with GCC 9 and glibc Which leaves |
The cause of |
Running
OPAMWITHDOC=true opam switch create .
fails atmake doc
.Without docs it works:
The text was updated successfully, but these errors were encountered: