-
I wanted to build this project on my own machine (Fedora 37, 16GB RAM).
Following the readme, I ran the following commands in the sisyphus directory:
```
$ opam switch create . 4.12.0
$ opam rep…
-
**esy version:** Nightly (0.6.0-8b3dfe)
**Operating System:** MacOS
**Issue:** For a given compiler (4.4.x) and a package, esy fetched in an incompatible dependency.
**Package.json**
…
-
I have just installed opam-full-2.2.0-beta1 on Windows (`make cold; make cold-install; opam init git+https://github.com/ocaml-opam/opam-repository-mingw`).
But I can't create a switch:
```
$opa…
-
This package uses internal `parsetree` definitions that changed in 4.03.
See the opam-builder report in http://opam.ocamlpro.com/builder/html/gensqlite/gensqlite.0.1/4e11133f38685ec7bdbb1630e8ff1c83.…
-
I failed to install dependencies with the following error log:
```
$ opam --version
2.0.5
$ ocamlc --version
4.10.0
$ opam install .
[rmem.0.1] no changes from git+file:///kaist-cp-home…
-
When the `remote` config option is misconfigured, an error happens at package submission time:
- the first time the user configures dune-release, they enter one of their code repositories as `remot…
-
You should do this:
```
# - Adds to the make file for the current project the command to set the opam switch, eval is fine in bash, no further questions needed.
echo 'eval \"$(opam env --se…
-
Hey @toots seeing some compilation failures on a CentOS 8 Stream system today.
I believe on this system pkg-config is failing the --exists test which could be part of the problem:
```
# bash-4.4$…
-
Hi, i want to implement this code in my system but i face the problem during compiling the bap.
```
#=== ERROR while compiling bap-llvm.2.0.0 =====================================#
# context …
-
A CI pipeline can fail because a build or test step returns a negative result, or because some error in the CI pipeline logic. We currently don't distinguish these outcomes in most cases. Ignoring thi…