Skip to content
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

Cannot build graphics 5.0.1 on Linux #24

Closed
schyzophrene-asynchrone opened this issue Sep 21, 2020 · 3 comments
Closed

Cannot build graphics 5.0.1 on Linux #24

schyzophrene-asynchrone opened this issue Sep 21, 2020 · 3 comments
Assignees

Comments

@schyzophrene-asynchrone

I was trying to build ocaml-graphics for my system using the AUR package. What it does is downloading the source package, extract it, and run dune build -p graphics in it. It fails with the following error message:

    ocamlopt src/discover/discover.exe (exit 2)
(cd _build/default && /usr/bin/ocamlopt.opt -w -40 -g -o src/discover/discover.exe /usr/lib/ocaml/unix.cmxa -I /usr/lib/ocaml /usr/lib/ocaml/dune-configurator/configurator.cmxa src/discover/.discover.eobjs/native/discover.cmx)
File "_none_", line 1:
Error: Files /usr/lib/ocaml/dune-configurator/configurator.cmxa
       and /usr/lib/ocaml/stdlib.cmxa
       make inconsistent assumptions over implementation Stdlib__sys
Done: 81/107 (jobs: 1)

Compiling the 5.0.0 sources yields no error.

@dra27
Copy link
Member

dra27 commented Sep 21, 2020

@dra27
Copy link
Member

dra27 commented Sep 21, 2020

5.0.0 wouldn't have this problem since it doesn't use configurator (see #17)

@ghost ghost assigned dra27 Sep 21, 2020
@dra27
Copy link
Member

dra27 commented Dec 24, 2020

This should have been fixed downstream - see AUR bug tracker ticket 67923

@dra27 dra27 closed this as completed Dec 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants