ocaml packages needs recompiling. #127

Closed
opened 2022-06-15 00:44:07 +02:00 by patlefort · 4 comments

Hi again, ocaml packages needs to be recompiled for GCC 12 or they will cause the following problem:

Error: Files /usr/lib/ocaml/ctypes/ctypes.cmxa
       and /usr/lib/ocaml/integers/integers.cmxa
       make inconsistent assumptions over implementation Signed
Hi again, ocaml packages needs to be recompiled for GCC 12 or they will cause the following problem: ``` Error: Files /usr/lib/ocaml/ctypes/ctypes.cmxa and /usr/lib/ocaml/integers/integers.cmxa make inconsistent assumptions over implementation Signed ```
Owner

Yea, I'll queue them shortly - I think that should be the last time we need to do that manually, since gcc is now considered a makedep for all packages, and is therefore checked for up-to-dateness.

Yea, I'll queue them shortly - I think that should be the last time we need to do that manually, since gcc is now considered a makedep for all packages, and is therefore checked for up-to-dateness.
anonfunc added the bug label 2022-06-15 11:41:00 +02:00
Owner

Sorry, I somehow forgot about this issue - i queued ocaml and ocaml-compiler-libs, not sure if that is all that needs a rebuild, but we'll see after the rebuilds are done.

Sorry, I somehow forgot about this issue - i queued `ocaml` and `ocaml-compiler-libs`, not sure if that is all that needs a rebuild, but we'll see after the rebuilds are done.
Owner

Can you test ocaml-4.13.1-3.2 if you find time?

Can you test `ocaml-4.13.1-3.2` if you find time?
Author

It's working fine now, thanks.

It's working fine now, thanks.
Sign in to join this conversation.