-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failure to build metapp.0.4.4 #13
Comments
Hello, Unfortunately, I encountered seemingly the same problem (see error log below) when building metapp on a Linux machine (using OCaml 4.14), as a dependency of clangml. When looking for a possible cause on the internet, I came across this build log. It makes me think this is not an isolated problem specific to a given machine configuration. Any ideas?
|
Hello again, I am still trying to figure it out, but I couldn't find anything helpful on the internet related to the I noticed that the problem in the issue #12 was happening at the same spot in the source code. Following the suggestion made by @jonahbeckford, I tried to build Any suggestions are welcome. Being unable to compile Have a nice evening! |
Hi, Eventually, I managed to solve the problem. Cotinuous integration logs on check.ci.ocaml.org put me on the track. Details follow. Short versionIn my case, the error on compile time was related to the version of the ppxlib dependency available in my software environment. By default, it was 0.28.0. I had to update it to 0.32.1 to make everything work again. This made me also update the following dependencies: sexplib0 (to version 0.16.0), ppx_inline_test (to version 0.16.1) and ppx_expect (to version 0.16.0). More detailsActually, I use the GNU Guix package manager to set up my software environment. For those who are in the same situation, it is worth to mention that the final working configuration for me was with the following specification of channels: (list
(channel
(name 'guix)
(url "https://git.savannah.gnu.org/git/guix.git")
(commit "425cf1fbe2fff25bda1b5eb948ce01170d23ab6a"))
(channel
(name 'guix-extra)
(url "https://gitlab.inria.fr/mfelsoci/guix-extra.git")
(branch "master")
(commit "5b78f0cdb10222ff08e51784634274ecb9b6469d"))) Note that (guix-extra is my own channel where I define the |
Hi, thanks for this package (and the million other awesome packages you've made).
I seem to encounter a sporadic error both locally and on CI/CD with a project that uses metapp. Really it uses override which depends on
metapp
.System Info:
The text was updated successfully, but these errors were encountered: