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

yices2 is not compatible with OCaml 5.2 #25859

Merged
merged 1 commit into from May 13, 2024
Merged

Conversation

kit-ty-kate
Copy link
Member

ocamlc without any argument now returns an error.
Upstream issue polazarus/ocamlyices2#6 cc @polazarus

#=== ERROR while compiling yices2.0.0.3 =======================================#
# context              2.2.0~beta3~dev | linux/x86_64 | ocaml-variants.5.2.0+trunk | file:///home/opam/opam-repository
# path                 ~/.opam/5.2/.opam-switch/build/yices2.0.0.3
# command              ~/.opam/5.2/.opam-switch/build/yices2.0.0.3/./configure --prefix=/home/opam/.opam/5.2
# exit-code            1
# env-file             ~/.opam/log/yices2-20-d56fdb.env
# output-file          ~/.opam/log/yices2-20-d56fdb.out
### output ###
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for gcc... gcc
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables... 
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking how to run the C preprocessor... gcc -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking gmp.h usability... yes
# checking gmp.h presence... yes
# checking for gmp.h... yes
# checking for fopencookie... yes
# checking for funopen... no
# checking for ocamlfind... ocamlfind
# checking for ocamlfind ocamlc... no
# configure: error: "'ocamlfind' not configured correctly (cannot run 'ocamlc')"

@mseri
Copy link
Member

mseri commented May 13, 2024

Builds where it can

@mseri mseri merged commit c83db7b into ocaml:master May 13, 2024
1 check failed
@mseri
Copy link
Member

mseri commented May 13, 2024

Thanks

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

Successfully merging this pull request may close these issues.

None yet

2 participants